1. 36ccdd4 Test for llvm-gcc checkin 89898. by Dale Johannesen · 15 years ago
  2. 9b5928b Not all ASM has # for comments. by Bill Wendling · 15 years ago
  3. 1924aab by David Greene · 15 years ago
  4. eba4ed9 Reenable StackTracke.cpp test. by Devang Patel · 15 years ago
  5. 3bbc9b4 XFAIL for now. by Devang Patel · 15 years ago
  6. 75657ad Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add, by Daniel Dunbar · 15 years ago
  7. fde2da4 turn IPSCCP back on by default, try #3 or 4? Woo. by Chris Lattner · 15 years ago
  8. 19c2079 xfail this test since daniel turned off ipsccp by Chris Lattner · 15 years ago
  9. 0037bfa We currently only run ipsccp at LTO time, which is silly. It subsumes by Chris Lattner · 15 years ago
  10. e69ed95 Add radar number. by Dale Johannesen · 15 years ago
  11. 4fc1231 Testcase for llvm-gcc patch 85284. by Dale Johannesen · 15 years ago
  12. 81dc786 This is passing on Darwin PPC. by Bill Wendling · 15 years ago
  13. 0841564 testcase for PR4678 & rdar://7309675 by Chris Lattner · 15 years ago
  14. 7d977a3 Adjust testcases for msasm -> alignstack. by Dale Johannesen · 15 years ago
  15. 0fffe21 XFAIL this test for PPC. by Bill Wendling · 15 years ago
  16. 52a5362 Use llvmgxx for C++ test. by Dale Johannesen · 15 years ago
  17. 0ccfc4c Testcases for msasm bit (llvm-gcc 84062). by Dale Johannesen · 15 years ago
  18. 9578c7a These tests now pass. by Devang Patel · 15 years ago
  19. 2a03c04 remove two old and nearly useless tests. by Chris Lattner · 15 years ago
  20. e12ee4b XFAIL these tests for now. by Devang Patel · 15 years ago
  21. 0bc1e0b Fix test. by Evan Cheng · 15 years ago
  22. 6ad9da4 C++ member functions must be 2 byte aligned per ABI. by Evan Cheng · 15 years ago
  23. b63fd7a Testcase for (llvm-gcc) 81399. Adjust an older by Dale Johannesen · 15 years ago
  24. 5684229 Test for llvm-gcc commit 81037. by Dale Johannesen · 15 years ago
  25. e4b2756 Reapply 79977. Use MDNodes to encode debug info in llvm IR. by Devang Patel · 15 years ago
  26. 8245988 Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. by Devang Patel · 15 years ago
  27. fea1dd0 Remove obsolete -f flags. by Dan Gohman · 15 years ago
  28. 2a610c7 Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. by Devang Patel · 15 years ago
  29. afc4940 XFAIL this test since the fix was reverted. by Duncan Sands · 15 years ago
  30. c98c687 Testcase for r78770. by Bill Wendling · 15 years ago
  31. ef80fe1 XFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin9 until someone feels by Daniel Dunbar · 15 years ago
  32. a03a60b add a testcase for my llvm-gcc hack. by Chris Lattner · 15 years ago
  33. c4f8861 Add test for PR4678 by Rafael Espindola · 15 years ago
  34. b7d3ed0 xfail for now. by Evan Cheng · 15 years ago
  35. d2cb3d2 Remove the IA-64 backend. by Dan Gohman · 15 years ago
  36. 76081c4 by David Greene · 15 years ago
  37. 6aadc4d xfail for now. by Evan Cheng · 15 years ago
  38. 3ac1ab8 by David Greene · 15 years ago
  39. dfce360 this should be xfailed on darwin. Darwin doesn't use the libstdc++ in the llvm-gcc distro, it uses the system version. by Chris Lattner · 15 years ago
  40. 3f2122b Add tests for fixes I committed earlier to the C++ FE. by Rafael Espindola · 15 years ago
  41. 9cc8fa7 Mark this test as Darwin only. Patch by Bill Wendling. by Stuart Hastings · 15 years ago
  42. 75657ab Insure that __block_holder_tmp is allocated on the stack when a byref by Stuart Hastings · 15 years ago
  43. 023b218 Testcase for (llvm-gcc) 73873. Usually by Dale Johannesen · 15 years ago
  44. 0ab2863 Test for llvm-gcc patch 73564. by Dale Johannesen · 15 years ago
  45. 1ffaa15 Testcase for (llvm-gcc-4.2) 72442 (PR 4242). by Dale Johannesen · 15 years ago
  46. fe095f3 Restore minor deletion. by Mike Stump · 15 years ago
  47. be8cc2a Second attempt: by Bill Wendling · 15 years ago
  48. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 15 years ago
  49. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 15 years ago
  50. 4aa397c Testcase for 69795. by Dale Johannesen · 15 years ago
  51. 1d85a1f Test case for revision 69683. by Devang Patel · 15 years ago
  52. 1a9d5cc These tests pass on linux. by Duncan Sands · 15 years ago
  53. f10929d These tests are now passing on Darwin because of r67139. by Bill Wendling · 15 years ago
  54. 13ca487 xfail these tests for now. by Evan Cheng · 15 years ago
  55. 203b279 test case for rev. 67095. by Devang Patel · 15 years ago
  56. 7ac01d9 Fix test case. Now, llvm-gcc emits debug info for artificiaal variable _comp_ctor. by Devang Patel · 15 years ago
  57. c7a09ab Temporarily XFAIL this test. by Bill Wendling · 15 years ago
  58. 5aa4977 - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit by Bill Wendling · 15 years ago
  59. d1d1c8b Un-XFAIL this test. by Bill Wendling · 15 years ago
  60. 4b56f96 Temporarily XFAIL this test. by Bill Wendling · 15 years ago
  61. 1236df4 by Devang Patel · 15 years ago
  62. 5036951 Test case for llvm-gcc rev. 64648. by Devang Patel · 15 years ago
  63. ed54534 testcase for r64049 of llvm-gcc. by Chris Lattner · 16 years ago
  64. 6748f04 Run dsymutil on darwin, when it is expected, before running gdb test. by Devang Patel · 16 years ago
  65. 781f2fb This passes on x86-32 linux at least. by Duncan Sands · 16 years ago
  66. 10dfea8 Remove no-longer relevant comment. Pointed out by Gabor. by Duncan Sands · 16 years ago
  67. 4be3a22 This passes on linux. by Duncan Sands · 16 years ago
  68. f193ff0 Use lightweight DebugInfo objects directly. by Devang Patel · 16 years ago
  69. 3731575 xfail for now. by Devang Patel · 16 years ago
  70. e5d7178 the new scalarrepl changes are optimizing away a temporary alloca in by Chris Lattner · 16 years ago
  71. 94920c1 This test works again for Darwin because a patch was reverted. by Bill Wendling · 16 years ago
  72. 82c19ae Re-XFAIL this test until debug stuff settles down. by Bill Wendling · 16 years ago
  73. a5d5c02 XFAIL on Linux. by Bill Wendling · 16 years ago
  74. 10ef02e Do not XFAIL. by Bill Wendling · 16 years ago
  75. 3ac619e by Devang Patel · 16 years ago
  76. 9e269f0 Re-enable test. by Devang Patel · 16 years ago
  77. e062b07 XFAIL these tests for now. by Devang Patel · 16 years ago
  78. 492f04c Testcase for PR2917. by Duncan Sands · 16 years ago
  79. 818ae72 XFAIL some tests that became failing due to the extra error reporting recently. PR's are created for these. by Matthijs Kooijman · 16 years ago
  80. c995810 Use %link not %llvmgxx (which includes -c) to do the link. by Dale Johannesen · 16 years ago
  81. b7e103b Fix some llvm-gcc warnings in testcases, mostly by adding includes or adding by Matthijs Kooijman · 16 years ago
  82. 0b85642 For PR1338: Rename test dirs by Anton Korobeynikov · 16 years ago