1. 95d97b9 Error check and eliminate unnecessary value. by Jim Laskey · 18 years ago
  2. 01ba6ad Regenerate. by Jim Laskey · 18 years ago
  3. 81a21ea Deemed too cute to live. by Jim Laskey · 18 years ago
  4. 251e3c6 Regenerate. by Jim Laskey · 18 years ago
  5. ba4cc09 Support var arg intrinsics. by Jim Laskey · 18 years ago
  6. 53a5810 Fix build error. by Lauro Ramos Venancio · 18 years ago
  7. 8c1a73a Select add FI, c correctly. by Evan Cheng · 18 years ago
  8. a17588c Add a DYNAMIC_STACKALLOC test case. by Evan Cheng · 18 years ago
  9. 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
  10. 7d6f77d Fix PR1181 and CodeGen/CBackend/2007-02-05-memset.ll by Chris Lattner · 18 years ago
  11. ba14692 testcase for pr1181 by Chris Lattner · 18 years ago
  12. 353815d As Reid suggested, fixed some problems. by Zhou Sheng · 18 years ago
  13. 7406dcd As Reid suggested, fixed some problems. by Zhou Sheng · 18 years ago
  14. 6ad4c14 Disable this for now. by Chris Lattner · 18 years ago
  15. fd43dcf Add a class APInt to represent arbitrary precision constant integral values. by Zhou Sheng · 18 years ago
  16. 775bd83 Fix Transforms/ConstProp/2007-02-05-BitCast.ll by Chris Lattner · 18 years ago
  17. 37d94b4 Testcase for miscompilation by Chris Lattner · 18 years ago
  18. 4b09252 Oops, swap this. This fixes a regression I introduced in the ARM backend. by Chris Lattner · 18 years ago
  19. 88b6331 eliminateFrameIndex() bug when frame pointer is used as base register. by Evan Cheng · 18 years ago
  20. ad0e465 - Store val, [sp, c] must be selected to tSTRsp. by Evan Cheng · 18 years ago
  21. d2a988c Although targets are not required to support integers > 64bits, TargetData by Reid Spencer · 18 years ago
  22. 554cec6 A value of 64 or fewer bits is valid if the ConstantInt has more then 64 bits. by Reid Spencer · 18 years ago
  23. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 18 years ago
  24. d387404 With the last change, we no longer need both directions of mapping from by Chris Lattner · 18 years ago
  25. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  26. a0d1548 Simplify use of DFBlocks, this makes no noticable performance difference, by Chris Lattner · 18 years ago
  27. 59d043b This file should have been removed when -raise was removed. It isn't by Reid Spencer · 18 years ago
  28. c04a1ce Simplify this a bit, add an assertion by Chris Lattner · 18 years ago
  29. ae6eb5b StableBasicBlockNumbering is conceptually just a wrapper around UniqueVector, by Chris Lattner · 18 years ago
  30. 1e46ae4 Add a show-footprint target to run du a few times to show how much disk by Reid Spencer · 18 years ago
  31. 7b13624 Const method must use const_iterator. by Chris Lattner · 18 years ago
  32. 6a1a28d Switch InsertedPHINodes back to SmallPtrSet now that the SmallPtrSet::erase by Chris Lattner · 18 years ago
  33. 7ef856d Fix a bug in smallptrset::erase: in the small case, return true if the by Chris Lattner · 18 years ago
  34. fc7d13d switch a SmallPtrSet back to an std::set for now, this caused problems. by Chris Lattner · 18 years ago
  35. c670f3d switch an std::set over to a SmallPtrSet, speeding up mem2reg 6% on 176.gcc. by Chris Lattner · 18 years ago
  36. c837615 switch an std::set over to SmallPtrSet, speeding up mem2reg 3.4% on 176.gcc. by Chris Lattner · 18 years ago
  37. 40b6555 eliminate some malloc traffic, this speeds up mem2reg by 3.4%. by Chris Lattner · 18 years ago
  38. 7ea0765 Add missing and needed #include. by Reid Spencer · 18 years ago
  39. 9153a67 Make the class VISIBILITY_HIDDEN. by Reid Spencer · 18 years ago
  40. b6a24bf Fix PR1178 by Chris Lattner · 18 years ago
  41. 688b049 For PR411: by Reid Spencer · 18 years ago
  42. cdedc3b For PR411: by Reid Spencer · 18 years ago
  43. 60ea274 For PR411: by Reid Spencer · 18 years ago
  44. 94b836a For PR411: This test is not particularly useful without type planes. by Reid Spencer · 18 years ago
  45. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  46. 15468bf For PR411: This pass is no longer needed. by Reid Spencer · 18 years ago
  47. c19fbd6 Create a pass to strip dead function declarations (prototypes). This is by Reid Spencer · 18 years ago
  48. 90f1ad7 Fix PR1158 by Devang Patel · 18 years ago
  49. c8c6928 Test case for PR1158 by Devang Patel · 18 years ago
  50. d0f285e Add a class APInt to represent arbitrary precision constant integral values. by Zhou Sheng · 18 years ago
  51. a9720f5 Regenerate. by Reid Spencer · 18 years ago
  52. 1755a9a ! removal was a little over zealous. Put the ! back in asserts. by Reid Spencer · 18 years ago
  53. ea62b72 Fix unord test. by Lauro Ramos Venancio · 18 years ago
  54. b5334b0 Regenerate. by Reid Spencer · 18 years ago
  55. d2e065c Assembler no longer prints ! at the end of its error messages. by Reid Spencer · 18 years ago
  56. f4fa590 There is nothing exclamatory about an error message. No other compiler by Reid Spencer · 18 years ago
  57. 9a01353 Make the RUN: line readable. by Reid Spencer · 18 years ago
  58. 11c63a6 Don't prevent install target from descending into the utils directory. by Reid Spencer · 18 years ago
  59. 32d8476 add a note by Chris Lattner · 18 years ago
  60. 90a2eb0 Use opt to generate the list of passes to run. by Reid Spencer · 18 years ago
  61. b0b991a Fix miscompilations of consumer-typeset, telecomm-gsm, and 176.gcc. by Chris Lattner · 18 years ago
  62. 0974ea0 For PR1177: Revert last patch which caused iteration invalidation. by Reid Spencer · 18 years ago
  63. 4f3ebab fix a miscompilation of 176.gcc by Chris Lattner · 18 years ago
  64. 1853da3 For PR411: Don't re-use var names. by Reid Spencer · 18 years ago
  65. 1125d24 new testcase for 1174, currently xfailed by Chris Lattner · 18 years ago
  66. 9323518 Use DenseMap for pointer->pointer maps. by Owen Anderson · 18 years ago
  67. 05c0b9a Use unsigned char& instead of std::vector<>::reference. by Bill Wendling · 18 years ago
  68. 8227d88 Test for PR1173 by Anton Korobeynikov · 18 years ago
  69. 06b59eb fix bug number by Chris Lattner · 18 years ago
  70. 464c19e test for pr1173 by Chris Lattner · 18 years ago
  71. b87056f rewrite shift/shift folding, now that types are not signed. by Chris Lattner · 18 years ago
  72. 3ac8f5b testcase for PR1175 by Chris Lattner · 18 years ago
  73. 4535175 Fix indenting, remove tabs. by Nick Lewycky · 18 years ago
  74. 13b7d3d Fixing silly "not-implemented" bug in AsmPrinter. This fixes PR1169. by Anton Korobeynikov · 18 years ago
  75. 54100d7 When using LINK_COMPONENTS, append the components to the end of the by Reid Spencer · 18 years ago
  76. d7fc4f6 Fix grammaro in output message. by Reid Spencer · 18 years ago
  77. 6241226 Fix a miscompilation in the addr mode code trying to implement X | C and by Chris Lattner · 18 years ago
  78. 2b5d75c new testcase for x86 backend miscompilation by Chris Lattner · 18 years ago
  79. 831e037 switch the VRBaseMap in the scheduler from an std::map to a DenseMap. This by Chris Lattner · 18 years ago
  80. 3f97eb4 Introduce new UnarySDNode/BinarySDNode/TernarySDNode nodes, which coallocate by Chris Lattner · 18 years ago
  81. bc2e262 Add a new SDNode ctor and InitOperands method. This allows the operands for by Chris Lattner · 18 years ago
  82. ab4ed59 eliminate the SDNode::setValueTypes method. by Chris Lattner · 18 years ago
  83. 63e3f14 eliminate a bunch of duplicate ctors and helper functions. by Chris Lattner · 18 years ago
  84. 619f024 Fix some comments and other minor sundry things. by Reid Spencer · 18 years ago
  85. 471feac Ensure that visibility and section are properly propagated. by Reid Spencer · 18 years ago
  86. 8bef037 Back out last revision which was committed by accident. by Reid Spencer · 18 years ago
  87. 3dad8dc Make sure that section and visibility are properly propagated. by Reid Spencer · 18 years ago
  88. d429bcd move MorphNode to out of line and merge setNodeOperands into it. There is by Chris Lattner · 18 years ago
  89. 48b8592 simplify MorphNodeTo to take a VTList operand. by Chris Lattner · 18 years ago
  90. 67612a1 eliminate some extraneous methods in SDNode by Chris Lattner · 18 years ago
  91. c76e3c8 Give each selectiondag node class a home for it's vtable and rtti info by Chris Lattner · 18 years ago
  92. 73a7d89 Prepare for PR411 by Reid Spencer · 18 years ago
  93. e4116f8 Encode small integers more densely in foldingset, avoiding overflowing the SmallVector as often. by Chris Lattner · 18 years ago
  94. 9f24ad7 Switch VAlueMap from std::map to DenseMap. by Chris Lattner · 18 years ago
  95. 0da331f Switch NodeMap from std::map to DenseMap, this speeds up isel by 2.3% by Chris Lattner · 18 years ago
  96. 0ed4417 swtich vector-> smallvector, speeding up selectiondag stuff 1% by Chris Lattner · 18 years ago
  97. 40030bf Switch promoted/expanded ops over to using a DenseMap. Vector related maps by Chris Lattner · 18 years ago
  98. 414e37f Regenerate. by Reid Spencer · 18 years ago
  99. c34706c For PR1151: by Reid Spencer · 18 years ago
  100. 718071c switch LegalizedNodes from std::map to a DenseMap. This speeds up isel by Chris Lattner · 18 years ago