1. b9f266a New testcase by Chris Lattner · 20 years ago
  2. 2b39c91 Testcase for a bug that caused a whole bunch of testcases to die in the nightly by Chris Lattner · 20 years ago
  3. 39bd69a Add a testcase for switch instruction induction by Chris Lattner · 20 years ago
  4. eb7d6d0 fix a bug in the testcase by Chris Lattner · 20 years ago
  5. 7b6ee7d new testcase for a tblgen bug that alkis ran into by Chris Lattner · 20 years ago
  6. 43c4361 new testcase for intrinsic folding by Chris Lattner · 20 years ago
  7. efd74a0 The instruction combining pass removes dead instructions, there is no need by Chris Lattner · 20 years ago
  8. 870e587 Two testcases for loops: one with outputs, one without. by Misha Brukman · 20 years ago
  9. 1aed1c7 Fix a verifier bug that was preventing us from ripping povray+libpng to pieces. by Chris Lattner · 20 years ago
  10. f7b0041 The instcombiner should canonicalize comparisons. by Chris Lattner · 20 years ago
  11. fad5c3a Fixed test case to actually check for the static declaration. Oops. by John Criswell · 20 years ago
  12. 726f0b8 Regression tests for PR258 and PR259. by John Criswell · 20 years ago
  13. 26b6dac New testcase by Chris Lattner · 20 years ago
  14. f44f727 Note that this test is currently expected to fail. by Brian Gaeke · 20 years ago
  15. 2189a76 New testcase. Switch instructions that go to switch instructions should be by Chris Lattner · 20 years ago
  16. d1eaebe The simplifycfg pass should be able to turn stuff like: by Chris Lattner · 20 years ago
  17. 86171b9 Test for the other way also by Chris Lattner · 20 years ago
  18. cedfd2c New testcase by Chris Lattner · 20 years ago
  19. 3c4de7f Add tests for casts that should be eliminated by Chris Lattner · 20 years ago
  20. 19e40ad Handle the unsigned form as well by Chris Lattner · 20 years ago
  21. f482174 Add a slight variant of test10 by Chris Lattner · 20 years ago
  22. 1dda055 This multiply can be eliminated by Chris Lattner · 20 years ago
  23. 16865af Add testcase for the casts that are missing in PR249 by Chris Lattner · 20 years ago
  24. 0ca4418 Test that the instruction combiner can fold away a cast in a GEP instruction. by Chris Lattner · 20 years ago
  25. 01533ff new testcase by Chris Lattner · 20 years ago
  26. 54e4e20 New testcase, do not emit a call to __builtin_sqrt, emit a call to sqrt instead! by Chris Lattner · 20 years ago
  27. 9d7c585 PR244: [llvm-gcc] miscompilation when a function is re-declared as static by Chris Lattner · 20 years ago
  28. bf6fd9d New testcase for PR245 by Chris Lattner · 20 years ago
  29. 5ea27d8 New testcase, details in the comments by Chris Lattner · 20 years ago
  30. d8bed76 A new testcase for a situation that occurs in 181.mcf by Chris Lattner · 20 years ago
  31. 72695f7 Add a test for the "swap idiom", which LLVM should be able to unravel. by Chris Lattner · 20 years ago
  32. a783c02 Test for xor chains by Chris Lattner · 20 years ago
  33. 3a0628a Moving CBE tests to test/Regression/CodeGen/CBackend by Chris Lattner · 20 years ago
  34. b83530f New testcase by Chris Lattner · 20 years ago
  35. 07b976b Testcase for PR205: [llvmgcc] C front-end does not emit 'zeroinitializer' when possible by Chris Lattner · 20 years ago
  36. 8710da3 Test for actual support, not just for lack of crashage by Chris Lattner · 20 years ago
  37. d31dd32 New testcase for PR237: [x86] wierd stack/frame pointer manipulation by Chris Lattner · 20 years ago
  38. e488d64 new testcase for llvm.memset generation by Chris Lattner · 21 years ago
  39. 208d080 Testcase for builtin frame/return address by Chris Lattner · 21 years ago
  40. 90cf614 Test that the CFE compiles memset and bzero to llvm.memset by Chris Lattner · 21 years ago
  41. d64e0df Add a testcase for the frameaddress and returnaddress intrinsics. by Chris Lattner · 21 years ago
  42. 4a6f9a4 Test that the code generator supports these intrinsics by Chris Lattner · 21 years ago
  43. aa82943 Update tests by Chris Lattner · 21 years ago
  44. 6f3ff3e New testcase. The CFE should not generate illegal LLVM intrinsics, even if by Chris Lattner · 21 years ago
  45. c201a7a Right, memcpy READS memory too :) by Chris Lattner · 21 years ago
  46. 7f00725 New testcase for support for memcpy/memmove by Chris Lattner · 21 years ago
  47. 7266f41 New testcase for PR233: [llvmgcc] Structure copies result in a LOT of code by Chris Lattner · 21 years ago
  48. cb7cb71 Test that we get rep movs when calling memcpy by Chris Lattner · 21 years ago
  49. 115e5e6 Basic functionality testing. by Chris Lattner · 21 years ago
  50. 54636af New feature testcase for simplifycfg. by Chris Lattner · 21 years ago
  51. f629496 Right, define the LPROF variable by Chris Lattner · 21 years ago
  52. 79caafe Move this testcase out of /home/vadve/lattner/cvs/llvm/test/Programs/LLVMSource, by Chris Lattner · 21 years ago
  53. 8b391fb New testcase, code generators should support invoke/unwind by Chris Lattner · 21 years ago
  54. 7f5dd4a New testcase for PR223: Loopsimplify incorrectly updates dominator information by Chris Lattner · 21 years ago
  55. 18b34e8 Add another test by Chris Lattner · 21 years ago
  56. e5ec955 New testcase for PR218 by Chris Lattner · 21 years ago
  57. 7f430a5 New testcase for better mod/ref information that basicaa can provide by Chris Lattner · 21 years ago
  58. 6e1f3ec New testcase for problem brian ran into by Chris Lattner · 21 years ago
  59. 78c146f New testcase for incorrect bytecode reading of MAXLONG. The reader is getting by Chris Lattner · 21 years ago
  60. 1119d7d Remove the use of LLVMGCCARCH. Instead, query the compiler for the by John Criswell · 21 years ago
  61. f6e1803 new testcase by Chris Lattner · 21 years ago
  62. 048a1d8 You know you like Makefiles with fewer variables. Next up on the victim list by Brian Gaeke · 21 years ago
  63. a5b5675 Get rid of dead defns of LCC, LCXX, LAS, as per FIXME. by Brian Gaeke · 21 years ago
  64. 844c546 Fix overzealous fixme fixing by Brian Gaeke · 21 years ago
  65. 5c59be9 Remove dead definitions of NATGCC and CP, and dead .tll, .tbc rules. by Brian Gaeke · 21 years ago
  66. 75d1412 New testcase for symbolic constant folding opportunities that LLVM should get. by Chris Lattner · 21 years ago
  67. 20cd43b Testcase for PR204 by Chris Lattner · 21 years ago
  68. e845b1a Add support for %llvmgcc by Chris Lattner · 21 years ago
  69. debcbd0 Test to make sure we can SCCP load instructions by Chris Lattner · 21 years ago
  70. ff2ab4d New testcase, allow folding of binary operators that use PHI nodes, as long by Chris Lattner · 21 years ago
  71. 33a79d7 New testcase by Chris Lattner · 21 years ago
  72. c9f75b5 This isn't really an assembler test. This tests to make sure the by Chris Lattner · 21 years ago
  73. e6b72a2 Testcase for PR202 by Chris Lattner · 21 years ago
  74. 019314c restore comments to this file by Chris Lattner · 21 years ago
  75. 94276b6 An example testcase for use in the debugger. Currently you can do stuff like by Chris Lattner · 21 years ago
  76. a29b94d Regression test for initializers with members of unknown size. by John Criswell · 21 years ago
  77. 579155e testcase for PR198 by Chris Lattner · 21 years ago
  78. 14e1726 new testcase for cananonicalization of subtracts by Chris Lattner · 21 years ago
  79. 7610a28 New testcase to see if -indvars can promote pointer arithmetic to array accesses by Chris Lattner · 21 years ago
  80. 595bb97 New testcase for PR194 by Chris Lattner · 21 years ago
  81. 7fe1786 New testcase for missed optimization by Chris Lattner · 21 years ago
  82. bb8d661 New testcase by Chris Lattner · 21 years ago
  83. 215da0c New testcase, for PR185 by Chris Lattner · 21 years ago
  84. d598561 New testcase by Chris Lattner · 21 years ago
  85. 2040d6e new test by Chris Lattner · 21 years ago
  86. 15beaf7 Testcase for PR179 by Chris Lattner · 21 years ago
  87. de454ff Rename variable to avoid confusing it with the global G by Chris Lattner · 21 years ago
  88. 0ac4d92 New testcase that LICM is breaking crafty on by Chris Lattner · 21 years ago
  89. 258f49c Fix test that was failing because we were optimizing the program better than expected :) by Chris Lattner · 21 years ago
  90. 5211296 New testcase for PR86 by Chris Lattner · 21 years ago
  91. f19ae4c Separate out target for cleaning up qmtest garbage. by Brian Gaeke · 21 years ago
  92. da7d069 A new testcase, reduced by bugpoint by Chris Lattner · 21 years ago
  93. 7d10417 new testcase by Chris Lattner · 21 years ago
  94. 7277826 New testcase by Chris Lattner · 21 years ago
  95. baf9d2e New testcase which caused a bunch of tests to break last night with more by Chris Lattner · 21 years ago
  96. 94046b2 new testcase, checking to ensure we handle yet-another spiffy case correctly by Chris Lattner · 21 years ago
  97. 47c1b6d Don't assume that system headers define 'uint' or 'ulong' as types. by Brian Gaeke · 21 years ago
  98. a8d9c83 Yet another hard testcase by Chris Lattner · 21 years ago
  99. d0069a0 Add a new testcase which breaks the sinker because the loop canonnicalization by Chris Lattner · 21 years ago
  100. caef3cc Fix buggy test by Chris Lattner · 21 years ago