1. 6b8800d Add a new testcase for an eliminable cast by Chris Lattner · 19 years ago
  2. 25000bf This test passes now. by Reid Spencer · 19 years ago
  3. 8312ab5 make this work for Reid, who renamed his CVS module dir :) by Chris Lattner · 19 years ago
  4. 6446b7f new testcase the autoupgrader in the bc reader fails to handle by Chris Lattner · 19 years ago
  5. fd57ad7 Expand test to cover the non-overloaded variants of the arithmetic and by Reid Spencer · 19 years ago
  6. 1cdd5c6 a reduced test case, the GlobalAddress is never legalized by Andrew Lenharth · 19 years ago
  7. 97f8f8d new testcase by Chris Lattner · 19 years ago
  8. a076787 this testcase sent the dag combiner spinning into an infinite loop by Chris Lattner · 19 years ago
  9. f90a87a Test case for the insertelement operation. by Robert Bocchino · 19 years ago
  10. 478cc13 Ensure that the CFE always emits intrinsics in their unsigned version, not with signed operands by Chris Lattner · 19 years ago
  11. 097c6e1 this is fixed by Andrew Lenharth · 19 years ago
  12. 84b26b6 Fix these testcases :( by Chris Lattner · 19 years ago
  13. bf2d595 This pass has been removed. by Chris Lattner · 19 years ago
  14. 426b245 New testcase for a regression last night: the -inline pass wasn't updating by Chris Lattner · 19 years ago
  15. d88fc03 bswap implementation by Nate Begeman · 19 years ago
  16. 6fb3bd6 Add bswap intrinsics as documented in the Language Reference by Nate Begeman · 19 years ago
  17. 088a84e by Jim Laskey · 19 years ago
  18. 1787ee3 testcase for PR691 by Chris Lattner · 19 years ago
  19. e5445dc new testcases for the stackrestore instcombine optimizations by Chris Lattner · 19 years ago
  20. f0638c5 New testcase that functions with dynamic allocas can be inlined, and are by Chris Lattner · 19 years ago
  21. 929db42 testcase for the llvm.stacksave/llvm.stackrestore intrinsics. by Chris Lattner · 19 years ago
  22. 2085a9d Test case for a SETCC / BRCOND folding bug. by Evan Cheng · 19 years ago
  23. 8d4acd7 verily, sabre did leave by Duraid Madina · 19 years ago
  24. cfde3c1 Add testcase for rotate by register and rotate by immediate by Nate Begeman · 19 years ago
  25. 634f235 Testcase the PPC backend is miscompiling. by Chris Lattner · 19 years ago
  26. 07917b6 catch all forms of xnor by Chris Lattner · 19 years ago
  27. 5e1b72c new testcase for extractelement instruction by Chris Lattner · 19 years ago
  28. f11f07b Modify this test to not depend on the host math.h implementation by Chris Lattner · 19 years ago
  29. 6c7fbb8 A case that instcombine is not catching. by Chris Lattner · 19 years ago
  30. 63540f5 new tests, derived from cosmics scheme output by Chris Lattner · 19 years ago
  31. fe67ca2 Change this regression so andi is not a valid codegen of it by Andrew Lenharth · 19 years ago
  32. 72f49aa this test fails by Chris Lattner · 19 years ago
  33. cf4a81e this test is malformed by Chris Lattner · 19 years ago
  34. 84c744f Fix PR409: by Reid Spencer · 19 years ago
  35. 90b02b0 new testcase by Chris Lattner · 19 years ago
  36. 7bfdd86 new testcase, fails on X86 and probably others by Chris Lattner · 19 years ago
  37. 5046403 A truly trivial testcase to ensure sparcv8 doesn't get completely broken again. by Chris Lattner · 19 years ago
  38. 1dae25e Add a case for float just to make sure the patterns for both precisions by Nate Begeman · 19 years ago
  39. e4e4913 new testcase, each function should have one extension instr in it by Chris Lattner · 19 years ago
  40. fa1fb11 new (undefined) testcase, distilled from 126.gcc that scalarrepl crashes on by Chris Lattner · 19 years ago
  41. a92dabb Testcase for a problem that reid ran into by Chris Lattner · 19 years ago
  42. fa8f80a new testcase: sra should be able to eliminate all of these alloca's, despite by Chris Lattner · 19 years ago
  43. 89644753 new testcase for PR662 by Chris Lattner · 19 years ago
  44. 76fb23c New testcase for PR660 by Chris Lattner · 19 years ago
  45. 9e242ff testcase for PR664 by Chris Lattner · 19 years ago
  46. 6a0beed new testcase, for PR672 by Chris Lattner · 19 years ago
  47. 9b08fec expand testcase, which has been in my tree for a while now by Chris Lattner · 19 years ago
  48. 9e6924f new testcase, miscompiled by simplifycfg. This has been distilled from Ptrdist/bc by Chris Lattner · 19 years ago
  49. aad707b Fix a bug in the testcase by Chris Lattner · 19 years ago
  50. 8e22200 new testcase for PR672 by Chris Lattner · 19 years ago
  51. 43cb6ef New testcase that crashes llc by Chris Lattner · 19 years ago
  52. af6aa07 Test that crashes the ppc backend. by Chris Lattner · 19 years ago
  53. c2c2009 new testcase dse is miscompiling by Chris Lattner · 19 years ago
  54. cae3491 new testcase for pr670 by Chris Lattner · 19 years ago
  55. 33a13d4 This should not be dce'd by Chris Lattner · 19 years ago
  56. 87420af oops by Andrew Lenharth · 19 years ago
  57. bbafae6 check that rdtsc is generated from readcyclecounter by Andrew Lenharth · 19 years ago
  58. 06a4043 testcase for recent indvars patches by Chris Lattner · 19 years ago
  59. c8746d7 This passes on ppc and x86 now by Chris Lattner · 19 years ago
  60. 692f871 this is no apparently passing on alpha by Chris Lattner · 19 years ago
  61. 02513db new testcase by Chris Lattner · 19 years ago
  62. 51b8d54 continued readcyclecounter support by Andrew Lenharth · 19 years ago
  63. 79ae0d1 Check that this compiles to a label with a space in it. by Chris Lattner · 19 years ago
  64. c0c186d Merged from RELEASE_16. by John Criswell · 19 years ago
  65. abdf0f5 add alignment info for globals and functions by Chris Lattner · 19 years ago
  66. 4e240c2 new testcase by Chris Lattner · 19 years ago
  67. 3e2245b New testcase by Chris Lattner · 19 years ago
  68. e8148bc This is missed by InstCombine, patch comming by Andrew Lenharth · 19 years ago
  69. cc577c0 Apparently these do pass on some alphas by Chris Lattner · 19 years ago
  70. 0863ce5 these tests fail on alpha for some reason by Chris Lattner · 19 years ago
  71. 65026a7 new testcase by Chris Lattner · 19 years ago
  72. dc50b35 The pass was removed, but the spirit lives on by Chris Lattner · 19 years ago
  73. 4446e04 new testcase by Chris Lattner · 19 years ago
  74. 36e1207 new testcase by Chris Lattner · 19 years ago
  75. ad85677 by Duraid Madina · 19 years ago
  76. dda73c1 add the xfail lines by Chris Lattner · 19 years ago
  77. 32b03ff New testcase. Probably many targets don't support this, so they should probably by Chris Lattner · 19 years ago
  78. 92d6bb3 Add a regression test for the recent fix for FP_TO_UINT lowering in the ppc by Nate Begeman · 19 years ago
  79. dadc5ad This pass is gone by Chris Lattner · 19 years ago
  80. 4b71385 this pass is gone by Chris Lattner · 19 years ago
  81. 77a498c New testcase that crashes the ppc backend by Chris Lattner · 19 years ago
  82. 3d92544 Moved to Regression/Codegen/Generic. by John Criswell · 19 years ago
  83. eb853a4 This is a generic test for all code generators. It originally came from by John Criswell · 19 years ago
  84. 886eb39 Force i386 code generation for an i386 specific test. by John Criswell · 19 years ago
  85. 07c375d Testcase that crashes llvmgcc in type layout by Chris Lattner · 19 years ago
  86. f46544c new testcase by Chris Lattner · 19 years ago
  87. d41abfa Use %s instead of hard coding the input filename. by John Criswell · 19 years ago
  88. dcdadef Nate implemented this :) by Chris Lattner · 19 years ago
  89. 11acc44 this passes with the change in predicate by Chris Lattner · 19 years ago
  90. 4b43159 lsr doesn't emit gep instructions anymore by Chris Lattner · 19 years ago
  91. e64dfbc new testcase by Chris Lattner · 19 years ago
  92. 1628947 A testcase sitting in my tree by Chris Lattner · 19 years ago
  93. 0cb34c4 Testcase that is miscompiled by the ppc backend by Chris Lattner · 19 years ago
  94. a77e86e These don't need to be sdivs. by Chris Lattner · 19 years ago
  95. babac05 New testcase, should turn into a ushr by Chris Lattner · 19 years ago
  96. 602b02a double to float casts should nto result in an fmr by Chris Lattner · 19 years ago
  97. ee73880 test broken in the IA64 backend. by Chris Lattner · 19 years ago
  98. 457029c new testcase for PR635 by Chris Lattner · 19 years ago
  99. 542f2df more specific tests of subtarget stuff by Andrew Lenharth · 19 years ago
  100. 46dab2c Add a test that you can forward ref a class. by Chris Lattner · 19 years ago