index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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