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
/
Target.cpp
Age
Commit message (
Expand
)
Author
2011-07-25
Add LLVMAddTargetLibraryInfo to the C API.
Rafael Espindola
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-15
remove the InvalidateStructLayoutInfo API, which is dead and unnecessary now
Chris Lattner
2011-02-18
introduce a new TargetLibraryInfo pass, which transformations can use to
Chris Lattner
2010-10-07
Improve comment.
Owen Anderson
2010-10-07
Add initialization routines for Target.
Owen Anderson
2010-01-09
"In order to ease automatic bindings generation, it would be helpful if boole...
Chris Lattner
2009-12-28
move debug info stuff out of line, allowing two #includes
Chris Lattner
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-05-09
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2008-04-04
strdup needs <cstring>. This fixes a build error with g++-4.3.
Torok Edwin
2008-03-16
C and Objective Caml bindings for the TargetData class.
Gordon Henriksen