aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
* Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson2009-06-241-0/+3
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-0/+29
* <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...Nick Kledzik2009-06-041-0/+10
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* OCaml parameter attribute bindings from PR2752.Duncan Sands2009-05-061-0/+2
* Oops! Missed a file in my last commit.Nick Lewycky2009-04-301-0/+8
* The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling2009-04-291-1/+1
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-241-0/+1
* add AvailableExternally linkage to C bindings.Chris Lattner2009-04-131-0/+1
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-3/+1
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-111-3/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-4/+14
* fix header comment and include guard.Chris Lattner2009-03-061-9/+5
* add a bunch more passes to the C bindings (PR3734), patch byChris Lattner2009-03-062-9/+131
* Correct strange whitespace.Nick Lewycky2009-02-061-1/+1
* add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!Chris Lattner2009-01-211-0/+2
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* Add dyn_cast_or_null bindings for some additional classes missed in r61252.Gordon Henriksen2008-12-191-1/+18
* C bindings for dyn_cast_or_null.Gordon Henriksen2008-12-191-10/+65
* This adds some missing functions to the C binding:Chris Lattner2008-12-171-0/+9
* Add protected visibility to libLTO.Nick Lewycky2008-11-291-1/+2
* Add C bindings for extractvalue and insertvalue. Patch by Frits van Bommel!Dan Gohman2008-11-031-0/+10
* Large mechanical patch.Devang Patel2008-09-251-17/+17
* PR2731: C and Ocaml bindings for setTailCall and isTailCall.Gordon Henriksen2008-08-301-0/+4
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-2/+2
* Delete a redundant binding, LLVMHasInitializer.Gordon Henriksen2008-08-091-1/+0
* Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen2008-08-081-0/+1
* Have IRBuilder take a template argument on whether or not to preserveEric Christopher2008-08-081-1/+1
* Provide a hook to set the code generation debug options to investigate lto f...Devang Patel2008-07-031-0/+5
* Add C binding for ExecutionEngine::addGlobalMapping.Gordon Henriksen2008-06-201-0/+3
* Remove a duplicative binding. Patch by Mahadevan R.Gordon Henriksen2008-05-191-3/+0
* Improve documentation.Gordon Henriksen2008-05-061-1/+2
* Use (void) instead of () in C code.Gordon Henriksen2008-05-042-18/+18
* Correct parameter attributes encoding for C bindings.Anton Korobeynikov2008-04-281-4/+4
* Expose parameter attributes via C bindings.Gordon Henriksen2008-04-281-0/+22
* PR2245: Misleading parameter name in llvm-c/Core.h:LLVMConstArrayGordon Henriksen2008-04-251-1/+1
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-131-2/+2
* Expose Function::viewCFG and Function::viewCFGOnly to bindings.Erick Tryzelaar2008-03-311-0/+4
* Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar2008-03-271-0/+3
* Objective Caml bindings for basic block, function, global, and arg iterators.Gordon Henriksen2008-03-231-2/+10
* C and Objective Caml bindings for mem2reg and reg2mem.Gordon Henriksen2008-03-201-0/+6
* C bindings for Module-, Function-, and BasicBlock::iterator.Gordon Henriksen2008-03-191-0/+14
* C and Objective Caml bindings for the various getParent methods of the IR.Gordon Henriksen2008-03-191-3/+12
* C and Objective Caml bindings for the TargetData class.Gordon Henriksen2008-03-161-0/+131
* C and Objective Caml bindings for several scalar transforms.Gordon Henriksen2008-03-161-0/+47
* Remove unnecessary includes.Gordon Henriksen2008-03-161-2/+1
* C and Objective Caml bindings for PassManagers.Gordon Henriksen2008-03-161-12/+69
* Expose Module::dump via C and Ocaml.Gordon Henriksen2008-03-141-0/+3
* Cleanup some comments in the OCaml bindings.Gordon Henriksen2008-03-071-8/+14
* fixes from review of first commitNick Kledzik2008-02-271-3/+4