1. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 18 years ago
  2. d387404 With the last change, we no longer need both directions of mapping from by Chris Lattner · 18 years ago
  3. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  4. a0d1548 Simplify use of DFBlocks, this makes no noticable performance difference, by Chris Lattner · 18 years ago
  5. 59d043b This file should have been removed when -raise was removed. It isn't by Reid Spencer · 18 years ago
  6. c04a1ce Simplify this a bit, add an assertion by Chris Lattner · 18 years ago
  7. ae6eb5b StableBasicBlockNumbering is conceptually just a wrapper around UniqueVector, by Chris Lattner · 18 years ago
  8. 1e46ae4 Add a show-footprint target to run du a few times to show how much disk by Reid Spencer · 18 years ago
  9. 7b13624 Const method must use const_iterator. by Chris Lattner · 18 years ago
  10. 6a1a28d Switch InsertedPHINodes back to SmallPtrSet now that the SmallPtrSet::erase by Chris Lattner · 18 years ago
  11. 7ef856d Fix a bug in smallptrset::erase: in the small case, return true if the by Chris Lattner · 18 years ago
  12. fc7d13d switch a SmallPtrSet back to an std::set for now, this caused problems. by Chris Lattner · 18 years ago
  13. c670f3d switch an std::set over to a SmallPtrSet, speeding up mem2reg 6% on 176.gcc. by Chris Lattner · 18 years ago
  14. c837615 switch an std::set over to SmallPtrSet, speeding up mem2reg 3.4% on 176.gcc. by Chris Lattner · 18 years ago
  15. 40b6555 eliminate some malloc traffic, this speeds up mem2reg by 3.4%. by Chris Lattner · 18 years ago
  16. 7ea0765 Add missing and needed #include. by Reid Spencer · 18 years ago
  17. 9153a67 Make the class VISIBILITY_HIDDEN. by Reid Spencer · 18 years ago
  18. b6a24bf Fix PR1178 by Chris Lattner · 18 years ago
  19. 688b049 For PR411: by Reid Spencer · 18 years ago
  20. cdedc3b For PR411: by Reid Spencer · 18 years ago
  21. 60ea274 For PR411: by Reid Spencer · 18 years ago
  22. 94b836a For PR411: This test is not particularly useful without type planes. by Reid Spencer · 18 years ago
  23. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  24. 15468bf For PR411: This pass is no longer needed. by Reid Spencer · 18 years ago
  25. c19fbd6 Create a pass to strip dead function declarations (prototypes). This is by Reid Spencer · 18 years ago
  26. 90f1ad7 Fix PR1158 by Devang Patel · 18 years ago
  27. c8c6928 Test case for PR1158 by Devang Patel · 18 years ago
  28. d0f285e Add a class APInt to represent arbitrary precision constant integral values. by Zhou Sheng · 18 years ago
  29. a9720f5 Regenerate. by Reid Spencer · 18 years ago
  30. 1755a9a ! removal was a little over zealous. Put the ! back in asserts. by Reid Spencer · 18 years ago
  31. ea62b72 Fix unord test. by Lauro Ramos Venancio · 18 years ago
  32. b5334b0 Regenerate. by Reid Spencer · 18 years ago
  33. d2e065c Assembler no longer prints ! at the end of its error messages. by Reid Spencer · 18 years ago
  34. f4fa590 There is nothing exclamatory about an error message. No other compiler by Reid Spencer · 18 years ago
  35. 9a01353 Make the RUN: line readable. by Reid Spencer · 18 years ago
  36. 11c63a6 Don't prevent install target from descending into the utils directory. by Reid Spencer · 18 years ago
  37. 32d8476 add a note by Chris Lattner · 18 years ago
  38. 90a2eb0 Use opt to generate the list of passes to run. by Reid Spencer · 18 years ago
  39. b0b991a Fix miscompilations of consumer-typeset, telecomm-gsm, and 176.gcc. by Chris Lattner · 18 years ago
  40. 0974ea0 For PR1177: Revert last patch which caused iteration invalidation. by Reid Spencer · 18 years ago
  41. 4f3ebab fix a miscompilation of 176.gcc by Chris Lattner · 18 years ago
  42. 1853da3 For PR411: Don't re-use var names. by Reid Spencer · 18 years ago
  43. 1125d24 new testcase for 1174, currently xfailed by Chris Lattner · 18 years ago
  44. 9323518 Use DenseMap for pointer->pointer maps. by Owen Anderson · 18 years ago
  45. 05c0b9a Use unsigned char& instead of std::vector<>::reference. by Bill Wendling · 18 years ago
  46. 8227d88 Test for PR1173 by Anton Korobeynikov · 18 years ago
  47. 06b59eb fix bug number by Chris Lattner · 18 years ago
  48. 464c19e test for pr1173 by Chris Lattner · 18 years ago
  49. b87056f rewrite shift/shift folding, now that types are not signed. by Chris Lattner · 18 years ago
  50. 3ac8f5b testcase for PR1175 by Chris Lattner · 18 years ago
  51. 4535175 Fix indenting, remove tabs. by Nick Lewycky · 18 years ago
  52. 13b7d3d Fixing silly "not-implemented" bug in AsmPrinter. This fixes PR1169. by Anton Korobeynikov · 18 years ago
  53. 54100d7 When using LINK_COMPONENTS, append the components to the end of the by Reid Spencer · 18 years ago
  54. d7fc4f6 Fix grammaro in output message. by Reid Spencer · 18 years ago
  55. 6241226 Fix a miscompilation in the addr mode code trying to implement X | C and by Chris Lattner · 18 years ago
  56. 2b5d75c new testcase for x86 backend miscompilation by Chris Lattner · 18 years ago
  57. 831e037 switch the VRBaseMap in the scheduler from an std::map to a DenseMap. This by Chris Lattner · 18 years ago
  58. 3f97eb4 Introduce new UnarySDNode/BinarySDNode/TernarySDNode nodes, which coallocate by Chris Lattner · 18 years ago
  59. bc2e262 Add a new SDNode ctor and InitOperands method. This allows the operands for by Chris Lattner · 18 years ago
  60. ab4ed59 eliminate the SDNode::setValueTypes method. by Chris Lattner · 18 years ago
  61. 63e3f14 eliminate a bunch of duplicate ctors and helper functions. by Chris Lattner · 18 years ago
  62. 619f024 Fix some comments and other minor sundry things. by Reid Spencer · 18 years ago
  63. 471feac Ensure that visibility and section are properly propagated. by Reid Spencer · 18 years ago
  64. 8bef037 Back out last revision which was committed by accident. by Reid Spencer · 18 years ago
  65. 3dad8dc Make sure that section and visibility are properly propagated. by Reid Spencer · 18 years ago
  66. d429bcd move MorphNode to out of line and merge setNodeOperands into it. There is by Chris Lattner · 18 years ago
  67. 48b8592 simplify MorphNodeTo to take a VTList operand. by Chris Lattner · 18 years ago
  68. 67612a1 eliminate some extraneous methods in SDNode by Chris Lattner · 18 years ago
  69. c76e3c8 Give each selectiondag node class a home for it's vtable and rtti info by Chris Lattner · 18 years ago
  70. 73a7d89 Prepare for PR411 by Reid Spencer · 18 years ago
  71. e4116f8 Encode small integers more densely in foldingset, avoiding overflowing the SmallVector as often. by Chris Lattner · 18 years ago
  72. 9f24ad7 Switch VAlueMap from std::map to DenseMap. by Chris Lattner · 18 years ago
  73. 0da331f Switch NodeMap from std::map to DenseMap, this speeds up isel by 2.3% by Chris Lattner · 18 years ago
  74. 0ed4417 swtich vector-> smallvector, speeding up selectiondag stuff 1% by Chris Lattner · 18 years ago
  75. 40030bf Switch promoted/expanded ops over to using a DenseMap. Vector related maps by Chris Lattner · 18 years ago
  76. 414e37f Regenerate. by Reid Spencer · 18 years ago
  77. c34706c For PR1151: by Reid Spencer · 18 years ago
  78. 718071c switch LegalizedNodes from std::map to a DenseMap. This speeds up isel by Chris Lattner · 18 years ago
  79. 28f7227 add a version of insert that takes the key and value. by Chris Lattner · 18 years ago
  80. 6734b57 For PR1163: by Reid Spencer · 18 years ago
  81. 5fcaf3e Make SmallSetVector useful by Chris Lattner · 18 years ago
  82. 00755df Eliminate some malloc traffic from LegalizeAllNodesNotLeadingTo, speeding by Chris Lattner · 18 years ago
  83. d48c5e8 Eliminate some std::sets. This speeds up isel of kimwitu by about 0.9% by Chris Lattner · 18 years ago
  84. a3e6062 Make sure the gccas script is executable. by Reid Spencer · 18 years ago
  85. 006c687 For PR1067: by Reid Spencer · 18 years ago
  86. cf5640b Switch SelectionDAG::ReplaceAllUsesOfValueWith to use a SmallSetVector for by Chris Lattner · 18 years ago
  87. 7235928 Various bugfixes by Chris Lattner · 18 years ago
  88. edca3c5 describe SmallSetVector by Chris Lattner · 18 years ago
  89. 337cde0 Convert SetVector to be a true adapter class and add SmallSetVector. by Chris Lattner · 18 years ago
  90. 7f3da2d remove some dead code by Chris Lattner · 18 years ago
  91. 7ba98a9 For PR1072: by Reid Spencer · 18 years ago
  92. a49fd07 add an instcombine pass to clean up after heavy-lifting IP passes by Chris Lattner · 18 years ago
  93. e3683e1 null -> pointer, nul -> character :) by Chris Lattner · 18 years ago
  94. 128a7a7 Fix some spellos. by Reid Spencer · 18 years ago
  95. a4a264d fix grammar by Chris Lattner · 18 years ago
  96. 2b78d96 Serious cleanups. Make the TOC match the text for the class hierarchy, by Chris Lattner · 18 years ago
  97. f369252 Add TOC by Chris Lattner · 18 years ago
  98. c572243 describe map-like containers by Chris Lattner · 18 years ago
  99. 5a5f6b6 8 buckets is way too small to start out with. This was only for testing. by Chris Lattner · 18 years ago
  100. c74913c Clean this up a bit: hide command unless verbose output requested, echo by Reid Spencer · 18 years ago