1. 2cfd128 Fix a bug in the RUN line by Chris Lattner · 19 years ago
  2. 957e574 remove dead args by Chris Lattner · 19 years ago
  3. d8fba82 remove dead options by Chris Lattner · 19 years ago
  4. 2b5d3cf remove dead flags by Chris Lattner · 19 years ago
  5. e5df8ea Unmangled names. by Jim Laskey · 19 years ago
  6. 8e08380 1. Fix comment. by Jim Laskey · 19 years ago
  7. 5a53c2cb Add regression test to make sure that constants are generated optimally. by Jim Laskey · 19 years ago
  8. 43c3c70 Add a testcase for load short -> uint, which is currently emitted as a by Nate Begeman · 19 years ago
  9. b061f1f new testcase distilled from mesa by Chris Lattner · 19 years ago
  10. 8fa1427 testcase that crashes lsr, distilled from 175.vpr by Chris Lattner · 19 years ago
  11. 4a17add by Jim Laskey · 19 years ago
  12. 7e03c74 testcase that crashed the ppc backend, distilled from crafty by Chris Lattner · 19 years ago
  13. 191cf94 1. Added the function isOpcWithIntImmediate to simplify testing of operand with by Jim Laskey · 19 years ago
  14. 6d92526 now that we handle non-constant strides, this testcase passes by Chris Lattner · 19 years ago
  15. 8d56cdd New testcase by Chris Lattner · 19 years ago
  16. a12489e new testcase by Chris Lattner · 19 years ago
  17. 1382681 new testcase we handle by Chris Lattner · 19 years ago
  18. 3b7fd66 new testcase by Chris Lattner · 19 years ago
  19. 645f381 Add testcases for new rlwinm cases handled, patch by Jim Laskey! by Chris Lattner · 19 years ago
  20. dd8ffdd new reg test for a failure last night on ppc/darwin by Chris Lattner · 19 years ago
  21. bf9af65 This is now implemented by Chris Lattner · 19 years ago
  22. 0bc6bde A testcase I don't want to break in the future by Chris Lattner · 19 years ago
  23. ca60967 new testcase, not implemented yet by Chris Lattner · 19 years ago
  24. 8e2dbb6 It is better to not depend on CSE to share multiplies due to IV insertion. by Chris Lattner · 19 years ago
  25. 8cb014f These are both implemented by a recent LSR patch by Chris Lattner · 19 years ago
  26. 8cc70cb New testcases for PR615 by Chris Lattner · 19 years ago
  27. 7f9b4e9 teach TestRunner about prcontext by Chris Lattner · 19 years ago
  28. 0ef10c9 two simple testcases loopreduce should handle but does not yet currently by Chris Lattner · 19 years ago
  29. 2733b30 new testcase that condprop should handle. The PHI node becomes useless by Chris Lattner · 19 years ago
  30. f065f05 add a testcase nate requested by Chris Lattner · 19 years ago
  31. 763103c This should not run lli, that is for llvm-test. by Chris Lattner · 19 years ago
  32. 956344c None of these tests should require a working lli, they are codegen tests, by Chris Lattner · 19 years ago
  33. 341bef6 This testcase now passes by Chris Lattner · 19 years ago
  34. 89fe67f this is not implemented by lsr yet by Chris Lattner · 19 years ago
  35. 6bc89e2 this now passes by Chris Lattner · 19 years ago
  36. a23076a Fix this to test the BE we care about by Chris Lattner · 19 years ago
  37. 999b814 new testcase for PR612 by Chris Lattner · 19 years ago
  38. 5226110 new testcase for PR612 by Chris Lattner · 19 years ago
  39. 1b0674c Add a couple rlwinm tests for bitfield clears by Nate Begeman · 19 years ago
  40. 2bbcca3 Update rlwimi tests to catch all the cases we care about by Nate Begeman · 19 years ago
  41. 82e6ef3 Testcase that used to crash simplifycfg by Chris Lattner · 19 years ago
  42. 969c88e8 un-xfail this by Chris Lattner · 19 years ago
  43. d970ff0 This fails for now by Chris Lattner · 19 years ago
  44. 1bc0f73 New testcase that caused simplifycfg to crash by Chris Lattner · 19 years ago
  45. 88aad14 temporarily fail these two tests until LSR evolves to support them by Chris Lattner · 19 years ago
  46. c3f9dc1 this tests every fp-to-integer conversion by Chris Lattner · 19 years ago
  47. 70df32a New testcase for PR610 by Chris Lattner · 19 years ago
  48. 50e9ef8 Testcase for PR607 by Chris Lattner · 19 years ago
  49. 4b429fc make sure we always handle small negatives well by Andrew Lenharth · 19 years ago
  50. a956205 new testcase for PR602 by Chris Lattner · 19 years ago
  51. 47183e5 If errno doesn't matter (e.g. in -ffast-math scenarios), sqrt* should be by Chris Lattner · 19 years ago
  52. fca3c64 Allow this to pass on non-linux systems as well, such as darwin by Chris Lattner · 19 years ago
  53. 837451b set the target triple so that we don't fail due to X86 abi issues by Chris Lattner · 19 years ago
  54. 8bf0f64 Regression test for PR#596: Make sure that negation of a minus doesn't by John Criswell · 19 years ago
  55. 0c8781d new testcase for PR593 by Chris Lattner · 19 years ago
  56. 92b5376 new testcase that crashes llc on x86/ppc. Not generated by C/C++ or LLVM by Chris Lattner · 19 years ago
  57. 87df363 Add a test that runs the ParallelJIT example program to ensure that the by Reid Spencer · 19 years ago
  58. 78e1a3c New testcase distilled from a large chunk of code Misha sent me. by Chris Lattner · 19 years ago
  59. e04f865 new testcase for PR590 by Chris Lattner · 19 years ago
  60. 298a368 Fix this test case to actually test the new va_arg instruction not the by Reid Spencer · 19 years ago
  61. cc494e8 new vararg test by Andrew Lenharth · 19 years ago
  62. 3254551 new testcase for PR586 by Chris Lattner · 19 years ago
  63. 98b4d59 new testcase for PR585 by Chris Lattner · 19 years ago
  64. bff4440 new testcase for PR584 by Chris Lattner · 19 years ago
  65. 5adb41a7 new testcase for PR583 by Chris Lattner · 19 years ago
  66. 065e420 new testcase for PR580 by Chris Lattner · 19 years ago
  67. 73d31b9 new testcase for PR582 by Chris Lattner · 19 years ago
  68. 3646513 new testcase for PR579 by Chris Lattner · 19 years ago
  69. 7833b44 new testcase for PR577 by Chris Lattner · 19 years ago
  70. 70dd521 Remove trailing blank line, just to test whether the new commit script by Reid Spencer · 19 years ago
  71. 35e6dc8 new testcase by Chris Lattner · 19 years ago
  72. 07b5c9d New testcase that crashes simplifycfg, identified accidentally by JohnMC by Chris Lattner · 19 years ago
  73. 2a43970 Finally get the quoting right for both Unix and Windows for the llvmgcc and by Reid Spencer · 19 years ago
  74. 1001762 Don't eliminate a test case, just the form of the test case, from the by Reid Spencer · 20 years ago
  75. 73b2291 This does not belong by Chris Lattner · 20 years ago
  76. 9b1749b Add a case with non-constant argument for testing the transform: by Reid Spencer · 20 years ago
  77. 70a1950 add test to check for tail calls by Chris Lattner · 20 years ago
  78. b73855b Make sure this is not eligible for tail-call-elimination so that we test by Chris Lattner · 20 years ago
  79. 3b8ce85 new testcase by Chris Lattner · 20 years ago
  80. c6e3d5e Add a test case for testing ffs libcall conversion to constant by Reid Spencer · 20 years ago
  81. 955c07c Ensure these casts are done with the hardware fildll instruction by Chris Lattner · 20 years ago
  82. eb99a45 this passes by Chris Lattner · 20 years ago
  83. 4032b9c Fix this by Chris Lattner · 20 years ago
  84. e2fd523 new testcase by Chris Lattner · 20 years ago
  85. 3cfc401 fix regression tests by Andrew Lenharth · 20 years ago
  86. 069b963 This passes on sparc by Chris Lattner · 20 years ago
  87. 7dad18b remove test by Chris Lattner · 20 years ago
  88. 1e497fe These tests are currently expected to fail. by John Criswell · 20 years ago
  89. b6cf537 Force x86 backend by Chris Lattner · 20 years ago
  90. 5fa8707 fix buggy test by Chris Lattner · 20 years ago
  91. a02e0bd Fix buggy test by Chris Lattner · 20 years ago
  92. e0f395b let dj run this by Chris Lattner · 20 years ago
  93. 7c64440 fixed test case by Andrew Lenharth · 20 years ago
  94. bb9d6fd disable this test for now. by Chris Lattner · 20 years ago
  95. 3013138 add a correct run line by Chris Lattner · 20 years ago
  96. b794107 reg test by Chris Lattner · 20 years ago
  97. 32b30a3 Fix this test on Solaris. by John Criswell · 20 years ago
  98. e066d68 Add testcase for legalizing ISD::CTTZ efficiently. On PPC, ctlz(int) is by Nate Begeman · 20 years ago
  99. a65640e Regression test for PR#563. by John Criswell · 20 years ago
  100. 50d435f Legalize for CTLZ generates a ctpop, but this ctpop is not expanded. by Andrew Lenharth · 20 years ago