1. 3da59db For PR950: by Reid Spencer · 18 years ago
  2. d798a51 Discard code that supported old bytecode formats. This makes the Bytecode by Reid Spencer · 18 years ago
  3. 4952143 For PR998: by Reid Spencer · 18 years ago
  4. 6996feb Bump the bytecode version number to 7. Implement upgrade of version 6 and by Reid Spencer · 18 years ago
  5. 1628cec For PR950: by Reid Spencer · 18 years ago
  6. f0edc6c Fix massive resource leaks in the bytecode reader. Reading a bytecode file by Chris Lattner · 18 years ago
  7. 7d51544 - Fixed broken Win32 build by Anton Korobeynikov · 18 years ago
  8. 99655e1 For PR797: by Reid Spencer · 18 years ago
  9. 233fe72 For PR797: by Reid Spencer · 18 years ago
  10. 94aa7f3 Fix a bug in my previous patch which broke building llvm/runtime when using llvm-gcc3. by Chris Lattner · 18 years ago
  11. 0300f3e Change the ModuleProvider interface to not throw exceptions. by Chris Lattner · 18 years ago
  12. e2a5fb0 Fix auto-upgrade of intrinsics to work properly with both assembly and by Reid Spencer · 19 years ago
  13. 3bc5a60 add bc reader/writer support for inline asm by Chris Lattner · 19 years ago
  14. 3e59546 Add a flag to identify bytecode files that have intrinsic functions that by Reid Spencer · 19 years ago
  15. eebac5f Use a map to cache the ModuleType information, so we can do logarithmic by Chris Lattner · 19 years ago
  16. fea4930 This is a dummy, it doesn't matter what the ValueType is by Chris Lattner · 19 years ago
  17. 3f6948d remove some dead (always dynamically false) flags by Chris Lattner · 19 years ago
  18. 8a96c53 Remove trailing whitespace by Misha Brukman · 19 years ago
  19. cad28bd Adjust to changes in User class and minor changes in instruction ctors. by Chris Lattner · 20 years ago
  20. 389bd04 Remove a dead field, make the map go to integer type ID to hash better and by Chris Lattner · 20 years ago
  21. 1992522 Cleanups. Null out pointer after freeing it for paranoia by Chris Lattner · 20 years ago
  22. d3539b8 Simplify handling of decompression by Reid Spencer · 20 years ago
  23. 36eea80 Add comments per CL code review. by Reid Spencer · 20 years ago
  24. 17f52c5 Add support for compressed bytecode by Reid Spencer · 20 years ago
  25. a79e7cc Add support for undef, unreachable, and function flags by Chris Lattner · 20 years ago
  26. 1c765b0 Fit to 80 cols by Chris Lattner · 20 years ago
  27. 572c256 Add boolean file format flags in preparation for version 5 bytecode. by Reid Spencer · 20 years ago
  28. 38d54be Bytecode File Format Changes: by Reid Spencer · 20 years ago
  29. 2c6c14d Make getGlobalTableValue not use getTypeSlot, this speeds up the bc reader by Chris Lattner · 20 years ago
  30. 45b5dd2 Do not do a linear std::find to reconstruct information we had, but later threw by Chris Lattner · 20 years ago
  31. 7d146e1 Don't create a backwards compatibility flag for something that was a by Reid Spencer · 20 years ago
  32. ad89bd6 bug 263: by Reid Spencer · 20 years ago
  33. 89fc0e3 User ValueListTy as the type of the ValueList. This avoides the ValueList by Reid Spencer · 20 years ago
  34. 6690651 - Rename two methods to give them more meaning by Reid Spencer · 20 years ago
  35. 2439972 Error Handling Cleanup: by Reid Spencer · 20 years ago
  36. ba46636 Remove definition and use of OtherVal enumerator. This just fixes a thinko. by Reid Spencer · 20 years ago
  37. 5c15fe5 Finalize bytecode dumping. The "handleFinish" method was getting called by Reid Spencer · 20 years ago
  38. a86159c - Make ValueList an "OtherVal" user of Values to ensure it doesn't get by Reid Spencer · 20 years ago
  39. f89143c This is a slimming down of the previous ReaderInternals.h that just by Reid Spencer · 20 years ago