summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Target.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improve comment.Owen Anderson2010-10-071-1/+1
| | | | llvm-svn: 115966
* Add initialization routines for Target.Owen Anderson2010-10-071-2/+12
| | | | llvm-svn: 115957
* "In order to ease automatic bindings generation, it would be helpful if ↵Chris Lattner2010-01-091-1/+1
| | | | | | | | boolean values were distinguishable from integers. The attached patch introduces "typedef int LLVMBool;", and uses LLVMBool instead of int throughout the C API, wherever a boolean value is called for." Patch by James Y Knight! llvm-svn: 93079
* move debug info stuff out of line, allowing two #includesChris Lattner2009-12-281-0/+1
| | | | | | to go away from IRBuilder.h llvm-svn: 92230
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+1
| | | | llvm-svn: 78948
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
| | | | | | | will make it more obvious what it represents, and stop it being confused with the StoreSize. llvm-svn: 71349
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
| | | | | | suggested by Chris. llvm-svn: 62099
* strdup needs <cstring>. This fixes a build error with g++-4.3.Torok Edwin2008-04-041-0/+1
| | | | llvm-svn: 49218
* C and Objective Caml bindings for the TargetData class.Gordon Henriksen2008-03-161-0/+93
llvm-svn: 48422
OpenPOWER on IntegriCloud