Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a testcase for the vla and stack realignment warning. | Eric Christopher | 2010-07-14 | 1 | -0/+7 | |
| | | | | llvm-svn: 108365 | |||||
* | Tests for llvm-gcc commit 108360. | Dale Johannesen | 2010-07-14 | 2 | -0/+41 | |
| | | | | llvm-svn: 108362 | |||||
* | Add an explicit triple to make this test behave consistently. | Dan Gohman | 2010-07-10 | 1 | -1/+1 | |
| | | | | llvm-svn: 108041 | |||||
* | Fix this XTARGET so that this does doesn't XPASS on non-darwin hosts. | Dan Gohman | 2010-07-10 | 1 | -1/+1 | |
| | | | | llvm-svn: 108040 | |||||
* | Test case for r107843. Radar 8152866. | Stuart Hastings | 2010-07-08 | 1 | -0/+10 | |
| | | | | llvm-svn: 107907 | |||||
* | Looks like this test is missing an XFAIL line. | Duncan Sands | 2010-06-29 | 1 | -0/+1 | |
| | | | | llvm-svn: 107134 | |||||
* | The comment string does not match for all targets. PowerPC uses ;. | Devang Patel | 2010-06-29 | 1 | -0/+1 | |
| | | | | llvm-svn: 107103 | |||||
* | Refix XTARGET. Previous attempt matches on powerpc-apple-darwin, | Dale Johannesen | 2010-06-28 | 1 | -1/+1 | |
| | | | | | | although I don't see why. llvm-svn: 107090 | |||||
* | Attempt to fix XTARGET. | Dale Johannesen | 2010-06-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 107088 | |||||
* | Use DW_FORM_addr for DW_AT_entry_pc. | Devang Patel | 2010-06-28 | 1 | -0/+48 | |
| | | | | llvm-svn: 107085 | |||||
* | In asm's, output operands with matching input constraints | Dale Johannesen | 2010-06-28 | 1 | -1/+1 | |
| | | | | | | | | have to be registers, per gcc documentation. This affects the logic for determining what "g" should lower to. PR 7393. A couple of existing testcases are affected. llvm-svn: 107079 | |||||
* | Remove this weak test. | Devang Patel | 2010-06-28 | 1 | -16/+0 | |
| | | | | llvm-svn: 107059 | |||||
* | Testcase for llvm-gcc fix 107051. | Dale Johannesen | 2010-06-28 | 1 | -0/+21 | |
| | | | | llvm-svn: 107052 | |||||
* | Preserve deleted function's local variables' debug info. | Devang Patel | 2010-06-28 | 1 | -0/+14 | |
| | | | | | | Radar 8122864. llvm-svn: 107027 | |||||
* | Make this test darwin specific. | Devang Patel | 2010-06-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 107025 | |||||
* | XFAIL this test on powerpc for now. | Devang Patel | 2010-06-25 | 1 | -0/+1 | |
| | | | | llvm-svn: 106862 | |||||
* | DBG_VALUE machine instruction pointing to undefined register for a variable ↵ | Devang Patel | 2010-06-24 | 1 | -0/+15 | |
| | | | | | | | | justify a separate scope if the variable is inlined function's argument. Radar 8122864. llvm-svn: 106792 | |||||
* | Testcase for llvm-gcc 106225. | Dale Johannesen | 2010-06-17 | 1 | -0/+16 | |
| | | | | llvm-svn: 106226 | |||||
* | Update test to match recent llvm-gcc change. | Rafael Espindola | 2010-06-15 | 1 | -1/+1 | |
| | | | | llvm-svn: 106056 | |||||
* | Test case for Radar 8004649. | Stuart Hastings | 2010-06-14 | 1 | -0/+8 | |
| | | | | llvm-svn: 105949 | |||||
* | Add a test for the llvm-gcc commit in r90200. | Eric Christopher | 2010-05-31 | 1 | -0/+24 | |
| | | | | llvm-svn: 105253 | |||||
* | Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645. | Stuart Hastings | 2010-05-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 104953 | |||||
* | Adjust test case for lexical block pruning. Follow-on to r104842 and Radar ↵ | Stuart Hastings | 2010-05-27 | 1 | -1/+1 | |
| | | | | | | 7424645. llvm-svn: 104876 | |||||
* | Add a test for llvm-gcc svn r104726. | Bob Wilson | 2010-05-27 | 1 | -0/+12 | |
| | | | | llvm-svn: 104805 | |||||
* | Once more, with feeling. | Eric Christopher | 2010-05-20 | 1 | -0/+1 | |
| | | | | llvm-svn: 104190 | |||||
* | Attempt to run this test on x86 only. | Eric Christopher | 2010-05-19 | 1 | -0/+1 | |
| | | | | llvm-svn: 104143 | |||||
* | Add a test to make sure that we're lowering the shift amount correctly. | Eric Christopher | 2010-05-19 | 1 | -0/+22 | |
| | | | | llvm-svn: 104090 | |||||
* | Test passed on ppc, to my surprise; if it worked | Dale Johannesen | 2010-05-18 | 1 | -2/+0 | |
| | | | | | | there it may work everywhere... llvm-svn: 104053 | |||||
* | Testcase for llvm-gcc checkin 104042. | Dale Johannesen | 2010-05-18 | 1 | -0/+19 | |
| | | | | llvm-svn: 104043 | |||||
* | Test case for r103800. | Devang Patel | 2010-05-14 | 1 | -0/+23 | |
| | | | | llvm-svn: 103801 | |||||
* | Adjust tests affected by llvm-gcc 103229. | Dale Johannesen | 2010-05-07 | 2 | -5/+5 | |
| | | | | | | All results here match gcc-4.2. llvm-svn: 103230 | |||||
* | Test case for pr2394 and r102979. | Stuart Hastings | 2010-05-05 | 1 | -0/+6 | |
| | | | | llvm-svn: 103129 | |||||
* | Add -o /dev/null to some tests which don't care about their output. | Dan Gohman | 2010-04-30 | 4 | -4/+4 | |
| | | | | llvm-svn: 102722 | |||||
* | Fix comment. | Dale Johannesen | 2010-04-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 102545 | |||||
* | Test for llvm-gcc checkin 102543. | Dale Johannesen | 2010-04-28 | 1 | -0/+6 | |
| | | | | llvm-svn: 102544 | |||||
* | Rework global alignment computation again. Now we do round up | Chris Lattner | 2010-04-28 | 1 | -3/+2 | |
| | | | | | | | | alignment of globals to the preferred alignment, but only when there is no section specified on the global (by far the common case). llvm-svn: 102515 | |||||
* | Revert r102300/102301, which serious broke objc apps. | Chris Lattner | 2010-04-26 | 1 | -2/+3 | |
| | | | | llvm-svn: 102359 | |||||
* | testcase for PR6913 | Chris Lattner | 2010-04-25 | 1 | -0/+17 | |
| | | | | llvm-svn: 102303 | |||||
* | this passes now. | Chris Lattner | 2010-04-25 | 1 | -3/+2 | |
| | | | | llvm-svn: 102301 | |||||
* | Print empty structs as {} rather than { }. | Dan Gohman | 2010-04-08 | 1 | -1/+1 | |
| | | | | llvm-svn: 100787 | |||||
* | add newlines at the end of files. | Chris Lattner | 2010-04-07 | 1 | -1/+1 | |
| | | | | llvm-svn: 100705 | |||||
* | Let that which does not matter truly slide. | Jakob Stoklund Olesen | 2010-04-06 | 1 | -2/+2 | |
| | | | | | | | This test only cares about alignment, so don't test for other cruft. An upcoming llvm-gcc patch needs this. llvm-svn: 100584 | |||||
* | Testcase for pr6552. I changed the code to use "ip" instead of "fp" because | Bob Wilson | 2010-03-10 | 1 | -0/+15 | |
| | | | | | | | the "fp" register name is not valid on Darwin, and the "ip" register name was broken for all ARM targets. llvm-svn: 98166 | |||||
* | Test case for r97851. | Devang Patel | 2010-03-05 | 1 | -0/+10 | |
| | | | | llvm-svn: 97852 | |||||
* | Eliminate llvmgcc_version testing variable. | Daniel Dunbar | 2010-02-23 | 1 | -1/+1 | |
| | | | | llvm-svn: 96908 | |||||
* | Test case for r96656. | Devang Patel | 2010-02-19 | 1 | -0/+9 | |
| | | | | llvm-svn: 96657 | |||||
* | Revert: | Eric Christopher | 2010-02-17 | 1 | -1/+1 | |
| | | | | | | | | | | r95605 | dpatel | 2010-02-08 15:27:46 -0800 (Mon, 08 Feb 2010) | 2 lines test case for r95604. Which was the testcase for the patch reverted from llvm-gcc. llvm-svn: 96474 | |||||
* | Before setting scope end marker, pay attention to scope begin marker and ↵ | Devang Patel | 2010-02-17 | 1 | -0/+30 | |
| | | | | | | existing scope end marker, if any. Scope must begin before it ends and nested inlined scope do not truncate surrounding scope. llvm-svn: 96445 | |||||
* | New testcase. | Devang Patel | 2010-02-16 | 1 | -0/+13 | |
| | | | | llvm-svn: 96391 | |||||
* | Update test to match 95961. | Evan Cheng | 2010-02-12 | 1 | -1/+1 | |
| | | | | llvm-svn: 95971 |