1. d300622 Re-apply 40504, but with a fix for the segfault it caused in oggenc: by Dan Gohman · 17 years ago
  2. 3e22947 Reverting 40504 for now. It's breaking oggenc. by Evan Cheng · 17 years ago
  3. a377a24 Fix a bug introduced in my last commit. by Owen Anderson · 17 years ago
  4. 4553791 Fix a couple more bugs in the phi construction by pulling in code that does by Owen Anderson · 17 years ago
  5. 42000ef Test case for PR1573. by Evan Cheng · 17 years ago
  6. 77baf8e Fix test. by Evan Cheng · 17 years ago
  7. d328383 Remove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associated code from the by Dan Gohman · 17 years ago
  8. febc7e3 Fix what is _hopefully_ the last corner case for loops. by Owen Anderson · 17 years ago
  9. 9f43574 My last commit was not correct for nested loops. Fix it, and add a testcase for it. by Owen Anderson · 17 years ago
  10. 0d16988 Fix an infinite loop on 300.twolf. by Owen Anderson · 17 years ago
  11. 3dfcf33 Fix a bug in non-local memdep that was causing an infinite loop on 175.vpr. by Owen Anderson · 17 years ago
  12. 2e3d6b4 Fix a bug that was causing GVN to crash on 252.eon. by Owen Anderson · 17 years ago
  13. 0cd3203 Add basic support for performing whole-function RLE. by Owen Anderson · 17 years ago
  14. 7e9e10b Moving regression test to reflect move in source and headers to Bitcode. by Chandler Carruth · 17 years ago
  15. a394117 Use movaps to load a v4f32 build_vector of all-constant values into a by Dan Gohman · 17 years ago
  16. 1ad2cb7 Add a GVN pass, using the value numbering code I developed for GVNPRE and the by Owen Anderson · 17 years ago
  17. 62e279b Unreachable block is not a root node in post dominator tree. by Devang Patel · 17 years ago
  18. a7f98e2 Rename a lot of things to change FastDLE to RedundantLoadElimination. by Owen Anderson · 17 years ago
  19. f99f3f4 Fix for PR1567, which involves a weird bug on non-32bit architectures and silly C type sizes. by Chandler Carruth · 17 years ago
  20. f309070 Add testcases for FastDLE. by Owen Anderson · 17 years ago
  21. 33d137f Move these tests to use FastDSE instead of old DSE. by Owen Anderson · 17 years ago
  22. 63491b2 Delete the svn:executable property on these files, which aren't executable. by Dan Gohman · 17 years ago
  23. 6c7ada4 The Ada f-e produces various auxiliary output files by Duncan Sands · 17 years ago
  24. 1b4b256 For multipart tests, place the parts with no by Duncan Sands · 17 years ago
  25. 5392987 Remove -O1 in favour of making llvm-gcc-4.2 a bit smarter. by Duncan Sands · 17 years ago
  26. e29459e This xform isn't safe, removing it. by Chris Lattner · 17 years ago
  27. 3e54953 Need -O1 or better to have these builtins lowered to by Duncan Sands · 17 years ago
  28. 9941f74 Optimize alignment of loads and stores. by Dan Gohman · 17 years ago
  29. 9bc5dce Update these regression tests to accomodate X86InstrSSE.td now using movups/movaps by Dan Gohman · 17 years ago
  30. 7800479 New test. by Evan Cheng · 17 years ago
  31. 6674674 New test. by Evan Cheng · 17 years ago
  32. 158622c Try fixing it again. by Evan Cheng · 17 years ago
  33. 9445e9a For PR1553: by Reid Spencer · 17 years ago
  34. 3b1c099 Don't need the "&&" to glue lines together. by Bill Wendling · 17 years ago
  35. 1d572db Fix this test. We produce pretty cruddy code for this by Duncan Sands · 17 years ago
  36. 74430e7 Testcase for PR1549 by Bill Wendling · 17 years ago
  37. a8d507d New test. by Devang Patel · 17 years ago
  38. ccb21fd New test. by Evan Cheng · 17 years ago
  39. 4106f37 Implement initial memory alignment awareness for SSE instructions. Vector loads by Dan Gohman · 17 years ago
  40. 48613b9 It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 17 years ago
  41. 531ec1e Fix this test to not rely on the path but to use the by Reid Spencer · 17 years ago
  42. 574470a Fix test. by Evan Cheng · 17 years ago
  43. c462d25 Don't use * in XFAIL line unless you want it to XFAIL on everything. I don't believe you can use true regular expressions here. It will just look for those keywords. Please test this on sparc and see if they still are xfailed. by Tanya Lattner · 17 years ago
  44. 6bd7ada XFAIL these on sparc-solaris by Gabor Greif · 17 years ago
  45. 89d1659 Use push / pop for prologues and epilogues. by Evan Cheng · 17 years ago
  46. cb5da4a For PR1558: by Reid Spencer · 17 years ago
  47. 63d6d73 Remove insignificant test no longer needed. by Reid Spencer · 17 years ago
  48. 318f0de Remove the trailing semicolon from function declarations in LLVM, by Dan Gohman · 17 years ago
  49. e2ece3f rename function to avoid llvm-upgrade warning by Chris Lattner · 17 years ago
  50. eefdebe Handle decrementing loops properly. Fixes PR1533. by Nick Lewycky · 17 years ago
  51. 04d519e new testcase by Chris Lattner · 17 years ago
  52. 4241e4d Implement shift-simplify.ll:test[45]. by Chris Lattner · 17 years ago
  53. a0141b9 Implement shift-simplify.ll:test3, turning: (X << 31) <s 0 --> (X&1) != 0 by Chris Lattner · 17 years ago
  54. 7722ceb Added test case from PR1540. by Evan Cheng · 17 years ago
  55. e7e7d0d Skeleton of post-RA scheduler; doesn't do anything yet. by Dale Johannesen · 17 years ago
  56. 7f6d4e8 these tests do not need a triple on Solaris. Thanks sabre! by Gabor Greif · 17 years ago
  57. fe20273 fix the remaining 3 testcases that missed a target triple by Gabor Greif · 17 years ago
  58. 680171f New test. by Devang Patel · 17 years ago
  59. a126bb7 Handle packed structs in the CBackend. by Lauro Ramos Venancio · 17 years ago
  60. d04e8ec Add test case for PR1545. by Evan Cheng · 17 years ago
  61. b91025b check for correct usage of the byval attribute by Rafael Espindola · 17 years ago
  62. 743d3a7 Change the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR to look for by Dan Gohman · 17 years ago
  63. 02e25b7 Add a regression test for folding spill code into scalar min and max. by Dan Gohman · 17 years ago
  64. 532dc2e Change getCopyToParts and getCopyFromParts to always use target-endian by Dan Gohman · 17 years ago
  65. ba77216 force a cpu without SSE by Chris Lattner · 17 years ago
  66. 349d4c8 allow this to work on ppc-darwin by Chris Lattner · 17 years ago
  67. 4857b1b remove this bogus t-t by Chris Lattner · 17 years ago
  68. 0f9d599 add target triple to fix PR1546 by Chris Lattner · 17 years ago
  69. 2a69a04 Add explicit triples to these tests so that llc behaves as expected on by Dan Gohman · 17 years ago
  70. 36a07da Fix an error where ANTIC_OUT was ending up with more than one expression of by Owen Anderson · 17 years ago
  71. 89a3066 Add an explicit triple to the big-endian tests so that the assembly by Dan Gohman · 17 years ago
  72. d14526c Test that byte offsets are used to index into the list by Duncan Sands · 17 years ago
  73. 2a5c9d8 Fix a bunch of issues found in a testcase from 400.perlbench. by Owen Anderson · 17 years ago
  74. 9ad892c Fix test. by Evan Cheng · 17 years ago
  75. 02f7906 avoid ambiguity in target selection by Chris Lattner · 17 years ago
  76. 6183f78 Add a parameter to getCopyToParts and getCopyFromParts to specify whether by Dan Gohman · 17 years ago
  77. 56fb164 Fix PR1539. Add LoopPassPrinter. by Devang Patel · 17 years ago
  78. ec3ed5f Fix another bug, this time in PREing select instructions. by Owen Anderson · 17 years ago
  79. b2e1860 Nested try-catch-filter testcase. by Duncan Sands · 17 years ago
  80. df30b63 Fix a typo that was killing GVNPRE of select instructions. by Owen Anderson · 17 years ago
  81. 9eee94c Fix an error in phi translation of GEPs that was causing failures. by Owen Anderson · 17 years ago
  82. 9388842 Allow a GR64 to be moved into an MMX register via the "movd" instruction. by Bill Wendling · 17 years ago
  83. 5653322 Add support for performing GVNPRE on GEP instructions. by Owen Anderson · 17 years ago
  84. 216394f Add support for performing GVNPRE on cast instructions, and add a testcase for this. by Owen Anderson · 17 years ago
  85. 9eed80c New testcases for rev 37847 (PR's 1489 and 1505). by Dale Johannesen · 17 years ago
  86. 9212a82 Add a basic test-case for passing and returning <4 x double> and by Dan Gohman · 17 years ago
  87. 03de31a New test case. DAGCombiner should be able to fold -sin(-x) by Dan Gohman · 17 years ago
  88. 0142677 Test case for recent patch for IndVarSimplify.cpp by Zhou Sheng · 17 years ago
  89. 00e7fed New test. by Evan Cheng · 17 years ago
  90. cdc85a5 New test. by Evan Cheng · 17 years ago
  91. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  92. 2c02c0f New test. by Evan Cheng · 17 years ago
  93. 97f5ccf New tests. by Evan Cheng · 17 years ago
  94. 10a7aa6 Fix an assertion failure in legalizing bitcast operators on targets where by Dan Gohman · 17 years ago
  95. 1dd035d Add a test for performing GVNPRE on select instructions. by Owen Anderson · 17 years ago
  96. 28552da Fix PR 1526. by Devang Patel · 17 years ago
  97. d23cd2a Update. Now, -etforest is an invalid option. by Devang Patel · 17 years ago
  98. cc389e0 Add tests for performing GVNPRE on the three vector-specific instructions. by Owen Anderson · 17 years ago
  99. 4939deb new testcase, the inliner shouldn't inline this. by Chris Lattner · 17 years ago
  100. f107bef Rename variables to expose the fact that this test is failing. by Owen Anderson · 17 years ago