aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/Reader.h
AgeCommit message (Expand)Author
2004-08-04Make getGlobalTableValue not use getTypeSlot, this speeds up the bc readerChris Lattner
2004-08-03Do not do a linear std::find to reconstruct information we had, but later threwChris Lattner
2004-07-25Don't create a backwards compatibility flag for something that was aReid Spencer
2004-07-25bug 263:Reid Spencer
2004-07-18User ValueListTy as the type of the ValueList. This avoides the ValueListReid Spencer
2004-07-11- Rename two methods to give them more meaningReid Spencer
2004-07-09Error Handling Cleanup:Reid Spencer
2004-07-06Remove definition and use of OtherVal enumerator. This just fixes a thinko.Reid Spencer
2004-07-05Finalize bytecode dumping. The "handleFinish" method was getting calledReid Spencer
2004-07-04- Make ValueList an "OtherVal" user of Values to ensure it doesn't getReid Spencer
2004-06-29This is a slimming down of the previous ReaderInternals.h that justReid Spencer