aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c/Target.h
AgeCommit message (Expand)Author
2011-07-25Add LLVMAddTargetLibraryInfo to the C API.Rafael Espindola
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-07-15remove the InvalidateStructLayoutInfo API, which is dead and unnecessary nowChris Lattner
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2010-08-30Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher
2010-08-08Fix PR7809 by creating a header for just llvm variables that can beEric Christopher
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