1. 6d09bec Testcase for PR340: Verifier misses malformed switch instruction by Chris Lattner · 20 years ago
  2. 488b72b New testcase that used to cause the unroller to try to unroll the loop 2G times. :( by Chris Lattner · 20 years ago
  3. 02eac39 Testcase for PR337, which was reduced by Reid Spencer. by Chris Lattner · 20 years ago
  4. 2c9a94c Add more casts. You can never have enough casts. by Brian Gaeke · 20 years ago
  5. da4230e New testcase by Chris Lattner · 20 years ago
  6. 13b29f6 New testcase for PR336 by Chris Lattner · 20 years ago
  7. 3a386d4 Regression test for PR#330. by John Criswell · 20 years ago
  8. b71ebdf New testcase for PR332 by Chris Lattner · 20 years ago
  9. 470221c New testcase: Turn "if (A < B && B < C)" into "if (A < B & B < C)" by Chris Lattner · 20 years ago
  10. be8d170 New testcase for case that simplifycfg should catch by Chris Lattner · 20 years ago
  11. db05858 Add a new testcase for X/-1, fix bug that prevented tests from running right by Chris Lattner · 20 years ago
  12. c398613 new testcase for PR326 by Chris Lattner · 20 years ago
  13. 7be1e0b New testcase, distilled from PR324 by Chris Lattner · 20 years ago
  14. 74332be New testcase by Chris Lattner · 20 years ago
  15. df75125 Another testcase by Chris Lattner · 20 years ago
  16. f490900 New testcase by Chris Lattner · 20 years ago
  17. 6f352f3 New testcase that Brian provided which crashes the inliner by Chris Lattner · 20 years ago
  18. 5365b6d Test for memory mapped I/O intrinsics. by John Criswell · 20 years ago
  19. c78c0e4 new testcase that crashes the fp stackifier by Chris Lattner · 20 years ago
  20. 3d78b23 New testcase by Chris Lattner · 20 years ago
  21. cc713a3 New testcase by Chris Lattner · 20 years ago
  22. 5deaa7a Make the testcase more challenging by Chris Lattner · 20 years ago
  23. 4acd51a New testcase where loop simplify is not updating domfrontiers correctly by Chris Lattner · 20 years ago
  24. ee7e286 new testcase by Chris Lattner · 20 years ago
  25. 479f7e5 Update testcase to illustrate the coalescing problem. The previous one did not work because of a fix in the x86 instruction selector. by Alkis Evlogimenos · 20 years ago
  26. f8d57a5 Added testcase for the llvm.readport and llvm.writeport intrinsics. by John Criswell · 20 years ago
  27. d1862af Add same value coalescing testcase by Alkis Evlogimenos · 20 years ago
  28. bb4d6c5 New testcase by Chris Lattner · 20 years ago
  29. 2d9de9d New testcase by Chris Lattner · 20 years ago
  30. dbd1588 New testcase by Chris Lattner · 20 years ago
  31. 4a1f2e3 Add another variant of the testcase by Chris Lattner · 20 years ago
  32. ffdc4ff new testcase by Chris Lattner · 20 years ago
  33. fb384a1 New testcases by Chris Lattner · 20 years ago
  34. 7706324 New testcase by Chris Lattner · 20 years ago
  35. dc4736f New testcases by Chris Lattner · 20 years ago
  36. 5364360 Create the output directory if it's not already there by Chris Lattner · 20 years ago
  37. 4f21c17 Simplify cfg now eliminates all of the branches in this testcase by Chris Lattner · 20 years ago
  38. 7c4865d Another testcase by Chris Lattner · 20 years ago
  39. 1c48527 Testcase to make sure we can apply the shift to the operands of the select, by Chris Lattner · 20 years ago
  40. a5c5830 Add testcases for harder combining cases. by Chris Lattner · 20 years ago
  41. b5ee959 new testcase by Chris Lattner · 20 years ago
  42. 77aac12 New testcase by Chris Lattner · 20 years ago
  43. 86371b7 New testcase, corresponding to phi_promote.ll by Chris Lattner · 20 years ago
  44. 7018f5c Add some more cases we should combine by Chris Lattner · 20 years ago
  45. ef09aab New testcase by Chris Lattner · 20 years ago
  46. 9f01e8a New testcase that crashed scalarevolution on sparc by Chris Lattner · 20 years ago
  47. 8b3df48 New file that can be useful for hand inspection of assembly required for certain by Chris Lattner · 20 years ago
  48. 6a135f2 New testcase by Chris Lattner · 20 years ago
  49. 1b151b4 New testcase for PR312 by Chris Lattner · 20 years ago
  50. ec3f8cd New testcase that crashes the instcombine pass. Dominance properties have by Chris Lattner · 20 years ago
  51. 414294e New testcase by Chris Lattner · 20 years ago
  52. 9187ed5 new testcase by Chris Lattner · 20 years ago
  53. 788aed9 New testcases for the indvars pass by Chris Lattner · 20 years ago
  54. 45a0a61 Tweak testcase to work with new indvars pass by Chris Lattner · 20 years ago
  55. 512c248 New testcase by Chris Lattner · 20 years ago
  56. 8b8ff16 New testcase for PR310 by Chris Lattner · 20 years ago
  57. afd5e2f New testcase for PR306 by Chris Lattner · 20 years ago
  58. 140385e Tests for fp cmov's that I forgot to check in earlier by Chris Lattner · 20 years ago
  59. dd285ea Test folding comparisons into select instructions by Chris Lattner · 20 years ago
  60. 5192676 New testcase. This now codegens to: by Chris Lattner · 20 years ago
  61. 3b68c20 New testcase for select instructions by Chris Lattner · 20 years ago
  62. 982b279 New testcase that crashes the assembler by Chris Lattner · 20 years ago
  63. 4971b72 Oops, actually USE the previously computed value by Chris Lattner · 20 years ago
  64. 5dd784a Test general value/value selection which we can do now that we use the by Chris Lattner · 20 years ago
  65. 6d09968 Add some testcases for select simplification by Chris Lattner · 20 years ago
  66. d179961 Merged in RELEASE_12. by John Criswell · 20 years ago
  67. f6e5941 New testcase by Chris Lattner · 20 years ago
  68. f3fbddd New testcase, the optimizer can delete zero sized allocas by Chris Lattner · 21 years ago
  69. 43aaf66 This is the last remaining bug that I know of in the loop extractor. The loop by Chris Lattner · 21 years ago
  70. a930de5 New testcase, reduced from 256.bzip2 by Chris Lattner · 21 years ago
  71. fa3e86f New testcase by Chris Lattner · 21 years ago
  72. 959754e New testcase that crashes the code extractor by Chris Lattner · 21 years ago
  73. 2942e63 Modify test to use the %t substition (temporary name). This is available by John Criswell · 21 years ago
  74. df22f9c Another simple testcase by Chris Lattner · 21 years ago
  75. 0eded5c New testcase for PR297 by Chris Lattner · 21 years ago
  76. 4dcd0d1 Fix test by Chris Lattner · 21 years ago
  77. 13ebaeb Fix testcase by Chris Lattner · 21 years ago
  78. 7698e4e New testcase by Chris Lattner · 21 years ago
  79. 339c508 New testcase for PR293 by Chris Lattner · 21 years ago
  80. 91e49c4 foo Bug 291, bar PR291 by Chris Lattner · 21 years ago
  81. 52cac3c foo bug291 bar PR 291 by Chris Lattner · 21 years ago
  82. ad32064 PR291 Bug 291! by Chris Lattner · 21 years ago
  83. a1d1fce // Testcase from Bug 291 by Chris Lattner · 21 years ago
  84. 142c304 New testcase for CSE of call instructions by Chris Lattner · 21 years ago
  85. 66d0884 Make sure that pure calls don't kill loads by Chris Lattner · 21 years ago
  86. 65a88e8 New testcases to test LICM of call instructions by Chris Lattner · 21 years ago
  87. e94fd19 New testcase that causes the code extractor to generate bogus code. by Chris Lattner · 21 years ago
  88. 3b04a7a New testcase that crashes the loop extractor by Chris Lattner · 21 years ago
  89. 6cc8375 New testcase that crashes the -lowerswitch pass by Chris Lattner · 21 years ago
  90. fc44806 New testcase that crashes the loop extractor by Chris Lattner · 21 years ago
  91. ffd072a New testcase, distilled from povray I think. by Chris Lattner · 21 years ago
  92. eb416e8 Oh right, casts can interfere. Test this too by Chris Lattner · 21 years ago
  93. 99780ce new testcases by Chris Lattner · 21 years ago
  94. 1306089 new testcase by Chris Lattner · 21 years ago
  95. a24653c Test the mod/ref analysis in DSA. by Misha Brukman · 21 years ago
  96. f820e3b test instruction combiner opts for select instruction by Chris Lattner · 21 years ago
  97. 6551ea9 New testcase by Chris Lattner · 21 years ago
  98. a22ef48 New testcase for PR284: [indvars] Induction variable analysis violates LLVM invariants by Chris Lattner · 21 years ago
  99. 0b67f04 New testcase for PR275 by Chris Lattner · 21 years ago
  100. c1a5bac New testcase for PR276: llvm-g++ does not mangle method names that match stdlib function names by Chris Lattner · 21 years ago