summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC
Commit message (Collapse)AuthorAgeFilesLines
...
* Test case for r113248. Raar 8361341.Stuart Hastings2010-09-071-3/+15
| | | | llvm-svn: 113249
* update one more testChris Lattner2010-09-021-2/+2
| | | | llvm-svn: 112910
* Apparently only Darwin passes long double misaligned. Compensate.Dale Johannesen2010-09-011-1/+1
| | | | llvm-svn: 112748
* Attempt to fix buildbot.Dale Johannesen2010-09-011-1/+1
| | | | llvm-svn: 112697
* Testcase for llvm checkin 112674.Dale Johannesen2010-08-311-0/+32
| | | | llvm-svn: 112675
* no really, fix the test.Chris Lattner2010-08-271-1/+1
| | | | llvm-svn: 112317
* fix this test. It's not clear what it's really testing.Chris Lattner2010-08-271-1/+1
| | | | llvm-svn: 112316
* Test should pass on non-Darwin x86.Dale Johannesen2010-08-201-1/+1
| | | | llvm-svn: 111678
* Don't run test on PPC darwin.Dale Johannesen2010-08-201-1/+1
| | | | llvm-svn: 111668
* Testcase for llvm-gcc checkin 111482.Dale Johannesen2010-08-191-0/+15
| | | | llvm-svn: 111483
* Add a test for llvm-gcc svn 110632.Bob Wilson2010-08-121-0/+16
| | | | llvm-svn: 110935
* PPC doesn't supported VLA with large alignment. This wasDale Johannesen2010-07-301-0/+2
| | | | | | | | formerly rejected by the FE, so asserted in the BE; now the FE only warns, so we treat it as a legitimate fatal error in PPC BE. This means the test for the feature won't pass, so it's xfail'd. llvm-svn: 109892
* Attempt to fix the llvm-gcc-powerpc-darwin9 buildbot.Bob Wilson2010-07-301-1/+1
| | | | llvm-svn: 109876
* Fix this up per llvm-gcc r109819.Eric Christopher2010-07-291-1/+1
| | | | llvm-svn: 109820
* Testcase for r109556. Radar 8198362.Stuart Hastings2010-07-271-0/+18
| | | | llvm-svn: 109557
* Turn this test on again after the llvm-gcc change in r108986.Eric Christopher2010-07-211-2/+1
| | | | llvm-svn: 108987
* Update this to use a "valid" alignment.Eric Christopher2010-07-211-2/+2
| | | | llvm-svn: 108985
* Testcase for llvm-gcc commit r108910.Eric Christopher2010-07-201-0/+10
| | | | llvm-svn: 108918
* Temporarily disable this test.Eric Christopher2010-07-141-1/+2
| | | | llvm-svn: 108371
* Make it a .ll test case.Devang Patel2010-07-141-50/+0
| | | | llvm-svn: 108370
* 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
OpenPOWER on IntegriCloud