1. cf3056d Regularize header file comments by Chris Lattner · 21 years ago
  2. 6fcf503 Pass a vector around to reduce dynamic allocation by Chris Lattner · 21 years ago
  3. 927b185 Major refactoring of the bytecode reader. This includes the following by Chris Lattner · 21 years ago
  4. 3483f54 Significantly clean up parsing of instructions. This exceptionizes and by Chris Lattner · 21 years ago
  5. bf43ac6 Eliminate the instruction placeholder. Simplify a bunch of code. by Chris Lattner · 21 years ago
  6. 8eb10ce Eliminate the old LateResolveValues data structure, replacing it with a by Chris Lattner · 21 years ago
  7. 13eb871 Remove a dead method by Chris Lattner · 21 years ago
  8. 4ee8ef2 This patch substantially simplifies and cleans up handling of basic blocks by Chris Lattner · 21 years ago
  9. 6e44802 Inline the postResolveValues method. It was poorly named anyway by Chris Lattner · 21 years ago
  10. 36392bc Various cleanups and simplifications. This speeds up reading a bytecode file by Chris Lattner · 21 years ago
  11. 00413e3 Rename AbstractModuleProvider -> ModuleProvider, to match the header file name, by Chris Lattner · 21 years ago
  12. 9e460f2 Transform two methods to return pointers directly instead of returning them by Chris Lattner · 21 years ago
  13. c7b6f03 There is no need for BytecodeParser to be an AbstractTypeUser. Instead, it by Chris Lattner · 21 years ago
  14. d554ebf Stop returning bool and pass Instruction by reference; by Misha Brukman · 21 years ago
  15. 96f7877 Removed no longer used member variable. by Misha Brukman · 21 years ago
  16. 12c29d1 * Cleaned up code: by Misha Brukman · 21 years ago
  17. 09bd025 Remove a gross hack that was there to support bytecode files that are over a year old. by Chris Lattner · 21 years ago
  18. d256ed8 Non-functional change by Chris Lattner · 21 years ago
  19. d445c6b Allow modules to have 'any' pointer size and endianness. Luckily, we had by Chris Lattner · 21 years ago
  20. 893f025 Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. by Chris Lattner · 21 years ago
  21. a2602f3 Do not assert fail or crash when a bytecode parse fails! by Chris Lattner · 21 years ago
  22. 12e6465 Eliminate the uchar typedef, use unsigned char explicitly by Chris Lattner · 21 years ago
  23. 75f2053 Preserve module source information in the ModuleID by Chris Lattner · 21 years ago
  24. e3869c8 Add support to the bytecode reader/writer for the new linkage types by Chris Lattner · 21 years ago
  25. 52e20b0 * Bug fixes: by Chris Lattner · 22 years ago
  26. 036b8aa Infrastructure for more compact bytecode files and REAL support for versioning by Chris Lattner · 22 years ago
  27. 6e5a0e4 s/Method/Function in variable and method names by Chris Lattner · 22 years ago
  28. 2a7b6ba Continue simplifying error handling, s/method/function by Chris Lattner · 22 years ago
  29. bbd4b30 There is no way to guarantee that constants are not forward referenced. by Chris Lattner · 22 years ago
  30. 352eef7 Emit an obnoxious warning message for bytecode that includes load/store by Chris Lattner · 22 years ago
  31. 7473413 - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx by Chris Lattner · 22 years ago
  32. c668b7c Add support for reading ConstantExpr nodes. by Vikram S. Adve · 22 years ago
  33. eea60fc changes to make it compatible with 64bit gcc by Anand Shukla · 22 years ago
  34. 09c66f0 Remove unneccesary #include by Chris Lattner · 22 years ago
  35. 35e309a llvm/Assembly/Writer.h is unneccesary except for extreme output by Chris Lattner · 22 years ago
  36. b3afb1f Add debug support by Chris Lattner · 22 years ago
  37. c9aa7df s/Method/Function by Chris Lattner · 22 years ago
  38. e7506a3 Rename Method to Function by Chris Lattner · 22 years ago
  39. 221d688 Method.h no longer includes BasicBlock.h by Chris Lattner · 23 years ago
  40. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  41. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 23 years ago
  42. 7061dc5 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 23 years ago
  43. d23b1d3 Implement internal method support by Chris Lattner · 23 years ago
  44. f608608 Dang it, do NOT check in code that enables debugging. Bad chris by Chris Lattner · 23 years ago
  45. d6b6525 Changes to get some meaningful feedback from the bytecode reader. At some point this stuff should all be exception driven, but for now it is not. by Chris Lattner · 23 years ago
  46. b0f20d7 Oops, didn't mean to check in enabled debugging support. :( by Chris Lattner · 23 years ago
  47. 2b9f600 Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to be an endian problem that only shows up with type 0 instructions in LARGE programs. by Chris Lattner · 23 years ago
  48. c18545d Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much by Chris Lattner · 23 years ago
  49. 05950c3 * Add real support for global variable addresses initializing constants by Chris Lattner · 23 years ago
  50. ef9c23f * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 23 years ago
  51. 1d87bcf Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 23 years ago
  52. 3ff4387 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 23 years ago
  53. 1d670cc * Remove support for internal constant pool by Chris Lattner · 23 years ago
  54. 3d3f289 * Add calls to failure template so that it is actually possible to debug by Chris Lattner · 23 years ago
  55. a41f50d Broad superficial changes: by Chris Lattner · 23 years ago
  56. c8b25d4 Changed the fundemental architecture of Operands for Instructions. Now by Chris Lattner · 23 years ago
  57. 0095054 Initial revision by Chris Lattner · 23 years ago