1. d445c6b Allow modules to have 'any' pointer size and endianness. Luckily, we had by Chris Lattner · 21 years ago
  2. 4354f56 Rename SwitchInst::dest_push_back -> addCase by Chris Lattner · 21 years ago
  3. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  4. 949a362 Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 21 years ago
  5. 987cb2c Remove explicit const qualifiers by Chris Lattner · 21 years ago
  6. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
  7. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  8. 893f025 Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. by Chris Lattner · 21 years ago
  9. eaeaad6 Fix bug: Assembler/2003-06-17-InvokeDisassemble.llx by Chris Lattner · 21 years ago
  10. f69315b Fix bug: Assembler/2003-05-03-BytecodeReaderProblem.llx by Chris Lattner · 21 years ago
  11. a2602f3 Do not assert fail or crash when a bytecode parse fails! by Chris Lattner · 21 years ago
  12. 12e6465 Eliminate the uchar typedef, use unsigned char explicitly by Chris Lattner · 21 years ago
  13. 8017a75 Fix Bug: Assembler/2003-05-12-MinIntProblem.llx by Chris Lattner · 21 years ago
  14. 8f77dae Add support for the new va_arg instruction by Chris Lattner · 21 years ago
  15. 09ff150 Fixed 'prevalent'. by Misha Brukman · 21 years ago
  16. 76e3896 Add support for reading and writing pointersize/endianness to and from bytecode by Chris Lattner · 21 years ago
  17. 75f2053 Preserve module source information in the ModuleID by Chris Lattner · 21 years ago
  18. 968cfd0 Initial support for reading standard .a files by Chris Lattner · 21 years ago
  19. f6099df Add support for reading unaligned bytecode buffers by Chris Lattner · 21 years ago
  20. 869de25 Fix a big bad bug I checked in yesterday :( by Chris Lattner · 21 years ago
  21. e3869c8 Add support to the bytecode reader/writer for the new linkage types by Chris Lattner · 21 years ago
  22. 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 21 years ago
  23. 3413d15 * Change the order that globals and constants are processed in by Chris Lattner · 21 years ago
  24. 186a1f7 Changes to the V2 bytecode format: by Chris Lattner · 21 years ago
  25. 52e20b0 * Bug fixes: by Chris Lattner · 21 years ago
  26. 036b8aa Infrastructure for more compact bytecode files and REAL support for versioning by Chris Lattner · 21 years ago
  27. 6e5a0e4 s/Method/Function in variable and method names by Chris Lattner · 21 years ago
  28. 2a7b6ba Continue simplifying error handling, s/method/function by Chris Lattner · 21 years ago
  29. b6c4695 Cleanup error handling constructs by Chris Lattner · 21 years ago
  30. 09abe6a Pull common code out by Chris Lattner · 21 years ago
  31. 0d75d8d7 Use the std namespace explicitly by Chris Lattner · 21 years ago
  32. a407ba1 Don't keep track of # big vs #small instructions seperately by Chris Lattner · 22 years ago
  33. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
  34. 8cdc6b7 - Fix a really nasty bug in the bytecode reader that caused it to fail by Chris Lattner · 22 years ago
  35. 5dfab9e Wow, for some reason, when reading bytecode from stdin, we were only reading by Chris Lattner · 22 years ago
  36. 6463e0d Clean up code a bit, no functionality changes. by Chris Lattner · 22 years ago
  37. bbd4b30 There is no way to guarantee that constants are not forward referenced. by Chris Lattner · 22 years ago
  38. 479b54b Minor cleanups, no changes to functionality by Chris Lattner · 22 years ago
  39. 69da5cf - Change Function's so that their argument list is populated when they are by Chris Lattner · 22 years ago
  40. 0b16ae2 - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to by Chris Lattner · 22 years ago
  41. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
  42. 4f2d5a4 Changed uchar to unsigned char in function ParseBytecodeBuffer, because seemingly it affects opt in uncertain ways :) by Anand Shukla · 22 years ago
  43. a6d0975 by Misha Brukman · 22 years ago
  44. e87e1c9 Change the MallocInst & AllocaInst ctors to take the allocated type, not the by Chris Lattner · 22 years ago
  45. cc63f1c Eliminated the MemAccessInst class, folding contents into GEP class. by Chris Lattner · 22 years ago
  46. 24ea74e Load & StoreInst no longer derive from MemAccessInst, so we don't have by Chris Lattner · 22 years ago
  47. 352eef7 Emit an obnoxious warning message for bytecode that includes load/store by Chris Lattner · 22 years ago
  48. 63c58a4 Fix bug: test/Regression/Assembler/2002-08-19-BytecodeReader.llx by Chris Lattner · 22 years ago
  49. 915ce8a Turn off a debugging optimization that just slows bytecode reading down by Chris Lattner · 22 years ago
  50. e461918 Fix stupid oversight of missing #include. by Chris Lattner · 22 years ago
  51. 7473413 - Finally nailed: test/Regression/Assembler/2002-08-16-ConstExprInlined.llx by Chris Lattner · 22 years ago
  52. ad33348 Remove support for Not ConstantExpr. This simplifies the unary case to only by Chris Lattner · 22 years ago
  53. c188eeb by Chris Lattner · 22 years ago
  54. e8e4605 Cleanup ConstantExpr handling: by Chris Lattner · 22 years ago
  55. ce6ef11 *** empty log message *** by Chris Lattner · 22 years ago
  56. 9a9433b Break line to fit 80 columns by Chris Lattner · 22 years ago
  57. fe8041a *** empty log message *** by Chris Lattner · 22 years ago
  58. 635cd93 Register the WriteBytecodePass by Chris Lattner · 22 years ago
  59. 56d2701 *** empty log message *** by Chris Lattner · 22 years ago
  60. cc4b6ec ConstExpr::getelementptr now takes a vector of Constants not Values by Chris Lattner · 22 years ago
  61. 3edfb64 added std:: to pair by Anand Shukla · 22 years ago
  62. 18be6fb added std:: to vector by Anand Shukla · 22 years ago
  63. a24a0bb Add support for writing ConstantExpr nodes. by Vikram S. Adve · 22 years ago
  64. a7dac3d Write out the plane for types first, since values of primitive types by Vikram S. Adve · 22 years ago
  65. 054bd68 Use a helper function outputConstantsInPlane in outputConstants. by Vikram S. Adve · 22 years ago
  66. c668b7c Add support for reading ConstantExpr nodes. by Vikram S. Adve · 22 years ago
  67. c1e4a81 Add support for reading ConstantExpr nodes. by Vikram S. Adve · 22 years ago
  68. 194f0a5 Convert tabs to spaces by Chris Lattner · 22 years ago
  69. eea60fc changes to make it compatible with 64bit gcc by Anand Shukla · 22 years ago
  70. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  71. 0b12b5f by Chris Lattner · 22 years ago
  72. 9fcccb0 Fix constness problem by Chris Lattner · 22 years ago
  73. a48836b Fix constness problems now that the cast operators preserve the constness by Chris Lattner · 22 years ago
  74. 9b62503 Replace all usages of Type::isPointerType with isa<PointerType> by Chris Lattner · 22 years ago
  75. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 22 years ago
  76. 31bcdb8 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 22 years ago
  77. 09c66f0 Remove unneccesary #include by Chris Lattner · 22 years ago
  78. ccc2596 Make debugging code not use getStrValue by Chris Lattner · 22 years ago
  79. f759c4e Remove old frivolous uses of getStrValue in a debugging statement by Chris Lattner · 22 years ago
  80. 73e2142 Move FunctionArgument out of iOther.h into Argument.h and rename class to by Chris Lattner · 22 years ago
  81. 184b2fa Use opaque decl instead of #include by Chris Lattner · 22 years ago
  82. 4d669b5 s/method/function by Chris Lattner · 22 years ago
  83. 35e309a llvm/Assembly/Writer.h is unneccesary except for extreme output by Chris Lattner · 22 years ago
  84. b579400 * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h by Chris Lattner · 22 years ago
  85. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 22 years ago
  86. 92940ac Enable better debug output. When debugging the type system, print out the by Chris Lattner · 22 years ago
  87. 2aac6bf s/MethodType/FunctionType by Chris Lattner · 22 years ago
  88. b3afb1f Add debug support by Chris Lattner · 22 years ago
  89. c9aa7df s/Method/Function by Chris Lattner · 22 years ago
  90. 79df7c0 Change references from Method to Function by Chris Lattner · 22 years ago
  91. b277d1d by Chris Lattner · 22 years ago
  92. e7506a3 Rename Method to Function by Chris Lattner · 22 years ago
  93. 221d688 Method.h no longer includes BasicBlock.h by Chris Lattner · 23 years ago
  94. ae96151 Chuck fixed the GCC problems so this hack is now unneccesary by Chris Lattner · 23 years ago
  95. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  96. 9086515 Remove unsized array support by Chris Lattner · 23 years ago
  97. b024ef5 Add pointer indexing support by Chris Lattner · 23 years ago
  98. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 23 years ago
  99. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 23 years ago
  100. 7061dc5 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 23 years ago