1. 19914ed something wrong with this opt by Andrew Lenharth · 17 years ago
  2. 9bdcb39 Add testcase for last llvm-gcc tweaks by Anton Korobeynikov · 17 years ago
  3. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  4. f19341d Make this pass for CYGWIN. by Zhou Sheng · 17 years ago
  5. 515a641 Make this testcase compatible with CYGWIN. by Zhou Sheng · 17 years ago
  6. ecb85ef Change &| to |&. by Dan Gohman · 17 years ago
  7. 88e84d1 Change grep '' to grep {}. Change 2>&1 | to |&. by Dan Gohman · 17 years ago
  8. 08e581e Don't redirect llvm-as's stderr to llvm-dis. Change grep '' to grep {}. by Dan Gohman · 17 years ago
  9. b519478 Remove unnecessary && from the RUN lines of this test. by Dan Gohman · 17 years ago
  10. 7700304 Don't lower srem/urem X%C to X-X/C*C unless the division is actually by Dan Gohman · 17 years ago
  11. 00a6d14 Allow GVN to eliminate read-only function calls when it can detect that they are redundant. by Owen Anderson · 17 years ago
  12. c54c561 Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. by Nick Lewycky · 17 years ago
  13. cfa5975 Implement PR1822 by Chris Lattner · 17 years ago
  14. 827cde1 Fix PR1816. If a bitcast of a function only exists because of a by Duncan Sands · 17 years ago
  15. 8a59448 Fix a long standing deficiency in the X86 backend: we would by Chris Lattner · 17 years ago
  16. 9a5bdad upgrade this test by Chris Lattner · 17 years ago
  17. 9e513ac Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros. by Chris Lattner · 17 years ago
  18. e4dc717 Ding dong, the DoesntAccessMemoryFns and by Duncan Sands · 17 years ago
  19. 42b5e08 Fix a bug where we'd try to find a scev value for a bitcast operand, by Chris Lattner · 17 years ago
  20. eec8b9a Fix PR1817. by Chris Lattner · 17 years ago
  21. 73d4bb6 Turn invokes of nounwind functions into ordinary calls. by Duncan Sands · 17 years ago
  22. 920653d Teach alias analysis about readnone/readonly functions. by Duncan Sands · 17 years ago
  23. 5ef7be7 Readonly/readnone functions are allowed to throw by Duncan Sands · 17 years ago
  24. 4ac0e8d Create nodes for inline asm so that we don't crash looking for the node later. by Nick Lewycky · 17 years ago
  25. baccd58 Fix a bug in which node A is replaced by node B, but later by Duncan Sands · 17 years ago
  26. cf96db2 Be more careful when transforming | to +. Patch from Wojciech Matyjewicz. by Nick Lewycky · 17 years ago
  27. cec5f30 Testcase for PR1811 by Chris Lattner · 17 years ago
  28. 089617d Add support in SplitVectorOp for remainder operators. by Dan Gohman · 17 years ago
  29. ef6c875 fix bogus test that the more strict lexer is finding. by Chris Lattner · 17 years ago
  30. b348d18 Add support for vectors to int <-> float casts. by Nate Begeman · 17 years ago
  31. 6542481 Typo. by Evan Cheng · 17 years ago
  32. d81ae56 Testcase from PR 1508 (although its's somewhat by Dale Johannesen · 17 years ago
  33. a7d1ab0 Fix PR1800 by correcting mistaken logic. by Chris Lattner · 17 years ago
  34. 4e1a0e3 Reverted r44163 per request by Anton Korobeynikov · 17 years ago
  35. 5d44626 Fix a thinko in post-allocation coalescer. by Evan Cheng · 17 years ago
  36. 65e2da3 Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEV by Nick Lewycky · 17 years ago
  37. 7e9ab25 Un XFAIL these tests, now that Bill has backported the fix from 4.2. by Duncan Sands · 17 years ago
  38. 9de1934 Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be applied by Anton Korobeynikov · 17 years ago
  39. f9572a4 XFAIL these tests until the fix gets backported from llvm-gcc-4.2 to 4.0. by Duncan Sands · 17 years ago
  40. 1b12d88 Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.ll by Chris Lattner · 17 years ago
  41. 59ab338 upgrade test by Chris Lattner · 17 years ago
  42. b42c8f7 Implement PR1786 by iterating between dead cycle elimination by Chris Lattner · 17 years ago
  43. 38ada86 Update tailcall code to include inline attribute operand for memcpy. by Arnold Schwaighofer · 17 years ago
  44. 9858c34 Fix tests. by Evan Cheng · 17 years ago
  45. 7b52fe7 Tighten up a check for folding away loads from (newly constant) globals. This by Chris Lattner · 17 years ago
  46. 27b1238 Thanks to the XTARGET line, this test should still by Duncan Sands · 17 years ago
  47. 38c576c Check that the first and third characters, s and u, by Duncan Sands · 17 years ago
  48. 506f908 Check that accesses to the second short, t, have by Duncan Sands · 17 years ago
  49. dbaf378 Run this test only on darwin. by Devang Patel · 17 years ago
  50. b410df9 Better check by Andrew Lenharth · 17 years ago
  51. ab9338e Fix PR1780 by Andrew Lenharth · 17 years ago
  52. e0cb36b [ARM] Implement __builtin_thread_pointer. by Lauro Ramos Venancio · 17 years ago
  53. 4471194 If both parts of smul_lohi, etc. are used, don't simplify. If only one part is used, try simplify it. by Evan Cheng · 17 years ago
  54. 033903c Add testcase by Bill Wendling · 17 years ago
  55. a57506e Implement the XTARGET feature for PR1778 by Tanya Lattner · 17 years ago
  56. cf5008a Implement PR1777 by detecting dependent phis that all compute the same value. by Chris Lattner · 17 years ago
  57. 1fd15ba Add pseudo dependency to force two-address instruction to be scheduled after by Evan Cheng · 17 years ago
  58. 9907cb1 Fix PR1774 and BasicAA/2007-11-05-SizeCrash.ll by Chris Lattner · 17 years ago
  59. 8017631 Add support for vector remainder operations. by Dan Gohman · 17 years ago
  60. cff5509 Fix an abort in instcombine when folding creates a vector rem instruction. by Dan Gohman · 17 years ago
  61. eb57ea7 Make labels work in asm blocks; allow labels as by Dale Johannesen · 17 years ago
  62. 5d01aa4 If a value is incoming from outside the loop then the value does not need remapping and the value is never tracked through LastValueMap. by Devang Patel · 17 years ago
  63. 8699a97 [ARM] Fix code generation for: by Lauro Ramos Venancio · 17 years ago
  64. 5031fd2 Skip over deleted val#'s. by Evan Cheng · 17 years ago
  65. 5942efb Handle cases where a register and one of its super-register are both marked as by Evan Cheng · 17 years ago
  66. 801e5a9 Fix test case. Chris didn't do make check. :-) by Evan Cheng · 17 years ago
  67. 8dec727 Doh. PR1187 -> PR1766. by Evan Cheng · 17 years ago
  68. 5f5f3b6 Fix PR1187. by Evan Cheng · 17 years ago
  69. fe6575c Fix PR1761 by not printing (rip) suffix when in -static mode. by Chris Lattner · 17 years ago
  70. 3cb3650 Change uses of getTypeSize to getABITypeSize, getTypeStoreSize by Duncan Sands · 17 years ago
  71. 03e6c70 Fix PR1763 by allowing the 'q' constraint to work with 64-bit regs on x86-64. by Chris Lattner · 17 years ago
  72. c92da38 There are times when the coalescer would not coalesce away a copy but the copy by Evan Cheng · 17 years ago
  73. deb36bd Add run line. by Evan Cheng · 17 years ago
  74. 7277a7d One more extract_subreg coalescing bug. by Evan Cheng · 17 years ago
  75. 9df7dc5 Missing a getNumOperands check. by Evan Cheng · 17 years ago
  76. 7ebba51 Fix test/Transforms/DeadStoreElimination/PartialStore.ll, which had been by Owen Anderson · 17 years ago
  77. df17df8 Test that expand_vector_elt(v2i64) works in 32-bit mode. by Dale Johannesen · 17 years ago
  78. e41dcdc Fix InstCombine/2007-10-31-StringCrash.ll by removing an obvious by Chris Lattner · 17 years ago
  79. 74e012a Fix InstCombine/2007-10-31-RangeCrash.ll by Chris Lattner · 17 years ago
  80. e45bb9a New test. by Devang Patel · 17 years ago
  81. 8392772 It's not safe to tell SplitCriticalEdge to merge identical edges. It may delete the phi instruction that's being processed. by Evan Cheng · 17 years ago
  82. d61de35 Add support for folding binary operators with vector zero operands. by Dan Gohman · 17 years ago
  83. af62c09 - Bug fixes. by Evan Cheng · 17 years ago
  84. 090b38a Fix a DAGCombiner abort on a bitcast from a scalar to a vector. by Dan Gohman · 17 years ago
  85. 3c3ddb3 Enable more fold (sext (load x)) -> (sext (truncate (sextload x))) by Evan Cheng · 17 years ago
  86. c20b0fb update testcase by Chris Lattner · 17 years ago
  87. cee291c Model stacksave and stackrestore as both writing memory, since we by Chris Lattner · 17 years ago
  88. fb7f343 Add support for the x86-64 'q' regigster modifier, and add support for the by Chris Lattner · 17 years ago
  89. b361ec3 Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handling by Chris Lattner · 17 years ago
  90. 3cb63dd Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators by Chris Lattner · 17 years ago
  91. 318d3ae Test to make sure that if we have an unaligned memcpy, it will still compile. by Bill Wendling · 17 years ago
  92. 61297f9 On second thought. Remove this as it should never be generated in the first by Bill Wendling · 17 years ago
  93. 984e986 - Remove the hacky code that forces a memcpy. Alignment is taken care of in the by Bill Wendling · 17 years ago
  94. 2bd122c Loosen up iv reuse to allow reuse of the same stride but a larger type when truncating from the larger type to smaller type is free. by Evan Cheng · 17 years ago
  95. cdf43b1 If a loop termination compare instruction is the only use of its stride, by Evan Cheng · 17 years ago
  96. f92ff03 Fix for PR1741. by Owen Anderson · 17 years ago
  97. 691645e Testcase for PR 1397. by Dale Johannesen · 17 years ago
  98. 0bd5fcf This was failing on Darwin, which defaults to PIC; by Dale Johannesen · 17 years ago
  99. 99c6574 Implement a couple of foldings for ordered and unordered comparisons, by Chris Lattner · 17 years ago
  100. 8b1c68c If there's an unaligned memcpy to/from the stack, don't lower it. Just call the by Bill Wendling · 17 years ago