| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix PR819, llvm2cpp should read .bc files, not .ll files. | Chris Lattner | 2006-07-06 | 1 | -79/+53 |
| | | | | | llvm-svn: 29030 | ||||
| * | Change the verifier to never throw an exception. Instead verifyModule ↵ | Chris Lattner | 2006-07-06 | 1 | -8/+10 |
| | | | | | | | canoptionally return the string error, which is an easier api for clients touse anyway. llvm-svn: 29017 | ||||
| * | Fix file header comment. | Reid Spencer | 2006-05-29 | 1 | -2/+2 |
| | | | | | llvm-svn: 28540 | ||||
| * | Fix the file's comment block. | Reid Spencer | 2006-05-29 | 1 | -6/+7 |
| | | | | | llvm-svn: 28535 | ||||
| * | Initial Commit of llvm2cpp | Reid Spencer | 2006-05-29 | 1 | -0/+138 |
| This is a safekeeping commit. The program is not finished. It currently handles modules, types, global variables and function declarations. Blocks and instructions remain to be done. llvm-svn: 28528 | |||||

