summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Target.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher2010-08-301-8/+3
| | | | | | | | | | | that like to randomly define things like "X86", regenerate autoconf bits and update cmake. Fixes PR7852. Patch by Xerxes Rånby! llvm-svn: 112499
* Fix PR7809 by creating a header for just llvm variables that can beEric Christopher2010-08-081-18/+18
| | | | | | included in exported interfaces. Update a couple of exported interfaces. llvm-svn: 110532
* 80 columns.Eric Christopher2010-07-121-1/+2
| | | | llvm-svn: 108126
* add some more (void)'s to prototypes for PR6961Chris Lattner2010-04-291-3/+3
| | | | llvm-svn: 102667
* declare targets with (void) instead of () since this is a C header.Chris Lattner2010-04-281-2/+2
| | | | | | Patch by Lars R in PR6961. llvm-svn: 102523
* hopefully unbreak the ocaml bindings.Chris Lattner2010-01-091-1/+1
| | | | llvm-svn: 93082
* "In order to ease automatic bindings generation, it would be helpful if ↵Chris Lattner2010-01-091-3/+2
| | | | | | | | 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
* improve compatibility with SWIG, patch by James Knight!Chris Lattner2009-12-211-1/+5
| | | | llvm-svn: 91822
* Add LLVMInitializeAllTargetInfos for C api, and updateDaniel Dunbar2009-08-181-1/+14
| | | | | | | LLVMInitializeNativeTarget to initialize target info. - Patch by Jose Fonseca. llvm-svn: 79307
* 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