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