summaryrefslogtreecommitdiff
path: root/include/llvm-c
Commit message (Expand)AuthorAge
* OCaml parameter attribute bindings from PR2752.Duncan Sands2009-05-06
* Oops! Missed a file in my last commit.Nick Lewycky2009-04-30
* The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling2009-04-29
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-24
* add AvailableExternally linkage to C bindings.Chris Lattner2009-04-13
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-11
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-11
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-07
* fix header comment and include guard.Chris Lattner2009-03-06
* add a bunch more passes to the C bindings (PR3734), patch byChris Lattner2009-03-06
* Correct strange whitespace.Nick Lewycky2009-02-06
* add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!Chris Lattner2009-01-21
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12
* Add dyn_cast_or_null bindings for some additional classes missed in r61252.Gordon Henriksen2008-12-19
* C bindings for dyn_cast_or_null.Gordon Henriksen2008-12-19
* This adds some missing functions to the C binding:Chris Lattner2008-12-17
* Add protected visibility to libLTO.Nick Lewycky2008-11-29
* Add C bindings for extractvalue and insertvalue. Patch by Frits van Bommel!Dan Gohman2008-11-03
* Large mechanical patch.Devang Patel2008-09-25
* PR2731: C and Ocaml bindings for setTailCall and isTailCall.Gordon Henriksen2008-08-30
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* Delete a redundant binding, LLVMHasInitializer.Gordon Henriksen2008-08-09
* Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen2008-08-08
* Have IRBuilder take a template argument on whether or not to preserveEric Christopher2008-08-08
* Provide a hook to set the code generation debug options to investigate lto f...Devang Patel2008-07-03
* Add C binding for ExecutionEngine::addGlobalMapping.Gordon Henriksen2008-06-20
* Remove a duplicative binding. Patch by Mahadevan R.Gordon Henriksen2008-05-19
* Improve documentation.Gordon Henriksen2008-05-06
* Use (void) instead of () in C code.Gordon Henriksen2008-05-04
* Correct parameter attributes encoding for C bindings.Anton Korobeynikov2008-04-28
* Expose parameter attributes via C bindings.Gordon Henriksen2008-04-28
* PR2245: Misleading parameter name in llvm-c/Core.h:LLVMConstArrayGordon Henriksen2008-04-25
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-13
* Expose Function::viewCFG and Function::viewCFGOnly to bindings.Erick Tryzelaar2008-03-31
* Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar2008-03-27
* Objective Caml bindings for basic block, function, global, and arg iterators.Gordon Henriksen2008-03-23
* C and Objective Caml bindings for mem2reg and reg2mem.Gordon Henriksen2008-03-20
* C bindings for Module-, Function-, and BasicBlock::iterator.Gordon Henriksen2008-03-19
* C and Objective Caml bindings for the various getParent methods of the IR.Gordon Henriksen2008-03-19
* C and Objective Caml bindings for the TargetData class.Gordon Henriksen2008-03-16
* C and Objective Caml bindings for several scalar transforms.Gordon Henriksen2008-03-16
* Remove unnecessary includes.Gordon Henriksen2008-03-16
* C and Objective Caml bindings for PassManagers.Gordon Henriksen2008-03-16
* Expose Module::dump via C and Ocaml.Gordon Henriksen2008-03-14
* Cleanup some comments in the OCaml bindings.Gordon Henriksen2008-03-07
* fixes from review of first commitNick Kledzik2008-02-27
* first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi...Nick Kledzik2008-02-26
* Fixing a bug creating floating point constants of type otherGordon Henriksen2008-02-02
* Adding C bindings for SwitchInst::addCase.Gordon Henriksen2008-01-01
* Add some doxygen comments to llvm-c/Core.h.Gordon Henriksen2007-12-30