summaryrefslogtreecommitdiff
path: root/lib/Target/Target.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-10-07Improve comment.Owen Anderson1-1/+1
2010-10-07Add initialization routines for Target.Owen Anderson1-2/+12
2010-01-09"In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner1-1/+1
2009-12-28move debug info stuff out of line, allowing two #includesChris Lattner1-0/+1
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson1-1/+1
2009-05-09Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands1-1/+1
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands1-1/+1
2008-04-04strdup needs <cstring>. This fixes a build error with g++-4.3.Torok Edwin1-0/+1
2008-03-16C and Objective Caml bindings for the TargetData class.Gordon Henriksen1-0/+93