summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendObjC
Commit message (Collapse)AuthorAgeFilesLines
* Remove remainder of migrated or obsolete tests from FrontendC and removeEric Christopher2011-08-208-136/+0
| | | | | | the empty directory. llvm-svn: 138181
* Remove migrated or obsolete tests.Eric Christopher2011-08-207-227/+0
| | | | llvm-svn: 138176
* Remove obsolete or migrated tests.Eric Christopher2011-08-209-206/+0
| | | | llvm-svn: 138173
* Remove obsoleted test.Eric Christopher2011-08-201-28/+0
| | | | llvm-svn: 138170
* Remove superficial test.Devang Patel2011-08-171-6/+0
| | | | llvm-svn: 137846
* Pass -disable-cfi to llc.Rafael Espindola2011-05-061-1/+1
| | | | llvm-svn: 130999
* Testcase for r127301.Bill Wendling2011-03-091-0/+32
| | | | llvm-svn: 127304
* Check the ASM, not LLVM IR.Bill Wendling2011-03-031-1/+2
| | | | llvm-svn: 126918
* Testcase for r126913.Bill Wendling2011-03-031-0/+10
| | | | llvm-svn: 126914
* Update tests to accomodate unnamed_addr introduction.Devang Patel2011-01-172-3/+3
| | | | llvm-svn: 123663
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-2510-10/+10
| | | | | | | | 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). Yes, dragonegg supports objective-c (poorly though). llvm-svn: 120163
* Update tests to not rely on input file's absolute path.Devang Patel2010-07-271-1/+1
| | | | llvm-svn: 109521
* test case for r105504.Devang Patel2010-06-041-0/+6
| | | | | | Radar 8055687. llvm-svn: 105505
* Make sure this runs in 64-bit only, 32-bit won't produce the correct stores.Eric Christopher2010-03-251-1/+1
| | | | | | Fariborz please review and make sure this is what you meant. llvm-svn: 99472
* Testcase for r98728.Stuart Hastings2010-03-171-0/+43
| | | | llvm-svn: 98744
* new test case for r96974.Devang Patel2010-02-231-0/+9
| | | | llvm-svn: 96975
* Test for 95961.Evan Cheng2010-02-121-2/+1
| | | | llvm-svn: 95962
* Test case for 95958.Evan Cheng2010-02-121-0/+18
| | | | llvm-svn: 95959
* Add test case for 95013.Evan Cheng2010-02-011-0/+5
| | | | llvm-svn: 95014
* Remove now-redundant llvm-as invocations.Dan Gohman2009-12-052-2/+2
| | | | llvm-svn: 90626
* Test case for r90175.Devang Patel2009-12-011-0/+14
| | | | llvm-svn: 90176
* These tests now pass.Devang Patel2009-10-131-1/+1
| | | | llvm-svn: 84019
* Disable this test for now.Devang Patel2009-10-131-1/+0
| | | | llvm-svn: 83975
* XFAIL these tests for now.Devang Patel2009-10-131-0/+1
| | | | llvm-svn: 83933
* Fix some misspellings of XTARGET.Dale Johannesen2009-08-313-3/+3
| | | | llvm-svn: 80598
* Reapply 79977.Devang Patel2009-08-281-13/+0
| | | | | | Use MDNodes to encode debug info in llvm IR. llvm-svn: 80406
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-0/+13
| | | | llvm-svn: 80073
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
| | | | llvm-svn: 79992
* Update DebugInfo interface to use metadata, instead of special named ↵Devang Patel2009-08-251-13/+0
| | | | | | | | llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. This change speeds up llvm-gcc by more then 6% at "-O0 -g" (measured by compiling InstructionCombining.cpp!) llvm-svn: 79977
* Attempt to normalize test results.Daniel Dunbar2009-08-181-4/+2
| | | | llvm-svn: 79350
* Add prefix only if it is needed.Devang Patel2009-08-171-0/+30
| | | | llvm-svn: 79289
* Adjust test for llvm-gcc checkin 78249.Dale Johannesen2009-08-051-2/+2
| | | | llvm-svn: 78251
* Test for llvm-gcc checkin 78223.Dale Johannesen2009-08-051-0/+5
| | | | llvm-svn: 78229
* This test should be run with -m32.Daniel Dunbar2009-07-191-1/+1
| | | | llvm-svn: 76382
* Test for llvm-gcc bug fixed by 70301.Dale Johannesen2009-04-281-0/+127
| | | | llvm-svn: 70302
* Test for (llvm-gcc) 70231.Dale Johannesen2009-04-271-0/+44
| | | | llvm-svn: 70233
* Check for alignment.Bill Wendling2009-04-151-1/+2
| | | | llvm-svn: 69140
* Testcase for r69104.Bill Wendling2009-04-151-0/+8
| | | | llvm-svn: 69110
* And now, not so elegant, test case...Devang Patel2009-02-171-0/+13
| | | | llvm-svn: 64838
* testcase for rdar://6551276 and llvm-gcc r63873Chris Lattner2009-02-051-0/+11
| | | | llvm-svn: 63874
* Testcase for 6522054.Dale Johannesen2009-01-261-0/+14
| | | | llvm-svn: 63067
* Add test for rdar://6394879.Bill Wendling2008-11-261-0/+17
| | | | llvm-svn: 60079
* Testcase for constant CFStrings.Bill Wendling2008-11-241-0/+11
| | | | llvm-svn: 59992
* Added testcase for r59214.Bill Wendling2008-11-131-0/+14
| | | | llvm-svn: 59218
* fix filetype suffixGabor Greif2008-10-071-0/+0
| | | | llvm-svn: 57237
* This is an objective-c test, not an objective-c++ one.Evan Cheng2008-10-061-0/+50
| | | | llvm-svn: 57193
* Move tests of the ObjC++ front-end to their ownDuncan Sands2008-08-072-9/+0
| | | | | | | directory: some people (guess who!) may build llvm-gcc with support for objc but not with support for objc++. llvm-svn: 54471
* Suppress ObjC FE warnings, which cause the test to fail.Dale Johannesen2008-06-101-1/+1
| | | | | | Warnings are legitimate. llvm-svn: 52187
* Removing.Bill Wendling2008-05-061-25/+0
| | | | llvm-svn: 50786
* new testcaseChris Lattner2008-04-251-0/+25
| | | | llvm-svn: 50274
OpenPOWER on IntegriCloud