projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Align vectors to the size in bytes, not bits.
[oota-llvm.git]
/
lib
/
Target
/
TargetData.cpp
2006-04-03
Chris Lattner
Align vectors to the size in bytes, not bits.
blob
|
commitdiff
|
raw
2006-03-31
Evan Cheng
TargetData.cpp::getTypeInfo() was returning alignment...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-14
Chris Lattner
Implement a new InvalidateStructLayoutInfo method and...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-02
Chris Lattner
Update to use the new MathExtras.h support for log2...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-21
Misha Brukman
Remove trailing whitespace
blob
|
commitdiff
|
raw
|
diff to current
2005-03-13
Chris Lattner
add a StructLayout::getElementContainingOffset method.
blob
|
commitdiff
|
raw
|
diff to current
2004-12-01
Chris Lattner
Initial support for packed types, contributed by Morten...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-02
Chris Lattner
Fix this function to not say that longs have 8-byte...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-01
Reid Spencer
Changes For Bug 352
blob
|
commitdiff
|
raw
|
diff to current
2004-08-17
Chris Lattner
Add a new helper method to get log2(type alignment)
blob
|
commitdiff
|
raw
|
diff to current
2004-07-23
Misha Brukman
* Add BoolAlignment to TargetData, default is 1 byte...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-15
Chris Lattner
Nuke a clearly bogus assertion
blob
|
commitdiff
|
raw
|
diff to current
2004-07-02
Brian Gaeke
Fix use-before-def thinko
blob
|
commitdiff
|
raw
|
diff to current
2004-07-01
Chris Lattner
Handle targets where alignment can be bigger than the...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-17
Chris Lattner
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-14
Brian Gaeke
Fix typo.
blob
|
commitdiff
|
raw
|
diff to current
2004-04-05
Chris Lattner
Support getelementptr instructions which use uint's...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-26
Chris Lattner
Use a map instead of annotations
blob
|
commitdiff
|
raw
|
diff to current
2004-02-09
Chris Lattner
Adjust to the changed StructType interface. In particu...
blob
|
commitdiff
|
raw
|
diff to current
2003-12-22
Chris Lattner
finegrainify namespacification
blob
|
commitdiff
|
raw
|
diff to current
2003-11-11
Brian Gaeke
Put all LLVM code into the llvm namespace, as per bug...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-20
John Criswell
Added LLVM project notice to the top of every C++ sourc...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-24
Chris Lattner
Add support for 'any' pointer size and endianness
blob
|
commitdiff
|
raw
|
diff to current
2003-08-18
Misha Brukman
Spell `necessary' correctly.
blob
|
commitdiff
|
raw
|
diff to current
2003-07-23
Chris Lattner
Remove redundant const qualifiers from cast<> expressions
blob
|
commitdiff
|
raw
|
diff to current
2003-06-04
Chris Lattner
No really, you _cannot use_ getelementptr on an unsized...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-04
Vikram S. Adve
Undo one of those last fixes -- it was incorrect.
blob
|
commitdiff
|
raw
|
diff to current
2003-06-02
Chris Lattner
Minor cleanups
blob
|
commitdiff
|
raw
|
diff to current
2003-05-21
Chris Lattner
* Fix divide by zero error with empty structs
blob
|
commitdiff
|
raw
|
diff to current
2003-04-26
Chris Lattner
Remove two fields from TargetData which are target...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-25
Chris Lattner
Whoops, 32 bit targets have _4_ byte pointers, not...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-25
Chris Lattner
Allow for easy detection of when a "default" TargetData...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-24
Chris Lattner
add a new targetdata ctor to create a target data appro...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-25
Chris Lattner
Remove wierd case that can never happen
blob
|
commitdiff
|
raw
|
diff to current
2002-10-29
Chris Lattner
* Privatize the TargetName
blob
|
commitdiff
|
raw
|
diff to current
2002-10-14
Chris Lattner
- Add an endianness field to the TargetData datastructure
blob
|
commitdiff
|
raw
|
diff to current
2002-10-13
Vikram S. Adve
Don't try to compute the size of an "array" element...
blob
|
commitdiff
|
raw
|
diff to current
2002-09-25
Chris Lattner
Convert TargetData to be an ImmutablePass
blob
|
commitdiff
|
raw
|
diff to current
2002-09-11
Chris Lattner
- Change getelementptr instruction to use long indexes...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-24
Vikram S. Adve
Fix sign-extension: it needs to happen *after* multiply...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-23
Vikram S. Adve
Simplify previous hack slightly.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-23
Vikram S. Adve
Force sign-extension for uint array indexes from 32...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-13
Vikram S. Adve
Bug fix in TargetData::getIndexedOffset: We were using...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-04
Vikram S. Adve
Bug fix in TargetData::getIndexedOffset(): handle struc...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-25
Chris Lattner
*** empty log message ***
blob
|
commitdiff
|
raw
|
diff to current
2002-05-19
Vikram S. Adve
Add integer register size field.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-07
Chris Lattner
Extend TargetData::getIndexedOffset to support arrays...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-06
Chris Lattner
Replace all usages of Type::isPointerType with isa...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-28
Chris Lattner
Split ConstantVals.h into Constant.h and Constants.h
blob
|
commitdiff
|
raw
|
diff to current
2002-01-21
Chris Lattner
Remove dead variable
blob
|
commitdiff
|
raw
|
diff to current
2002-01-20
Chris Lattner
Changes to build successfully with GCC 3.02
blob
|
commitdiff
|
raw
|
diff to current
2001-12-15
Vikram S. Adve
getIndexedOffset() shd take vector of Values, not of...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-13
Chris Lattner
Not just arrays are unsized
blob
|
commitdiff
|
raw
|
diff to current
2001-12-04
Chris Lattner
Renamed inst_const_iterator -> const_inst_iterator
blob
|
commitdiff
|
raw
|
diff to current
2001-12-03
Chris Lattner
Rename ConstPoolVal -> Constant
blob
|
commitdiff
|
raw
|
diff to current
2001-11-14
Vikram S. Adve
Fix cute little bug that was causing the last
blob
|
commitdiff
|
raw
|
diff to current
2001-10-02
Chris Lattner
Commit more code over to new cast style
blob
|
commitdiff
|
raw
|
diff to current
2001-10-01
Chris Lattner
Add more support for new style casts
blob
|
commitdiff
|
raw
|
diff to current
2001-09-18
Vikram S. Adve
Renamed files to match the main classes they provide.
blob
|
commitdiff
|
raw
|
diff to current
2001-09-14
Chris Lattner
Make a new llvm/Target #include directory.
blob
|
commitdiff
|
raw
|
diff to current