| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Testcase for PR4332. | Duncan Sands | 2009-06-14 | 1 | -0/+8 |
| | | | | | llvm-svn: 73353 | ||||
| * | Adjust this test's regex strings so that they work regardless | Dan Gohman | 2009-06-12 | 1 | -3/+3 |
| | | | | | | | | of the target's pointer size. This avoids the need for -m32 on the llvm-gcc command-line, which some targets may not support. llvm-svn: 73270 | ||||
| * | Add -m32 to llvm-gcc commands, so that this test behaves as expected | Dan Gohman | 2009-06-12 | 1 | -3/+3 |
| | | | | | | | on systems which default to a 64-bit target. llvm-svn: 73265 | ||||
| * | Testcase for llvm-gcc patch 73238. | Dale Johannesen | 2009-06-12 | 1 | -0/+24 |
| | | | | | llvm-svn: 73239 | ||||
| * | Test for rev 73205 (PR 4349) | Dale Johannesen | 2009-06-11 | 1 | -0/+39 |
| | | | | | llvm-svn: 73206 | ||||
| * | Fix these so that they work on non-x86 Darwin machines. | Bill Wendling | 2009-06-04 | 2 | -2/+2 |
| | | | | | llvm-svn: 72903 | ||||
| * | Specify that this works for Darwin. | Bill Wendling | 2009-06-04 | 2 | -2/+2 |
| | | | | | llvm-svn: 72899 | ||||
| * | For XTARGET to work on targets not in the list, | Dale Johannesen | 2009-06-04 | 2 | -0/+2 |
| | | | | | | | | there must also be an XFAIL line. Fix a couple examples of this. llvm-svn: 72876 | ||||
| * | Adjust these tests now that "extern inline" | Duncan Sands | 2009-05-30 | 2 | -8/+6 |
| | | | | | | | | functions are being output with bodies and available_externally linkage. llvm-svn: 72620 | ||||
| * | Commands beginning with '--' are converted to '-f' by gcc. Blech! | Bill Wendling | 2009-05-18 | 1 | -1/+1 |
| | | | | | llvm-svn: 72023 | ||||
| * | Check that the gcc front-end is not doing inlining | Duncan Sands | 2009-05-17 | 1 | -0/+17 |
| | | | | | | | when not doing unit-at-a-time. llvm-svn: 71986 | ||||
| * | Use %llvmgcc instead of llvm-gcc. | Bill Wendling | 2009-05-04 | 1 | -1/+1 |
| | | | | | llvm-svn: 70886 | ||||
| * | Testcase for PR3967. | Duncan Sands | 2009-05-04 | 1 | -0/+17 |
| | | | | | llvm-svn: 70856 | ||||
| * | testcase for PR4082 | Chris Lattner | 2009-04-29 | 1 | -0/+11 |
| | | | | | llvm-svn: 70375 | ||||
| * | Testcase for PR2958. | Duncan Sands | 2009-04-22 | 1 | -0/+4 |
| | | | | | llvm-svn: 69818 | ||||
| * | These tests are x86 specific. | Duncan Sands | 2009-04-22 | 1 | -0/+1 |
| | | | | | llvm-svn: 69798 | ||||
| * | Add a __builtin___memset_chk test. | Evan Cheng | 2009-03-27 | 1 | -0/+6 |
| | | | | | llvm-svn: 67815 | ||||
| * | One more test. | Evan Cheng | 2009-03-25 | 1 | -1/+6 |
| | | | | | llvm-svn: 67694 | ||||
| * | Add __builtin___memcpy_chk tests. | Evan Cheng | 2009-03-25 | 1 | -0/+23 |
| | | | | | llvm-svn: 67691 | ||||
| * | 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 | ||||

