Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | These tests pass on linux. | Duncan Sands | 2009-03-25 | 2 | -2/+2 | |
| | | | | llvm-svn: 67689 | |||||
* | Add a __builtin_object_size test. | Evan Cheng | 2009-03-25 | 1 | -0/+16 | |
| | | | | llvm-svn: 67688 | |||||
* | Don't load values out of global constants with weak | Duncan Sands | 2009-03-20 | 1 | -0/+12 | |
| | | | | | | | | | linkage: the value may be replaced with something different at link time. (Frontends that want to allow values to be loaded out of weak constants can give their constants weak_odr linkage). llvm-svn: 67407 | |||||
* | These tests are now passing on Darwin because of r67139. | Bill Wendling | 2009-03-18 | 1 | -0/+1 | |
| | | | | llvm-svn: 67215 | |||||
* | xfail these tests for now. | Evan Cheng | 2009-03-18 | 1 | -1/+2 | |
| | | | | llvm-svn: 67143 | |||||
* | Test case for rev. 66925 | Devang Patel | 2009-03-13 | 1 | -0/+3 | |
| | | | | llvm-svn: 66927 | |||||
* | Tweak the DejaGNU voodoo to match Bill's advice. | Stuart Hastings | 2009-03-10 | 1 | -2/+2 | |
| | | | | llvm-svn: 66547 | |||||
* | Check for warnings about inappropriate weak_imports. | Stuart Hastings | 2009-03-10 | 1 | -0/+22 | |
| | | | | | | Darwin-specific; marked XFAIL for others. llvm-svn: 66514 | |||||
* | testcase for PR3744 | Chris Lattner | 2009-03-09 | 1 | -0/+14 | |
| | | | | llvm-svn: 66401 | |||||
* | Functions marked malloc are noalias return. | Duncan Sands | 2009-03-01 | 1 | -0/+3 | |
| | | | | llvm-svn: 65775 | |||||
* | Adjust this test for recent llvm-gcc changes. | Duncan Sands | 2009-03-01 | 1 | -1/+1 | |
| | | | | llvm-svn: 65771 | |||||
* | one less space, fixes failure with rebuilt llvm-gcc. | Chris Lattner | 2009-02-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 65728 | |||||
* | There is a way to specify targets that should succeed. It's the "XTARGET" | Bill Wendling | 2009-02-28 | 1 | -2/+2 | |
| | | | | | | keyword. llvm-svn: 65692 | |||||
* | Unable to say "TARGET: *-*-darwin*"; falling back to "XFAIL: ↵ | Stuart Hastings | 2009-02-28 | 1 | -1/+1 | |
| | | | | | | linux,ia64,alpha,sparc". llvm-svn: 65667 | |||||
* | Testcase to insure C strings go to the cstring | Stuart Hastings | 2009-02-27 | 1 | -0/+11 | |
| | | | | | | section. Darwin-specific. llvm-svn: 65655 | |||||
* | Emit debug info for bitfields. | Devang Patel | 2009-02-17 | 1 | -0/+13 | |
| | | | | llvm-svn: 64815 | |||||
* | Testcase for llvm-gcc 64510. | Dale Johannesen | 2009-02-14 | 1 | -0/+13 | |
| | | | | llvm-svn: 64511 | |||||
* | This is now done using a real i33, rather than | Duncan Sands | 2009-02-10 | 1 | -1/+1 | |
| | | | | | | an emulated one. Adjust the check. llvm-svn: 64236 | |||||
* | Delete these two tests. They are specific to x86-64, and there's no | Dan Gohman | 2009-02-03 | 2 | -42/+0 | |
| | | | | | | | | | reliable way to do this with the current dejagnu infrastructure. If someone can figure out how to fix these tests so that they test what they are intended to test without spuriously failing on any popular platforms, they are invited to reinstate them. llvm-svn: 63592 | |||||
* | It fails on Linux. XFAIL that machine. | Bill Wendling | 2009-02-03 | 1 | -2/+2 | |
| | | | | llvm-svn: 63582 | |||||
* | This is passing for us. Should it have been reenabled? | Bill Wendling | 2009-02-03 | 1 | -2/+1 | |
| | | | | llvm-svn: 63580 | |||||
* | Make the XFAIL line actually match x86-32 targets. | Duncan Sands | 2009-02-02 | 1 | -1/+1 | |
| | | | | llvm-svn: 63507 | |||||
* | Add a always_inline test case. | Evan Cheng | 2009-01-29 | 1 | -0/+12 | |
| | | | | llvm-svn: 63304 | |||||
* | Add a test case for Chris lvalue alignment fixes. | Evan Cheng | 2009-01-29 | 1 | -0/+17 | |
| | | | | llvm-svn: 63300 | |||||
* | Forgot this test case. | Evan Cheng | 2009-01-27 | 1 | -0/+10 | |
| | | | | llvm-svn: 63089 | |||||
* | Add a FrontendC testcase for the x86-64 Red Zone feature, | Dan Gohman | 2009-01-27 | 1 | -0/+11 | |
| | | | | | | | to help verify that the feature may be disabled through the -mno-red-zone option. llvm-svn: 63079 | |||||
* | revert this patch for now, because Codegen does still want to generate SSE code, | Torok Edwin | 2009-01-25 | 1 | -0/+2 | |
| | | | | | | for example in the case of va-args. XFAIL associated tests. llvm-svn: 62972 | |||||
* | testcase for llvm-gcc part of PR3402. | Torok Edwin | 2009-01-25 | 1 | -0/+30 | |
| | | | | llvm-svn: 62969 | |||||
* | This was causing invalid memory accesses when | Duncan Sands | 2009-01-21 | 1 | -0/+74 | |
| | | | | | | generating debug info in the compiler. llvm-svn: 62684 | |||||
* | Let's try to have our cake and eat it to: move | Duncan Sands | 2009-01-21 | 1 | -0/+282 | |
| | | | | | | | | this test into FrontendC to ensure that llvm-gcc is available; assemble using "llvm-gcc -xassembler" rather than "as". llvm-svn: 62683 | |||||
* | Check that the "don't barf on k8" fix is not | Duncan Sands | 2009-01-20 | 1 | -0/+2 | |
| | | | | | | accidentally reverted again. llvm-svn: 62587 | |||||
* | This is now passing. | Evan Cheng | 2009-01-16 | 1 | -1/+0 | |
| | | | | llvm-svn: 62308 | |||||
* | Mark this XFAIL for the moment. | Duncan Sands | 2009-01-13 | 1 | -0/+1 | |
| | | | | llvm-svn: 62168 | |||||
* | Second test is only valid in 32-bit mode. | Evan Cheng | 2009-01-12 | 1 | -1/+1 | |
| | | | | llvm-svn: 62084 | |||||
* | Test for r62076. | Evan Cheng | 2009-01-12 | 1 | -0/+1 | |
| | | | | llvm-svn: 62077 | |||||
* | this doesn't depend on the gcc early inliner anymore. | Chris Lattner | 2009-01-09 | 1 | -1/+1 | |
| | | | | llvm-svn: 61982 | |||||
* | PR3290 is now fixed. | Chris Lattner | 2009-01-09 | 1 | -5/+1 | |
| | | | | llvm-svn: 61981 | |||||
* | Strength test. | Bill Wendling | 2009-01-05 | 1 | -1/+3 | |
| | | | | llvm-svn: 61755 | |||||
* | testcase for bill's patch. | Chris Lattner | 2009-01-05 | 1 | -0/+26 | |
| | | | | llvm-svn: 61751 | |||||
* | XFAIL test caused by r61493. Apparently, this is expected? | Bill Wendling | 2008-12-31 | 1 | -0/+4 | |
| | | | | llvm-svn: 61516 | |||||
* | Testcase to show we can tie together integers and pointers of | Chris Lattner | 2008-12-23 | 1 | -0/+9 | |
| | | | | | | the same size. llvm-svn: 61380 | |||||
* | Add test case for ptr annotation. | Tanya Lattner | 2008-11-12 | 1 | -0/+18 | |
| | | | | llvm-svn: 59142 | |||||
* | The method of doing the matching with a 'select' instruction was wrong. The | Bill Wendling | 2008-11-09 | 1 | -0/+17 | |
| | | | | | | | | | | | | | | | | | | original code was matching like this: if (match(A, m_Not(m_Value(B)))) B was already matched as a 'select' instruction. However, this isn't matching what we think it's matching. It would match B as a 'Value', so basically anything would match to it. In this case, a Constant matched. B was replaced with a constant representation. And then the wrong value would be used in the SelectInst::Create statement, causing a crash. After thinking on this for a moment, and after Nick L. told me how the pattern matching stuff was supposed to work, the solution was to match NOT an m_Value, but an m_Select. llvm-svn: 58946 | |||||
* | Testcase for PR2691 | Anton Korobeynikov | 2008-11-02 | 1 | -0/+5 | |
| | | | | llvm-svn: 58567 | |||||
* | Testcase for PR2987. | Duncan Sands | 2008-10-30 | 1 | -0/+9 | |
| | | | | llvm-svn: 58459 | |||||
* | Make the declaration of bzero match size_t on | Duncan Sands | 2008-10-29 | 1 | -1/+1 | |
| | | | | | | x86-64-linux. llvm-svn: 58383 | |||||
* | make this test not depend on how the system header defines memset. | Chris Lattner | 2008-10-23 | 1 | -1/+2 | |
| | | | | llvm-svn: 58016 | |||||
* | new testcase for PR2797 | Chris Lattner | 2008-10-14 | 1 | -0/+9 | |
| | | | | llvm-svn: 57481 | |||||
* | Don't barf on 32 bit platforms if llvm-gcc is | Duncan Sands | 2008-10-13 | 2 | -2/+2 | |
| | | | | | | | | not built with 64 bit support. Since this test passes without -m64 on x86-32-linux, just remove the -m64. llvm-svn: 57462 | |||||
* | Remove "long" variants so these will pass on a 64-bit host. | Dale Johannesen | 2008-10-12 | 2 | -98/+6 | |
| | | | | llvm-svn: 57418 |