Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove definition and use of OtherVal enumerator. This just fixes a thinko. | Reid Spencer | 2004-07-06 | 1 | -1/+1 | |
| | | | | llvm-svn: 14634 | |||||
* | Finalize bytecode dumping. The "handleFinish" method was getting called | Reid Spencer | 2004-07-05 | 1 | -3/+4 | |
| | | | | | | | | too soon so the function data was not getting dumped (it was generated after the call handleFinish). Also cleaned up the output format for proper indentation. llvm-svn: 14627 | |||||
* | - Make ValueList an "OtherVal" user of Values to ensure it doesn't get | Reid Spencer | 2004-07-04 | 1 | -60/+51 | |
| | | | | | | | | mistaken for anything else. - Move function descriptions to Reader.cpp file per Chris. - Remove tabs. llvm-svn: 14602 | |||||
* | This is a slimming down of the previous ReaderInternals.h that just | Reid Spencer | 2004-06-29 | 1 | -0/+470 | |
declares the BytecodeReader class. llvm-svn: 14495 |