| Commit message (Expand) | Author | Age | Files | Lines |
* | Tools require EH for their top-level try blocks. | Chris Lattner | 2006-07-07 | 1 | -0/+1 |
* | Fix PR819, llvm2cpp should read .bc files, not .ll files. | Chris Lattner | 2006-07-06 | 2 | -82/+55 |
* | Change the verifier to never throw an exception. Instead verifyModule canopt... | Chris Lattner | 2006-07-06 | 1 | -8/+10 |
* | Actually add instructions to the list of defined values so it gets | Reid Spencer | 2006-06-15 | 1 | -0/+1 |
* | Suppress -pedantic warnings about print("%a") | Reid Spencer | 2006-06-02 | 1 | -0/+3 |
* | Teach CppWriter how to emit an inline (partial) function. | Reid Spencer | 2006-06-01 | 1 | -50/+132 |
* | Restore default arguments for llvm2cpp back to health by declaring an | Reid Spencer | 2006-06-01 | 1 | -1/+1 |
* | Fix a bug where incorrect C++ was being emitted. | Reid Spencer | 2006-06-01 | 1 | -1/+0 |
* | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 1 | -2/+2 |
* | fix utostr | Andrew Lenharth | 2006-05-31 | 1 | -1/+1 |
* | Major reorganization and extension of the code. The diff on this will be a | Reid Spencer | 2006-05-31 | 1 | -487/+698 |
* | Don't generate module definitions when the -fragment option is given. | Reid Spencer | 2006-05-31 | 1 | -51/+59 |
* | Fix more bugs. This version now passes all of the Feature test except for | Reid Spencer | 2006-05-30 | 1 | -135/+244 |
* | Fix many small bugs in llvm2cpp. This patch gets llvm2cpp working with | Reid Spencer | 2006-05-30 | 1 | -73/+161 |
* | First complete version of llvm2cpp that doesn't crash on any of the Feature | Reid Spencer | 2006-05-30 | 1 | -274/+308 |
* | Next batch of implementation: | Reid Spencer | 2006-05-29 | 1 | -1148/+265 |
* | Fix file header comment. | Reid Spencer | 2006-05-29 | 1 | -2/+2 |
* | Remove temporary testing rules. | Reid Spencer | 2006-05-29 | 1 | -14/+0 |
* | Fix two bugs in the CppWriter.cpp: | Reid Spencer | 2006-05-29 | 2 | -4/+17 |
* | Fix the file's comment block. | Reid Spencer | 2006-05-29 | 1 | -6/+7 |
* | Initial Commit of llvm2cpp | Reid Spencer | 2006-05-29 | 4 | -0/+2174 |