aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
* 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
* first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi...Nick Kledzik2008-02-261-0/+234
* Fixing a bug creating floating point constants of type otherGordon Henriksen2008-02-021-0/+1
* Adding C bindings for SwitchInst::addCase.Gordon Henriksen2008-01-011-0/+4
* Add some doxygen comments to llvm-c/Core.h.Gordon Henriksen2007-12-301-52/+71
* Bindings for instruction calling conventions.Gordon Henriksen2007-12-291-0/+4
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-296-12/+12
* Adding bindings for target triple and data layout.Gordon Henriksen2007-12-271-0/+8
* Switch the bindings to use LLVMFoldingBuilder.Gordon Henriksen2007-12-271-8/+8
* C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen2007-12-231-0/+115
* Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen2007-12-193-85/+60
* C and Ocaml bindings for address spaces, for that burgeoning marketGordon Henriksen2007-12-171-1/+2
* Add (very basic) bindings for ModuleProvider.Gordon Henriksen2007-12-122-0/+34
* Adding Ocaml bindings for the bitreader as requested by SarahGordon Henriksen2007-12-111-0/+43
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-101-0/+2
* C and Objective Caml bindings for PHINode::addIncoming etc.Gordon Henriksen2007-10-081-0/+6
* C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhancedGordon Henriksen2007-10-081-0/+2
* C and Objective Caml bindings for GlobalVariable::isConstant.Gordon Henriksen2007-10-071-0/+2
* C and Objective Caml bindings for PATypeHolder.Gordon Henriksen2007-10-071-0/+17
* Bindings for the verifier.Gordon Henriksen2007-10-061-0/+53
* Adopting a uniform naming convention for type constructors in bindings.Gordon Henriksen2007-10-061-10/+10
* Adopting a uniform naming convention for constant constructors in bindings.Gordon Henriksen2007-10-061-13/+12
* Adding C and Ocaml bindings for ConstantExpr.Gordon Henriksen2007-10-061-0/+49
* Wrapping Value::dump.Gordon Henriksen2007-10-061-0/+1
* Removing the silly CHelpers header by rolling wrap and unwrap into the CGordon Henriksen2007-10-051-2/+101
* Added C and Ocaml bindings for functions, basic blocks, and Gordon Henriksen2007-09-261-14/+208
* Tests of the ocaml (and thus C) bindings for constants.Gordon Henriksen2007-09-181-0/+2
* C bindings for libLLVMCore.a and libLLVMBitWriter.a.Gordon Henriksen2007-09-182-0/+263
* Add C wrappers for the LTO library (PR1081). Patch by Chandler Carruth!Chris Lattner2007-01-061-0/+58