aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC
Commit message (Expand)AuthorAgeFilesLines
* For XTARGET to work on targets not in the list,Dale Johannesen2009-06-042-0/+2
* Adjust these tests now that "extern inline"Duncan Sands2009-05-302-8/+6
* Commands beginning with '--' are converted to '-f' by gcc. Blech!Bill Wendling2009-05-181-1/+1
* Check that the gcc front-end is not doing inliningDuncan Sands2009-05-171-0/+17
* Restore minor deletion.Mike Stump2009-05-041-0/+17
* testcase for PR4082Chris Lattner2009-04-291-0/+11
* Testcase for PR2958.Duncan Sands2009-04-221-0/+4
* These tests are x86 specific.Duncan Sands2009-04-221-0/+1
* Add a __builtin___memset_chk test.Evan Cheng2009-03-271-0/+6
* One more test.Evan Cheng2009-03-251-1/+6
* Add __builtin___memcpy_chk tests.Evan Cheng2009-03-251-0/+23
* These tests pass on linux.Duncan Sands2009-03-252-2/+2
* Add a __builtin_object_size test.Evan Cheng2009-03-251-0/+16
* Don't load values out of global constants with weakDuncan Sands2009-03-201-0/+12
* These tests are now passing on Darwin because of r67139.Bill Wendling2009-03-181-0/+1
* xfail these tests for now.Evan Cheng2009-03-181-1/+2
* Test case for rev. 66925Devang Patel2009-03-131-0/+3
* Tweak the DejaGNU voodoo to match Bill's advice.Stuart Hastings2009-03-101-2/+2
* Check for warnings about inappropriate weak_imports.Stuart Hastings2009-03-101-0/+22
* testcase for PR3744Chris Lattner2009-03-091-0/+14
* Functions marked malloc are noalias return.Duncan Sands2009-03-011-0/+3
* Adjust this test for recent llvm-gcc changes.Duncan Sands2009-03-011-1/+1
* one less space, fixes failure with rebuilt llvm-gcc.Chris Lattner2009-02-281-1/+1
* There is a way to specify targets that should succeed. It's the "XTARGET"Bill Wendling2009-02-281-2/+2
* Unable to say "TARGET: *-*-darwin*"; falling back to "XFAIL: linux,ia64,alpha...Stuart Hastings2009-02-281-1/+1
* Testcase to insure C strings go to the cstringStuart Hastings2009-02-271-0/+11
* Emit debug info for bitfields.Devang Patel2009-02-171-0/+13
* Testcase for llvm-gcc 64510.Dale Johannesen2009-02-141-0/+13
* This is now done using a real i33, rather thanDuncan Sands2009-02-101-1/+1
* Delete these two tests. They are specific to x86-64, and there's noDan Gohman2009-02-032-42/+0
* It fails on Linux. XFAIL that machine.Bill Wendling2009-02-031-2/+2
* This is passing for us. Should it have been reenabled?Bill Wendling2009-02-031-2/+1
* Make the XFAIL line actually match x86-32 targets.Duncan Sands2009-02-021-1/+1
* Add a always_inline test case.Evan Cheng2009-01-291-0/+12
* Add a test case for Chris lvalue alignment fixes.Evan Cheng2009-01-291-0/+17
* Forgot this test case.Evan Cheng2009-01-271-0/+10
* Add a FrontendC testcase for the x86-64 Red Zone feature,Dan Gohman2009-01-271-0/+11
* revert this patch for now, because Codegen does still want to generate SSE code,Torok Edwin2009-01-251-0/+2
* testcase for llvm-gcc part of PR3402.Torok Edwin2009-01-251-0/+30
* This was causing invalid memory accesses whenDuncan Sands2009-01-211-0/+74
* Let's try to have our cake and eat it to: moveDuncan Sands2009-01-211-0/+282
* Check that the "don't barf on k8" fix is notDuncan Sands2009-01-201-0/+2
* This is now passing.Evan Cheng2009-01-161-1/+0
* Mark this XFAIL for the moment.Duncan Sands2009-01-131-0/+1
* Second test is only valid in 32-bit mode.Evan Cheng2009-01-121-1/+1
* Test for r62076.Evan Cheng2009-01-121-0/+1
* this doesn't depend on the gcc early inliner anymore.Chris Lattner2009-01-091-1/+1
* PR3290 is now fixed.Chris Lattner2009-01-091-5/+1
* Strength test.Bill Wendling2009-01-051-1/+3
* testcase for bill's patch.Chris Lattner2009-01-051-0/+26