1. 8546409 Fix PR1304 and Transforms/InstCombine/2007-04-08-SingleEltVectorCrash.ll by Chris Lattner · 18 years ago
  2. 7cae8ad new testcase for PR1304 by Chris Lattner · 18 years ago
  3. 1f831ff Remove redundancy. by Reid Spencer · 18 years ago
  4. 0ebe9c1 Fix a bug introduced with my previous patch, where it didn't correctly handle by Chris Lattner · 18 years ago
  5. 599ded1 Eliminate useless insertelement instructions. This implements by Chris Lattner · 18 years ago
  6. 2d87734 new testcase for PR1286 by Chris Lattner · 18 years ago
  7. 558fc74 Cleanup some from my DomSet-removal changes. Add a new by Owen Anderson · 18 years ago
  8. d2eae62 Fix CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll and PR1308: by Chris Lattner · 18 years ago
  9. 7c05827 new testcase for PR1308 by Chris Lattner · 18 years ago
  10. 4b993b1 Fix PR1316 by Chris Lattner · 18 years ago
  11. 8dd4f53 No functional change, this is just easier to read and debug. by Reid Spencer · 18 years ago
  12. b2ff383 Fix a typo. by Reid Spencer · 18 years ago
  13. a3c4112 Implement more feedback: by Reid Spencer · 18 years ago
  14. 921169b Fix for CodeGen/X86/2007-04-08-InlineAsmCrash.ll and PR1314 by Chris Lattner · 18 years ago
  15. 363a6df testcase for PR1314 by Chris Lattner · 18 years ago
  16. 0697ca0 Implement review feedback. by Reid Spencer · 18 years ago
  17. 27dcbe5 Fix this testcase to fail if the bug were reintroduced. by Nick Lewycky · 18 years ago
  18. cd4abb7 Remove DomSet completely. This concludes work on PR1171. by Owen Anderson · 18 years ago
  19. 3a37b6b Track new header file. by Jeff Cohen · 18 years ago
  20. e281259 Make sure temporary data is not used past its life span. by Reid Spencer · 18 years ago
  21. b9125b1 Make TempDir a PathWithStatus so we don't have to cast it to one. by Reid Spencer · 18 years ago
  22. 7b57fe3 Avoid temporary construction and potential for corrupted data access. by Reid Spencer · 18 years ago
  23. 84c8a9c Implement the output inserter for PathWithStatus by Reid Spencer · 18 years ago
  24. 184e67e Don't rely on destructed local storage. Thanks, Chris. by Reid Spencer · 18 years ago
  25. 5104785 Fix a typo that broke SimplifyLibCalls/SPrintF.ll (pr1315) by Chris Lattner · 18 years ago
  26. 6091ebd For PR1146: New header file to provide parameter attribute declarations. by Reid Spencer · 18 years ago
  27. 993243b this xform is correct, not an xfail by Chris Lattner · 18 years ago
  28. 044e533 reenable this xform, whoops :) by Chris Lattner · 18 years ago
  29. 6d8cdf1 make xfail info more nice by Chris Lattner · 18 years ago
  30. 6cae0e0 Fix regression on Instcombine/apint-or2.ll by Chris Lattner · 18 years ago
  31. 87ff2dd tweak this to test the right thing. by Chris Lattner · 18 years ago
  32. 35921fa testrunner should print out xfail info. by Chris Lattner · 18 years ago
  33. c5e7ea4 Generalize the code that handles (A&B)|(A&C) to work where B/C are not constants. by Chris Lattner · 18 years ago
  34. 251396a new testcase, should simplify down to a xor/and/xor sequence. by Chris Lattner · 18 years ago
  35. 5cef3c6 implement a fixme: move optimizations for fwrite out of fputs into a new by Chris Lattner · 18 years ago
  36. a397ce1 Remove DominatorSet usage from LoopSimplify. Patch from Owen Anderson. by Nick Lewycky · 18 years ago
  37. 51bc779 Don't crash when encountering a BasicBlock that hasn't been registered yet. by Nick Lewycky · 18 years ago
  38. 0cd3a23 Significantly simplify the clients of GetConstantStringInfo, by having it by Chris Lattner · 18 years ago
  39. 73f5d42 Fix problems in the sprintf optimizer by Chris Lattner · 18 years ago
  40. 3492cda Change CastToCStr to take a pointer instead of a reference. by Chris Lattner · 18 years ago
  41. 3110289 Unbreak VC++ build. by Jeff Cohen · 18 years ago
  42. b600669 these test a pass that no longer exists. by Chris Lattner · 18 years ago
  43. af33e65 Fix an off-by-one error that broke Prolangs/deriv2 with llc on x86 by Chris Lattner · 18 years ago
  44. a41c7b4 xfail these until owen can figure out the right fix by Chris Lattner · 18 years ago
  45. a021d5d Avoid a useless temporary constrution. by Reid Spencer · 18 years ago
  46. be5dcf5 For PR1291: Change to use PathWithStatus by Reid Spencer · 18 years ago
  47. 8e27acf Update for PathWithStatus by Reid Spencer · 18 years ago
  48. 44218f9 Fix another PathWithStatus issue. by Reid Spencer · 18 years ago
  49. c74b461 For PR1291: by Reid Spencer · 18 years ago
  50. 2ae9d11 For PR1291: by Reid Spencer · 18 years ago
  51. e9ed445 Add DomSet back, and revert the changes to LoopSimplify. Apparently the by Owen Anderson · 18 years ago
  52. 414de4d Eliminate unnecessary APInt construction. by Zhou Sheng · 18 years ago
  53. 6db928a Rephrase linker explanation. by Duncan Sands · 18 years ago
  54. fdc1e16 Make APInt variables do the computation stuffs instead of by Zhou Sheng · 18 years ago
  55. 8342836 Eliminate unnecessary zext/trunc stuffs. by Zhou Sheng · 18 years ago
  56. a3b12dd Regenerate. by Reid Spencer · 18 years ago
  57. b289f19 For PR1312: by Reid Spencer · 18 years ago
  58. ac4d664 Add support for cast instructions. by Nick Lewycky · 18 years ago
  59. e32157c Add signExtend to ConstantRange, to complement zeroExtend and truncate. by Nick Lewycky · 18 years ago
  60. 8aaa406 Unbreak VC++ build. by Jeff Cohen · 18 years ago
  61. ba43963 Completely purge DomSet. This is the (hopefully) final patch for PR1171. by Owen Anderson · 18 years ago
  62. 4f9e58e Completely purge DomSet from LoopSimplify. This is part of the by Owen Anderson · 18 years ago
  63. a3ca0b6 BreakCriticalEdges does still preserve DominatorTree. by Owen Anderson · 18 years ago
  64. 2d43519 Expunge DomSet from BreakCriticalEdges. This is part of the continuing by Owen Anderson · 18 years ago
  65. ee2b320 Fix a bug in my earlier commit which exposed positional options backwards. by Chris Lattner · 18 years ago
  66. c6fcf29 Expunge DomSet from CodeExtractor. This is part of the continuing work by Owen Anderson · 18 years ago
  67. b5fda75 Terminate some lines that need to be. by Reid Spencer · 18 years ago
  68. a995d92 Support NE inequality in ValueRanges. by Nick Lewycky · 18 years ago
  69. 46b58f7 Expunge DomSet from LoadValueNumbering. This is part of the continuing by Owen Anderson · 18 years ago
  70. 6116fb1 add loop rot by Chris Lattner · 18 years ago
  71. 99e865a Reinstate the SVN capability without requiring Date::Parse. As before the by Reid Spencer · 18 years ago
  72. d44008a Expunge a bunch of uses of DomSet from LoopSimplify. Many more remain. by Owen Anderson · 18 years ago
  73. f3a9e36 Cleanup. Refactor out the applying of value ranges to its own method. by Nick Lewycky · 18 years ago
  74. b01c77e Use TargetData to find the size of a type. by Nick Lewycky · 18 years ago
  75. 8ac40dd Strengthen icmp snuggling by doing 'compare-or-equal-to' to 'compare' by Nick Lewycky · 18 years ago
  76. c4625da Add loop rotation pass. by Devang Patel · 18 years ago
  77. 045af54 fix a miscompilation in printf optimizer. by Chris Lattner · 18 years ago
  78. ef4fd35 trunc to bool no longer compares against zero by Chris Lattner · 18 years ago
  79. 71bf3e2 cleanups for strlen optimizer by Chris Lattner · 18 years ago
  80. 679d718 Introduce a new ReplaceCallWith method, which simplifies a lot of code. by Chris Lattner · 18 years ago
  81. db895b8 fixes for strcpy optimizer by Chris Lattner · 18 years ago
  82. 7b50c8f Fix bugs in strncmp. by Chris Lattner · 18 years ago
  83. ceb375e fix 3 miscompilations and several compielr crashes in strcmp optimizer. by Chris Lattner · 18 years ago
  84. 6897fe5 Fix several nasty bugs in the strchr optimizer, this fixes by Chris Lattner · 18 years ago
  85. 3d2e54b testcase for PR1307 by Chris Lattner · 18 years ago
  86. 09c11aa clean up strcat optimizer, no functionality change. by Chris Lattner · 18 years ago
  87. c8e1741 rename getConstantStringLength -> GetConstantStringInfo. Make it return by Chris Lattner · 18 years ago
  88. a2150f6 Track new header file. by Jeff Cohen · 18 years ago
  89. 9878d6a rearchitect the registration mechanism used by the command line option stuff. by Chris Lattner · 18 years ago
  90. 4802d90 implement Transforms/InstCombine/malloc2.ll and PR1313 by Chris Lattner · 18 years ago
  91. b62eee4 new testcase, update old one. by Chris Lattner · 18 years ago
  92. 3b6078f Switch some vectors to smallvectors. This reduces amount of malloc'd by Chris Lattner · 18 years ago
  93. f6143ef Eliminate unneeded virtual methods by Chris Lattner · 18 years ago
  94. e303ac9 minor comment fix by Chris Lattner · 18 years ago
  95. 5a1ebb3 For PR1209: Implement Type class's ContainedTys without using a std::vector. by Reid Spencer · 18 years ago
  96. 11eec56 XFAIL this test for now. It will be a while before I can implement this by Reid Spencer · 18 years ago
  97. 6e18fa0 eliminate a virtual method by Chris Lattner · 18 years ago
  98. af035f3 remove the dead removeArgument method, rename Options to OptionsMap. by Chris Lattner · 18 years ago
  99. 4913bf4 Fix Transforms/GlobalOpt/2007-04-05-Crash.ll by Chris Lattner · 18 years ago
  100. 65fe912 new testcase that crashes globalopt by Chris Lattner · 18 years ago