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