1. 8f57667 Fix PR1390. Don't spill extra register to align the stack. by Lauro Ramos Venancio · 17 years ago
  2. 677f7ee this test is now in Target/README.txt by Chris Lattner · 17 years ago
  3. 86c7745 remove an old xfailed test by Chris Lattner · 17 years ago
  4. a993dd0 un-xfail this. by Chris Lattner · 17 years ago
  5. 581f84f move these xfailed tests to lib/Target/README.txt by Chris Lattner · 17 years ago
  6. 514630f by Chris Lattner · 17 years ago
  7. fe09dd4 remvoe two tests that cee has never gotten right by Chris Lattner · 17 years ago
  8. 23f7f58 the sparc v8 backend handles this correctly by Chris Lattner · 17 years ago
  9. 2947fd5 remove this xfail'd test, move it to the X86 readme. by Chris Lattner · 17 years ago
  10. 60ef91a We need support for tail calls, this is moved to PR1392 by Chris Lattner · 17 years ago
  11. 2d4a5ab remove xfailed testcase (attached to pr) by Chris Lattner · 17 years ago
  12. 2db3956 unxfail this, llc doesn't support this feature yet, so don't run it. by Chris Lattner · 17 years ago
  13. 36f24cb Remove bogus testcase, PR409 is wontfix by Chris Lattner · 17 years ago
  14. d6b740f this tests for a missing feature. Move it to PR1391 instead of being an by Chris Lattner · 17 years ago
  15. e9f0f48 remove this xfailed testcase, move it into a comment in PR279, an enhancement PR. by Chris Lattner · 17 years ago
  16. 5f2a3df llvm-gcc3 is gone by Chris Lattner · 17 years ago
  17. 6169f85 fix failure on ahs3's tester by Chris Lattner · 17 years ago
  18. 19292a4 remove bogus xfailed testcase by Chris Lattner · 17 years ago
  19. 9426caa Check that the right eh personality function is used. by Duncan Sands · 17 years ago
  20. 09d933f new testcase for PR1371 by Chris Lattner · 17 years ago
  21. 823572d new testcase for PR1385 by Chris Lattner · 17 years ago
  22. 51e04da new testacse for PR1384 by Chris Lattner · 17 years ago
  23. f0799fe Test that the eh lowering code can handle constant folded bitcasts. by Duncan Sands · 17 years ago
  24. 0504744 Add a test case for testing the LLI interpreter wrt bitcast of fp to integer. by Reid Spencer · 17 years ago
  25. 38e94b2 new testcase by Chris Lattner · 17 years ago
  26. 8535072 Test load global in static mode. by Evan Cheng · 17 years ago
  27. 874ebad New test case. by Evan Cheng · 17 years ago
  28. 4ac075c Evan's patch to avoid FPreg->intreg copy for cvt; store to mem by Dale Johannesen · 17 years ago
  29. b2ef40c negatize -> negative by Evan Cheng · 17 years ago
  30. b0d1515 new testcase by Chris Lattner · 17 years ago
  31. 10c9a82 New test. by Devang Patel · 17 years ago
  32. f972db0 match a reassociated form of fnmul by Chris Lattner · 17 years ago
  33. d60a18d Test that TREE_CONSTANT is being set correctly. by Duncan Sands · 17 years ago
  34. 00d4bc0 Test that inline assembler compiles (llvm-gcc added an extra "uses" parameter by Duncan Sands · 17 years ago
  35. ecf05ca Test handling of TRY_CATCH_EXPRs for which the handler is a sequence of by Duncan Sands · 17 years ago
  36. 9dd446c Split target dependent test portions to target-specific directories. by Reid Spencer · 17 years ago
  37. 43d44f0 Test a dag combiner crasher. by Evan Cheng · 17 years ago
  38. 045a927 testcase for PR1228 by Chris Lattner · 17 years ago
  39. 27679be testcase for PR1357 by Chris Lattner · 17 years ago
  40. 4274e40 For PR1370: by Reid Spencer · 17 years ago
  41. 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
  42. 21beed6 Updated aliases test by Anton Korobeynikov · 17 years ago
  43. a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 17 years ago
  44. c44f3ea new testcase for PR1356 by Chris Lattner · 17 years ago
  45. 15c9286 ensure the operand prints. by Chris Lattner · 17 years ago
  46. 5bee46d new testcase by Chris Lattner · 17 years ago
  47. 93e3d8f update syntax by Chris Lattner · 17 years ago
  48. 83f241e not fully implemented yet. by Chris Lattner · 17 years ago
  49. 827a1f4 update for new inline asm syntax by Chris Lattner · 17 years ago
  50. 947780b new testcase by Chris Lattner · 17 years ago
  51. 2a37799 fix the test tls1. by Lauro Ramos Venancio · 17 years ago
  52. 1bd151a add TLS tests. by Lauro Ramos Venancio · 17 years ago
  53. fdc9692 In Thumb mode, the frame register must be R7. by Lauro Ramos Venancio · 17 years ago
  54. 85f7779 make this testcase harder, to cover PR1326 by Chris Lattner · 17 years ago
  55. c88725f Test that eh_selector lowering accepts global variables as well as bitcasts by Duncan Sands · 17 years ago
  56. 3d18d64 Unxfail tests by Anton Korobeynikov · 17 years ago
  57. 330ce44 testcase for PR1339: http://llvm.org/PR1339 by Dan Gohman · 17 years ago
  58. 566dfcb Add test to proper place. Also, XFAIL until ppc bootstrap will be ok. by Anton Korobeynikov · 17 years ago
  59. ab8fd40 Fixx off-by-one bug, which prevents llvm-gcc bootstrap on ppc32 by Anton Korobeynikov · 17 years ago
  60. b7522c7 An example for PR1362 by Andrew Lenharth · 17 years ago
  61. fc24a72 Add two test cases to cover apintification change. by Zhou Sheng · 17 years ago
  62. 5fc30df new testcase by Chris Lattner · 17 years ago
  63. 0e72512 For PR1355: by Reid Spencer · 17 years ago
  64. 37a2145 PR1348 test case. by Evan Cheng · 17 years ago
  65. 0f8ad0d New test case. by Evan Cheng · 17 years ago
  66. 0bc2f48 && no longer needed by Chris Lattner · 17 years ago
  67. a03f1e3 Testcase for codegen bug. by Bill Wendling · 17 years ago
  68. 305b8a5 remember to emit weak reference in one more case. by Lauro Ramos Venancio · 17 years ago
  69. 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 17 years ago
  70. 54c4d40 new testcase, should be able to eliminate the alloca and memcpy by Chris Lattner · 17 years ago
  71. 4aa8495 new testcase by Chris Lattner · 17 years ago
  72. 193b585 New test. by Devang Patel · 17 years ago
  73. 5fa4c43 testcase for PR1352 by Chris Lattner · 17 years ago
  74. 3d4a548 new testcase that crashes llc by Chris Lattner · 17 years ago
  75. 10161db testcase for PR1351 by Chris Lattner · 17 years ago
  76. b635d3f Testcases for MMX. by Bill Wendling · 17 years ago
  77. 93675f4 New test. by Devang Patel · 17 years ago
  78. d53b69d New test case. by Devang Patel · 17 years ago
  79. 9690809 New test. by Devang Patel · 17 years ago
  80. 4f6e9ab Dan is right, using "string first" would produce false positives. So, by Reid Spencer · 17 years ago
  81. 0a2cdb6 Add TLS tests. by Lauro Ramos Venancio · 17 years ago
  82. 007ce3b simplify this test until it can be dealt with by Andrew Lenharth · 17 years ago
  83. 3dc662c Fix the comparison of language names to accept any characters by using by Reid Spencer · 17 years ago
  84. 749456d Make running these tests conditional on llvm-gcc supporting the language by Reid Spencer · 17 years ago
  85. 4f859aa For PR1146: by Reid Spencer · 17 years ago
  86. 0ae4a33 Implement PIC for arm-linux. by Lauro Ramos Venancio · 17 years ago
  87. 88894b6 Add a .cvsignore file. by Reid Spencer · 17 years ago
  88. 12d81f3 Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a single by Reid Spencer · 17 years ago
  89. 51162ba Pass the LLVMGCC_LANGS variable through to Tcl. by Reid Spencer · 17 years ago
  90. 7022d1f llvm-dg.exp is dead, remove it. by Reid Spencer · 17 years ago
  91. a9f7bc8 Failure.sh is dead, remove it. by Reid Spencer · 17 years ago
  92. 16154ef Use the llvm_supports_target function to prevent running of tests for by Reid Spencer · 17 years ago
  93. 40a4c61 Add the llvm_supports_target function. by Reid Spencer · 17 years ago
  94. e5190d2 Add the TARGETS_TO_BUILD variable. by Reid Spencer · 17 years ago
  95. 4e9471d Test if the compiler supports Ada, and enable Ada tests if so. While I was by Duncan Sands · 17 years ago
  96. 6cdf4a9 Always print the same "PR" information in the same location (just after by Reid Spencer · 17 years ago
  97. 1e55bf2 Put failure information on a separate line. Hopefully this unbreaks the by Reid Spencer · 17 years ago
  98. 2330e4d by Christopher Lamb · 17 years ago
  99. e1d8955 make this portable to 64-bit hosts by Chris Lattner · 17 years ago
  100. 4fc82a6 New test case. by Devang Patel · 17 years ago