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