aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm2cpp/llvm2cpp.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-2/+2
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-061-3/+1
* switch tools to bitcode instead of bytecodeChris Lattner2007-05-061-15/+6
* bitcodify, remove eh cruftChris Lattner2007-05-061-4/+18
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-1/+3
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-061-0/+2
* Fix PR819, llvm2cpp should read .bc files, not .ll files.Chris Lattner2006-07-061-79/+53
* Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner2006-07-061-8/+10
* Fix file header comment.Reid Spencer2006-05-291-2/+2
* Fix the file's comment block.Reid Spencer2006-05-291-6/+7
* Initial Commit of llvm2cppReid Spencer2006-05-291-0/+138