1. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
  2. 403e4a4 Rename. by Evan Cheng · 18 years ago
  3. 5ebd10e If sp offset will be materialized in a register. Clear the offset field of str / ldr. by Evan Cheng · 18 years ago
  4. 8fdbe56 Get rid of references to iostream. by Evan Cheng · 18 years ago
  5. 95af592 Automatically generating intrinsic declarations from Dan Gohman. Modified by Jim Laskey · 18 years ago
  6. 0d3382a Move compressor out of the core Reader.cpp file. by Chris Lattner · 18 years ago
  7. f5e28d9 Do not drop transferred last uses on the floor. Use handleLastUserOverflow(). by Devang Patel · 18 years ago
  8. 3cfc1d2 Fix Transforms/DeadArgElim/2007-02-07-FuncRename.ll, fallout from PR411. by Chris Lattner · 18 years ago
  9. 566dd14 Testcase for a bug responsible for GCC bootstrap failure, fallout from PR411. by Chris Lattner · 18 years ago
  10. 9bb399c Make the cleaning of BUILT_SOURCES be a "clean-all" target item, not a by Reid Spencer · 18 years ago
  11. 58a0d64 Fix build error. by Lauro Ramos Venancio · 18 years ago
  12. 02f178f New test case. by Evan Cheng · 18 years ago
  13. 2ef02a2 New entry. by Evan Cheng · 18 years ago
  14. 8bed6c9 In thumb mode, R3 is reserved, but it can be live in to the function. If by Evan Cheng · 18 years ago
  15. 1f253d6 Update by Evan Cheng · 18 years ago
  16. 7142f87 - If fp (r7) is used to reference stack objects, use [r, r] address mode. by Evan Cheng · 18 years ago
  17. e14639a remove dead ivars. by Chris Lattner · 18 years ago
  18. 4f9ff5a remove dead ivars, thanks to Reid for noticing this! by Chris Lattner · 18 years ago
  19. 7b6040b remove the handleVBR32/handleVBR64 callbacks. They are very fine-grained. by Chris Lattner · 18 years ago
  20. 92f5b6a constants can't be in the symtab anymore by Chris Lattner · 18 years ago
  21. b4d8d62 update comment. by Chris Lattner · 18 years ago
  22. e6a7a85 remove some obsolete SymbolTable methods. These docs need to be updated by Chris Lattner · 18 years ago
  23. 7f1444b shrink vmcore by moving symbol table stripping support out of VMCore into by Chris Lattner · 18 years ago
  24. a3832fd As Chris suggested, fixed some problems. (This is the first part) by Zhou Sheng · 18 years ago
  25. 56920a0 eliminate ValueSymbolTable::rename, it has no advantage over using remove+insert. by Chris Lattner · 18 years ago
  26. 1e34854 Make SymbolTable::insert, SymbolTable::remove and SymbolTable::rename private. by Chris Lattner · 18 years ago
  27. f29a09d As Chris suggested, fixed some problems. (This is the first part.) by Zhou Sheng · 18 years ago
  28. 421d3da speed up conflict handling. by Chris Lattner · 18 years ago
  29. c2b2d6a Fix a fixme by correctly calculating preferred alignments for functions, by Nate Begeman · 18 years ago
  30. 58f84d4 Eliminate the O(n) version of TypeSymbolTable::remove, it is dead. When by Chris Lattner · 18 years ago
  31. 67408da TypeSymbolTable::rename is dead, remove it by Chris Lattner · 18 years ago
  32. f511155 Eliminate a bunch of work from ValueSymbolTable::insert for the common case by Chris Lattner · 18 years ago
  33. 670ccfe parse constantexpr arguments into a smallvector: 1.5% speedup reading 176.gcc by Chris Lattner · 18 years ago
  34. 1b1c95c eliminate std::vector's from the bchandler interface by Chris Lattner · 18 years ago
  35. 63cf59e Eliminate std::vectors from the bcanalyzer interface. by Chris Lattner · 18 years ago
  36. 4d544cd add an option for timing bc file reading. by Chris Lattner · 18 years ago
  37. 91140e9 Remove a spurious ; by Reid Spencer · 18 years ago
  38. a01faf4 eliminateFrameIndex() is even more complicated if frame ptr is used instead of SP when there are dynamic alloca's. by Evan Cheng · 18 years ago
  39. dfb22c3 redesign the primary datastructure used by mem2reg to eliminate an by Chris Lattner · 18 years ago
  40. e237cf9 do not let the table fill up with tombstones. by Chris Lattner · 18 years ago
  41. 04a3115 Fix a really subtle bug where the entire hash table could fill with by Chris Lattner · 18 years ago
  42. 8e59ea9 Spill / restore should avoid modifying the condition register. by Evan Cheng · 18 years ago
  43. c67da0c Two fixes: by Chris Lattner · 18 years ago
  44. 9b44226 Document the LINK_COMPONENTS and NO_INSTALL variables. by Reid Spencer · 18 years ago
  45. a2a31bf Implement the NO_INSTALL feature. Setting this variable to any value in by Reid Spencer · 18 years ago
  46. c9c1787 Set the new NO_INSTALL flag for build-only tools. by Reid Spencer · 18 years ago
  47. 95d97b9 Error check and eliminate unnecessary value. by Jim Laskey · 18 years ago
  48. 01ba6ad Regenerate. by Jim Laskey · 18 years ago
  49. 81a21ea Deemed too cute to live. by Jim Laskey · 18 years ago
  50. 251e3c6 Regenerate. by Jim Laskey · 18 years ago
  51. ba4cc09 Support var arg intrinsics. by Jim Laskey · 18 years ago
  52. 53a5810 Fix build error. by Lauro Ramos Venancio · 18 years ago
  53. 8c1a73a Select add FI, c correctly. by Evan Cheng · 18 years ago
  54. a17588c Add a DYNAMIC_STACKALLOC test case. by Evan Cheng · 18 years ago
  55. 40984d7 foldMemoryOperand() cannot fold tMOVrr sp into load / store in thumb mode. tLDRspi / tSTRspi cannot target / store high registers. by Evan Cheng · 18 years ago
  56. 7d6f77d Fix PR1181 and CodeGen/CBackend/2007-02-05-memset.ll by Chris Lattner · 18 years ago
  57. ba14692 testcase for pr1181 by Chris Lattner · 18 years ago
  58. 353815d As Reid suggested, fixed some problems. by Zhou Sheng · 18 years ago
  59. 7406dcd As Reid suggested, fixed some problems. by Zhou Sheng · 18 years ago
  60. 6ad4c14 Disable this for now. by Chris Lattner · 18 years ago
  61. fd43dcf Add a class APInt to represent arbitrary precision constant integral values. by Zhou Sheng · 18 years ago
  62. 775bd83 Fix Transforms/ConstProp/2007-02-05-BitCast.ll by Chris Lattner · 18 years ago
  63. 37d94b4 Testcase for miscompilation by Chris Lattner · 18 years ago
  64. 4b09252 Oops, swap this. This fixes a regression I introduced in the ARM backend. by Chris Lattner · 18 years ago
  65. 88b6331 eliminateFrameIndex() bug when frame pointer is used as base register. by Evan Cheng · 18 years ago
  66. ad0e465 - Store val, [sp, c] must be selected to tSTRsp. by Evan Cheng · 18 years ago
  67. d2a988c Although targets are not required to support integers > 64bits, TargetData by Reid Spencer · 18 years ago
  68. 554cec6 A value of 64 or fewer bits is valid if the ConstantInt has more then 64 bits. by Reid Spencer · 18 years ago
  69. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 18 years ago
  70. d387404 With the last change, we no longer need both directions of mapping from by Chris Lattner · 18 years ago
  71. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  72. a0d1548 Simplify use of DFBlocks, this makes no noticable performance difference, by Chris Lattner · 18 years ago
  73. 59d043b This file should have been removed when -raise was removed. It isn't by Reid Spencer · 18 years ago
  74. c04a1ce Simplify this a bit, add an assertion by Chris Lattner · 18 years ago
  75. ae6eb5b StableBasicBlockNumbering is conceptually just a wrapper around UniqueVector, by Chris Lattner · 18 years ago
  76. 1e46ae4 Add a show-footprint target to run du a few times to show how much disk by Reid Spencer · 18 years ago
  77. 7b13624 Const method must use const_iterator. by Chris Lattner · 18 years ago
  78. 6a1a28d Switch InsertedPHINodes back to SmallPtrSet now that the SmallPtrSet::erase by Chris Lattner · 18 years ago
  79. 7ef856d Fix a bug in smallptrset::erase: in the small case, return true if the by Chris Lattner · 18 years ago
  80. fc7d13d switch a SmallPtrSet back to an std::set for now, this caused problems. by Chris Lattner · 18 years ago
  81. c670f3d switch an std::set over to a SmallPtrSet, speeding up mem2reg 6% on 176.gcc. by Chris Lattner · 18 years ago
  82. c837615 switch an std::set over to SmallPtrSet, speeding up mem2reg 3.4% on 176.gcc. by Chris Lattner · 18 years ago
  83. 40b6555 eliminate some malloc traffic, this speeds up mem2reg by 3.4%. by Chris Lattner · 18 years ago
  84. 7ea0765 Add missing and needed #include. by Reid Spencer · 18 years ago
  85. 9153a67 Make the class VISIBILITY_HIDDEN. by Reid Spencer · 18 years ago
  86. b6a24bf Fix PR1178 by Chris Lattner · 18 years ago
  87. 688b049 For PR411: by Reid Spencer · 18 years ago
  88. cdedc3b For PR411: by Reid Spencer · 18 years ago
  89. 60ea274 For PR411: by Reid Spencer · 18 years ago
  90. 94b836a For PR411: This test is not particularly useful without type planes. by Reid Spencer · 18 years ago
  91. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  92. 15468bf For PR411: This pass is no longer needed. by Reid Spencer · 18 years ago
  93. c19fbd6 Create a pass to strip dead function declarations (prototypes). This is by Reid Spencer · 18 years ago
  94. 90f1ad7 Fix PR1158 by Devang Patel · 18 years ago
  95. c8c6928 Test case for PR1158 by Devang Patel · 18 years ago
  96. d0f285e Add a class APInt to represent arbitrary precision constant integral values. by Zhou Sheng · 18 years ago
  97. a9720f5 Regenerate. by Reid Spencer · 18 years ago
  98. 1755a9a ! removal was a little over zealous. Put the ! back in asserts. by Reid Spencer · 18 years ago
  99. ea62b72 Fix unord test. by Lauro Ramos Venancio · 18 years ago
  100. b5334b0 Regenerate. by Reid Spencer · 18 years ago