1. 47b72fb Fix misspellings, patch contributed by Gabor Greif! by Chris Lattner · 19 years ago
  2. fe75292 A testcase that we miscompile, noticed from the demo page. by Chris Lattner · 19 years ago
  3. d802347 new testcase for a simple optimization that simplifycfg is about to do. by Chris Lattner · 19 years ago
  4. 9097060 add another testcase to make sure it gets turned into a switch (answer: yes it does) by Chris Lattner · 19 years ago
  5. 333f75d new testcase for PR523 by Chris Lattner · 19 years ago
  6. c19ff5c New testcase for PR522. by Chris Lattner · 19 years ago
  7. e8dfeed Testcase for PR520 by Chris Lattner · 19 years ago
  8. 8e0de32 Adjust this test to pass after recent CFE changes. We now generate: by Chris Lattner · 19 years ago
  9. 630f340 Make this testcase harder, to test the read case as well. by Chris Lattner · 19 years ago
  10. 9f95ab7 new testcase. by Chris Lattner · 19 years ago
  11. 18c5729 Quote the value of the PATH variable so that Cygwin and Windows can have by Reid Spencer · 19 years ago
  12. 13a2903 Allow dejagnu tests to run on Windows/Cygwin. Quote the value of the PATH by Reid Spencer · 19 years ago
  13. ae02b72 New files, testing for a crash in ADCE compiling QT and a missed optimization. by Chris Lattner · 19 years ago
  14. 491a1b8 new testcase for PR515 by Chris Lattner · 19 years ago
  15. 8d35817 New testcase for PR510. by Chris Lattner · 19 years ago
  16. 0a8794d execution tests shouldn't go here. This was killing the PPC nightly tester. by Chris Lattner · 19 years ago
  17. eb28797 A testcase that LLC produces illegal asm on for Prolangs-C/cdecl now. by Chris Lattner · 19 years ago
  18. ee6cfda new testcase by Chris Lattner · 19 years ago
  19. d2beaa6 new testcase for PR509 by Chris Lattner · 19 years ago
  20. 5b7dcaa New test, adjust other test. by Chris Lattner · 19 years ago
  21. 23cf180 Reinstate this test, it is correct after all. by Chris Lattner · 19 years ago
  22. 2b13055 This test is invalid by Chris Lattner · 19 years ago
  23. 50237f2 new testcase for PR504 by Chris Lattner · 19 years ago
  24. 81efd8c Actually, this testcase is invalid, the bug is in the C++ FE. by Chris Lattner · 20 years ago
  25. 94ca3fe New testcase that manyoso found compiling QT 4.0. by Chris Lattner · 20 years ago
  26. f288478 New testcase for PR501 by Chris Lattner · 20 years ago
  27. 55d813a New testcase that the asmwriter botches. by Chris Lattner · 20 years ago
  28. 70dd770 This bug crashes the assembler, distilled from a testcase produced by Andrew. by Chris Lattner · 20 years ago
  29. 0f99119 New testcase by Chris Lattner · 20 years ago
  30. 71dd598 New testcase by Chris Lattner · 20 years ago
  31. 2a73a0b Rename these to start with %c, as they are the only ones that are checked. by Chris Lattner · 20 years ago
  32. 36559a4 New testcase by Chris Lattner · 20 years ago
  33. 2fac727 New testcase. by Chris Lattner · 20 years ago
  34. 9b5cb04 xfail this. by Chris Lattner · 20 years ago
  35. c74b5a1 XFAIL this for now. by Chris Lattner · 20 years ago
  36. 87a9b71 Remove this test. This test is already in PR269, so it should be by Chris Lattner · 20 years ago
  37. d4dd775 Add some new tests by Chris Lattner · 20 years ago
  38. b51f2e3 New testcase for rotate instructions. Each function should codegen to a rotate. by Chris Lattner · 20 years ago
  39. 39d6396 Add a test for 16-bit sh*d. by Chris Lattner · 20 years ago
  40. 7c79de7 Ensure that each these functions generates a sh[rl]d instruction. by Chris Lattner · 20 years ago
  41. a8b6f68 This is a carefully contrived testcase where the X86 ISel is emitting all loads by Chris Lattner · 20 years ago
  42. f60513f New testcase for a problem that occurred in 132.ijpeg by Chris Lattner · 20 years ago
  43. 2349ba9 New testcase, problem found by Rob. by Chris Lattner · 20 years ago
  44. 5576719 Testcase that crashes the PPC backend. Thanks to Rob for finding this. by Chris Lattner · 20 years ago
  45. 68f6b8c More testcases by Chris Lattner · 20 years ago
  46. 195e917 new testcase by Chris Lattner · 20 years ago
  47. 61b8c9b The pattern isel is aggressively codegen'ing all of the loads in these by Chris Lattner · 20 years ago
  48. b56013d Test fails on all platforms, not just linux by Jeff Cohen · 20 years ago
  49. fb0c3bd New testcase. by Chris Lattner · 20 years ago
  50. 9cd87db Cleanup a bunch of tests. In particular do not allow target directives in by Chris Lattner · 20 years ago
  51. c33fc82 Make this test a bit more interesting by making there actually be a use of the by Chris Lattner · 20 years ago
  52. 3b5d631 modernize and clean up this test. by Chris Lattner · 20 years ago
  53. 186fcf6 Add a testcase I forgot to commit earlier. by Chris Lattner · 20 years ago
  54. 7c8ad7a New testcase by Chris Lattner · 20 years ago
  55. 785b9c0 Update this test to pass. by Chris Lattner · 20 years ago
  56. b9befc5 Test that trivial constants are not printed in hex notation. by Chris Lattner · 20 years ago
  57. a569877 Add a testcase to check that initializer that CAN be evaluated statically ARE. by Chris Lattner · 20 years ago
  58. 6c11981 Fix this script to work with hyphenated llvm-gcc and friend. by Chris Lattner · 20 years ago
  59. 2abc27d new testcase for PR481 by Chris Lattner · 20 years ago
  60. 7773fe4 New testcase for PR487 by Chris Lattner · 20 years ago
  61. 2d7eb98 Make sure the path is properly set in the llvmgcc and llvmgxx variables. by Reid Spencer · 20 years ago
  62. 4be483b Testcase for PR494 by Chris Lattner · 20 years ago
  63. 71dbefe xfail these tests, whcih require more info in the code generator to implement by Chris Lattner · 20 years ago
  64. bbdfaf8 Check in an old test that never made it into CVS by Chris Lattner · 20 years ago
  65. ae37c2a Add several testcases for new optimizations in the code generator. by Chris Lattner · 20 years ago
  66. 0f75849 New testcases that we should combine. by Chris Lattner · 20 years ago
  67. 095b51e New testcase for common bitfield manipulation instruction sequences. by Chris Lattner · 20 years ago
  68. 296fcba Add a bunch of tests for cases that should be eliminated. by Chris Lattner · 20 years ago
  69. e768ff2 Add a bunch of tests for ANDs that should be eliminated. by Chris Lattner · 20 years ago
  70. 05b402c This now works. by Chris Lattner · 20 years ago
  71. 72a406e Add new test to make sure simplifycfg doesn't leave around trivially by Chris Lattner · 20 years ago
  72. d0137cd Add a comment, add a new testcase by Chris Lattner · 20 years ago
  73. 1d07816 New testcase for PR491 by Chris Lattner · 20 years ago
  74. 5a23c8b new testcase for PR490 by Chris Lattner · 20 years ago
  75. 96e5436 XFAIL this test everywhere. by Reid Spencer · 20 years ago
  76. 2fcd29a XFAIL this everywhere, the CFE doesn't support bitfield initialization. by Reid Spencer · 20 years ago
  77. 6a901ec Make sure LLVMGCCWITHPATH is used instead of just LLVMGCC so that the by Reid Spencer · 20 years ago
  78. 4a25494 The dejagnu scripts need a path for llvm-gcc/llvm-g++ as well so use the by Reid Spencer · 20 years ago
  79. c553403 For PR432: * Use LLVMGCC and LLVMGXX variables instead of computing the name by Reid Spencer · 20 years ago
  80. feeeb30 Make this testcase a bit more challanging by Chris Lattner · 20 years ago
  81. dbd4f10 Change the test to check to see that CSE happens not dead call elim by Chris Lattner · 20 years ago
  82. 0adacc5 New testcase that crashes the V9 backend. by Chris Lattner · 20 years ago
  83. 1825e30 Fix this test by Chris Lattner · 20 years ago
  84. cb8e9c9 Add testcases for simple things we can handle that occur now in vortex. by Chris Lattner · 20 years ago
  85. 60bdce6 Dejagnu doesn't work if you do TESTSUITE=.../ by Chris Lattner · 20 years ago
  86. 081da56 New testcase that the PPC backend miscompiles. It is emitting by Chris Lattner · 20 years ago
  87. ef07cc5 New testcase. Shrinking the variable to a bool allows instcombine to delete by Chris Lattner · 20 years ago
  88. e0e50db New testcase. If one side of and/or is known to be 0/-1, it doesn't matter by Chris Lattner · 20 years ago
  89. 5df6895 Update test by Chris Lattner · 20 years ago
  90. 0982145 New testcase that ipsccp should handle. by Chris Lattner · 20 years ago
  91. 9b07c66 New testcase by Chris Lattner · 20 years ago
  92. 6e5fcf1 New testcase that SCCP miscompiles. Luckily this is extremely unlikely to by Chris Lattner · 20 years ago
  93. 2480535 Check in the right test by Chris Lattner · 20 years ago
  94. 16483e5 New testcase for a bug exposed by the ipsccp pass, causing dparser to fail by Chris Lattner · 20 years ago
  95. 41c6861 New testcase by Chris Lattner · 20 years ago
  96. 0cfbdf8 Update testcase by Alkis Evlogimenos · 20 years ago
  97. a44f445 Simple testcase for quoted label. by Chris Lattner · 20 years ago
  98. c49741d Add testcase and fix for yet another case where we query the size an by Alkis Evlogimenos · 20 years ago
  99. a95cf30 Add testcase and fix for another case where we query the size an abstract type. by Alkis Evlogimenos · 20 years ago
  100. 5cb77fb new testcase by Chris Lattner · 20 years ago