1. bf6fd9d New testcase for PR245 by Chris Lattner · 21 years ago
  2. 5ea27d8 New testcase, details in the comments by Chris Lattner · 21 years ago
  3. d8bed76 A new testcase for a situation that occurs in 181.mcf by Chris Lattner · 21 years ago
  4. 72695f7 Add a test for the "swap idiom", which LLVM should be able to unravel. by Chris Lattner · 21 years ago
  5. a783c02 Test for xor chains by Chris Lattner · 21 years ago
  6. 3a0628a Moving CBE tests to test/Regression/CodeGen/CBackend by Chris Lattner · 21 years ago
  7. b83530f New testcase by Chris Lattner · 21 years ago
  8. 07b976b Testcase for PR205: [llvmgcc] C front-end does not emit 'zeroinitializer' when possible by Chris Lattner · 21 years ago
  9. 8710da3 Test for actual support, not just for lack of crashage by Chris Lattner · 21 years ago
  10. d31dd32 New testcase for PR237: [x86] wierd stack/frame pointer manipulation by Chris Lattner · 21 years ago
  11. e488d64 new testcase for llvm.memset generation by Chris Lattner · 21 years ago
  12. 208d080 Testcase for builtin frame/return address by Chris Lattner · 21 years ago
  13. 90cf614 Test that the CFE compiles memset and bzero to llvm.memset by Chris Lattner · 21 years ago
  14. d64e0df Add a testcase for the frameaddress and returnaddress intrinsics. by Chris Lattner · 21 years ago
  15. 4a6f9a4 Test that the code generator supports these intrinsics by Chris Lattner · 21 years ago
  16. aa82943 Update tests by Chris Lattner · 21 years ago
  17. 6f3ff3e New testcase. The CFE should not generate illegal LLVM intrinsics, even if by Chris Lattner · 21 years ago
  18. c201a7a Right, memcpy READS memory too :) by Chris Lattner · 21 years ago
  19. 7f00725 New testcase for support for memcpy/memmove by Chris Lattner · 21 years ago
  20. 7266f41 New testcase for PR233: [llvmgcc] Structure copies result in a LOT of code by Chris Lattner · 21 years ago
  21. cb7cb71 Test that we get rep movs when calling memcpy by Chris Lattner · 21 years ago
  22. 115e5e6 Basic functionality testing. by Chris Lattner · 21 years ago
  23. 54636af New feature testcase for simplifycfg. by Chris Lattner · 21 years ago
  24. f629496 Right, define the LPROF variable by Chris Lattner · 21 years ago
  25. 79caafe Move this testcase out of /home/vadve/lattner/cvs/llvm/test/Programs/LLVMSource, by Chris Lattner · 21 years ago
  26. 8b391fb New testcase, code generators should support invoke/unwind by Chris Lattner · 21 years ago
  27. 7f5dd4a New testcase for PR223: Loopsimplify incorrectly updates dominator information by Chris Lattner · 21 years ago
  28. 18b34e8 Add another test by Chris Lattner · 21 years ago
  29. e5ec955 New testcase for PR218 by Chris Lattner · 21 years ago
  30. 7f430a5 New testcase for better mod/ref information that basicaa can provide by Chris Lattner · 21 years ago
  31. 6e1f3ec New testcase for problem brian ran into by Chris Lattner · 21 years ago
  32. 78c146f New testcase for incorrect bytecode reading of MAXLONG. The reader is getting by Chris Lattner · 21 years ago
  33. 1119d7d Remove the use of LLVMGCCARCH. Instead, query the compiler for the by John Criswell · 21 years ago
  34. f6e1803 new testcase by Chris Lattner · 21 years ago
  35. 048a1d8 You know you like Makefiles with fewer variables. Next up on the victim list by Brian Gaeke · 21 years ago
  36. a5b5675 Get rid of dead defns of LCC, LCXX, LAS, as per FIXME. by Brian Gaeke · 21 years ago
  37. 844c546 Fix overzealous fixme fixing by Brian Gaeke · 21 years ago
  38. 5c59be9 Remove dead definitions of NATGCC and CP, and dead .tll, .tbc rules. by Brian Gaeke · 21 years ago
  39. 75d1412 New testcase for symbolic constant folding opportunities that LLVM should get. by Chris Lattner · 21 years ago
  40. 20cd43b Testcase for PR204 by Chris Lattner · 21 years ago
  41. e845b1a Add support for %llvmgcc by Chris Lattner · 21 years ago
  42. debcbd0 Test to make sure we can SCCP load instructions by Chris Lattner · 21 years ago
  43. ff2ab4d New testcase, allow folding of binary operators that use PHI nodes, as long by Chris Lattner · 21 years ago
  44. 33a79d7 New testcase by Chris Lattner · 21 years ago
  45. c9f75b5 This isn't really an assembler test. This tests to make sure the by Chris Lattner · 21 years ago
  46. e6b72a2 Testcase for PR202 by Chris Lattner · 21 years ago
  47. 019314c restore comments to this file by Chris Lattner · 21 years ago
  48. 94276b6 An example testcase for use in the debugger. Currently you can do stuff like by Chris Lattner · 21 years ago
  49. a29b94d Regression test for initializers with members of unknown size. by John Criswell · 21 years ago
  50. 579155e testcase for PR198 by Chris Lattner · 21 years ago
  51. 14e1726 new testcase for cananonicalization of subtracts by Chris Lattner · 21 years ago
  52. 7610a28 New testcase to see if -indvars can promote pointer arithmetic to array accesses by Chris Lattner · 21 years ago
  53. 595bb97 New testcase for PR194 by Chris Lattner · 21 years ago
  54. 7fe1786 New testcase for missed optimization by Chris Lattner · 21 years ago
  55. bb8d661 New testcase by Chris Lattner · 21 years ago
  56. 215da0c New testcase, for PR185 by Chris Lattner · 21 years ago
  57. d598561 New testcase by Chris Lattner · 21 years ago
  58. 2040d6e new test by Chris Lattner · 21 years ago
  59. 15beaf7 Testcase for PR179 by Chris Lattner · 21 years ago
  60. de454ff Rename variable to avoid confusing it with the global G by Chris Lattner · 21 years ago
  61. 0ac4d92 New testcase that LICM is breaking crafty on by Chris Lattner · 21 years ago
  62. 258f49c Fix test that was failing because we were optimizing the program better than expected :) by Chris Lattner · 21 years ago
  63. 5211296 New testcase for PR86 by Chris Lattner · 21 years ago
  64. f19ae4c Separate out target for cleaning up qmtest garbage. by Brian Gaeke · 21 years ago
  65. da7d069 A new testcase, reduced by bugpoint by Chris Lattner · 21 years ago
  66. 7d10417 new testcase by Chris Lattner · 21 years ago
  67. 7277826 New testcase by Chris Lattner · 21 years ago
  68. baf9d2e New testcase which caused a bunch of tests to break last night with more by Chris Lattner · 21 years ago
  69. 94046b2 new testcase, checking to ensure we handle yet-another spiffy case correctly by Chris Lattner · 21 years ago
  70. 47c1b6d Don't assume that system headers define 'uint' or 'ulong' as types. by Brian Gaeke · 21 years ago
  71. a8d9c83 Yet another hard testcase by Chris Lattner · 21 years ago
  72. d0069a0 Add a new testcase which breaks the sinker because the loop canonnicalization by Chris Lattner · 21 years ago
  73. caef3cc Fix buggy test by Chris Lattner · 21 years ago
  74. 87d9e69 New testcase for sinking operations from loops with multiple exits by Chris Lattner · 21 years ago
  75. 8f25f46 Make the test a bit harder so that we test to ensure that _both_ instructions by Chris Lattner · 21 years ago
  76. 2faadda New testcases for LICM improvement: code sinking. by Chris Lattner · 21 years ago
  77. 612ac2d Improve portability with Mac OS/X by Chris Lattner · 21 years ago
  78. 16442cb Improve testcase portability on OS/X by Chris Lattner · 21 years ago
  79. bb9fc2c New testcase that is not actually handled yet, but should be in the future. by Chris Lattner · 21 years ago
  80. 6c3a21a Whoops, forgot to check this in. :) by Chris Lattner · 21 years ago
  81. 62d0f73 New testcase for automatic insertion of accumulator variables to eliminate by Chris Lattner · 21 years ago
  82. e11700b New testcase for PR165 by Chris Lattner · 21 years ago
  83. 63c08be New testcase, this should be -tailcallelim'inated by Chris Lattner · 21 years ago
  84. 120fb19 New testcase that the raiseallocations pass should be able to handle. by Chris Lattner · 21 years ago
  85. f6968f3 Move rule to top-level makefile by Chris Lattner · 21 years ago
  86. b895fb0 Testcase for duplicated cleanup work (PR11). Note that this testcase is not actually by Chris Lattner · 21 years ago
  87. 7219a21 new testcase for problem causing 2003-10-12-GlobalVarInitializers failures by Chris Lattner · 21 years ago
  88. f095db1 Testcase for PR160 by Chris Lattner · 21 years ago
  89. 2bc9988 New testcase for PR158 by Chris Lattner · 21 years ago
  90. 1f80115 testcase for PR159 by Chris Lattner · 21 years ago
  91. 1b4fb5a Renamed intermediate values that used the same type and name as previous by John Criswell · 21 years ago
  92. 7dd9334 Testcase for PR157 by Chris Lattner · 21 years ago
  93. f7d10b7 testcase for PR 148 by Chris Lattner · 21 years ago
  94. edaa674 Testcase for PR147 by Chris Lattner · 21 years ago
  95. 3d55eda Unbreak this test case - llvm-as no longer tolerates redefining names in any by Brian Gaeke · 21 years ago
  96. 95c03fd Strengthen test case. by Brian Gaeke · 21 years ago
  97. b1ef7d6 C Writer was dumping core on this test case. by Brian Gaeke · 21 years ago
  98. be8d299 New testcase that breaks the pruneeh pass by Chris Lattner · 21 years ago
  99. e952f23 New testcase by Chris Lattner · 21 years ago
  100. aa74118 Clean more qmtest files. by Brian Gaeke · 21 years ago