aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendC
AgeCommit message (Expand)Author
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
2009-04-22Testcase for PR2958.Duncan Sands
2009-04-22These tests are x86 specific.Duncan Sands
2009-03-27Add a __builtin___memset_chk test.Evan Cheng
2009-03-25One more test.Evan Cheng
2009-03-25Add __builtin___memcpy_chk tests.Evan Cheng
2009-03-25These tests pass on linux.Duncan Sands
2009-03-25Add a __builtin_object_size test.Evan Cheng
2009-03-20Don't load values out of global constants with weakDuncan Sands
2009-03-18These tests are now passing on Darwin because of r67139.Bill Wendling
2009-03-18xfail these tests for now.Evan Cheng
2009-03-13Test case for rev. 66925Devang Patel