summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* test case for r95842.Devang Patel2010-02-111-0/+7
| | | | llvm-svn: 95844
* test case for r95604.Devang Patel2010-02-081-1/+1
| | | | llvm-svn: 95605
* This test passes now on ppc darwin; if it doesn't passDale Johannesen2010-02-031-1/+1
| | | | | | on some other ppc say something on the list. llvm-svn: 95265
* Debugging is now reenabled on PPC darwin, so reenableDale Johannesen2010-02-031-3/+0
| | | | | | these tests (they pass). llvm-svn: 95263
* While mapping llvm.dbg.declare intrinsic manually map its operand, if possible,Devang Patel2010-01-181-0/+12
| | | | | | because it points to an alloca instruction through metadata. llvm-svn: 93757
* Really fix this. I checked that on ARM I getRafael Espindola2010-01-171-2/+2
| | | | | | | | | PASS: LLVM::FrontendC/pr5406.c (3463 of 5030) and on X86 I get XFAIL: LLVM::FrontendC/pr5406.c (3465 of 5030 llvm-svn: 93689
* Looks like XFAIL has to list every unsupported archRafael Espindola2010-01-171-1/+1
| | | | llvm-svn: 93672
* Add test for pr5406Rafael Espindola2010-01-171-0/+20
| | | | llvm-svn: 93671
* Do not use AT_specification die for static variables. It confuses gdb.Devang Patel2010-01-151-0/+12
| | | | llvm-svn: 93494
* new test case for r93485.Devang Patel2010-01-151-0/+4
| | | | llvm-svn: 93486
* Test for r93409.Evan Cheng2010-01-141-0/+11
| | | | llvm-svn: 93410
* This is testing a darwin specific feature, so only turnDuncan Sands2010-01-061-0/+2
| | | | | | it on for darwin (it fails on linux). llvm-svn: 92826
* Fix debug_inlined section entries for routines whose names are changed ↵Devang Patel2010-01-041-0/+15
| | | | | | through __asm() extension. llvm-svn: 92533
* Test case for 90787.Evan Cheng2009-12-071-0/+15
| | | | llvm-svn: 90791
* Remove now-redundant llvm-as invocations.Dan Gohman2009-12-0514-15/+15
| | | | llvm-svn: 90626
* Temporarily revert r72620 because r72619 was reverted.Bill Wendling2009-12-042-6/+8
| | | | llvm-svn: 90619
* Debug info is disabled on PPC Darwin.Bill Wendling2009-11-301-0/+4
| | | | llvm-svn: 90160
* Fix this test on 64-bit systems which seem to use i64 for gep indices sometimesNick Lewycky2009-11-301-3/+3
| | | | | | while 32-bit gcc uses i32. llvm-svn: 90106
* Commit r90099 made LLVM simplify one of these constant expressions a littleNick Lewycky2009-11-301-6/+5
| | | | | | | | | more. Update the syntax we're checking for and filecheckize it too. This will fix the selfhost buildbots but will 'break' the others (sigh) because they're still linked against older LLVM which is emitting less optimized IR. llvm-svn: 90104
* Fix -march= name for x86-64.Daniel Dunbar2009-11-201-1/+1
| | | | llvm-svn: 89445
* Specify proper arch and triple for 64-bit.Bill Wendling2009-11-201-1/+1
| | | | llvm-svn: 89418
* Testcase for r89415.Bill Wendling2009-11-201-0/+16
| | | | llvm-svn: 89417
* Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add,Daniel Dunbar2009-11-092-2/+2
| | | | | | but might as well use the more standard syntax). llvm-svn: 86553
* temporarily remove these tests, as they are breaking in the buildbot,Chris Lattner2009-11-073-50/+0
| | | | | | Eric, please investigate. llvm-svn: 86399
* Adjust testcases for msasm -> alignstack.Dale Johannesen2009-10-211-2/+2
| | | | llvm-svn: 84796
* This is passing on Darwin PPC.Bill Wendling2009-10-211-1/+1
| | | | llvm-svn: 84723
* Testcases for msasm bit (llvm-gcc 84062).Dale Johannesen2009-10-141-0/+23
| | | | llvm-svn: 84063
* Optimizer may remove debug info. This test checks debug info for include ↵Devang Patel2009-10-131-3/+1
| | | | | | headers. llvm-svn: 84025
* These tests now pass.Devang Patel2009-10-131-1/+0
| | | | llvm-svn: 84019
* XFAIL these tests for now.Devang Patel2009-10-133-1/+3
| | | | llvm-svn: 83933
OpenPOWER on IntegriCloud