1. 21491ed [PR-2610] Adding Ocaml bindings for Switch::addCase. by Gordon Henriksen · 16 years ago
  2. d9ced09 Add an EXTRACTPSmr pattern to match the pattern that X86ISelLowering creates. by Dan Gohman · 16 years ago
  3. ffa4543 Testcase for r54520. by Nick Lewycky · 16 years ago
  4. 711b6dc It's not legal to output a GV in a coalesced section if it's used in an ARM PIC relative constantpool. by Evan Cheng · 16 years ago
  5. d622738 Don't crash printing the asm for a ConstantExpr PtrToInt just because the int by Nick Lewycky · 16 years ago
  6. 65ad452 Support added for ctlz intrinsic, test case added. by Bruno Cardoso Lopes · 16 years ago
  7. ab243df [Last] Batch 7 of Mips CodeGen tests by Bruno Cardoso Lopes · 16 years ago
  8. 4230586 Batch 6 of Mips CodeGen tests by Bruno Cardoso Lopes · 16 years ago
  9. 0b4e136 Batch 5 of Mips CodeGen tests by Bruno Cardoso Lopes · 16 years ago
  10. 29b4ff7 Batch 4 of Mips CodeGen tests by Bruno Cardoso Lopes · 16 years ago
  11. ba3442f Batch 3 of Mips CodeGen tests by Bruno Cardoso Lopes · 16 years ago
  12. e5813b7 Batch 2 of Mips CodeGen tests by Bruno Cardoso Lopes · 16 years ago
  13. 6d523c0 Batch 1 of Mips CodeGen tests, more coming... by Bruno Cardoso Lopes · 16 years ago
  14. ea98fe2 Testcases for 54503. One derived from PR 2533, the other from Python. by Dale Johannesen · 16 years ago
  15. c93346a Use correct compiler component names for objc and objc++. by Duncan Sands · 16 years ago
  16. dbfccf6 Move tests of the ObjC++ front-end to their own by Duncan Sands · 16 years ago
  17. 1d63d92 Add a basic test for the SRETPromotion pass. by Matthijs Kooijman · 16 years ago
  18. 0d4ee1a Move two tests from SRETPromotion to Inline, since they only call opt -inline. by Matthijs Kooijman · 16 years ago
  19. feac94b Print section flags ok on platforms, which use '@' as comment string. Fix test. by Anton Korobeynikov · 16 years ago
  20. e3d9206 Re-enable elimination of unnecessary SUBREG_TO_REG instructions in by Dan Gohman · 16 years ago
  21. 865db45 Add an extra example that shouldn't get an and instruction. by Dan Gohman · 16 years ago
  22. 8a1510d Re-introduce the 8-bit subreg zext-inreg patterns for x86-32, by Dan Gohman · 16 years ago
  23. 4ce9627 Fix a shufflevector instcombine that was emitting invalid masks indices by Dan Gohman · 16 years ago
  24. d756f88 PR2535, not PR2355. by Evan Cheng · 16 years ago
  25. f5e25f3 Fix PR2355: bug in ChangeCompareStride. When the loop termination compare is the only use of its iv stride, the stride can be eliminated by moving it to another stride. If the scale is negative, swap the predicate instead of using a inverse predicate. by Evan Cheng · 16 years ago
  26. 46bbad2 optimize a common idiom generated by clang for bitfield access, PR2638. by Chris Lattner · 16 years ago
  27. 5af5f46 Zap sitofp/fptoui pairs. In all cases when the sign difference by Chris Lattner · 16 years ago
  28. b30591e Reinstate this optimization, but without the miscompile. Thanks to Bill for by Nick Lewycky · 16 years ago
  29. 5226698 Just grep for through the LL code instead of the ASM code by Bill Wendling · 16 years ago
  30. 201bf25 Add default architecture. by Bill Wendling · 16 years ago
  31. 0b101b0 Testcase for PR2629. by Bill Wendling · 16 years ago
  32. e9d5035 Fix PR2620: Fix X86cmppd selection code so it expects operands to be v2f64. by Evan Cheng · 16 years ago
  33. e3b8a48 Fix PR2596: out of bound reference. by Evan Cheng · 16 years ago
  34. 021507b Revert r53282. This was causing a miscompile on Linux. Also, the transformation by Bill Wendling · 16 years ago
  35. b6634e9 Update the remaining tests not to use -disable-correct-folding, and remove two by Owen Anderson · 16 years ago
  36. 551ddf7 One more -disable-correct-folding case removed. by Owen Anderson · 16 years ago
  37. 2a1f07e Remove another -disable-correct-folding use. by Owen Anderson · 16 years ago
  38. d6db225 Eliminate another use of -disable-correct-folding. by Owen Anderson · 16 years ago
  39. 287b7b7 This check is unnecessary, and getting rid of it removes a use of -disable-correct-folding. by Owen Anderson · 16 years ago
  40. 3888aa0 Remove the need for -disable-correct-folding from this test. by Owen Anderson · 16 years ago
  41. c3be0fd Fix the AsmWriter to not print extra spaces after parameter attributes. by Dan Gohman · 16 years ago
  42. 068b4ff Fix PR2568: Fix bug that cause redudant kill marker after its live interval has been extended due to coalescing. by Evan Cheng · 16 years ago
  43. 2b85dc3 Update these tests to work by disabling the new correct CFG generation. This flag should ONLY be used to for tests like these. by Owen Anderson · 16 years ago
  44. b42a626 PR2621: Improvements to the SCEV AddRec binomial expansion. This by Eli Friedman · 16 years ago
  45. 6f498b0 Fix SDISel lowering of PHI nodes to use ComputeValueVTs. by Dan Gohman · 16 years ago
  46. 1f565bc Fix SDISel lowering of zeroinitializer and undef to use ComputeValueVTs. by Dan Gohman · 16 years ago
  47. 3b4c452 Make sse2 explicit, for non-x86 hosts. by Dale Johannesen · 16 years ago
  48. 75dcf08 Improve dagcombining for sext-loads and sext-in-reg nodes. by Dan Gohman · 16 years ago
  49. 90d33ee Don't look for leaf values to store when lowering stores of by Dan Gohman · 16 years ago
  50. 1053502 I missed this file in r54223. movzbl is now used instead of movzbw here. by Dan Gohman · 16 years ago
  51. 11ba3b1 Reapply r54147 with a constraint to only use the 8-bit by Dan Gohman · 16 years ago
  52. e3b3a72 Added support for overloading intrinsics (atomics) based on pointers by Mon P Wang · 16 years ago
  53. 1fbffe0 Another SCEV issue from PR2607; essentially the same issue, but this by Eli Friedman · 16 years ago
  54. 068acc3 Fix for PR2607: SCEV miscomputing the loop count for loops with an by Eli Friedman · 16 years ago
  55. 68d4d1d Fix PR2609. If a label is deleted, then it needs by Duncan Sands · 16 years ago
  56. 5bc1ea0 Add vector shifts to the IR, patch by Eli Friedman. by Nate Begeman · 16 years ago
  57. 75cf9cc Add -unroll-allow-partial command line option that enabled the loop unroller to by Matthijs Kooijman · 16 years ago
  58. 477f5a2 Restructure ArgumentPromotion a bit. Instead of just having a single boolean by Matthijs Kooijman · 16 years ago
  59. 7ba145b Revert 54147. by Dan Gohman · 16 years ago
  60. b1e8cad Add x86 isel patterns to match what would be a ZERO_EXTEND_INREG operation, by Dan Gohman · 16 years ago
  61. ecf4fa2 Test this differently: I saw this test fail by Duncan Sands · 16 years ago
  62. 171f3dc Fix a bashism in TestRunner.sh. by Dan Gohman · 16 years ago
  63. 8aa895b Add support for eliminating stores that store the same value that was just loaded. by Owen Anderson · 16 years ago
  64. 6c49426 Fix embedded CRLF characters. by Dan Gohman · 16 years ago
  65. 907f46a Fix test RUN line by Nate Begeman · 16 years ago
  66. fb8ead0 Disable mov{L, LP, HP, HLP, *DUP} shuffles for mmx by Nate Begeman · 16 years ago
  67. 1f335e3 This test needs -aggressive-remat enabled. by Dan Gohman · 16 years ago
  68. d1b3da6 Teach ARM isLegalAddressingMode to handle unknown type without crashing. This fixes pr2589. by Evan Cheng · 16 years ago
  69. 6d69ba8 Enable rematerialization of constants using AliasAnalysis::pointsToConstantMemory, by Dan Gohman · 16 years ago
  70. 3eee654 Put the LICM of constant GlobalVariables, introduced in r53945, under a by Dan Gohman · 16 years ago
  71. 5444c30 Add target triples so these tests behave as expected on non-darwin hosts. by Dan Gohman · 16 years ago
  72. 982a059 Fix a catastrophic PPC64 ABI bug: i32 operands which are passed in memory (all of the parameter registers are used) are loaded from sp offsets that were off by 4. by Evan Cheng · 16 years ago
  73. 2d58bfa New test case. by Evan Cheng · 16 years ago
  74. 967948b "Allow LICM to sink or lift loads from constant memory. Also add a test by Chris Lattner · 16 years ago
  75. fc74abf Enable first-class aggregates support. by Dan Gohman · 16 years ago
  76. 5e6ebaf Fix PR2485: do all 4-element SSE shuffles in max. of 2 shuffle instructions. by Evan Cheng · 16 years ago
  77. 11e56cb LegalizeTypes support for VSETCC. Fixes PR2575. by Duncan Sands · 16 years ago
  78. 2925786 Fix pr2566: incorrect assumption about bit_convert. It doesn't not have to output a vector value. Patch by Nicolas Capens! by Evan Cheng · 16 years ago
  79. 52672b8 Fix PR2574: implement v2f32 scalar_to_vector. by Evan Cheng · 16 years ago
  80. 1d8973b Add the PR number to the test. by Dan Gohman · 16 years ago
  81. 7375fbc Fix a bug in LSR's dead-PHI cleanup. If a PHI has a def-use chain that by Dan Gohman · 16 years ago
  82. de0f238 Fix PR2088. Use modulo linear equation solver to compute loop iteration count. by Wojciech Matyjewicz · 16 years ago
  83. 3180e20 Fix for first part of PR2562. Generate the "pinsrw" instruction for inserts by Bill Wendling · 16 years ago
  84. e637727 XFAIL this test. by Nick Lewycky · 16 years ago
  85. 5c779a4 While testing particular algorithms to compute loop iteration count the brute by Wojciech Matyjewicz · 16 years ago
  86. 33500e5 Testcase for PR2549 by Anton Korobeynikov · 16 years ago
  87. c3e2672 Softfloat support for FDIV. Patch by Richard Pennington. by Duncan Sands · 16 years ago
  88. 5a11aba In the CBackend, use casts to force integer add, subtract, and by Dan Gohman · 16 years ago
  89. 76a4d58 Subreg live interval valno may not have a corresponding def machineinstr since it's less precise. by Evan Cheng · 16 years ago
  90. d171825 Add nounwind. by Evan Cheng · 16 years ago
  91. e8be6c6 Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk by Dan Gohman · 16 years ago
  92. 79ada10 LegalizeTypes support for what seems to be the by Duncan Sands · 16 years ago
  93. f00e74f Turn LegalizeTypes back off again for the moment: by Duncan Sands · 16 years ago
  94. bc1f989 Make GlobalOpt preserve address spaces when scalar replacing aggregate globals. by Matthijs Kooijman · 16 years ago
  95. d137ab4 Fix PR2553 by Chris Lattner · 16 years ago
  96. 95db39a Add support for promoting and expanding AssertZext by Duncan Sands · 16 years ago
  97. 836b3e6 Test passing of integer parameters for integers by Duncan Sands · 16 years ago
  98. 8b5e62f Test codegen of loads and stores of all integer by Duncan Sands · 16 years ago
  99. d8b4d60 Add a few cases to instcombine's extractvalue testcase. by Matthijs Kooijman · 16 years ago
  100. 5f0028e Un-XFAIL multdeadretval, since instcombine now properly handles the mess deadargelim leaves behind :-) by Matthijs Kooijman · 16 years ago