summaryrefslogtreecommitdiff
path: root/include/llvm-c/Target.h
AgeCommit message (Expand)Author
2016-02-17Move LLVMCreateTargetData and LLVMDisposeTargetData together. NFCAmaury Sechet
2016-02-16Restore the capability to manipulate datalayout from the C APIAmaury Sechet
2016-02-16Kill LLVMAddTargetDataAmaury Sechet
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2013-11-11[llvm-c] Remove dead typedefPeter Zotov
2013-11-06[llvm-c] Add parameter names in Target.h for C99 compliancePeter Zotov
2013-11-06[llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disas...Peter Zotov
2013-11-06[llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disass...Peter Zotov
2013-10-23llvm-c/Target.h: Tweak "inline" for msvc to use __inline instead.NAKAMURA Takumi
2013-10-23include/llvm-c: Whitespace.NAKAMURA Takumi
2013-10-17llvm-c: Add LLVMIntPtrType{,ForAS}InContextAnders Waldenborg
2013-10-15Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...Anders Waldenborg
2013-10-15Add AllTargetsBindings sublibrary instead of having static inlines in the llv...Anders Waldenborg
2013-10-09Revert "llvm-c: Make target initializer functions external functions in lib."Rui Ueyama
2013-10-09llvm-c: Make target initializer functions external functions in lib.Anders Waldenborg
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher
2013-04-04Revert r178713Evan Cheng
2013-04-03Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng
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