1. 7aed4ec Get rid of the last use of -m64 in FrontendC. This solution by Duncan Sands · 14 years ago
  2. 974d5a0 Another test that uses -m64. Here too it looks like it can be by Duncan Sands · 14 years ago
  3. 3dbbb3d On i386, llvm-gcc cannot be assumed to support -m64. Since these by Duncan Sands · 14 years ago
  4. a830f2c Typo. Thanks to BillW for pointing it out! by Stuart Hastings · 14 years ago
  5. af58e8d Test case for r113248. Raar 8361341. by Stuart Hastings · 14 years ago
  6. 7dd123d update one more test by Chris Lattner · 14 years ago
  7. a314afe Apparently only Darwin passes long double misaligned. Compensate. by Dale Johannesen · 14 years ago
  8. 64a4e9a Attempt to fix buildbot. by Dale Johannesen · 14 years ago
  9. a6d050d Testcase for llvm checkin 112674. by Dale Johannesen · 14 years ago
  10. 58fff61 no really, fix the test. by Chris Lattner · 14 years ago
  11. 3dc15cc fix this test. It's not clear what it's really testing. by Chris Lattner · 14 years ago
  12. 95c7930 Test should pass on non-Darwin x86. by Dale Johannesen · 14 years ago
  13. 722c2c5 Don't run test on PPC darwin. by Dale Johannesen · 14 years ago
  14. a69c493 Testcase for llvm-gcc checkin 111482. by Dale Johannesen · 14 years ago
  15. a825a63 Add a test for llvm-gcc svn 110632. by Bob Wilson · 14 years ago
  16. 38cb138 PPC doesn't supported VLA with large alignment. This was by Dale Johannesen · 14 years ago
  17. 45f57a6 Attempt to fix the llvm-gcc-powerpc-darwin9 buildbot. by Bob Wilson · 14 years ago
  18. 07f4eda Fix this up per llvm-gcc r109819. by Eric Christopher · 14 years ago
  19. 3c73a6b Testcase for r109556. Radar 8198362. by Stuart Hastings · 14 years ago
  20. 80a16b0 Turn this test on again after the llvm-gcc change in r108986. by Eric Christopher · 14 years ago
  21. 302313f Update this to use a "valid" alignment. by Eric Christopher · 14 years ago
  22. de8d405 Testcase for llvm-gcc commit r108910. by Eric Christopher · 14 years ago
  23. 14904ce Temporarily disable this test. by Eric Christopher · 14 years ago
  24. c7c601e Make it a .ll test case. by Devang Patel · 14 years ago
  25. d26e89d Add a testcase for the vla and stack realignment warning. by Eric Christopher · 14 years ago
  26. be876e3 Tests for llvm-gcc commit 108360. by Dale Johannesen · 14 years ago
  27. 44dafc7 Add an explicit triple to make this test behave consistently. by Dan Gohman · 14 years ago
  28. 6536132 Fix this XTARGET so that this does doesn't XPASS on non-darwin hosts. by Dan Gohman · 14 years ago
  29. 39ccb98 Test case for r107843. Radar 8152866. by Stuart Hastings · 14 years ago
  30. 9b8c91c Looks like this test is missing an XFAIL line. by Duncan Sands · 14 years ago
  31. e4e7d56 The comment string does not match for all targets. PowerPC uses ;. by Devang Patel · 14 years ago
  32. 45e01d2 Refix XTARGET. Previous attempt matches on powerpc-apple-darwin, by Dale Johannesen · 14 years ago
  33. d877281 Attempt to fix XTARGET. by Dale Johannesen · 14 years ago
  34. 9b93b6b Use DW_FORM_addr for DW_AT_entry_pc. by Devang Patel · 14 years ago
  35. a5989f8 In asm's, output operands with matching input constraints by Dale Johannesen · 14 years ago
  36. 5d30e9d Remove this weak test. by Devang Patel · 14 years ago
  37. 18afa5a Testcase for llvm-gcc fix 107051. by Dale Johannesen · 14 years ago
  38. 4a1cad6 Preserve deleted function's local variables' debug info. Radar 8122864. by Devang Patel · 14 years ago
  39. 3d895b9 Make this test darwin specific. by Devang Patel · 14 years ago
  40. 9119b4f XFAIL this test on powerpc for now. by Devang Patel · 14 years ago
  41. 486ca76 DBG_VALUE machine instruction pointing to undefined register for a variable justify a separate scope if the variable is inlined function's argument. by Devang Patel · 14 years ago
  42. 218883a Testcase for llvm-gcc 106225. by Dale Johannesen · 14 years ago
  43. 5869dc0 Update test to match recent llvm-gcc change. by Rafael Espindola · 14 years ago
  44. 12b8bc1 Test case for Radar 8004649. by Stuart Hastings · 14 years ago
  45. 89e7356 Add a test for the llvm-gcc commit in r90200. by Eric Christopher · 14 years ago
  46. 8ffc42f Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645. by Stuart Hastings · 14 years ago
  47. 57041b6 Adjust test case for lexical block pruning. Follow-on to r104842 and Radar 7424645. by Stuart Hastings · 14 years ago
  48. cdef41a Add a test for llvm-gcc svn r104726. by Bob Wilson · 14 years ago
  49. 8db52ef Once more, with feeling. by Eric Christopher · 14 years ago
  50. d38bbfa Attempt to run this test on x86 only. by Eric Christopher · 14 years ago
  51. cc6b6b9 Add a test to make sure that we're lowering the shift amount correctly. by Eric Christopher · 14 years ago
  52. 0182fa2 Test passed on ppc, to my surprise; if it worked there it may work everywhere... by Dale Johannesen · 14 years ago
  53. f336bea Testcase for llvm-gcc checkin 104042. by Dale Johannesen · 14 years ago
  54. 552b888 Test case for r103800. by Devang Patel · 14 years ago
  55. ad9e619 Adjust tests affected by llvm-gcc 103229. All results here match gcc-4.2. by Dale Johannesen · 15 years ago
  56. 08bbda3 Test case for pr2394 and r102979. by Stuart Hastings · 15 years ago
  57. 01baea3 Add -o /dev/null to some tests which don't care about their output. by Dan Gohman · 15 years ago
  58. de5996e Fix comment. by Dale Johannesen · 15 years ago
  59. 21a9bd9 Test for llvm-gcc checkin 102543. by Dale Johannesen · 15 years ago
  60. e87f7bb Rework global alignment computation again. Now we do round up by Chris Lattner · 15 years ago
  61. f74e25f Revert r102300/102301, which serious broke objc apps. by Chris Lattner · 15 years ago
  62. 84c6e60 testcase for PR6913 by Chris Lattner · 15 years ago
  63. ff1c044 this passes now. by Chris Lattner · 15 years ago
  64. 29e13e0 Print empty structs as {} rather than { }. by Dan Gohman · 15 years ago
  65. d207558 add newlines at the end of files. by Chris Lattner · 15 years ago
  66. e7b744f Let that which does not matter truly slide. by Jakob Stoklund Olesen · 15 years ago
  67. c81f0af Testcase for pr6552. I changed the code to use "ip" instead of "fp" because by Bob Wilson · 15 years ago
  68. b0e59dd Test case for r97851. by Devang Patel · 15 years ago
  69. 3d4d01b Eliminate llvmgcc_version testing variable. by Daniel Dunbar · 15 years ago
  70. 7b9d6d2 Test case for r96656. by Devang Patel · 15 years ago
  71. a8572bb Revert: r95605 | dpatel | 2010-02-08 15:27:46 -0800 (Mon, 08 Feb 2010) | 2 lines by Eric Christopher · 15 years ago
  72. 22fb4b2 Before setting scope end marker, pay attention to scope begin marker and existing scope end marker, if any. Scope must begin before it ends and nested inlined scope do not truncate surrounding scope. by Devang Patel · 15 years ago
  73. 08d3561 New testcase. by Devang Patel · 15 years ago
  74. d19925f Update test to match 95961. by Evan Cheng · 15 years ago
  75. f87052a test case for r95842. by Devang Patel · 15 years ago
  76. 3c280fc test case for r95604. by Devang Patel · 15 years ago
  77. 9e90619 This test passes now on ppc darwin; if it doesn't pass by Dale Johannesen · 15 years ago
  78. ab847e7 Debugging is now reenabled on PPC darwin, so reenable these tests (they pass). by Dale Johannesen · 15 years ago
  79. f9d5c5c While mapping llvm.dbg.declare intrinsic manually map its operand, if possible, by Devang Patel · 15 years ago
  80. c7aa48d Really fix this. I checked that on ARM I get by Rafael Espindola · 15 years ago
  81. 1283979 Looks like XFAIL has to list every unsupported arch by Rafael Espindola · 15 years ago
  82. 908100f Add test for pr5406 by Rafael Espindola · 15 years ago
  83. c9b16cc Do not use AT_specification die for static variables. It confuses gdb. by Devang Patel · 15 years ago
  84. 82341e0 new test case for r93485. by Devang Patel · 15 years ago
  85. e8f422b Test for r93409. by Evan Cheng · 15 years ago
  86. eaba510 This is testing a darwin specific feature, so only turn by Duncan Sands · 15 years ago
  87. ba1d826 Fix debug_inlined section entries for routines whose names are changed through __asm() extension. by Devang Patel · 15 years ago
  88. fe81f96 Test case for 90787. by Evan Cheng · 15 years ago
  89. 8a3f644 Remove now-redundant llvm-as invocations. by Dan Gohman · 15 years ago
  90. e98be31 Temporarily revert r72620 because r72619 was reverted. by Bill Wendling · 15 years ago
  91. b25846e Debug info is disabled on PPC Darwin. by Bill Wendling · 15 years ago
  92. d11ba72 Fix this test on 64-bit systems which seem to use i64 for gep indices sometimes by Nick Lewycky · 15 years ago
  93. b2944bc Commit r90099 made LLVM simplify one of these constant expressions a little by Nick Lewycky · 15 years ago
  94. f6ed782 Fix -march= name for x86-64. by Daniel Dunbar · 15 years ago
  95. 0fe60c7 Specify proper arch and triple for 64-bit. by Bill Wendling · 15 years ago
  96. b3fa7e4 Testcase for r89415. by Bill Wendling · 15 years ago
  97. 75657ad Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add, by Daniel Dunbar · 15 years ago
  98. f1c104f temporarily remove these tests, as they are breaking in the buildbot, by Chris Lattner · 15 years ago
  99. 7d977a3 Adjust testcases for msasm -> alignstack. by Dale Johannesen · 15 years ago
  100. ce1379f This is passing on Darwin PPC. by Bill Wendling · 15 years ago