summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Target.h
Commit message (Collapse)AuthorAgeFilesLines
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-0/+29
| | | | | | | | C bindings. Change all the backend "Initialize" functions to have C linkage. Change the "llvm/Config/Targets.def" header to use C-style comments to avoid compile warnings. llvm-svn: 74026
* 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
* C and Objective Caml bindings for the TargetData class.Gordon Henriksen2008-03-161-0/+131
llvm-svn: 48422
OpenPOWER on IntegriCloud