| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -o /dev/null to some tests which don't care about their output. | Dan Gohman | 2010-04-30 | 4 | -4/+4 |
* | Fix comment. | Dale Johannesen | 2010-04-28 | 1 | -1/+1 |
* | Test for llvm-gcc checkin 102543. | Dale Johannesen | 2010-04-28 | 1 | -0/+6 |
* | Rework global alignment computation again. Now we do round up | Chris Lattner | 2010-04-28 | 1 | -3/+2 |
* | Revert r102300/102301, which serious broke objc apps. | Chris Lattner | 2010-04-26 | 1 | -2/+3 |
* | testcase for PR6913 | Chris Lattner | 2010-04-25 | 1 | -0/+17 |
* | this passes now. | Chris Lattner | 2010-04-25 | 1 | -3/+2 |
* | Print empty structs as {} rather than { }. | Dan Gohman | 2010-04-08 | 1 | -1/+1 |
* | add newlines at the end of files. | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | Let that which does not matter truly slide. | Jakob Stoklund Olesen | 2010-04-06 | 1 | -2/+2 |
* | Testcase for pr6552. I changed the code to use "ip" instead of "fp" because | Bob Wilson | 2010-03-10 | 1 | -0/+15 |
* | Test case for r97851. | Devang Patel | 2010-03-05 | 1 | -0/+10 |
* | Eliminate llvmgcc_version testing variable. | Daniel Dunbar | 2010-02-23 | 1 | -1/+1 |
* | Test case for r96656. | Devang Patel | 2010-02-19 | 1 | -0/+9 |
* | Revert: | Eric Christopher | 2010-02-17 | 1 | -1/+1 |
* | Before setting scope end marker, pay attention to scope begin marker and exis... | Devang Patel | 2010-02-17 | 1 | -0/+30 |
* | New testcase. | Devang Patel | 2010-02-16 | 1 | -0/+13 |
* | Update test to match 95961. | Evan Cheng | 2010-02-12 | 1 | -1/+1 |
* | test case for r95842. | Devang Patel | 2010-02-11 | 1 | -0/+7 |
* | test case for r95604. | Devang Patel | 2010-02-08 | 1 | -1/+1 |
* | This test passes now on ppc darwin; if it doesn't pass | Dale Johannesen | 2010-02-03 | 1 | -1/+1 |
* | Debugging is now reenabled on PPC darwin, so reenable | Dale Johannesen | 2010-02-03 | 1 | -3/+0 |
* | While mapping llvm.dbg.declare intrinsic manually map its operand, if possible, | Devang Patel | 2010-01-18 | 1 | -0/+12 |
* | Really fix this. I checked that on ARM I get | Rafael Espindola | 2010-01-17 | 1 | -2/+2 |
* | Looks like XFAIL has to list every unsupported arch | Rafael Espindola | 2010-01-17 | 1 | -1/+1 |
* | Add test for pr5406 | Rafael Espindola | 2010-01-17 | 1 | -0/+20 |
* | Do not use AT_specification die for static variables. It confuses gdb. | Devang Patel | 2010-01-15 | 1 | -0/+12 |
* | new test case for r93485. | Devang Patel | 2010-01-15 | 1 | -0/+4 |
* | Test for r93409. | Evan Cheng | 2010-01-14 | 1 | -0/+11 |
* | This is testing a darwin specific feature, so only turn | Duncan Sands | 2010-01-06 | 1 | -0/+2 |
* | Fix debug_inlined section entries for routines whose names are changed throug... | Devang Patel | 2010-01-04 | 1 | -0/+15 |
* | Test case for 90787. | Evan Cheng | 2009-12-07 | 1 | -0/+15 |
* | Remove now-redundant llvm-as invocations. | Dan Gohman | 2009-12-05 | 14 | -15/+15 |
* | Temporarily revert r72620 because r72619 was reverted. | Bill Wendling | 2009-12-04 | 2 | -6/+8 |
* | Debug info is disabled on PPC Darwin. | Bill Wendling | 2009-11-30 | 1 | -0/+4 |
* | Fix this test on 64-bit systems which seem to use i64 for gep indices sometimes | Nick Lewycky | 2009-11-30 | 1 | -3/+3 |
* | Commit r90099 made LLVM simplify one of these constant expressions a little | Nick Lewycky | 2009-11-30 | 1 | -6/+5 |
* | Fix -march= name for x86-64. | Daniel Dunbar | 2009-11-20 | 1 | -1/+1 |
* | Specify proper arch and triple for 64-bit. | Bill Wendling | 2009-11-20 | 1 | -1/+1 |
* | Testcase for r89415. | Bill Wendling | 2009-11-20 | 1 | -0/+16 |
* | Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add, | Daniel Dunbar | 2009-11-09 | 2 | -2/+2 |
* | temporarily remove these tests, as they are breaking in the buildbot, | Chris Lattner | 2009-11-07 | 3 | -50/+0 |
* | Adjust testcases for msasm -> alignstack. | Dale Johannesen | 2009-10-21 | 1 | -2/+2 |
* | This is passing on Darwin PPC. | Bill Wendling | 2009-10-21 | 1 | -1/+1 |
* | Testcases for msasm bit (llvm-gcc 84062). | Dale Johannesen | 2009-10-14 | 1 | -0/+23 |
* | Optimizer may remove debug info. This test checks debug info for include hea... | Devang Patel | 2009-10-13 | 1 | -3/+1 |
* | These tests now pass. | Devang Patel | 2009-10-13 | 1 | -1/+0 |
* | XFAIL these tests for now. | Devang Patel | 2009-10-13 | 3 | -1/+3 |
* | allow this testcase to pass with recent changes. The test hasn't been | Chris Lattner | 2009-10-12 | 1 | -1/+1 |
* | Test case for aligned attribute on function declaration. | Evan Cheng | 2009-10-02 | 1 | -0/+7 |