aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Target.cpp
Commit message (Expand)AuthorAgeFilesLines
* "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