1. bad09e7 Use a map to cache the ModuleType information, so we can do logarithmic by Chris Lattner · 20 years ago
  2. 5a1d5e3 This is a dummy, it doesn't matter what the ValueType is by Chris Lattner · 20 years ago
  3. 9bbe586 remove some dead (always dynamically false) flags by Chris Lattner · 21 years ago
  4. 2ecc34d Remove trailing whitespace by Misha Brukman · 21 years ago
  5. 616b8fc Adjust to changes in User class and minor changes in instruction ctors. by Chris Lattner · 21 years ago
  6. 6225146 Remove a dead field, make the map go to integer type ID to hash better and by Chris Lattner · 21 years ago
  7. 36c95e3 Cleanups. Null out pointer after freeing it for paranoia by Chris Lattner · 21 years ago
  8. f01fc68 Simplify handling of decompression by Reid Spencer · 21 years ago
  9. 899ad35 Add comments per CL code review. by Reid Spencer · 21 years ago
  10. 2e49204 Add support for compressed bytecode by Reid Spencer · 21 years ago
  11. 770709b Add support for undef, unreachable, and function flags by Chris Lattner · 21 years ago
  12. 315157d Fit to 80 cols by Chris Lattner · 21 years ago
  13. 8631bc3 Add boolean file format flags in preparation for version 5 bytecode. by Reid Spencer · 21 years ago
  14. c3e4364 Bytecode File Format Changes: by Reid Spencer · 21 years ago
  15. bba09b3 Make getGlobalTableValue not use getTypeSlot, this speeds up the bc reader by Chris Lattner · 21 years ago
  16. cd84396 Do not do a linear std::find to reconstruct information we had, but later threw by Chris Lattner · 21 years ago
  17. bd729203 Don't create a backwards compatibility flag for something that was a by Reid Spencer · 21 years ago
  18. b2bdb94 bug 263: by Reid Spencer · 21 years ago
  19. 1d8d08f User ValueListTy as the type of the ValueList. This avoides the ValueList by Reid Spencer · 21 years ago
  20. db3bf19 - Rename two methods to give them more meaning by Reid Spencer · 21 years ago
  21. f3905c8 Error Handling Cleanup: by Reid Spencer · 21 years ago
  22. 987e503 Remove definition and use of OtherVal enumerator. This just fixes a thinko. by Reid Spencer · 21 years ago
  23. 02b6708 Finalize bytecode dumping. The "handleFinish" method was getting called by Reid Spencer · 21 years ago
  24. e6c9549 - Make ValueList an "OtherVal" user of Values to ensure it doesn't get by Reid Spencer · 21 years ago
  25. f4ec638 This is a slimming down of the previous ReaderInternals.h that just by Reid Spencer · 21 years ago