1. cb7e2e2 * New revised variable argument handling support by Chris Lattner · 22 years ago
  2. 9fcdadb Add separator between different types of readers. by Misha Brukman · 22 years ago
  3. 6b25242 Add support for 'weak' linkage. by Chris Lattner · 22 years ago
  4. 7dc3a2e Minor cleanups by Chris Lattner · 22 years ago
  5. f0d9273 Avoid calling getTypeSlot more by Chris Lattner · 22 years ago
  6. d9113c7 This is a header file, thus it needs a -*-C++-*- by Chris Lattner · 22 years ago
  7. cf3056d Regularize header file comments by Chris Lattner · 22 years ago
  8. 39cacce Ok, the "fix" for this is to do a real associative container. Symbol tables by Chris Lattner · 22 years ago
  9. 97330cf Another 10% performance improvement by not using replaceAllUsesWith by Chris Lattner · 22 years ago
  10. 4c52392 Reserve space for PHI nodes when we read them in. This provides a VERY by Chris Lattner · 22 years ago
  11. 35d2ca6 Use the version of getValue that takes the type plane instead of the type by Chris Lattner · 22 years ago
  12. 6fcf503 Pass a vector around to reduce dynamic allocation by Chris Lattner · 22 years ago
  13. c9456ca Change getConstantValue to throw an exception on error, not return null by Chris Lattner · 22 years ago
  14. 9073613 Remove potentially N^2 algorithm from symbol table reader. No speedup by Chris Lattner · 22 years ago
  15. 927b185 Major refactoring of the bytecode reader. This includes the following by Chris Lattner · 22 years ago
  16. 3483f54 Significantly clean up parsing of instructions. This exceptionizes and by Chris Lattner · 22 years ago
  17. bf43ac6 Eliminate the instruction placeholder. Simplify a bunch of code. by Chris Lattner · 22 years ago
  18. 8eb10ce Eliminate the old LateResolveValues data structure, replacing it with a by Chris Lattner · 22 years ago
  19. 13eb871 Remove a dead method by Chris Lattner · 22 years ago
  20. 4ee8ef2 This patch substantially simplifies and cleans up handling of basic blocks by Chris Lattner · 22 years ago
  21. 6e44802 Inline the postResolveValues method. It was poorly named anyway by Chris Lattner · 22 years ago
  22. 36392bc Various cleanups and simplifications. This speeds up reading a bytecode file by Chris Lattner · 22 years ago
  23. 7f58de2 Destroy allocated resources on exception. by Misha Brukman · 22 years ago
  24. 378b524 All of our supported operating systems (so far) and FreeBSD technically by Brian Gaeke · 22 years ago
  25. 00413e3 Rename AbstractModuleProvider -> ModuleProvider, to match the header file name, by Chris Lattner · 22 years ago
  26. 9e460f2 Transform two methods to return pointers directly instead of returning them by Chris Lattner · 22 years ago
  27. 51ca860 Use V for values, not D. by Chris Lattner · 22 years ago
  28. a983359 Do not leak the ModuleProvider if releaseModule() throws. by Chris Lattner · 22 years ago
  29. c7b6f03 There is no need for BytecodeParser to be an AbstractTypeUser. Instead, it by Chris Lattner · 22 years ago
  30. b0b7c0d Just rethrow previous exception instead of making a new one by Chris Lattner · 22 years ago
  31. 735289c Define the instance variable Buffer, not the automatic variable Buffer. by Chris Lattner · 22 years ago
  32. 4eed793 Fix alignment problem by Chris Lattner · 22 years ago
  33. 134aba6 Actually assign the string correctly through the std::string pointer. by Misha Brukman · 22 years ago
  34. 34ce14b * Eliminate BytecodeBufferReader::Length member variable by Misha Brukman · 22 years ago
  35. 4dcbd5e Added code that ensures that we pass the beginning of the data buffer to by John Criswell · 22 years ago
  36. d554ebf Stop returning bool and pass Instruction by reference; by Misha Brukman · 22 years ago
  37. e0dd0d4 Suggestions made by Chris: by Misha Brukman · 22 years ago
  38. d57308a * Group class definitions & implementations together by Misha Brukman · 22 years ago
  39. 5c34441 * Constantify arguments to copy function by Misha Brukman · 22 years ago
  40. 96f7877 Removed no longer used member variable. by Misha Brukman · 22 years ago
  41. 4645379 Added file header comment. by Misha Brukman · 22 years ago
  42. 23219d1 Update file header for renamed file by Chris Lattner · 22 years ago
  43. 12c29d1 * Cleaned up code: by Misha Brukman · 22 years ago
  44. 37f92e2 Fixed spelling and grammar. by Misha Brukman · 22 years ago
  45. da73bea Fix bug by Chris Lattner · 22 years ago
  46. 36143fc Add support for the unwind instruction by Chris Lattner · 22 years ago
  47. dba2b22 Read volatile loads/stores by Chris Lattner · 22 years ago
  48. 09bd025 Remove a gross hack that was there to support bytecode files that are over a year old. by Chris Lattner · 22 years ago
  49. 5bea411 Fix reading of invoke instrs by Chris Lattner · 22 years ago
  50. 8e2185e Whoa, we were misreading invoke instructions "normal" destinations quite badly. by Chris Lattner · 22 years ago
  51. d256ed8 Non-functional change by Chris Lattner · 22 years ago
  52. 6c51a36 Avoid printing meaningless numbers by Chris Lattner · 22 years ago
  53. 3e80abe Follow the pattern of all other atu's by Chris Lattner · 22 years ago
  54. d445c6b Allow modules to have 'any' pointer size and endianness. Luckily, we had by Chris Lattner · 22 years ago
  55. 4354f56 Rename SwitchInst::dest_push_back -> addCase by Chris Lattner · 22 years ago
  56. 5560c9d Spell `necessary' correctly. by Misha Brukman · 22 years ago
  57. 949a362 Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 22 years ago
  58. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
  59. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  60. 893f025 Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. by Chris Lattner · 22 years ago
  61. eaeaad6 Fix bug: Assembler/2003-06-17-InvokeDisassemble.llx by Chris Lattner · 22 years ago
  62. a2602f3 Do not assert fail or crash when a bytecode parse fails! by Chris Lattner · 22 years ago
  63. 12e6465 Eliminate the uchar typedef, use unsigned char explicitly by Chris Lattner · 22 years ago
  64. 8017a75 Fix Bug: Assembler/2003-05-12-MinIntProblem.llx by Chris Lattner · 22 years ago
  65. 8f77dae Add support for the new va_arg instruction by Chris Lattner · 22 years ago
  66. 09ff150 Fixed 'prevalent'. by Misha Brukman · 22 years ago
  67. 76e3896 Add support for reading and writing pointersize/endianness to and from bytecode by Chris Lattner · 22 years ago
  68. 75f2053 Preserve module source information in the ModuleID by Chris Lattner · 22 years ago
  69. 968cfd0 Initial support for reading standard .a files by Chris Lattner · 22 years ago
  70. f6099df Add support for reading unaligned bytecode buffers by Chris Lattner · 22 years ago
  71. 869de25 Fix a big bad bug I checked in yesterday :( by Chris Lattner · 22 years ago
  72. e3869c8 Add support to the bytecode reader/writer for the new linkage types by Chris Lattner · 22 years ago
  73. 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 22 years ago
  74. 52e20b0 * Bug fixes: by Chris Lattner · 22 years ago
  75. 036b8aa Infrastructure for more compact bytecode files and REAL support for versioning by Chris Lattner · 22 years ago
  76. 6e5a0e4 s/Method/Function in variable and method names by Chris Lattner · 22 years ago
  77. 2a7b6ba Continue simplifying error handling, s/method/function by Chris Lattner · 22 years ago
  78. b6c4695 Cleanup error handling constructs by Chris Lattner · 22 years ago
  79. 09abe6a Pull common code out by Chris Lattner · 22 years ago
  80. 0d75d8d7 Use the std namespace explicitly by Chris Lattner · 22 years ago
  81. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 23 years ago
  82. 8cdc6b7 - Fix a really nasty bug in the bytecode reader that caused it to fail by Chris Lattner · 23 years ago
  83. 5dfab9e Wow, for some reason, when reading bytecode from stdin, we were only reading by Chris Lattner · 23 years ago
  84. bbd4b30 There is no way to guarantee that constants are not forward referenced. by Chris Lattner · 23 years ago
  85. 69da5cf - Change Function's so that their argument list is populated when they are by Chris Lattner · 23 years ago
  86. 0b16ae2 - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to by Chris Lattner · 23 years ago
  87. 4f2d5a4 Changed uchar to unsigned char in function ParseBytecodeBuffer, because seemingly it affects opt in uncertain ways :) by Anand Shukla · 23 years ago
  88. e87e1c9 Change the MallocInst & AllocaInst ctors to take the allocated type, not the by Chris Lattner · 23 years ago
  89. cc63f1c Eliminated the MemAccessInst class, folding contents into GEP class. by Chris Lattner · 23 years ago
  90. 24ea74e Load & StoreInst no longer derive from MemAccessInst, so we don't have by Chris Lattner · 23 years ago
  91. 352eef7 Emit an obnoxious warning message for bytecode that includes load/store by Chris Lattner · 23 years ago
  92. 63c58a4 Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llx by Chris Lattner · 23 years ago
  93. 915ce8a Turn off a debugging optimization that just slows bytecode reading down by Chris Lattner · 23 years ago
  94. e461918 Fix stupid oversight of missing #include. by Chris Lattner · 23 years ago
  95. 7473413 - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx by Chris Lattner · 23 years ago
  96. ad33348 Remove support for Not ConstantExpr. This simplifies the unary case to only by Chris Lattner · 23 years ago
  97. e8e4605 Cleanup ConstantExpr handling: by Chris Lattner · 23 years ago
  98. 9a9433b Break line to fit 80 columns by Chris Lattner · 23 years ago
  99. 56d2701 *** empty log message *** by Chris Lattner · 23 years ago
  100. cc4b6ec ConstExpr::getelementptr now takes a vector of Constants not Values by Chris Lattner · 23 years ago