1. 5046403 A truly trivial testcase to ensure sparcv8 doesn't get completely broken again. by Chris Lattner · 19 years ago
  2. 1dae25e Add a case for float just to make sure the patterns for both precisions by Nate Begeman · 19 years ago
  3. e4e4913 new testcase, each function should have one extension instr in it by Chris Lattner · 19 years ago
  4. fa1fb11 new (undefined) testcase, distilled from 126.gcc that scalarrepl crashes on by Chris Lattner · 19 years ago
  5. a92dabb Testcase for a problem that reid ran into by Chris Lattner · 19 years ago
  6. fa8f80a new testcase: sra should be able to eliminate all of these alloca's, despite by Chris Lattner · 19 years ago
  7. 89644753 new testcase for PR662 by Chris Lattner · 19 years ago
  8. 76fb23c New testcase for PR660 by Chris Lattner · 19 years ago
  9. 9e242ff testcase for PR664 by Chris Lattner · 19 years ago
  10. 6a0beed new testcase, for PR672 by Chris Lattner · 19 years ago
  11. 9b08fec expand testcase, which has been in my tree for a while now by Chris Lattner · 19 years ago
  12. 9e6924f new testcase, miscompiled by simplifycfg. This has been distilled from Ptrdist/bc by Chris Lattner · 19 years ago
  13. aad707b Fix a bug in the testcase by Chris Lattner · 19 years ago
  14. 8e22200 new testcase for PR672 by Chris Lattner · 19 years ago
  15. 43cb6ef New testcase that crashes llc by Chris Lattner · 19 years ago
  16. af6aa07 Test that crashes the ppc backend. by Chris Lattner · 19 years ago
  17. c2c2009 new testcase dse is miscompiling by Chris Lattner · 19 years ago
  18. cae3491 new testcase for pr670 by Chris Lattner · 19 years ago
  19. 33a13d4 This should not be dce'd by Chris Lattner · 19 years ago
  20. 87420af oops by Andrew Lenharth · 19 years ago
  21. bbafae6 check that rdtsc is generated from readcyclecounter by Andrew Lenharth · 19 years ago
  22. 06a4043 testcase for recent indvars patches by Chris Lattner · 19 years ago
  23. c8746d7 This passes on ppc and x86 now by Chris Lattner · 19 years ago
  24. 692f871 this is no apparently passing on alpha by Chris Lattner · 19 years ago
  25. 02513db new testcase by Chris Lattner · 19 years ago
  26. 51b8d54 continued readcyclecounter support by Andrew Lenharth · 19 years ago
  27. 79ae0d1 Check that this compiles to a label with a space in it. by Chris Lattner · 19 years ago
  28. c0c186d Merged from RELEASE_16. by John Criswell · 19 years ago
  29. abdf0f5 add alignment info for globals and functions by Chris Lattner · 19 years ago
  30. 4e240c2 new testcase by Chris Lattner · 19 years ago
  31. 3e2245b New testcase by Chris Lattner · 19 years ago
  32. e8148bc This is missed by InstCombine, patch comming by Andrew Lenharth · 19 years ago
  33. cc577c0 Apparently these do pass on some alphas by Chris Lattner · 19 years ago
  34. 0863ce5 these tests fail on alpha for some reason by Chris Lattner · 19 years ago
  35. 65026a7 new testcase by Chris Lattner · 19 years ago
  36. dc50b35 The pass was removed, but the spirit lives on by Chris Lattner · 19 years ago
  37. 4446e04 new testcase by Chris Lattner · 19 years ago
  38. 36e1207 new testcase by Chris Lattner · 19 years ago
  39. ad85677 by Duraid Madina · 19 years ago
  40. dda73c1 add the xfail lines by Chris Lattner · 19 years ago
  41. 32b03ff New testcase. Probably many targets don't support this, so they should probably by Chris Lattner · 19 years ago
  42. 92d6bb3 Add a regression test for the recent fix for FP_TO_UINT lowering in the ppc by Nate Begeman · 19 years ago
  43. dadc5ad This pass is gone by Chris Lattner · 19 years ago
  44. 4b71385 this pass is gone by Chris Lattner · 19 years ago
  45. 77a498c New testcase that crashes the ppc backend by Chris Lattner · 19 years ago
  46. 3d92544 Moved to Regression/Codegen/Generic. by John Criswell · 19 years ago
  47. eb853a4 This is a generic test for all code generators. It originally came from by John Criswell · 19 years ago
  48. 886eb39 Force i386 code generation for an i386 specific test. by John Criswell · 19 years ago
  49. 07c375d Testcase that crashes llvmgcc in type layout by Chris Lattner · 19 years ago
  50. f46544c new testcase by Chris Lattner · 19 years ago
  51. d41abfa Use %s instead of hard coding the input filename. by John Criswell · 19 years ago
  52. dcdadef Nate implemented this :) by Chris Lattner · 19 years ago
  53. 11acc44 this passes with the change in predicate by Chris Lattner · 19 years ago
  54. 4b43159 lsr doesn't emit gep instructions anymore by Chris Lattner · 19 years ago
  55. e64dfbc new testcase by Chris Lattner · 19 years ago
  56. 1628947 A testcase sitting in my tree by Chris Lattner · 19 years ago
  57. 0cb34c4 Testcase that is miscompiled by the ppc backend by Chris Lattner · 19 years ago
  58. a77e86e These don't need to be sdivs. by Chris Lattner · 19 years ago
  59. babac05 New testcase, should turn into a ushr by Chris Lattner · 19 years ago
  60. 602b02a double to float casts should nto result in an fmr by Chris Lattner · 19 years ago
  61. ee73880 test broken in the IA64 backend. by Chris Lattner · 19 years ago
  62. 457029c new testcase for PR635 by Chris Lattner · 19 years ago
  63. 542f2df more specific tests of subtarget stuff by Andrew Lenharth · 19 years ago
  64. 46dab2c Add a test that you can forward ref a class. by Chris Lattner · 19 years ago
  65. 57a7db6 Check that we can refer to the same class we are defining. by Chris Lattner · 19 years ago
  66. d21dd0d new testcase for isascii by Chris Lattner · 19 years ago
  67. 475cfe4 add a new testcase by Chris Lattner · 19 years ago
  68. 3a972c2 add a testcase for a feature we regressed on because noone wrote the test! :( by Chris Lattner · 19 years ago
  69. dea6695 add testcase for nand by Chris Lattner · 19 years ago
  70. 3e63428 Consolidate the eqv.ll and nor.ll files together. Add a missed eqv case. by Chris Lattner · 19 years ago
  71. 14c9cab simple tests for nor generation by Chris Lattner · 19 years ago
  72. ee35a4f Testcase for PR632 by Chris Lattner · 19 years ago
  73. 7a66641 new testcase the CBE creates invalid C code for by Chris Lattner · 19 years ago
  74. 90b1087 Add a simple testcase for lowerinvoke by Chris Lattner · 19 years ago
  75. dbe2985 add a new testcase for constant foldable calls by Chris Lattner · 19 years ago
  76. 93a9001 Add a more difficult testcase which uses a call to a helper function to do by Chris Lattner · 19 years ago
  77. 33c36f39 Testcase that uses an alloca by Chris Lattner · 19 years ago
  78. 43898ef add another case, this one that uses getelementptr instructions by Chris Lattner · 19 years ago
  79. d44b0ff add a test for load by Chris Lattner · 19 years ago
  80. 44b19f2 add another testcase with simple control flow by Chris Lattner · 19 years ago
  81. 1fcfe32 make this harder: put some code into it by Chris Lattner · 19 years ago
  82. 09eec56 new testcase for static ctor list optimizations by Chris Lattner · 19 years ago
  83. 8a11da0 All of these should turn into sign extends (e.g. extsh/extsb on PPC) by Chris Lattner · 19 years ago
  84. 397fa21 Enhance this to check for a crash, add a case that crashes simplifylibcalls, by Chris Lattner · 19 years ago
  85. d4f4351 new testcase that crashes the CFE by Chris Lattner · 19 years ago
  86. 5fada3b new testcase for PR630 by Chris Lattner · 19 years ago
  87. 9a82a3c new testcase by Chris Lattner · 19 years ago
  88. e8033c0 new testcase by Chris Lattner · 19 years ago
  89. 77f8005 Testcase for PR629 by Chris Lattner · 19 years ago
  90. 055135d make this test harder: add a case where instructions are in the bb to be by Chris Lattner · 19 years ago
  91. ecd7b6d new testcase by Chris Lattner · 19 years ago
  92. b6e2b7e new testcase. by Chris Lattner · 19 years ago
  93. ab4ea6e new testcase by Chris Lattner · 19 years ago
  94. dc0ffcc new testcase by Chris Lattner · 19 years ago
  95. 1e122d1 new testcase by Chris Lattner · 19 years ago
  96. c634235 fails since linux-itanium headers are Different by Duraid Madina · 19 years ago
  97. 15cc608 new testcase by Chris Lattner · 19 years ago
  98. 128a003 new testcase by Chris Lattner · 19 years ago
  99. 598fbf7 new testcase by Chris Lattner · 19 years ago
  100. e4b5657 relax pattern match on name by Chris Lattner · 19 years ago