summaryrefslogtreecommitdiff
path: root/include/llvm-c/Target.h
Commit message (Expand)AuthorAge
* [llvm-c] Remove dead typedefPeter Zotov2013-11-11
* [llvm-c] Add parameter names in Target.h for C99 compliancePeter Zotov2013-11-06
* [llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disas...Peter Zotov2013-11-06
* [llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disass...Peter Zotov2013-11-06
* llvm-c/Target.h: Tweak "inline" for msvc to use __inline instead.NAKAMURA Takumi2013-10-23
* include/llvm-c: Whitespace.NAKAMURA Takumi2013-10-23
* llvm-c: Add LLVMIntPtrType{,ForAS}InContextAnders Waldenborg2013-10-17
* Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...Anders Waldenborg2013-10-15
* Add AllTargetsBindings sublibrary instead of having static inlines in the llv...Anders Waldenborg2013-10-15
* Revert "llvm-c: Make target initializer functions external functions in lib."Rui Ueyama2013-10-09
* llvm-c: Make target initializer functions external functions in lib.Anders Waldenborg2013-10-09
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* Revert r178713Evan Cheng2013-04-04
* Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng2013-04-03
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* [llvm-c] Make a few function declarations proper prototypesAnders Waldenborg2012-05-02
* Add 'undef's to make SWIG happier. Patch by Baozeng Ding.Bill Wendling2012-03-26
* Organize LLVM C API docs into doxygen modules; add docsGregory Szorc2012-03-21
* llvm-c: Add a few missing InitializeAll* functions.Daniel Dunbar2011-11-29
* Add LLVMAddTargetLibraryInfo to the C API.Rafael Espindola2011-07-25
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* remove the InvalidateStructLayoutInfo API, which is dead and unnecessary nowChris Lattner2011-07-15
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher2010-08-30
* 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