aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make it possible to set the flags passed to the assembler.Rafael Espindola2010-08-101-0/+6
* Make it possible to set the target triple and expose that with an option in theRafael Espindola2010-08-091-0/+6
* Fix PR7809 by creating a header for just llvm variables that can beEric Christopher2010-08-081-18/+18
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-201-10/+7
* Expose BasicBlock::moveBefore and moveAfter in C API, patchDuncan Sands2010-07-191-0/+3
* Expose JIT::recompileAndRelinkFunction for use through the C API.Duncan Sands2010-07-191-0/+2
* 80 columns.Eric Christopher2010-07-122-2/+3
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-011-1/+2
* Revert r107205 and r107207.Bill Wendling2010-06-291-2/+1
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-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
* Bug fix: included System/Types.h instead ofSean Callanan2010-04-121-1/+1
* add attributes and module level asm to the ocaml bindings,Chris Lattner2010-04-101-0/+2
* Adding IPSCCP and Internalize passes to the C-bindingsWesley Peck2010-04-091-0/+6
* Added support for ARM disassembly to edis.Sean Callanan2010-04-081-2/+3
* Whoops this already existed.Nate Begeman2010-03-111-3/+0
* Add a handful of additional useful pass manager things to the C APINate Begeman2010-03-111-0/+10
* Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options.Erick Tryzelaar2010-03-061-5/+8
* Expose alignment and stack alignment attributes to llvm-c and ocaml.Erick Tryzelaar2010-03-031-1/+3
* Add Module functions in place of module providers.Erick Tryzelaar2010-03-023-6/+42
* Rename LLVMUseIteratorRef to LLVMUseRef since we don't refer to iterators in ...Erick Tryzelaar2010-03-021-10/+7
* Add support for global variables in an address space for llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+3
* Add indirect br support to llvm-c and ocaml.Erick Tryzelaar2010-02-281-0/+6