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