aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c/Target.h
AgeCommit message (Expand)Author
2010-07-1280 columns.Eric Christopher
2010-04-29add some more (void)'s to prototypes for PR6961Chris Lattner
2010-04-28declare targets with (void) instead of () since this is a C header.Chris Lattner
2010-01-09hopefully unbreak the ocaml bindings.Chris Lattner
2010-01-09"In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner
2009-12-21improve compatibility with SWIG, patch by James Knight!Chris Lattner
2009-08-18Add LLVMInitializeAllTargetInfos for C api, and updateDaniel Dunbar
2009-06-23Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson
2009-05-09Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2008-03-16C and Objective Caml bindings for the TargetData class.Gordon Henriksen