index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm-c
Age
Commit message (
Expand
)
Author
2007-10-08
C and Objective Caml bindings for PHINode::addIncoming etc.
Gordon Henriksen
2007-10-08
C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced
Gordon Henriksen
2007-10-07
C and Objective Caml bindings for GlobalVariable::isConstant.
Gordon Henriksen
2007-10-07
C and Objective Caml bindings for PATypeHolder.
Gordon Henriksen
2007-10-06
Bindings for the verifier.
Gordon Henriksen
2007-10-06
Adopting a uniform naming convention for type constructors in bindings.
Gordon Henriksen
2007-10-06
Adopting a uniform naming convention for constant constructors in bindings.
Gordon Henriksen
2007-10-06
Adding C and Ocaml bindings for ConstantExpr.
Gordon Henriksen
2007-10-06
Wrapping Value::dump.
Gordon Henriksen
2007-10-05
Removing the silly CHelpers header by rolling wrap and unwrap into the C
Gordon Henriksen
2007-09-26
Added C and Ocaml bindings for functions, basic blocks, and
Gordon Henriksen
2007-09-18
Tests of the ocaml (and thus C) bindings for constants.
Gordon Henriksen
2007-09-18
C bindings for libLLVMCore.a and libLLVMBitWriter.a.
Gordon Henriksen
2007-01-06
Add C wrappers for the LTO library (PR1081). Patch by Chandler Carruth!
Chris Lattner