aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm-c/Target.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-11[llvm-c] Remove dead typedefPeter Zotov1-1/+0
2013-11-06[llvm-c] Add parameter names in Target.h for C99 compliancePeter Zotov1-21/+23
2013-11-06[llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disas...Peter Zotov1-6/+6
2013-11-06[llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disass...Peter Zotov1-0/+36
2013-10-23llvm-c/Target.h: Tweak "inline" for msvc to use __inline instead.NAKAMURA Takumi1-0/+4
2013-10-23include/llvm-c: Whitespace.NAKAMURA Takumi1-9/+9
2013-10-17llvm-c: Add LLVMIntPtrType{,ForAS}InContextAnders Waldenborg1-0/+9
2013-10-15Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...Anders Waldenborg1-11/+36
2013-10-15Add AllTargetsBindings sublibrary instead of having static inlines in the llv...Anders Waldenborg1-36/+11
2013-10-09Revert "llvm-c: Make target initializer functions external functions in lib."Rui Ueyama1-11/+36
2013-10-09llvm-c: Make target initializer functions external functions in lib.Anders Waldenborg1-36/+11
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher1-23/+0
2013-04-04Revert r178713Evan Cheng1-3/+2
2013-04-03Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng1-2/+3
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow1-0/+10
2012-10-11Revert 165732 for further review.Micah Villmow1-10/+0
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow1-0/+10
2012-10-08Move TargetData to DataLayout.Micah Villmow1-18/+18
2012-05-02[llvm-c] Make a few function declarations proper prototypesAnders Waldenborg1-6/+6
2012-03-26Add 'undef's to make SWIG happier. Patch by Baozeng Ding.Bill Wendling1-0/+3
2012-03-21Organize LLVM C API docs into doxygen modules; add docsGregory Szorc1-0/+10
2011-11-29llvm-c: Add a few missing InitializeAll* functions.Daniel Dunbar1-0/+52
2011-07-25Add LLVMAddTargetLibraryInfo to the C API.Rafael Espindola1-0/+16
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng1-8/+2
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng1-0/+6
2011-07-15remove the InvalidateStructLayoutInfo API, which is dead and unnecessary nowChris Lattner1-6/+0
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng1-0/+6
2010-08-30Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher1-8/+3
2010-08-08Fix PR7809 by creating a header for just llvm variables that can beEric Christopher1-18/+18
2010-07-1280 columns.Eric Christopher1-1/+2
2010-04-29add some more (void)'s to prototypes for PR6961Chris Lattner1-3/+3
2010-04-28declare targets with (void) instead of () since this is a C header.Chris Lattner1-2/+2
2010-01-09hopefully unbreak the ocaml bindings.Chris Lattner1-1/+1
2010-01-09"In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner1-3/+2
2009-12-21improve compatibility with SWIG, patch by James Knight!Chris Lattner1-1/+5
2009-08-18Add LLVMInitializeAllTargetInfos for C api, and updateDaniel Dunbar1-1/+14
2009-06-23Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson1-0/+29
2009-05-09Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands1-1/+1
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands1-1/+1
2008-03-16C and Objective Caml bindings for the TargetData class.Gordon Henriksen1-0/+131