aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendC
AgeCommit message (Expand)Author
2009-10-21Adjust testcases for msasm -> alignstack.Dale Johannesen
2009-10-21This is passing on Darwin PPC.Bill Wendling
2009-10-14Testcases for msasm bit (llvm-gcc 84062).Dale Johannesen
2009-10-13Optimizer may remove debug info. This test checks debug info for include hea...Devang Patel
2009-10-13These tests now pass.Devang Patel
2009-10-13XFAIL these tests for now.Devang Patel
2009-10-12allow this testcase to pass with recent changes. The test hasn't beenChris Lattner
2009-10-02Test case for aligned attribute on function declaration.Evan Cheng
2009-09-24Reenable sqrt IR generation test.Dale Johannesen
2009-09-23Disable test; what it's testing for is wrong.Dale Johannesen
2009-09-10Add a test case for r81431.Evan Cheng
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-09-07Avoid Tcl substitution, introduced %llvmgcc_only for this one little testDaniel Dunbar
2009-08-31Mark test as passing on all x86, which it should,Dale Johannesen
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-08-21Make for 32-bit only.Bill Wendling
2009-08-21Probably should emit bitcode instead of text.Bill Wendling
2009-08-21Testcase for r79597.Bill Wendling
2009-08-12Test for llvm-gcc patch 78762.Dale Johannesen
2009-08-12llvm-gcc now emits inbounds for this getelementptr.Dan Gohman
2009-08-11Use wchar.h to get wchar_t, not ctype.h.Dan Gohman
2009-08-06Testcase for llvm-gcc 78324 (although in normalDale Johannesen
2009-08-04llvm-gcc checks the static asm variable is valid in ValidateRegisterVariable....Bill Wendling
2009-08-04Fixed now.Bill Wendling
2009-08-04XFAIL for the moment.Bill Wendling
2009-07-25remove this test. It is currently failing because we now emit the stringChris Lattner
2009-07-24Remove the IA-64 backend.Dan Gohman
2009-07-23testcase for PR4590Chris Lattner
2009-07-17Testcase for PR4214.Duncan Sands
2009-07-15Fix test so it works on systems where wchar_t != int.Dale Johannesen
2009-07-15Test for llvm-gcc patch 75822.Dale Johannesen
2009-07-15String constants are now output with private linkage.Duncan Sands
2009-07-14Testcase for PR4556Chris Lattner
2009-06-23The correct values here (as defined by gcc-4.2) areDale Johannesen
2009-06-23This test only works on ppc32 if some optimization is done beforeDale Johannesen
2009-06-23See test. Judging from PR 1278, at the time the test was committed, theDale Johannesen
2009-06-18new testcase for rdar://6983634Chris Lattner
2009-06-14Testcase for PR4332.Duncan Sands
2009-06-12Adjust this test's regex strings so that they work regardlessDan Gohman
2009-06-12Add -m32 to llvm-gcc commands, so that this test behaves as expectedDan Gohman
2009-06-12Testcase for llvm-gcc patch 73238.Dale Johannesen
2009-06-11Test for rev 73205 (PR 4349)Dale Johannesen
2009-06-04Fix these so that they work on non-x86 Darwin machines.Bill Wendling
2009-06-04Specify that this works for Darwin.Bill Wendling
2009-06-04For XTARGET to work on targets not in the list,Dale Johannesen
2009-05-30Adjust these tests now that "extern inline"Duncan Sands
2009-05-18Commands beginning with '--' are converted to '-f' by gcc. Blech!Bill Wendling
2009-05-17Check that the gcc front-end is not doing inliningDuncan Sands
2009-05-04Restore minor deletion.Mike Stump
2009-04-29testcase for PR4082Chris Lattner