summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a testcase for the vla and stack realignment warning.Eric Christopher2010-07-141-0/+7
| | | | llvm-svn: 108365
* Tests for llvm-gcc commit 108360.Dale Johannesen2010-07-142-0/+41
| | | | llvm-svn: 108362
* Add an explicit triple to make this test behave consistently.Dan Gohman2010-07-101-1/+1
| | | | llvm-svn: 108041
* Fix this XTARGET so that this does doesn't XPASS on non-darwin hosts.Dan Gohman2010-07-101-1/+1
| | | | llvm-svn: 108040
* Test case for r107843. Radar 8152866.Stuart Hastings2010-07-081-0/+10
| | | | llvm-svn: 107907
* Looks like this test is missing an XFAIL line.Duncan Sands2010-06-291-0/+1
| | | | llvm-svn: 107134
* The comment string does not match for all targets. PowerPC uses ;.Devang Patel2010-06-291-0/+1
| | | | llvm-svn: 107103
* Refix XTARGET. Previous attempt matches on powerpc-apple-darwin,Dale Johannesen2010-06-281-1/+1
| | | | | | although I don't see why. llvm-svn: 107090
* Attempt to fix XTARGET.Dale Johannesen2010-06-281-1/+1
| | | | llvm-svn: 107088
* Use DW_FORM_addr for DW_AT_entry_pc.Devang Patel2010-06-281-0/+48
| | | | llvm-svn: 107085
* In asm's, output operands with matching input constraintsDale Johannesen2010-06-281-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 Patel2010-06-281-16/+0
| | | | llvm-svn: 107059
* Testcase for llvm-gcc fix 107051.Dale Johannesen2010-06-281-0/+21
| | | | llvm-svn: 107052
* Preserve deleted function's local variables' debug info.Devang Patel2010-06-281-0/+14
| | | | | | Radar 8122864. llvm-svn: 107027
* Make this test darwin specific.Devang Patel2010-06-281-1/+1
| | | | llvm-svn: 107025
* XFAIL this test on powerpc for now.Devang Patel2010-06-251-0/+1
| | | | llvm-svn: 106862
* DBG_VALUE machine instruction pointing to undefined register for a variable ↵Devang Patel2010-06-241-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 Johannesen2010-06-171-0/+16
| | | | llvm-svn: 106226
* Update test to match recent llvm-gcc change.Rafael Espindola2010-06-151-1/+1
| | | | llvm-svn: 106056
* Test case for Radar 8004649.Stuart Hastings2010-06-141-0/+8
| | | | llvm-svn: 105949
* Add a test for the llvm-gcc commit in r90200.Eric Christopher2010-05-311-0/+24
| | | | llvm-svn: 105253
* Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645.Stuart Hastings2010-05-281-1/+1
| | | | llvm-svn: 104953
* Adjust test case for lexical block pruning. Follow-on to r104842 and Radar ↵Stuart Hastings2010-05-271-1/+1
| | | | | | 7424645. llvm-svn: 104876
* Add a test for llvm-gcc svn r104726.Bob Wilson2010-05-271-0/+12
| | | | llvm-svn: 104805
* Once more, with feeling.Eric Christopher2010-05-201-0/+1
| | | | llvm-svn: 104190
* Attempt to run this test on x86 only.Eric Christopher2010-05-191-0/+1
| | | | llvm-svn: 104143
* Add a test to make sure that we're lowering the shift amount correctly.Eric Christopher2010-05-191-0/+22
| | | | llvm-svn: 104090
* Test passed on ppc, to my surprise; if it workedDale Johannesen2010-05-181-2/+0
| | | | | | there it may work everywhere... llvm-svn: 104053
* Testcase for llvm-gcc checkin 104042.Dale Johannesen2010-05-181-0/+19
| | | | llvm-svn: 104043
* Test case for r103800.Devang Patel2010-05-141-0/+23
| | | | llvm-svn: 103801
* Adjust tests affected by llvm-gcc 103229.Dale Johannesen2010-05-072-5/+5
| | | | | | All results here match gcc-4.2. llvm-svn: 103230
* Test case for pr2394 and r102979.Stuart Hastings2010-05-051-0/+6
| | | | llvm-svn: 103129
* Add -o /dev/null to some tests which don't care about their output.Dan Gohman2010-04-304-4/+4
| | | | llvm-svn: 102722
* Fix comment.Dale Johannesen2010-04-281-1/+1
| | | | llvm-svn: 102545
* Test for llvm-gcc checkin 102543.Dale Johannesen2010-04-281-0/+6
| | | | llvm-svn: 102544
* Rework global alignment computation again. Now we do round upChris Lattner2010-04-281-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 Lattner2010-04-261-2/+3
| | | | llvm-svn: 102359
* testcase for PR6913Chris Lattner2010-04-251-0/+17
| | | | llvm-svn: 102303
* this passes now.Chris Lattner2010-04-251-3/+2
| | | | llvm-svn: 102301
* Print empty structs as {} rather than { }.Dan Gohman2010-04-081-1/+1
| | | | llvm-svn: 100787
* add newlines at the end of files.Chris Lattner2010-04-071-1/+1
| | | | llvm-svn: 100705
* Let that which does not matter truly slide.Jakob Stoklund Olesen2010-04-061-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" becauseBob Wilson2010-03-101-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 Patel2010-03-051-0/+10
| | | | llvm-svn: 97852
* Eliminate llvmgcc_version testing variable.Daniel Dunbar2010-02-231-1/+1
| | | | llvm-svn: 96908
* Test case for r96656.Devang Patel2010-02-191-0/+9
| | | | llvm-svn: 96657
* Revert:Eric Christopher2010-02-171-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 Patel2010-02-171-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 Patel2010-02-161-0/+13
| | | | llvm-svn: 96391
* Update test to match 95961.Evan Cheng2010-02-121-1/+1
| | | | llvm-svn: 95971
OpenPOWER on IntegriCloud