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