summaryrefslogtreecommitdiff
path: root/include/llvm-c/Target.h
Commit message (Expand)AuthorAge
* Fix PR7809 by creating a header for just llvm variables that can beEric Christopher2010-08-08
* 80 columns.Eric Christopher2010-07-12
* add some more (void)'s to prototypes for PR6961Chris Lattner2010-04-29
* declare targets with (void) instead of () since this is a C header.Chris Lattner2010-04-28
* hopefully unbreak the ocaml bindings.Chris Lattner2010-01-09
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-09
* improve compatibility with SWIG, patch by James Knight!Chris Lattner2009-12-21
* Add LLVMInitializeAllTargetInfos for C api, and updateDaniel Dunbar2009-08-18
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-23
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-09
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12
* C and Objective Caml bindings for the TargetData class.Gordon Henriksen2008-03-16