1. 10c9a82 New test. by Devang Patel · 17 years ago
  2. f972db0 match a reassociated form of fnmul by Chris Lattner · 17 years ago
  3. d60a18d Test that TREE_CONSTANT is being set correctly. by Duncan Sands · 17 years ago
  4. 00d4bc0 Test that inline assembler compiles (llvm-gcc added an extra "uses" parameter by Duncan Sands · 17 years ago
  5. ecf05ca Test handling of TRY_CATCH_EXPRs for which the handler is a sequence of by Duncan Sands · 17 years ago
  6. 9dd446c Split target dependent test portions to target-specific directories. by Reid Spencer · 17 years ago
  7. 43d44f0 Test a dag combiner crasher. by Evan Cheng · 17 years ago
  8. 045a927 testcase for PR1228 by Chris Lattner · 17 years ago
  9. 27679be testcase for PR1357 by Chris Lattner · 17 years ago
  10. 4274e40 For PR1370: by Reid Spencer · 17 years ago
  11. 1d81d88 not all targets want to return an i32. What really matters is whether llc accepts the generated code. by Chris Lattner · 17 years ago
  12. 21beed6 Updated aliases test by Anton Korobeynikov · 17 years ago
  13. a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 17 years ago
  14. c44f3ea new testcase for PR1356 by Chris Lattner · 17 years ago
  15. 15c9286 ensure the operand prints. by Chris Lattner · 17 years ago
  16. 5bee46d new testcase by Chris Lattner · 17 years ago
  17. 93e3d8f update syntax by Chris Lattner · 17 years ago
  18. 83f241e not fully implemented yet. by Chris Lattner · 17 years ago
  19. 827a1f4 update for new inline asm syntax by Chris Lattner · 17 years ago
  20. 947780b new testcase by Chris Lattner · 17 years ago
  21. 2a37799 fix the test tls1. by Lauro Ramos Venancio · 17 years ago
  22. 1bd151a add TLS tests. by Lauro Ramos Venancio · 17 years ago
  23. fdc9692 In Thumb mode, the frame register must be R7. by Lauro Ramos Venancio · 17 years ago
  24. 85f7779 make this testcase harder, to cover PR1326 by Chris Lattner · 17 years ago
  25. c88725f Test that eh_selector lowering accepts global variables as well as bitcasts by Duncan Sands · 17 years ago
  26. 3d18d64 Unxfail tests by Anton Korobeynikov · 17 years ago
  27. 330ce44 testcase for PR1339: http://llvm.org/PR1339 by Dan Gohman · 17 years ago
  28. 566dfcb Add test to proper place. Also, XFAIL until ppc bootstrap will be ok. by Anton Korobeynikov · 17 years ago
  29. ab8fd40 Fixx off-by-one bug, which prevents llvm-gcc bootstrap on ppc32 by Anton Korobeynikov · 17 years ago
  30. b7522c7 An example for PR1362 by Andrew Lenharth · 17 years ago
  31. fc24a72 Add two test cases to cover apintification change. by Zhou Sheng · 17 years ago
  32. 5fc30df new testcase by Chris Lattner · 17 years ago
  33. 0e72512 For PR1355: by Reid Spencer · 17 years ago
  34. 37a2145 PR1348 test case. by Evan Cheng · 17 years ago
  35. 0f8ad0d New test case. by Evan Cheng · 17 years ago
  36. 0bc2f48 && no longer needed by Chris Lattner · 17 years ago
  37. a03f1e3 Testcase for codegen bug. by Bill Wendling · 17 years ago
  38. 305b8a5 remember to emit weak reference in one more case. by Lauro Ramos Venancio · 17 years ago
  39. 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 17 years ago
  40. 54c4d40 new testcase, should be able to eliminate the alloca and memcpy by Chris Lattner · 17 years ago
  41. 4aa8495 new testcase by Chris Lattner · 17 years ago
  42. 193b585 New test. by Devang Patel · 17 years ago
  43. 5fa4c43 testcase for PR1352 by Chris Lattner · 17 years ago
  44. 3d4a548 new testcase that crashes llc by Chris Lattner · 17 years ago
  45. 10161db testcase for PR1351 by Chris Lattner · 17 years ago
  46. b635d3f Testcases for MMX. by Bill Wendling · 17 years ago
  47. 93675f4 New test. by Devang Patel · 17 years ago
  48. d53b69d New test case. by Devang Patel · 17 years ago
  49. 9690809 New test. by Devang Patel · 17 years ago
  50. 4f6e9ab Dan is right, using "string first" would produce false positives. So, by Reid Spencer · 17 years ago
  51. 0a2cdb6 Add TLS tests. by Lauro Ramos Venancio · 17 years ago
  52. 007ce3b simplify this test until it can be dealt with by Andrew Lenharth · 17 years ago
  53. 3dc662c Fix the comparison of language names to accept any characters by using by Reid Spencer · 17 years ago
  54. 749456d Make running these tests conditional on llvm-gcc supporting the language by Reid Spencer · 17 years ago
  55. 4f859aa For PR1146: by Reid Spencer · 17 years ago
  56. 0ae4a33 Implement PIC for arm-linux. by Lauro Ramos Venancio · 17 years ago
  57. 88894b6 Add a .cvsignore file. by Reid Spencer · 17 years ago
  58. 12d81f3 Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a single by Reid Spencer · 17 years ago
  59. 51162ba Pass the LLVMGCC_LANGS variable through to Tcl. by Reid Spencer · 17 years ago
  60. 7022d1f llvm-dg.exp is dead, remove it. by Reid Spencer · 17 years ago
  61. a9f7bc8 Failure.sh is dead, remove it. by Reid Spencer · 17 years ago
  62. 16154ef Use the llvm_supports_target function to prevent running of tests for by Reid Spencer · 17 years ago
  63. 40a4c61 Add the llvm_supports_target function. by Reid Spencer · 17 years ago
  64. e5190d2 Add the TARGETS_TO_BUILD variable. by Reid Spencer · 17 years ago
  65. 4e9471d Test if the compiler supports Ada, and enable Ada tests if so. While I was by Duncan Sands · 17 years ago
  66. 6cdf4a9 Always print the same "PR" information in the same location (just after by Reid Spencer · 17 years ago
  67. 1e55bf2 Put failure information on a separate line. Hopefully this unbreaks the by Reid Spencer · 17 years ago
  68. 2330e4d by Christopher Lamb · 17 years ago
  69. e1d8955 make this portable to 64-bit hosts by Chris Lattner · 17 years ago
  70. 4fc82a6 New test case. by Devang Patel · 17 years ago
  71. 9fe9907 Enable Objective-C tests. by Devang Patel · 17 years ago
  72. ac79c9e Test check in by Christopher Lamb · 17 years ago
  73. ae1998f Fix test. by Evan Cheng · 17 years ago
  74. 1e6cf86 new testcase by Chris Lattner · 17 years ago
  75. 9191848 New crasher test case. by Evan Cheng · 17 years ago
  76. 7d87c14 New test. by Devang Patel · 17 years ago
  77. a00a5b9 new testcase by Chris Lattner · 17 years ago
  78. e54ec7a new testcase by Chris Lattner · 17 years ago
  79. f24d87c Use // not ; since this is C. by Duncan Sands · 17 years ago
  80. 58ff012 New test case. by Devang Patel · 17 years ago
  81. 84e8315 new testcase by Chris Lattner · 17 years ago
  82. 57fc00d Implemented correct stack probing on mingw/cygwin for dynamic alloca's. by Anton Korobeynikov · 17 years ago
  83. 56398e3 Make it work on 64-bit systems. by Jeff Cohen · 17 years ago
  84. 0644309 this is fixed by Andrew Lenharth · 17 years ago
  85. 253f7fe Add PR number for reference. by Devang Patel · 17 years ago
  86. b6b40eb New test case. by Devang Patel · 17 years ago
  87. c657d2f Fix this test from Duncan's experiment. by Reid Spencer · 17 years ago
  88. b579650 Also validate that the code generation of IntrinsicLowering for LLI works. by Reid Spencer · 17 years ago
  89. 8f9a0ff refix this by Chris Lattner · 17 years ago
  90. 3b317e5 use an x86 t-t for an x86 test. Thanks to Dan for noticing this! by Chris Lattner · 17 years ago
  91. d463e07 fix incorrectly upgraded test by Chris Lattner · 17 years ago
  92. 45fdfb6 We shouldn't have tests for features we don't have yet. by Chris Lattner · 17 years ago
  93. 05c3425 remove bogus test by Chris Lattner · 17 years ago
  94. 3724df3 Spelling fix. by Duncan Sands · 17 years ago
  95. c27b4ef MAke this test portable. by Chris Lattner · 17 years ago
  96. 6852c61 Test code quality for variable length array references. by Duncan Sands · 17 years ago
  97. 6339d4a Check handling of arrays of variable sized components. by Duncan Sands · 17 years ago
  98. beabc26 Heal this test by Anton Korobeynikov · 17 years ago
  99. 4da9fd7 fix this test by Chris Lattner · 17 years ago
  100. b71ccac Fixes tests and remove xfail. by Evan Cheng · 17 years ago