summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Reader/Reader.h
Commit message (Expand)AuthorAgeFilesLines
* remove some dead (always dynamically false) flagsChris Lattner2005-05-061-15/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-28/+28
* Adjust to changes in User class and minor changes in instruction ctors.Chris Lattner2005-01-291-8/+13
* Remove a dead field, make the map go to integer type ID to hash better andChris Lattner2004-12-091-2/+2
* Cleanups. Null out pointer after freeing it for paranoiaChris Lattner2004-11-151-5/+5
* Simplify handling of decompressionReid Spencer2004-11-141-15/+4
* Add comments per CL code review.Reid Spencer2004-11-071-2/+6
* Add support for compressed bytecodeReid Spencer2004-11-061-2/+15
* Add support for undef, unreachable, and function flagsChris Lattner2004-10-161-3/+15
* Fit to 80 colsChris Lattner2004-10-141-7/+6
* Add boolean file format flags in preparation for version 5 bytecode.Reid Spencer2004-08-211-3/+18
* Bytecode File Format Changes:Reid Spencer2004-08-171-2/+5
* Make getGlobalTableValue not use getTypeSlot, this speeds up the bc readerChris Lattner2004-08-041-2/+3
* Do not do a linear std::find to reconstruct information we had, but later threwChris Lattner2004-08-031-12/+14
* Don't create a backwards compatibility flag for something that was aReid Spencer2004-07-251-4/+0
* bug 263:Reid Spencer2004-07-251-0/+35
* User ValueListTy as the type of the ValueList. This avoides the ValueListReid Spencer2004-07-181-1/+1
* - Rename two methods to give them more meaningReid Spencer2004-07-111-2/+8
* Error Handling Cleanup:Reid Spencer2004-07-091-0/+2
* Remove definition and use of OtherVal enumerator. This just fixes a thinko.Reid Spencer2004-07-061-1/+1
* Finalize bytecode dumping. The "handleFinish" method was getting calledReid Spencer2004-07-051-3/+4
* - Make ValueList an "OtherVal" user of Values to ensure it doesn't getReid Spencer2004-07-041-60/+51
* This is a slimming down of the previous ReaderInternals.h that justReid Spencer2004-06-291-0/+470
OpenPOWER on IntegriCloud