summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm2cpp/llvm2cpp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix PR819, llvm2cpp should read .bc files, not .ll files.Chris Lattner2006-07-061-79/+53
| | | | llvm-svn: 29030
* Change the verifier to never throw an exception. Instead verifyModule ↵Chris Lattner2006-07-061-8/+10
| | | | | | canoptionally return the string error, which is an easier api for clients touse anyway. llvm-svn: 29017
* Fix file header comment.Reid Spencer2006-05-291-2/+2
| | | | llvm-svn: 28540
* Fix the file's comment block.Reid Spencer2006-05-291-6/+7
| | | | llvm-svn: 28535
* Initial Commit of llvm2cppReid Spencer2006-05-291-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
OpenPOWER on IntegriCloud