1. 0f63e22 Add tests for unary NOT operations. by Vikram S. Adve · 23 years ago
  2. 8360d09 Fix testcase to actually test what we think we are by Chris Lattner · 23 years ago
  3. d022471 *** empty log message *** by Chris Lattner · 23 years ago
  4. a939a1e This file does not belong here. by Chris Lattner · 23 years ago
  5. f39c24c Fix tests that use the now dead not instruction by Chris Lattner · 23 years ago
  6. 985792d Fix testcases that used to now dead 'not' instruction by Chris Lattner · 23 years ago
  7. d0cad7a Change not's to xors by Chris Lattner · 23 years ago
  8. 500888b Remove illegal test now that not instruction does not exist. by Chris Lattner · 23 years ago
  9. 3a6c063 Make sure there is SOME output always so the test is not rerun when unneccesary. by Chris Lattner · 23 years ago
  10. 23fbe30 The not instruction is just a specialized form of XOR by Chris Lattner · 23 years ago
  11. c0c4d70 Tools are now moved into /shared by Chris Lattner · 23 years ago
  12. ad1023b Add comment by Chris Lattner · 23 years ago
  13. 42dbd30 xor x, ALLONES should -> not x by Chris Lattner · 23 years ago
  14. 22fae29 setcc of booleans should always be eliminated by Chris Lattner · 23 years ago
  15. f8e2cf9 Add more strength reduction testcases by Chris Lattner · 23 years ago
  16. 7894d56 Add a sequence of GEPs with constant indices, for folding. by Vikram S. Adve · 23 years ago
  17. 7d20fe3 Testcase for stuff instcombine should do eventually by Chris Lattner · 23 years ago
  18. d3e7929 Add some more features that we could instcombine away by Chris Lattner · 23 years ago
  19. e853548 *** empty log message *** by Chris Lattner · 23 years ago
  20. a1396a1 Run both *.ll and *.c tests. by Vikram S. Adve · 23 years ago
  21. 6ae7d3c Added expected decomposed sequence in comments, plus a couple of new cases. by Vikram S. Adve · 23 years ago
  22. 7b572ef Fix yet another bug in the testcase by Chris Lattner · 23 years ago
  23. 77c1462 Fix bug in testcase by Chris Lattner · 23 years ago
  24. 4a6e4b3 These tests should not run -dce pass to cleanup instcombine. by Chris Lattner · 23 years ago
  25. c7f9637 Add another testcase that isn't failing because of another bug in instcombine by Chris Lattner · 23 years ago
  26. d656922 Change test to really test the cases we can hit by Chris Lattner · 23 years ago
  27. b01a8d0 New testcase by Chris Lattner · 23 years ago
  28. caa27e2 Add a note about where to put miscompilation tests. by Chris Lattner · 23 years ago
  29. f201495 New testcase for dominator problem by Chris Lattner · 23 years ago
  30. e7e764c The verify pass is implicit by Chris Lattner · 23 years ago
  31. 20f15aa New test by Chris Lattner · 23 years ago
  32. 50d29c9 Tweak makefile after moving by Chris Lattner · 23 years ago
  33. 5315599 Verify is implicit for opt by Chris Lattner · 23 years ago
  34. 51ed58d Fix makefile to work. by Chris Lattner · 23 years ago
  35. d86cbea Fix broken testcase by Chris Lattner · 23 years ago
  36. 92ae901 Make testcase legal LLVM by Chris Lattner · 23 years ago
  37. 747b3bd Feature test for stack size bigger than immed. field of SAVE instruction. by Vikram S. Adve · 23 years ago
  38. fdd0fba NEw testcase by Chris Lattner · 23 years ago
  39. 15de8f6 Trim down testcase a bit by Chris Lattner · 23 years ago
  40. 69cea54 New testcase for level-raise crash inspired by SPEC by Chris Lattner · 23 years ago
  41. e540dda Fix testcase by Chris Lattner · 23 years ago
  42. 3fb21e5 New testcase by Chris Lattner · 23 years ago
  43. 8aaee32 Testcase that was triggering an incorrect assertion failure by Chris Lattner · 23 years ago
  44. 134c316 Verify pass has been run for a long time now by Chris Lattner · 23 years ago
  45. aff7898 This testcase is independant of varargsness Simplify. by Chris Lattner · 23 years ago
  46. 53b7f26 Remove invokation of cleangcc pass which has been renamed, and is unneccesary anyway by Chris Lattner · 23 years ago
  47. 72de9ae Test that logical operators are correctly constant propogated! by Chris Lattner · 23 years ago
  48. 731240c Add test of newly checked in Union support! by Chris Lattner · 23 years ago
  49. f40e0c4 Simplify testcase a bit by Chris Lattner · 23 years ago
  50. a7e2dd4 New testcase found when working on union support *sigh* by Chris Lattner · 23 years ago
  51. fd5951c New testcase distilled from trying to compile burg with LLVM by Chris Lattner · 23 years ago
  52. 3f6496a Oops, fix testcase by Chris Lattner · 23 years ago
  53. 9559ac2 NEw testcase to handle "yet another" return type mismatch possibility by Chris Lattner · 23 years ago
  54. 5922e47 Trim down testcase, a lot. by Chris Lattner · 23 years ago
  55. e4b733f Reduce testcase more by Chris Lattner · 23 years ago
  56. 0b05545 Reduce the size of the testcase by Chris Lattner · 23 years ago
  57. 6eea01e Hrm, testcase was checking the wrong pass. :( by Chris Lattner · 23 years ago
  58. 2c04779 New testcase by Chris Lattner · 23 years ago
  59. 16470ec Fix testcase to not print pointer value by Chris Lattner · 23 years ago
  60. 6ea2a07 New testcase by Chris Lattner · 23 years ago
  61. eb6fb84 New testcase for bug by Chris Lattner · 23 years ago
  62. 8890f7b New testcase by Chris Lattner · 23 years ago
  63. 1874564 Add testcase for disassembler problem. by Chris Lattner · 23 years ago
  64. e58a01f Checking testcase in my local tree only by Chris Lattner · 23 years ago
  65. dc6c761 New testcase for bug by Chris Lattner · 23 years ago
  66. f406d28 TEstcases for old bugs by Chris Lattner · 23 years ago
  67. 3b1778b Check in testcases that were just in my tree by Chris Lattner · 23 years ago
  68. 7e1635e New testcase by Chris Lattner · 23 years ago
  69. 1eeefa2 New testcase by Chris Lattner · 23 years ago
  70. ebfd1b9 Build globaldce tests by Chris Lattner · 23 years ago
  71. 4f5e49c New testcase by Chris Lattner · 23 years ago
  72. e28751f New testcases for bug in globaldce by Chris Lattner · 23 years ago
  73. e19292b New testcase by Chris Lattner · 23 years ago
  74. e76c4f6 New testcase, unanalyzed. by Chris Lattner · 23 years ago
  75. 1ab8425 New testcase finally identified!! by Chris Lattner · 23 years ago
  76. 4069c84 New testcase by Chris Lattner · 23 years ago
  77. c2c5a64 Add testcase for raise opportunity missed. by Chris Lattner · 23 years ago
  78. 0af0dff Bug fix to RUN line by Chris Lattner · 23 years ago
  79. b39df57 New testcase distilled from olden-tsp. by Chris Lattner · 23 years ago
  80. c5debd4 New testcase by Chris Lattner · 23 years ago
  81. 0850978 Added duplicate constant expressions to test uniqueness support. by Vikram S. Adve · 23 years ago
  82. 38c4272 Check in tests that have been in my tree for a long time by Chris Lattner · 23 years ago
  83. 98482c3 Minor rename of output by Chris Lattner · 23 years ago
  84. 161036f New testcase to track opaque type bug by Chris Lattner · 23 years ago
  85. b26ff62 Minor additions. by Vikram S. Adve · 23 years ago
  86. 37d0e7e Test the handling of constant expressions. by Vikram S. Adve · 23 years ago
  87. a2fb8c7 Allow tests that use custom commands to run by Chris Lattner · 23 years ago
  88. 29acd75 Test to make sure that 'internal' flags don't get dropped accidentally! by Chris Lattner · 23 years ago
  89. 9067068 Fix broken test by Chris Lattner · 23 years ago
  90. 11aedff Include Makefile.singlesrc in order to compile .c tests. by Vikram S. Adve · 23 years ago
  91. a7a1c7e Some of these are feature tests, not regression tests. by Vikram S. Adve · 23 years ago
  92. 1373d87 Add a new testcase. It actually is not infinite looping. It just takes by Chris Lattner · 23 years ago
  93. 14329b1 New testcase for problem effecting mst by Chris Lattner · 23 years ago
  94. a3b8867 New testcase by Chris Lattner · 23 years ago
  95. 3eaf59b Build all subdirectories by Chris Lattner · 23 years ago
  96. 15c5977 Test more thoroughly by Chris Lattner · 23 years ago
  97. 65fbd4a Expose the analyzer by Chris Lattner · 23 years ago
  98. f497640 Basic test of the inlinr by Chris Lattner · 23 years ago
  99. 578cf90 Testcase for unimplemented feature by Chris Lattner · 23 years ago
  100. 23e07e7 New testcases for verifier by Chris Lattner · 23 years ago