aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Target.cpp
AgeCommit message (Expand)Author
2011-07-25Add LLVMAddTargetLibraryInfo to the C API.Rafael Espindola
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-15remove the InvalidateStructLayoutInfo API, which is dead and unnecessary nowChris Lattner
2011-02-18introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner
2010-10-07Improve comment.Owen Anderson
2010-10-07Add 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-28move debug info stuff out of line, allowing two #includesChris Lattner
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-05-09Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2008-04-04strdup needs <cstring>. This fixes a build error with g++-4.3.Torok Edwin
2008-03-16C and Objective Caml bindings for the TargetData class.Gordon Henriksen