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
/
tools
/
llvm2cpp
/
llvm2cpp.cpp
Age
Commit message (
Expand
)
Author
2008-05-04
Drop llvm2cpp, it's now a llc target
Anton Korobeynikov
2007-12-29
remove attributions from tools.
Chris Lattner
2007-10-08
Move the space in overview output for commands out of each of the
Dan Gohman
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2007-05-06
use the new MemoryBuffer interfaces to simplify error reporting in clients.
Chris Lattner
2007-05-06
switch tools to bitcode instead of bytecode
Chris Lattner
2007-05-06
bitcodify, remove eh cruft
Chris Lattner
2007-02-07
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2006-12-06
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
Chris Lattner
2006-07-06
Fix PR819, llvm2cpp should read .bc files, not .ll files.
Chris Lattner
2006-07-06
Change the verifier to never throw an exception. Instead verifyModule canopt...
Chris Lattner
2006-05-29
Fix file header comment.
Reid Spencer
2006-05-29
Fix the file's comment block.
Reid Spencer
2006-05-29
Initial Commit of llvm2cpp
Reid Spencer