aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c
AgeCommit message (Expand)Author
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
2008-01-01Adding C bindings for SwitchInst::addCase.Gordon Henriksen
2007-12-30Add some doxygen comments to llvm-c/Core.h.Gordon Henriksen
2007-12-29Bindings for instruction calling conventions.Gordon Henriksen
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-27Adding bindings for target triple and data layout.Gordon Henriksen
2007-12-27Switch the bindings to use LLVMFoldingBuilder.Gordon Henriksen
2007-12-23C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen
2007-12-19Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen
2007-12-17C and Ocaml bindings for address spaces, for that burgeoning marketGordon Henriksen
2007-12-12Add (very basic) bindings for ModuleProvider.Gordon Henriksen
2007-12-11Adding Ocaml bindings for the bitreader as requested by SarahGordon Henriksen
2007-12-10Adding a collector name attribute to Function in the IR. These Gordon Henriksen
2007-10-08C and Objective Caml bindings for PHINode::addIncoming etc.Gordon Henriksen
2007-10-08C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhancedGordon Henriksen
2007-10-07C and Objective Caml bindings for GlobalVariable::isConstant.Gordon Henriksen
2007-10-07C and Objective Caml bindings for PATypeHolder.Gordon Henriksen
2007-10-06Bindings for the verifier.Gordon Henriksen
2007-10-06Adopting a uniform naming convention for type constructors in bindings.Gordon Henriksen
2007-10-06Adopting a uniform naming convention for constant constructors in bindings.Gordon Henriksen
2007-10-06Adding C and Ocaml bindings for ConstantExpr.Gordon Henriksen
2007-10-06Wrapping Value::dump.Gordon Henriksen
2007-10-05Removing the silly CHelpers header by rolling wrap and unwrap into the CGordon Henriksen
2007-09-26Added C and Ocaml bindings for functions, basic blocks, and Gordon Henriksen
2007-09-18Tests of the ocaml (and thus C) bindings for constants.Gordon Henriksen
2007-09-18C bindings for libLLVMCore.a and libLLVMBitWriter.a.Gordon Henriksen
2007-01-06Add C wrappers for the LTO library (PR1081). Patch by Chandler Carruth!Chris Lattner