aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c
AgeCommit message (Expand)Author
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