aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/Reader.h
AgeCommit message (Expand)Author
2005-05-06remove some dead (always dynamically false) flagsChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-29Adjust to changes in User class and minor changes in instruction ctors.Chris Lattner
2004-12-09Remove a dead field, make the map go to integer type ID to hash better andChris Lattner
2004-11-15Cleanups. Null out pointer after freeing it for paranoiaChris Lattner
2004-11-14Simplify handling of decompressionReid Spencer
2004-11-07Add comments per CL code review.Reid Spencer
2004-11-06Add support for compressed bytecodeReid Spencer
2004-10-16Add support for undef, unreachable, and function flagsChris Lattner
2004-10-14Fit to 80 colsChris Lattner
2004-08-21Add boolean file format flags in preparation for version 5 bytecode.Reid Spencer
2004-08-17Bytecode File Format Changes:Reid Spencer
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