aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendC
AgeCommit message (Expand)Author
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
2009-03-10Tweak the DejaGNU voodoo to match Bill's advice.Stuart Hastings
2009-03-10Check for warnings about inappropriate weak_imports.Stuart Hastings
2009-03-09testcase for PR3744Chris Lattner
2009-03-01Functions marked malloc are noalias return.Duncan Sands
2009-03-01Adjust this test for recent llvm-gcc changes.Duncan Sands
2009-02-28one less space, fixes failure with rebuilt llvm-gcc.Chris Lattner
2009-02-28There is a way to specify targets that should succeed. It's the "XTARGET"Bill Wendling
2009-02-28Unable to say "TARGET: *-*-darwin*"; falling back to "XFAIL: linux,ia64,alpha...Stuart Hastings
2009-02-27Testcase to insure C strings go to the cstringStuart Hastings
2009-02-17Emit debug info for bitfields.Devang Patel
2009-02-14Testcase for llvm-gcc 64510.Dale Johannesen
2009-02-10This is now done using a real i33, rather thanDuncan Sands
2009-02-03Delete these two tests. They are specific to x86-64, and there's noDan Gohman
2009-02-03It fails on Linux. XFAIL that machine.Bill Wendling
2009-02-03This is passing for us. Should it have been reenabled?Bill Wendling
2009-02-02Make the XFAIL line actually match x86-32 targets.Duncan Sands
2009-01-29Add a always_inline test case.Evan Cheng
2009-01-29Add a test case for Chris lvalue alignment fixes.Evan Cheng
2009-01-27Forgot this test case.Evan Cheng
2009-01-27Add a FrontendC testcase for the x86-64 Red Zone feature,Dan Gohman
2009-01-25revert this patch for now, because Codegen does still want to generate SSE code,Torok Edwin
2009-01-25testcase for llvm-gcc part of PR3402.Torok Edwin
2009-01-21This was causing invalid memory accesses whenDuncan Sands
2009-01-21Let's try to have our cake and eat it to: moveDuncan Sands
2009-01-20Check that the "don't barf on k8" fix is notDuncan Sands
2009-01-16This is now passing.Evan Cheng
2009-01-13Mark this XFAIL for the moment.Duncan Sands
2009-01-12Second test is only valid in 32-bit mode.Evan Cheng
2009-01-12Test for r62076.Evan Cheng
2009-01-09this doesn't depend on the gcc early inliner anymore.Chris Lattner
2009-01-09PR3290 is now fixed.Chris Lattner
2009-01-05Strength test.Bill Wendling
2009-01-05testcase for bill's patch.Chris Lattner
2008-12-31XFAIL test caused by r61493. Apparently, this is expected?Bill Wendling
2008-12-23Testcase to show we can tie together integers and pointers ofChris Lattner
2008-11-12Add test case for ptr annotation.Tanya Lattner
2008-11-09The method of doing the matching with a 'select' instruction was wrong. TheBill Wendling
2008-11-02Testcase for PR2691Anton Korobeynikov
2008-10-30Testcase for PR2987.Duncan Sands
2008-10-29Make the declaration of bzero match size_t onDuncan Sands
2008-10-23make this test not depend on how the system header defines memset.Chris Lattner
2008-10-14new testcase for PR2797Chris Lattner
2008-10-13Don't barf on 32 bit platforms if llvm-gcc isDuncan Sands
2008-10-12Remove "long" variants so these will pass on a 64-bit host.Dale Johannesen
2008-09-24Test fp not.Evan Cheng
2008-09-22Test case for fp logical instructions.Evan Cheng