aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c/Target.h
AgeCommit message (Expand)Author
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-05-02[llvm-c] Make a few function declarations proper prototypesAnders Waldenborg
2012-03-26Add 'undef's to make SWIG happier. Patch by Baozeng Ding.Bill Wendling
2012-03-21Organize LLVM C API docs into doxygen modules; add docsGregory Szorc
2011-11-29llvm-c: Add a few missing InitializeAll* functions.Daniel Dunbar
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