1. 07ad63b Add another test by Chris Lattner · 20 years ago
  2. 07ca8e7 New testcase, which causes the block extractor to barf by Chris Lattner · 20 years ago
  3. 5b160f1 Simple hand-coded tests to aid in early development of backends, along with a by Misha Brukman · 20 years ago
  4. 2874335 New testcase that instcombine is getting wrong by Chris Lattner · 20 years ago
  5. 008fad0 This testcase causes the CBE to generate code that is not legal C. by Chris Lattner · 20 years ago
  6. efd0149 New testcase by Chris Lattner · 20 years ago
  7. 3ee14de New testcase for critical 1.3 feature by Chris Lattner · 20 years ago
  8. cc455de Use the new prcontext script. by John Criswell · 20 years ago
  9. 955a742 Add support for using the prcontext python script instead of grep -C. by John Criswell · 20 years ago
  10. 21eccb6 New python script that print a specified number of lines surrounding a by John Criswell · 20 years ago
  11. 91e76e8 Initial testcase for bytecode compatibility regression test. by Chris Lattner · 20 years ago
  12. acb7444 Move Transforms/BasicAA to Analysis/BasicAA by Chris Lattner · 20 years ago
  13. 08f998f Due to a bug in BasicAA, DSE is incorrectly deleting the first store in by Chris Lattner · 20 years ago
  14. 2311d71 *** empty log message *** by Robert Bocchino · 20 years ago
  15. a9db34f new testcase by Chris Lattner · 20 years ago
  16. 059f5a5 Have some testcases by Chris Lattner · 20 years ago
  17. cbb4b57 New testcase. DSE should delete all of the DEAD instructions. by Chris Lattner · 20 years ago
  18. 3aa965f New testcase for list slicing by Chris Lattner · 20 years ago
  19. 8f6c42b Added another test case for double FP constants as well. by Reid Spencer · 20 years ago
  20. a00064a New testcase by Chris Lattner · 20 years ago
  21. 8ea3f1b Update test by Chris Lattner · 20 years ago
  22. c5b2762 bug 263: Add target triple and dependent libraries support to this test. by Reid Spencer · 20 years ago
  23. 002f29b Codify my thoughts on where we want to end up with the target-independent by Chris Lattner · 20 years ago
  24. 9ec6e46 New testcase for DSE by Chris Lattner · 20 years ago
  25. 5e299fc Trivial testcase for dse by Chris Lattner · 20 years ago
  26. de1618f Update gc intrinsics to take pointer to object as well as pointer to field. by Chris Lattner · 20 years ago
  27. 0b44122 Move LLVM tool definitions to Makefile.rules by Brian Gaeke · 20 years ago
  28. c0de837 new testcase by Chris Lattner · 20 years ago
  29. 247d62c New testcase that instcombine should help out with. by Chris Lattner · 20 years ago
  30. c6c9db2 test that unconditional branches to unwinds are always eliminated by Chris Lattner · 20 years ago
  31. 6c08892 Testcases missed by the instruction combiner by Chris Lattner · 20 years ago
  32. 6c14230 You cannot pass functions by value, what does that even mean?? by Chris Lattner · 20 years ago
  33. e9670e3 this "feature" is gone by Chris Lattner · 20 years ago
  34. f05591d New, horrible, testcase by Chris Lattner · 20 years ago
  35. 5824299 Add a test that I have had in my tree for several months now, but apparently forgot to commit by Chris Lattner · 20 years ago
  36. 28d85f1 Fix this testcase by Chris Lattner · 20 years ago
  37. b50eaea New testcase for PR396 by Chris Lattner · 20 years ago
  38. 970c178 New testcase by Chris Lattner · 20 years ago
  39. f77afbb New testcase by Chris Lattner · 20 years ago
  40. 80fc86a Add a new testcase for folding an add into a switch by Chris Lattner · 20 years ago
  41. c95f3b8 Make this testcase more interesting by Chris Lattner · 20 years ago
  42. 635b83f Fix testcase by Chris Lattner · 20 years ago
  43. 1394784 -debug option does not exist in a release build by Chris Lattner · 20 years ago
  44. f380445 Fix testcase. For some reason this was failing only with a release build and by Chris Lattner · 20 years ago
  45. 8d5e05b new testcase by Chris Lattner · 20 years ago
  46. dfde14e New testcase for constant expression lowering pass, contributed by Vladimir Prus! by Chris Lattner · 20 years ago
  47. 7962a8b Isnan became unordered by Chris Lattner · 20 years ago
  48. b0266b6 test/Libraries have been long gone for a long time now. Since noone noticed by Chris Lattner · 20 years ago
  49. 1a580be Nullify this test as it causes infinite loop in optimized nightly test. by Reid Spencer · 20 years ago
  50. 553a7ab Test for PR374 by Chris Lattner · 20 years ago
  51. b80e3ad New test by Chris Lattner · 20 years ago
  52. eaf10c8 Test that C99 unordered comparison functions are not being turned into libc calls by Chris Lattner · 20 years ago
  53. cb37056 New testcase for GCC unordered comparison builtins by Chris Lattner · 20 years ago
  54. 85a14bb This testcase is a bit silly now, but oh well :) by Chris Lattner · 20 years ago
  55. 5e9a7ca Right, stop being silly by Chris Lattner · 20 years ago
  56. 6c07f30 Add a nan, stop testing isnan by Chris Lattner · 20 years ago
  57. 9685372 Add the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
  58. 7ba02f1 Add tests for isnan by Chris Lattner · 20 years ago
  59. c31ae50 Test that the X86 backend is only emitting one fucom instruction by Chris Lattner · 20 years ago
  60. 4d091e0 Testcase for PR369 by Chris Lattner · 20 years ago
  61. a32579b Check to make sure that isnan doesn't require calling a function by Chris Lattner · 20 years ago
  62. 86ee776 I misled Alkis: LLVM should have isnan, not isunordered. by Chris Lattner · 20 years ago
  63. 51f148f Test case for PR368 by Brian Gaeke · 20 years ago
  64. fd39b30 Add feature test for llvm intrinsics. It currently contains only the "isunordered" intrinsic by Alkis Evlogimenos · 20 years ago
  65. 9e28f18 More instcombine testcases by Chris Lattner · 20 years ago
  66. 16ea43b New testcase that is important for the Java FE by Chris Lattner · 20 years ago
  67. 4561db2 New testcase for the instruction combiner that happen often in the Java FE by Chris Lattner · 20 years ago
  68. 2917ca8 New testcase for PR355 by Chris Lattner · 20 years ago
  69. 72b08c9 Testcase for PR355 by Chris Lattner · 20 years ago
  70. 9919101 New testcase for PR361 by Chris Lattner · 20 years ago
  71. 9aa9b09 Maybe this will keep people from breaking -branch-combine! by Brian Gaeke · 20 years ago
  72. 396d96b Make tool names end with .exe on windows. This isn't needed to run the by Chris Lattner · 20 years ago
  73. 7dde37d Make the test pass by using the correct RUN: syntax. by Reid Spencer · 20 years ago
  74. 8152f5f Add back a test I accidentally removed by Chris Lattner · 20 years ago
  75. 3ba3097 Add another testcase by Chris Lattner · 20 years ago
  76. 77ac9ed Added a "RUN:" line so this file can be executed by TestRunner.sh by Reid Spencer · 20 years ago
  77. 7bbf388 remove bogus test by Chris Lattner · 20 years ago
  78. 896b64b Make the test test what it is supposed to by Chris Lattner · 20 years ago
  79. c0e61e3 The -exprs pass is no longer with LLVM. *sniff* by Chris Lattner · 20 years ago
  80. 413c76f Correct test. use "not grep" instead of "grep -v" by Chris Lattner · 20 years ago
  81. 56fff59 gc_init now gets an argument by Chris Lattner · 20 years ago
  82. dcf3a6b Fix a test that was "broken" by new optimizations. The transformation we by Chris Lattner · 20 years ago
  83. c293cfa Make the test use the %A type by Chris Lattner · 20 years ago
  84. 256b7a4 New testcase by Chris Lattner · 20 years ago
  85. 2e13cea Add a new test16 and fix some other tests that were not properly written by Chris Lattner · 20 years ago
  86. 2b83af5 Testcases for andersen's alias analysis. by Chris Lattner · 20 years ago
  87. 4cb1f3c Add a simple testcase for garbage collection support by Chris Lattner · 20 years ago
  88. 6d09bec Testcase for PR340: Verifier misses malformed switch instruction by Chris Lattner · 20 years ago
  89. 488b72b New testcase that used to cause the unroller to try to unroll the loop 2G times. :( by Chris Lattner · 20 years ago
  90. 02eac39 Testcase for PR337, which was reduced by Reid Spencer. by Chris Lattner · 21 years ago
  91. 2c9a94c Add more casts. You can never have enough casts. by Brian Gaeke · 21 years ago
  92. da4230e New testcase by Chris Lattner · 21 years ago
  93. 13b29f6 New testcase for PR336 by Chris Lattner · 21 years ago
  94. 3a386d4 Regression test for PR#330. by John Criswell · 21 years ago
  95. b71ebdf New testcase for PR332 by Chris Lattner · 21 years ago
  96. 470221c New testcase: Turn "if (A < B && B < C)" into "if (A < B & B < C)" by Chris Lattner · 21 years ago
  97. be8d170 New testcase for case that simplifycfg should catch by Chris Lattner · 21 years ago
  98. db05858 Add a new testcase for X/-1, fix bug that prevented tests from running right by Chris Lattner · 21 years ago
  99. c398613 new testcase for PR326 by Chris Lattner · 21 years ago
  100. 7be1e0b New testcase, distilled from PR324 by Chris Lattner · 21 years ago