summaryrefslogtreecommitdiff
path: root/include/llvm-c
Commit message (Expand)AuthorAge
* Fix some minor typos and grammar.Chris Lattner2011-05-22
* Declare this function here so that it doesn't get C++ mangling.Nick Lewycky2011-05-15
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Add the alias analysis to the C api.Rafael Espindola2011-04-13
* Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby2011-04-11
* Expose more passes to the C API.Rafael Espindola2011-04-07
* Add a set of C bindings for the Object interface.Eric Christopher2011-04-03
* C-API: Include DataTypes.h instead of stdint.h.Daniel Dunbar2011-03-29
* Again adding a C API to the disassembler for use by such tools as Darwin'sKevin Enderby2011-03-28
* Remove the files for r128308 as it is causing a buildbot failure.Kevin Enderby2011-03-26
* Adding a C API to the disassembler for use by such tools as Darwin's otool(1).Kevin Enderby2011-03-26
* Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola2011-03-22
* Add support in the LTO library for loading an object from the middleRafael Espindola2011-03-17
* Trailing whitespace.Jim Grosbach2011-03-14
* Expose getTypeName to the C API. Patch by Patrick Walton.Rafael Espindola2011-02-18
* Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola2011-02-08
* Do not include DataTypes.h in llvm-c/lto.h.Devang Patel2011-01-07
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29
* add a function to the C api to get the context out of a module, patchChris Lattner2010-11-28
* add a 'LLVMConstIntOfArbitraryPrecision' api to the C api,Chris Lattner2010-11-23
* Fix comment typo.Duncan Sands2010-11-02
* remove dead prototype, PR8351Chris Lattner2010-10-11
* Add initialization routines for Instrumentation.Owen Anderson2010-10-07
* Add initialization routines to InstCombine.Owen Anderson2010-10-07
* Add initialization routines for VMCore.Owen Anderson2010-10-07
* Add initialization routines for Target.Owen Anderson2010-10-07
* Add initialization routines for CodeGen.Owen Anderson2010-10-07
* Add initialization routines for Analysis and IPA.Owen Anderson2010-10-07
* Add an initialization routine for libLLVMipo.aOwen Anderson2010-10-07
* Add a header that I forgot to commit.Owen Anderson2010-10-07
* Next step on the getting-rid-of-static-ctors train: begin adding per-libraryOwen Anderson2010-10-07
* Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for theBill Wendling2010-09-27
* Add missing X86 MMX declarations. Hopefully fixes buildbot?Dale Johannesen2010-09-10
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-10
* Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher2010-08-30
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* Fix prototypes.Devang Patel2010-08-26
* lto_codegen_set_gcc_path was removed.Dan Gohman2010-08-25
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-20
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-20
* Make it possible to set the cpu used for codegen.Rafael Espindola2010-08-11
* Make it possible to set the flags passed to the assembler.Rafael Espindola2010-08-10
* Make it possible to set the target triple and expose that with an option in theRafael Espindola2010-08-09
* Fix PR7809 by creating a header for just llvm variables that can beEric Christopher2010-08-08
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-20
* Expose BasicBlock::moveBefore and moveAfter in C API, patchDuncan Sands2010-07-19
* Expose JIT::recompileAndRelinkFunction for use through the C API.Duncan Sands2010-07-19
* 80 columns.Eric Christopher2010-07-12
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-01