| Commit message (Expand) | Author | Age | Files | Lines |
* | [llvm-c] Remove dead typedef | Peter Zotov | 2013-11-11 | 1 | -1/+0 |
* | [llvm-c] Add parameter names in Target.h for C99 compliance | Peter Zotov | 2013-11-06 | 1 | -21/+23 |
* | [llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disas... | Peter Zotov | 2013-11-06 | 1 | -6/+6 |
* | [llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disass... | Peter Zotov | 2013-11-06 | 1 | -0/+36 |
* | llvm-c/Target.h: Tweak "inline" for msvc to use __inline instead. | NAKAMURA Takumi | 2013-10-23 | 1 | -0/+4 |
* | include/llvm-c: Whitespace. | NAKAMURA Takumi | 2013-10-23 | 1 | -9/+9 |
* | llvm-c: Add LLVMIntPtrType{,ForAS}InContext | Anders Waldenborg | 2013-10-17 | 1 | -0/+9 |
* | Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea... | Anders Waldenborg | 2013-10-15 | 1 | -11/+36 |
* | Add AllTargetsBindings sublibrary instead of having static inlines in the llv... | Anders Waldenborg | 2013-10-15 | 1 | -36/+11 |
* | Revert "llvm-c: Make target initializer functions external functions in lib." | Rui Ueyama | 2013-10-09 | 1 | -11/+36 |
* | llvm-c: Make target initializer functions external functions in lib. | Anders Waldenborg | 2013-10-09 | 1 | -36/+11 |
* | Move C++ code out of the C headers and into either C++ headers | Eric Christopher | 2013-04-22 | 1 | -23/+0 |
* | Revert r178713 | Evan Cheng | 2013-04-04 | 1 | -3/+2 |
* | Make it possible to include llvm-c without including C++ headers. Patch by Fi... | Evan Cheng | 2013-04-03 | 1 | -2/+3 |
* | Resubmit the changes to llvm core to update the functions to support differen... | Micah Villmow | 2012-10-15 | 1 | -0/+10 |
* | Revert 165732 for further review. | Micah Villmow | 2012-10-11 | 1 | -10/+0 |
* | Add in the first iteration of support for llvm/clang/lldb to allow variable p... | Micah Villmow | 2012-10-11 | 1 | -0/+10 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -18/+18 |
* | [llvm-c] Make a few function declarations proper prototypes | Anders Waldenborg | 2012-05-02 | 1 | -6/+6 |
* | Add 'undef's to make SWIG happier. Patch by Baozeng Ding. | Bill Wendling | 2012-03-26 | 1 | -0/+3 |
* | Organize LLVM C API docs into doxygen modules; add docs | Gregory Szorc | 2012-03-21 | 1 | -0/+10 |
* | llvm-c: Add a few missing InitializeAll* functions. | Daniel Dunbar | 2011-11-29 | 1 | -0/+52 |
* | Add LLVMAddTargetLibraryInfo to the C API. | Rafael Espindola | 2011-07-25 | 1 | -0/+16 |
* | Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, | Evan Cheng | 2011-07-22 | 1 | -8/+2 |
* | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 1 | -0/+6 |
* | remove the InvalidateStructLayoutInfo API, which is dead and unnecessary now | Chris Lattner | 2011-07-15 | 1 | -6/+0 |
* | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng | 2011-07-14 | 1 | -0/+6 |
* | Fix LLVM target initialization to deal with sociopathic outside projects | Eric Christopher | 2010-08-30 | 1 | -8/+3 |
* | Fix PR7809 by creating a header for just llvm variables that can be | Eric Christopher | 2010-08-08 | 1 | -18/+18 |
* | 80 columns. | Eric Christopher | 2010-07-12 | 1 | -1/+2 |
* | add some more (void)'s to prototypes for PR6961 | Chris Lattner | 2010-04-29 | 1 | -3/+3 |
* | declare targets with (void) instead of () since this is a C header. | Chris Lattner | 2010-04-28 | 1 | -2/+2 |
* | hopefully unbreak the ocaml bindings. | Chris Lattner | 2010-01-09 | 1 | -1/+1 |
* | "In order to ease automatic bindings generation, it would be helpful if boole... | Chris Lattner | 2010-01-09 | 1 | -3/+2 |
* | improve compatibility with SWIG, patch by James Knight! | Chris Lattner | 2009-12-21 | 1 | -1/+5 |
* | Add LLVMInitializeAllTargetInfos for C api, and update | Daniel Dunbar | 2009-08-18 | 1 | -1/+14 |
* | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson | 2009-06-23 | 1 | -0/+29 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -1/+1 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -1/+1 |
* | C and Objective Caml bindings for the TargetData class. | Gordon Henriksen | 2008-03-16 | 1 | -0/+131 |