1. bb4cae7 Add a test case for the puts libcall optimization. by Reid Spencer · 20 years ago
  2. 45254f7 Add a testcase for optimizing the strcpy libcall. by Reid Spencer · 20 years ago
  3. 0f4a891 New test case for testing pow(3) math library optimizations. by Reid Spencer · 20 years ago
  4. cd4b7a4 Test the noreturn function optimization by Chris Lattner · 20 years ago
  5. 7b7adcf Add a test case for MemMove.ll by Reid Spencer · 20 years ago
  6. c662bc7 Result of strlen is size_t which is either uint or ulong, not int. by Reid Spencer · 20 years ago
  7. 4ac0f21 Add a new test case for the llvm.memcpy simplification case. by Reid Spencer · 20 years ago
  8. 8fe86dd * Add a test case for StrLenOptimization by Reid Spencer · 20 years ago
  9. c89c363 Fix RUN: line to not always pass. by Reid Spencer · 20 years ago
  10. 8b9f9b3 Update the test case to handle a few more (degenerate) cases and remove by Reid Spencer · 20 years ago
  11. e319464 rename fn by Chris Lattner · 20 years ago
  12. 27b8598 new testcase by Chris Lattner · 20 years ago
  13. 5fe8561 Make sure the target buffer is null terminated so we don't blow up by Reid Spencer · 20 years ago
  14. 0bc0750 A test case for testing the StrCatOptimizer, currently XFAILed everywhere. by Reid Spencer · 20 years ago
  15. 5517b2b Use the %name rather than the "name" format so those familiar with the by Reid Spencer · 20 years ago
  16. a498747 A test case for the the ExitInMain libcall simplification. by Reid Spencer · 20 years ago
  17. 6edb7e8 Test that xor/select are folded into a select with inverted operands. by Chris Lattner · 20 years ago
  18. 6f8a246 unxfail this. by Chris Lattner · 20 years ago
  19. 936a775 add a new testcase which occurs in 181.mcf by Chris Lattner · 20 years ago
  20. b02fbfc Eliminate tabs and trailing spaces by Jeff Cohen · 20 years ago
  21. 17ce8d2 add a new testcase by Chris Lattner · 20 years ago
  22. 672c11b Add the RUN: prefix to the start of the run line so this test doesn't fail. by Reid Spencer · 20 years ago
  23. fd93908 Remove trailing whitespace by Misha Brukman · 20 years ago
  24. 9dd7a87 Check for eqv matching by Chris Lattner · 20 years ago
  25. 14f3429 this passes on darwin by Chris Lattner · 20 years ago
  26. 6b43c82 New testcase for a changing values late and allowing them to propagate by Chris Lattner · 20 years ago
  27. 93fc714 Make this significantly harder by Chris Lattner · 20 years ago
  28. c6f4fab Add a real run line by Chris Lattner · 20 years ago
  29. 913418a fix this testcase by Chris Lattner · 20 years ago
  30. ac91960 new testcase by Chris Lattner · 20 years ago
  31. 8287bbb add a run line by Chris Lattner · 20 years ago
  32. 2347f28 Tell dj to run the tests in this directory by Chris Lattner · 20 years ago
  33. 9acc366 Update dejagnu tests to use the new pattern isel flag by Nate Begeman · 20 years ago
  34. ec656f5 new testcase by Chris Lattner · 20 years ago
  35. 80563ff added a random and mask test by Andrew Lenharth · 20 years ago
  36. 77a6d90 Add CodeGen tests for the recent SelectionDAG transforms by Nate Begeman · 20 years ago
  37. eecbf30 regression case for faster call sequence by Andrew Lenharth · 20 years ago
  38. f701697 check that casts still use zap by Andrew Lenharth · 20 years ago
  39. 003e68e added s4addl matching test by Andrew Lenharth · 20 years ago
  40. 1a130b9 fix this testcase so the regex doesn't match the function name by Chris Lattner · 20 years ago
  41. 9def6cc make this harder by Chris Lattner · 20 years ago
  42. a213bc2 oops add ~ by Chris Lattner · 20 years ago
  43. d2b0e71 new testcase for previously unsupported unary complex operators by Chris Lattner · 20 years ago
  44. d0abb7a new testcase that used to crash the ppc fe. It could effect any simpleisel by Chris Lattner · 20 years ago
  45. 9a98a77 Add a testcase to make sure that we don't emit two fneg instructions back by Nate Begeman · 20 years ago
  46. e9c0f43 Add cases to cover the rest of the patterns we should be matching by Nate Begeman · 20 years ago
  47. 2f65f8e New testcase that the sparc backend crashes on by Chris Lattner · 20 years ago
  48. 2e6027c make this test more interesting by Chris Lattner · 20 years ago
  49. 4548523 add a test for fnabs by Chris Lattner · 20 years ago
  50. e23836c add a partial test for the fma operations that ppc supports. I'm sure I'm by Chris Lattner · 20 years ago
  51. a844b01 oops by Andrew Lenharth · 20 years ago
  52. b8a5d63 added some tests to check stupid pattern matching mistakes by Andrew Lenharth · 20 years ago
  53. b37246d new testcase that crashes the instcombiner. by Chris Lattner · 20 years ago
  54. 0b5031a match case change in codegen by Andrew Lenharth · 20 years ago
  55. 7c52702 new test by Chris Lattner · 20 years ago
  56. 3d173b3 new testcase by Chris Lattner · 20 years ago
  57. 3a46221 simplified by Andrew Lenharth · 20 years ago
  58. 0def226 added first alpha codegen regression test by Andrew Lenharth · 20 years ago
  59. 7759adf new testcase by Chris Lattner · 20 years ago
  60. 4cb11a1 this has now been fixed by Chris Lattner · 20 years ago
  61. e217107 don't forget to use the right code generator :) by Chris Lattner · 20 years ago
  62. 597f22f new testcase by Chris Lattner · 20 years ago
  63. d4b5728 new generic testcsae by Chris Lattner · 20 years ago
  64. d60c0ef For Sparc, this xfails. I don't think sparc has the C99 complex data by John Criswell · 20 years ago
  65. bea061d new testcase by Chris Lattner · 20 years ago
  66. dbcc2f7 fix the RUN line on this testcase so it passes. by Chris Lattner · 20 years ago
  67. a92076d New testcase that crashes licm. by Chris Lattner · 20 years ago
  68. 4e59c64 new testcase that DS-AA is causing to be miscompiled. by Chris Lattner · 20 years ago
  69. e04d51f GlobalMR should be able to analyze this function. by Chris Lattner · 20 years ago
  70. ad46cf0 new testcase to verify that we have field sensitive alias analysis info. This by Chris Lattner · 20 years ago
  71. 7c61b7b make sure this test tests the intended target. by Chris Lattner · 20 years ago
  72. c7c6a86 We might as well check the TD graphs as well, even though they are fine. by Chris Lattner · 20 years ago
  73. 4c10375 New testcase, the BU pass is marking the global complete in the globals graph. by Chris Lattner · 20 years ago
  74. 73f1ac4 New testcase, which is important to handle correctly. by Chris Lattner · 20 years ago
  75. 177f247 This error message changed. by Chris Lattner · 20 years ago
  76. 97310ea New testcase that the assembler incorrectly accepts. by Chris Lattner · 20 years ago
  77. 3372dcd this doesn't fail on the suns either! by Chris Lattner · 20 years ago
  78. c5fc361 this passes on darwin by Chris Lattner · 20 years ago
  79. e6c378d new testcase for __builtin_prefetch support. by Chris Lattner · 20 years ago
  80. 465e24b new testcase for a -basicaa bug that Alkis found with Java. by Chris Lattner · 20 years ago
  81. 13a04bc new testcase that crashes the CBE. by Chris Lattner · 20 years ago
  82. 2d9005d cleanup the test by Chris Lattner · 20 years ago
  83. 57f7470 check that we only insert one phi node per loop by Chris Lattner · 20 years ago
  84. 7abfec8 Add testcase for this: by Chris Lattner · 20 years ago
  85. a0bfe0f testcase for A[invariant][indvar] where invariant is an instruction. by Chris Lattner · 20 years ago
  86. 7fe11f8 add test for this: by Chris Lattner · 20 years ago
  87. 3a334cb Add test for this: by Chris Lattner · 20 years ago
  88. bc99f12 a regtest by Chris Lattner · 20 years ago
  89. c1ca766 new directory by Chris Lattner · 20 years ago
  90. 801d908 New testcase for PR532 by Chris Lattner · 20 years ago
  91. be876b6 new testcase reduced from the MultiSource/Applications/d failure last night. by Chris Lattner · 20 years ago
  92. 60fbe9b New testcase for PR533 by Chris Lattner · 20 years ago
  93. c21e6c9 This file is all commented out. by Chris Lattner · 20 years ago
  94. cff1fe5 Testcase for a bug that caused us to miscompile ptrdist/ks on sparc. by Chris Lattner · 20 years ago
  95. 47adf21 Add a test for llvm.prefetch. by Chris Lattner · 20 years ago
  96. 81ddb8a New testcase for PR529 by Chris Lattner · 20 years ago
  97. b503cc4 new testcase globalopt should handle. by Chris Lattner · 20 years ago
  98. 5926ca2 new testcase globalopt should implement by Chris Lattner · 20 years ago
  99. 9e28886 Test that a global is marked constant when it can be. by Chris Lattner · 20 years ago
  100. 47b72fb Fix misspellings, patch contributed by Gabor Greif! by Chris Lattner · 20 years ago