1. 79caafe Move this testcase out of /home/vadve/lattner/cvs/llvm/test/Programs/LLVMSource, by Chris Lattner · 21 years ago
  2. 8b391fb New testcase, code generators should support invoke/unwind by Chris Lattner · 21 years ago
  3. 7f5dd4a New testcase for PR223: Loopsimplify incorrectly updates dominator information by Chris Lattner · 21 years ago
  4. 18b34e8 Add another test by Chris Lattner · 21 years ago
  5. e5ec955 New testcase for PR218 by Chris Lattner · 21 years ago
  6. 7f430a5 New testcase for better mod/ref information that basicaa can provide by Chris Lattner · 21 years ago
  7. 6e1f3ec New testcase for problem brian ran into by Chris Lattner · 21 years ago
  8. 78c146f New testcase for incorrect bytecode reading of MAXLONG. The reader is getting by Chris Lattner · 21 years ago
  9. 1119d7d Remove the use of LLVMGCCARCH. Instead, query the compiler for the by John Criswell · 21 years ago
  10. f6e1803 new testcase by Chris Lattner · 21 years ago
  11. 048a1d8 You know you like Makefiles with fewer variables. Next up on the victim list by Brian Gaeke · 21 years ago
  12. a5b5675 Get rid of dead defns of LCC, LCXX, LAS, as per FIXME. by Brian Gaeke · 21 years ago
  13. 844c546 Fix overzealous fixme fixing by Brian Gaeke · 21 years ago
  14. 5c59be9 Remove dead definitions of NATGCC and CP, and dead .tll, .tbc rules. by Brian Gaeke · 21 years ago
  15. 75d1412 New testcase for symbolic constant folding opportunities that LLVM should get. by Chris Lattner · 21 years ago
  16. 20cd43b Testcase for PR204 by Chris Lattner · 21 years ago
  17. e845b1a Add support for %llvmgcc by Chris Lattner · 21 years ago
  18. debcbd0 Test to make sure we can SCCP load instructions by Chris Lattner · 21 years ago
  19. ff2ab4d New testcase, allow folding of binary operators that use PHI nodes, as long by Chris Lattner · 21 years ago
  20. 33a79d7 New testcase by Chris Lattner · 21 years ago
  21. c9f75b5 This isn't really an assembler test. This tests to make sure the by Chris Lattner · 21 years ago
  22. e6b72a2 Testcase for PR202 by Chris Lattner · 21 years ago
  23. 019314c restore comments to this file by Chris Lattner · 21 years ago
  24. 94276b6 An example testcase for use in the debugger. Currently you can do stuff like by Chris Lattner · 21 years ago
  25. a29b94d Regression test for initializers with members of unknown size. by John Criswell · 21 years ago
  26. 579155e testcase for PR198 by Chris Lattner · 21 years ago
  27. 14e1726 new testcase for cananonicalization of subtracts by Chris Lattner · 21 years ago
  28. 7610a28 New testcase to see if -indvars can promote pointer arithmetic to array accesses by Chris Lattner · 21 years ago
  29. 595bb97 New testcase for PR194 by Chris Lattner · 21 years ago
  30. 7fe1786 New testcase for missed optimization by Chris Lattner · 21 years ago
  31. bb8d661 New testcase by Chris Lattner · 21 years ago
  32. 215da0c New testcase, for PR185 by Chris Lattner · 21 years ago
  33. d598561 New testcase by Chris Lattner · 21 years ago
  34. 2040d6e new test by Chris Lattner · 21 years ago
  35. 15beaf7 Testcase for PR179 by Chris Lattner · 21 years ago
  36. de454ff Rename variable to avoid confusing it with the global G by Chris Lattner · 21 years ago
  37. 0ac4d92 New testcase that LICM is breaking crafty on by Chris Lattner · 21 years ago
  38. 258f49c Fix test that was failing because we were optimizing the program better than expected :) by Chris Lattner · 21 years ago
  39. 5211296 New testcase for PR86 by Chris Lattner · 21 years ago
  40. f19ae4c Separate out target for cleaning up qmtest garbage. by Brian Gaeke · 21 years ago
  41. da7d069 A new testcase, reduced by bugpoint by Chris Lattner · 21 years ago
  42. 7d10417 new testcase by Chris Lattner · 21 years ago
  43. 7277826 New testcase by Chris Lattner · 21 years ago
  44. baf9d2e New testcase which caused a bunch of tests to break last night with more by Chris Lattner · 21 years ago
  45. 94046b2 new testcase, checking to ensure we handle yet-another spiffy case correctly by Chris Lattner · 21 years ago
  46. 47c1b6d Don't assume that system headers define 'uint' or 'ulong' as types. by Brian Gaeke · 21 years ago
  47. a8d9c83 Yet another hard testcase by Chris Lattner · 21 years ago
  48. d0069a0 Add a new testcase which breaks the sinker because the loop canonnicalization by Chris Lattner · 21 years ago
  49. caef3cc Fix buggy test by Chris Lattner · 21 years ago
  50. 87d9e69 New testcase for sinking operations from loops with multiple exits by Chris Lattner · 21 years ago
  51. 8f25f46 Make the test a bit harder so that we test to ensure that _both_ instructions by Chris Lattner · 21 years ago
  52. 2faadda New testcases for LICM improvement: code sinking. by Chris Lattner · 21 years ago
  53. 612ac2d Improve portability with Mac OS/X by Chris Lattner · 21 years ago
  54. 16442cb Improve testcase portability on OS/X by Chris Lattner · 21 years ago
  55. bb9fc2c New testcase that is not actually handled yet, but should be in the future. by Chris Lattner · 21 years ago
  56. 6c3a21a Whoops, forgot to check this in. :) by Chris Lattner · 21 years ago
  57. 62d0f73 New testcase for automatic insertion of accumulator variables to eliminate by Chris Lattner · 21 years ago
  58. e11700b New testcase for PR165 by Chris Lattner · 21 years ago
  59. 63c08be New testcase, this should be -tailcallelim'inated by Chris Lattner · 21 years ago
  60. 120fb19 New testcase that the raiseallocations pass should be able to handle. by Chris Lattner · 21 years ago
  61. f6968f3 Move rule to top-level makefile by Chris Lattner · 21 years ago
  62. b895fb0 Testcase for duplicated cleanup work (PR11). Note that this testcase is not actually by Chris Lattner · 21 years ago
  63. 7219a21 new testcase for problem causing 2003-10-12-GlobalVarInitializers failures by Chris Lattner · 21 years ago
  64. f095db1 Testcase for PR160 by Chris Lattner · 21 years ago
  65. 2bc9988 New testcase for PR158 by Chris Lattner · 21 years ago
  66. 1f80115 testcase for PR159 by Chris Lattner · 21 years ago
  67. 1b4fb5a Renamed intermediate values that used the same type and name as previous by John Criswell · 21 years ago
  68. 7dd9334 Testcase for PR157 by Chris Lattner · 21 years ago
  69. f7d10b7 testcase for PR 148 by Chris Lattner · 21 years ago
  70. edaa674 Testcase for PR147 by Chris Lattner · 21 years ago
  71. 3d55eda Unbreak this test case - llvm-as no longer tolerates redefining names in any by Brian Gaeke · 21 years ago
  72. 95c03fd Strengthen test case. by Brian Gaeke · 21 years ago
  73. b1ef7d6 C Writer was dumping core on this test case. by Brian Gaeke · 21 years ago
  74. be8d299 New testcase that breaks the pruneeh pass by Chris Lattner · 21 years ago
  75. e952f23 New testcase by Chris Lattner · 21 years ago
  76. aa74118 Clean more qmtest files. by Brian Gaeke · 21 years ago
  77. 0ac5af0 Fix an all too common form of the 'Found global types that are not compatible' warning by Chris Lattner · 21 years ago
  78. 00d1e8d New testcase for PR143 by Chris Lattner · 21 years ago
  79. 34d25f1 Blow away compiled versions of qmtest classes on 'make clean'. by Brian Gaeke · 21 years ago
  80. a3382bd Fix0r a test that mistakenly used %llvmg++ instead of %llvmgxx. by Brian Gaeke · 21 years ago
  81. 105088a New testcase for PR132 by Chris Lattner · 21 years ago
  82. 65914f5 New testcase for PR141 by Chris Lattner · 21 years ago
  83. 6ce829d Testcase for PR113 by Chris Lattner · 21 years ago
  84. 841d8e9 New testcase for PR133 by Chris Lattner · 21 years ago
  85. 236c4d4 We now support different expectations for different OS's/architectures. by John Criswell · 21 years ago
  86. cb64241 update test by Chris Lattner · 21 years ago
  87. 607c317 Genericize tests by Chris Lattner · 21 years ago
  88. 639b052 Cleanup test by Chris Lattner · 21 years ago
  89. 30263d0 Improve test portability by Chris Lattner · 21 years ago
  90. f9e8379 Fix testcase. This should no longer be XFAIL'd by Chris Lattner · 21 years ago
  91. 2cbb754 New testcase for PR 130 by Chris Lattner · 21 years ago
  92. df52d97 Testcase for PR131 by Chris Lattner · 21 years ago
  93. 3b583a6 new testcase for PR126 by Chris Lattner · 21 years ago
  94. 7b004ca New testcase for PR125 by Chris Lattner · 21 years ago
  95. d219abf Testcase for PR128 by Chris Lattner · 21 years ago
  96. 780bcaa There is no need to rely on LLI working for this test by Chris Lattner · 21 years ago
  97. 08e12f1 Testcase for PR116 by Chris Lattner · 21 years ago
  98. d39dbcc New testcase, for PR 115 by Chris Lattner · 21 years ago
  99. 623f707 Instcombine should promote this, and because it isn't, we are failing poolalloc tests by Chris Lattner · 21 years ago
  100. 7676f3b NEW testcase for PR84 :( by Chris Lattner · 21 years ago