summaryrefslogtreecommitdiff
path: root/lib/Target/Target.cpp
Commit message (Expand)AuthorAge
* Add LLVMAddTargetLibraryInfo to the C API.Rafael Espindola2011-07-25
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* remove the InvalidateStructLayoutInfo API, which is dead and unnecessary nowChris Lattner2011-07-15
* introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner2011-02-18
* Improve comment.Owen Anderson2010-10-07
* Add initialization routines for Target.Owen Anderson2010-10-07
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-09
* move debug info stuff out of line, allowing two #includesChris Lattner2009-12-28
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-09
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12
* strdup needs <cstring>. This fixes a build error with g++-4.3.Torok Edwin2008-04-04
* C and Objective Caml bindings for the TargetData class.Gordon Henriksen2008-03-16