aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-1/+1
* 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
* Add LLVMConstNamedStruct to the C api to let its users create constantsRafael Espindola2011-07-141-0/+3
* add a couple more missing C api, patch by Vitaly Lugovskiy!Chris Lattner2011-07-141-0/+3
* add C api for hte new type system rewrite API. Patch by Vitaly Lugovskiy!Chris Lattner2011-07-141-1/+4
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-092-26/+0
* Cast unused parameter to void.Hans Wennborg2011-06-041-0/+1
* Fix some minor typos and grammar.Chris Lattner2011-05-221-40/+31
* Declare this function here so that it doesn't get C++ mangling.Nick Lewycky2011-05-151-0/+2
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-152-5/+5
* Add the alias analysis to the C api.Rafael Espindola2011-04-131-0/+7
* Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby2011-04-111-0/+43
* Expose more passes to the C API.Rafael Espindola2011-04-071-0/+12
* Add a set of C bindings for the Object interface.Eric Christopher2011-04-031-0/+77
* C-API: Include DataTypes.h instead of stdint.h.Daniel Dunbar2011-03-291-1/+1
* Again adding a C API to the disassembler for use by such tools as Darwin'sKevin Enderby2011-03-281-0/+106
* Remove the files for r128308 as it is causing a buildbot failure.Kevin Enderby2011-03-261-106/+0
* Adding a C API to the disassembler for use by such tools as Darwin's otool(1).Kevin Enderby2011-03-261-0/+106
* Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola2011-03-221-0/+7
* Add support in the LTO library for loading an object from the middleRafael Espindola2011-03-171-1/+9
* Trailing whitespace.Jim Grosbach2011-03-141-26/+26
* Expose getTypeName to the C API. Patch by Patrick Walton.Rafael Espindola2011-02-181-0/+1
* Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola2011-02-081-0/+8
* Do not include DataTypes.h in llvm-c/lto.h.Devang Patel2011-01-071-4/+3
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-292-2/+2
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* add a function to the C api to get the context out of a module, patchChris Lattner2010-11-281-0/+3
* add a 'LLVMConstIntOfArbitraryPrecision' api to the C api,Chris Lattner2010-11-231-0/+3
* Fix comment typo.Duncan Sands2010-11-021-1/+1
* remove dead prototype, PR8351Chris Lattner2010-10-111-3/+0
* Add initialization routines for Instrumentation.Owen Anderson2010-10-071-0/+1
* Add initialization routines to InstCombine.Owen Anderson2010-10-071-0/+1
* Add initialization routines for VMCore.Owen Anderson2010-10-071-0/+1
* Add initialization routines for Target.Owen Anderson2010-10-071-0/+1
* Add initialization routines for CodeGen.Owen Anderson2010-10-071-0/+1
* Add initialization routines for Analysis and IPA.Owen Anderson2010-10-071-0/+2
* Add an initialization routine for libLLVMipo.aOwen Anderson2010-10-071-0/+1
* Add a header that I forgot to commit.Owen Anderson2010-10-071-0/+32
* Next step on the getting-rid-of-static-ctors train: begin adding per-libraryOwen Anderson2010-10-071-0/+10
* Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for theBill Wendling2010-09-271-17/+18
* Add missing X86 MMX declarations. Hopefully fixes buildbot?Dale Johannesen2010-09-101-0/+2
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-101-1/+2
* Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher2010-08-301-8/+3
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-281-10/+1
* Fix prototypes.Devang Patel2010-08-261-3/+4
* lto_codegen_set_gcc_path was removed.Dan Gohman2010-08-251-8/+0
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-201-1/+3
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-201-0/+2
* Make it possible to set the cpu used for codegen.Rafael Espindola2010-08-111-0/+7