index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
TargetData.cpp
Age
Commit message (
Expand
)
Author
2002-08-13
Bug fix in TargetData::getIndexedOffset: We were using the pointer
Vikram S. Adve
2002-08-04
Bug fix in TargetData::getIndexedOffset(): handle struct offset
Vikram S. Adve
2002-07-25
*** empty log message ***
Chris Lattner
2002-05-19
Add integer register size field.
Vikram S. Adve
2002-05-07
Extend TargetData::getIndexedOffset to support arrays and pointers!
Chris Lattner
2002-05-06
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-01-21
Remove dead variable
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-15
getIndexedOffset() shd take vector of Values, not of Constants!
Vikram S. Adve
2001-12-13
Not just arrays are unsized
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-14
Fix cute little bug that was causing the last
Vikram S. Adve
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-10-01
Add more support for new style casts
Chris Lattner
2001-09-18
Renamed files to match the main classes they provide.
Vikram S. Adve
2001-09-14
Make a new llvm/Target #include directory.
Chris Lattner
[prev]