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