aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c/Target.h
Commit message (Expand)AuthorAgeFilesLines
* [llvm-c] Remove dead typedefPeter Zotov2013-11-111-1/+0
* [llvm-c] Add parameter names in Target.h for C99 compliancePeter Zotov2013-11-061-21/+23
* [llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disas...Peter Zotov2013-11-061-6/+6
* [llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disass...Peter Zotov2013-11-061-0/+36
* llvm-c/Target.h: Tweak "inline" for msvc to use __inline instead.NAKAMURA Takumi2013-10-231-0/+4
* include/llvm-c: Whitespace.NAKAMURA Takumi2013-10-231-9/+9
* llvm-c: Add LLVMIntPtrType{,ForAS}InContextAnders Waldenborg2013-10-171-0/+9
* Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...Anders Waldenborg2013-10-151-11/+36
* Add AllTargetsBindings sublibrary instead of having static inlines in the llv...Anders Waldenborg2013-10-151-36/+11
* Revert "llvm-c: Make target initializer functions external functions in lib."Rui Ueyama2013-10-091-11/+36
* llvm-c: Make target initializer functions external functions in lib.Anders Waldenborg2013-10-091-36/+11
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-23/+0
* Revert r178713Evan Cheng2013-04-041-3/+2
* Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng2013-04-031-2/+3
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-0/+10
* Revert 165732 for further review.Micah Villmow2012-10-111-10/+0
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-0/+10
* Move TargetData to DataLayout.Micah Villmow2012-10-081-18/+18
* [llvm-c] Make a few function declarations proper prototypesAnders Waldenborg2012-05-021-6/+6
* Add 'undef's to make SWIG happier. Patch by Baozeng Ding.Bill Wendling2012-03-261-0/+3
* Organize LLVM C API docs into doxygen modules; add docsGregory Szorc2012-03-211-0/+10
* llvm-c: Add a few missing InitializeAll* functions.Daniel Dunbar2011-11-291-0/+52
* Add LLVMAddTargetLibraryInfo to the C API.Rafael Espindola2011-07-251-0/+16
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-221-8/+2
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-0/+6
* remove the InvalidateStructLayoutInfo API, which is dead and unnecessary nowChris Lattner2011-07-151-6/+0
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-0/+6
* Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher2010-08-301-8/+3
* Fix PR7809 by creating a header for just llvm variables that can beEric Christopher2010-08-081-18/+18
* 80 columns.Eric Christopher2010-07-121-1/+2
* add some more (void)'s to prototypes for PR6961Chris Lattner2010-04-291-3/+3
* declare targets with (void) instead of () since this is a C header.Chris Lattner2010-04-281-2/+2
* hopefully unbreak the ocaml bindings.Chris Lattner2010-01-091-1/+1
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-091-3/+2
* improve compatibility with SWIG, patch by James Knight!Chris Lattner2009-12-211-1/+5
* Add LLVMInitializeAllTargetInfos for C api, and updateDaniel Dunbar2009-08-181-1/+14
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-0/+29
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* C and Objective Caml bindings for the TargetData class.Gordon Henriksen2008-03-161-0/+131