summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC
Commit message (Collapse)AuthorAgeFilesLines
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-152-2/+2
| | | | | | Luis Felipe Strano Moraes! llvm-svn: 129558
* tests: Remove a FrontendC test which is no longer valid.Daniel Dunbar2011-04-141-11/+0
| | | | llvm-svn: 129519
* Testcase for r128619 (PR9571).Bill Wendling2011-03-311-0/+15
| | | | llvm-svn: 128620
* Testcase for llvm-gcc commit r128230.Eric Christopher2011-03-241-0/+11
| | | | llvm-svn: 128242
* Remove the test.Devang Patel2011-03-221-19/+0
| | | | llvm-svn: 128119
* Try to appease buildbot gods.Devang Patel2011-03-221-1/+1
| | | | llvm-svn: 128112
* Try again to make this test darwin only.Devang Patel2011-03-211-1/+2
| | | | llvm-svn: 128036
* Force x86_64.Devang Patel2011-03-211-1/+1
| | | | llvm-svn: 128027
* Enable this test only for Darwin.Devang Patel2011-03-211-1/+1
| | | | llvm-svn: 128017
* Disable test in a way that keeps lit happy.Daniel Dunbar2011-03-201-1/+2
| | | | llvm-svn: 127962
* Disable test to unbreak Linux. Radar 9156771.Stuart Hastings2011-03-191-1/+1
| | | | llvm-svn: 127945
* Test case for r127940.Devang Patel2011-03-191-0/+17
| | | | llvm-svn: 127941
* Add a RUN line to the test case to make it functional. <rdar://problem/9055247>Stuart Hastings2011-03-091-0/+1
| | | | llvm-svn: 127312
* Test cases for r127309. <rdar://problem/9055247>Stuart Hastings2011-03-092-0/+8
| | | | llvm-svn: 127310
* Build bots hate me.Bill Wendling2011-03-091-1/+1
| | | | llvm-svn: 127307
* Reverting testcase at 4126896; r126672 broke something else. ↵Stuart Hastings2011-03-081-2/+0
| | | | | | <rdar://problem/9055247> llvm-svn: 127278
* Once again try to appease the buildbot gods.Bill Wendling2011-03-081-2/+1
| | | | llvm-svn: 127272
* Try to fix the compilation error due to type incombatibility.Bill Wendling2011-03-081-1/+2
| | | | llvm-svn: 127265
* Testcase for r127187.Bill Wendling2011-03-081-0/+24
| | | | llvm-svn: 127236
* Test case for r126672. Radar 9055247.Stuart Hastings2011-03-021-0/+2
| | | | llvm-svn: 126896
* Test case for r126127. Radar 9012638.Stuart Hastings2011-02-211-0/+5
| | | | llvm-svn: 126131
* Update llvm-gcc's tests.Rafael Espindola2011-01-146-10/+10
| | | | llvm-svn: 123447
* Test case for r120740. Radar 8712503.Stuart Hastings2010-12-021-0/+7
| | | | llvm-svn: 120741
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-2588-121/+121
| | | | | | | | automatically. Use -S with llvm-gcc rather than -c, so tests can work when llvm-gcc is really dragonegg (which can output IR with -S but not -c). llvm-svn: 120158
* Test for llvm-gcc patch 119392.Dale Johannesen2010-11-161-0/+16
| | | | llvm-svn: 119393
* Testcase for llvm-gcc 118368. 8629268.Dale Johannesen2010-11-071-0/+17
| | | | llvm-svn: 118369
* Get rid of the last use of -m64 in FrontendC. This solutionDuncan Sands2010-09-091-2/+2
| | | | | | | of checking for either 4 or 8 is not very satisfactory, but it would catch the original problem (an alignment of 1). llvm-svn: 113485
* Another test that uses -m64. Here too it looks like it can beDuncan Sands2010-09-091-10/+4
| | | | | | | removed. Not that the XTARGET wasn't doing anything since it does nothing without an accompanying XFAIL. llvm-svn: 113484
* On i386, llvm-gcc cannot be assumed to support -m64. Since theseDuncan Sands2010-09-092-3/+3
| | | | | | | tests pass here (i686-linux and x86-64-linux) without -m64, simply remove the -m64. llvm-svn: 113483
* Typo. Thanks to BillW for pointing it out!Stuart Hastings2010-09-071-1/+1
| | | | llvm-svn: 113281
* 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
OpenPOWER on IntegriCloud