index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
TargetData.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Add a new helper method to get log2(type alignment)
Chris Lattner
2004-08-17
1
-0
/
+7
*
* Add BoolAlignment to TargetData, default is 1 byte, size 1 byte
Misha Brukman
2004-07-23
1
-6
/
+8
*
Nuke a clearly bogus assertion
Chris Lattner
2004-07-15
1
-2
/
+0
*
Fix use-before-def thinko
Brian Gaeke
2004-07-02
1
-1
/
+1
*
Handle targets where alignment can be bigger than the size of the data.
Chris Lattner
2004-07-01
1
-4
/
+4
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
1
-1
/
+1
*
Fix typo.
Brian Gaeke
2004-04-14
1
-1
/
+1
*
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-04-05
1
-11
/
+13
*
Use a map instead of annotations
Chris Lattner
2004-02-26
1
-23
/
+36
*
Adjust to the changed StructType interface. In particular, getElementTypes()...
Chris Lattner
2004-02-09
1
-4
/
+3
*
finegrainify namespacification
Chris Lattner
2003-12-22
1
-3
/
+13
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-1
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Add support for 'any' pointer size and endianness
Chris Lattner
2003-08-24
1
-2
/
+2
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-2
/
+2
*
Remove redundant const qualifiers from cast<> expressions
Chris Lattner
2003-07-23
1
-2
/
+2
*
No really, you _cannot use_ getelementptr on an unsized type: that makes
Chris Lattner
2003-06-04
1
-5
/
+1
*
Undo one of those last fixes -- it was incorrect.
Vikram S. Adve
2003-06-04
1
-3
/
+5
*
Minor cleanups
Chris Lattner
2003-06-02
1
-6
/
+3
*
* Fix divide by zero error with empty structs
Chris Lattner
2003-05-21
1
-5
/
+3
*
Remove two fields from TargetData which are target specific.
Chris Lattner
2003-04-26
1
-6
/
+1
*
Whoops, 32 bit targets have _4_ byte pointers, not _32_ byte pointers!
Chris Lattner
2003-04-25
1
-2
/
+4
*
Allow for easy detection of when a "default" TargetData is created by the
Chris Lattner
2003-04-25
1
-0
/
+7
*
add a new targetdata ctor to create a target data appropriate to the module
Chris Lattner
2003-04-24
1
-0
/
+18
*
Remove wierd case that can never happen
Chris Lattner
2003-02-25
1
-3
/
+0
*
* Privatize the TargetName
Chris Lattner
2002-10-29
1
-1
/
+2
*
- Add an endianness field to the TargetData datastructure
Chris Lattner
2002-10-14
1
-5
/
+7
*
Don't try to compute the size of an "array" element if the index is 0:
Vikram S. Adve
2002-10-13
1
-4
/
+3
*
Convert TargetData to be an ImmutablePass
Chris Lattner
2002-09-25
1
-0
/
+7
*
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-11
1
-5
/
+5
*
Fix sign-extension: it needs to happen *after* multiplying by type size.
Vikram S. Adve
2002-08-24
1
-4
/
+2
*
Simplify previous hack slightly.
Vikram S. Adve
2002-08-23
1
-5
/
+3
*
Force sign-extension for uint array indexes from 32-bit to 64-bits
Vikram S. Adve
2002-08-23
1
-1
/
+6
*
Bug fix in TargetData::getIndexedOffset: We were using the pointer
Vikram S. Adve
2002-08-13
1
-3
/
+3
*
Bug fix in TargetData::getIndexedOffset(): handle struct offset
Vikram S. Adve
2002-08-04
1
-6
/
+7
*
*** empty log message ***
Chris Lattner
2002-07-25
1
-5
/
+5
*
Add integer register size field.
Vikram S. Adve
2002-05-19
1
-27
/
+37
*
Extend TargetData::getIndexedOffset to support arrays and pointers!
Chris Lattner
2002-05-07
1
-10
/
+13
*
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-05-06
1
-3
/
+3
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
Remove dead variable
Chris Lattner
2002-01-21
1
-1
/
+1
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-3
/
+3
*
getIndexedOffset() shd take vector of Values, not of Constants!
Vikram S. Adve
2001-12-15
1
-1
/
+1
*
Not just arrays are unsized
Chris Lattner
2001-12-13
1
-1
/
+1
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-1
/
+1
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-3
/
+3
*
Fix cute little bug that was causing the last
Vikram S. Adve
2001-11-14
1
-1
/
+1
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-3
/
+3
*
Add more support for new style casts
Chris Lattner
2001-10-01
1
-1
/
+1
[next]