| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bitcodify, remove eh cruft | Chris Lattner | 2007-05-06 | 1 | -4/+18 |
| | | | | | llvm-svn: 36844 | ||||
| * | push bytecode decompressor out through APIs. Now the bytecode reader | Chris Lattner | 2007-02-07 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | api's look like this: ModuleProvider *getBytecodeModuleProvider( const std::string &Filename, ///< Name of file to be read BCDecompressor_t *BCDC = Compressor::decompressToNewBuffer, std::string* ErrMsg = 0, ///< Optional error message holder BytecodeHandler* H = 0 ///< Optional handler for reader events ); This is ugly, but allows a client to say: getBytecodeModuleProvider("foo", 0); If they do this, there is no dependency on the compression libraries, saving codesize. llvm-svn: 34012 | ||||
| * | make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. | Chris Lattner | 2006-12-06 | 1 | -0/+2 |
| | | | | | | | With this change, I can now move -stats to print when llvm_shutdown is called. llvm-svn: 32250 | ||||
| * | 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 | |||||

