| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Temporarily revert r72620 because r72619 was reverted. | Bill Wendling | 2009-12-04 | 2 | -6/+8 |
| | | | | | llvm-svn: 90619 | ||||
| * | Debug info is disabled on PPC Darwin. | Bill Wendling | 2009-11-30 | 1 | -0/+4 |
| | | | | | llvm-svn: 90160 | ||||
| * | Fix this test on 64-bit systems which seem to use i64 for gep indices sometimes | Nick Lewycky | 2009-11-30 | 1 | -3/+3 |
| | | | | | | | while 32-bit gcc uses i32. llvm-svn: 90106 | ||||
| * | Commit r90099 made LLVM simplify one of these constant expressions a little | Nick Lewycky | 2009-11-30 | 1 | -6/+5 |
| | | | | | | | | | | more. Update the syntax we're checking for and filecheckize it too. This will fix the selfhost buildbots but will 'break' the others (sigh) because they're still linked against older LLVM which is emitting less optimized IR. llvm-svn: 90104 | ||||
| * | Fix -march= name for x86-64. | Daniel Dunbar | 2009-11-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 89445 | ||||
| * | Specify proper arch and triple for 64-bit. | Bill Wendling | 2009-11-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 89418 | ||||
| * | Testcase for r89415. | Bill Wendling | 2009-11-20 | 1 | -0/+16 |
| | | | | | llvm-svn: 89417 | ||||
| * | Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add, | Daniel Dunbar | 2009-11-09 | 2 | -2/+2 |
| | | | | | | | but might as well use the more standard syntax). llvm-svn: 86553 | ||||
| * | temporarily remove these tests, as they are breaking in the buildbot, | Chris Lattner | 2009-11-07 | 3 | -50/+0 |
| | | | | | | | Eric, please investigate. llvm-svn: 86399 | ||||
| * | Adjust testcases for msasm -> alignstack. | Dale Johannesen | 2009-10-21 | 1 | -2/+2 |
| | | | | | llvm-svn: 84796 | ||||
| * | This is passing on Darwin PPC. | Bill Wendling | 2009-10-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 84723 | ||||
| * | Testcases for msasm bit (llvm-gcc 84062). | Dale Johannesen | 2009-10-14 | 1 | -0/+23 |
| | | | | | llvm-svn: 84063 | ||||
| * | Optimizer may remove debug info. This test checks debug info for include ↵ | Devang Patel | 2009-10-13 | 1 | -3/+1 |
| | | | | | | | headers. llvm-svn: 84025 | ||||
| * | These tests now pass. | Devang Patel | 2009-10-13 | 1 | -1/+0 |
| | | | | | llvm-svn: 84019 | ||||
| * | XFAIL these tests for now. | Devang Patel | 2009-10-13 | 3 | -1/+3 |
| | | | | | llvm-svn: 83933 | ||||
| * | allow this testcase to pass with recent changes. The test hasn't been | Chris Lattner | 2009-10-12 | 1 | -1/+1 |
| | | | | | | | | | producing any stores at all for a long time, but ".store." was in some IR instruction names until recently. This removal caused the test to start failing. Just make it reject any stores. llvm-svn: 83895 | ||||
| * | Test case for aligned attribute on function declaration. | Evan Cheng | 2009-10-02 | 1 | -0/+7 |
| | | | | | llvm-svn: 83234 | ||||
| * | Reenable sqrt IR generation test. | Dale Johannesen | 2009-09-24 | 2 | -3/+16 |
| | | | | | llvm-svn: 82731 | ||||
| * | Disable test; what it's testing for is wrong. | Dale Johannesen | 2009-09-23 | 1 | -0/+3 |
| | | | | | llvm-svn: 82658 | ||||
| * | Add a test case for r81431. | Evan Cheng | 2009-09-10 | 1 | -0/+6 |
| | | | | | llvm-svn: 81432 | ||||
| * | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226 | ||||
| * | Avoid Tcl substitution, introduced %llvmgcc_only for this one little test | Daniel Dunbar | 2009-09-07 | 1 | -1/+1 |
| | | | | | | | (%llvmgcc includes a '-w' argument, and this test looks for warnings). llvm-svn: 81152 | ||||
| * | Mark test as passing on all x86, which it should, | Dale Johannesen | 2009-08-31 | 1 | -1/+1 |
| | | | | | | | | although I don't think anyone cares about this feature except Darwin. PR 4825. llvm-svn: 80596 | ||||
| * | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 104 | -104/+104 |
| | | | | | llvm-svn: 79992 | ||||
| * | Make for 32-bit only. | Bill Wendling | 2009-08-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 79614 | ||||
| * | Probably should emit bitcode instead of text. | Bill Wendling | 2009-08-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 79607 | ||||
| * | Testcase for r79597. | Bill Wendling | 2009-08-21 | 1 | -0/+7 |
| | | | | | llvm-svn: 79598 | ||||
| * | Test for llvm-gcc patch 78762. | Dale Johannesen | 2009-08-12 | 1 | -0/+10 |
| | | | | | llvm-svn: 78763 | ||||
| * | llvm-gcc now emits inbounds for this getelementptr. | Dan Gohman | 2009-08-12 | 1 | -1/+1 |
| | | | | | llvm-svn: 78758 | ||||
| * | Use wchar.h to get wchar_t, not ctype.h. | Dan Gohman | 2009-08-11 | 1 | -1/+1 |
| | | | | | llvm-svn: 78703 | ||||
| * | Testcase for llvm-gcc 78324 (although in normal | Dale Johannesen | 2009-08-06 | 1 | -0/+9 |
| | | | | | | | testing mode it won't test much). llvm-svn: 78325 | ||||
| * | llvm-gcc checks the static asm variable is valid in ↵ | Bill Wendling | 2009-08-04 | 1 | -0/+4 |
| | | | | | | | ValidateRegisterVariable. Make this work for PPC. llvm-svn: 78051 | ||||
| * | Fixed now. | Bill Wendling | 2009-08-04 | 1 | -2/+0 |
| | | | | | llvm-svn: 78042 | ||||
| * | XFAIL for the moment. | Bill Wendling | 2009-08-04 | 1 | -0/+2 |
| | | | | | llvm-svn: 78038 | ||||
| * | remove this test. It is currently failing because we now emit the string | Chris Lattner | 2009-07-25 | 1 | -11/+0 |
| | | | | | | | | | on darwin with ".cstring" instead of ".section __TEXT,__cstring". They are the same and the former is better. Remove this because this is no longer magic pixie dust in the frontend. llvm-svn: 77055 | ||||
| * | Remove the IA-64 backend. | Dan Gohman | 2009-07-24 | 3 | -3/+3 |
| | | | | | llvm-svn: 76920 | ||||
| * | testcase for PR4590 | Chris Lattner | 2009-07-23 | 1 | -0/+34 |
| | | | | | llvm-svn: 76868 | ||||
| * | Testcase for PR4214. | Duncan Sands | 2009-07-17 | 1 | -0/+4 |
| | | | | | llvm-svn: 76174 | ||||
| * | Fix test so it works on systems where wchar_t != int. | Dale Johannesen | 2009-07-15 | 1 | -10/+2 |
| | | | | | llvm-svn: 75827 | ||||
| * | Test for llvm-gcc patch 75822. | Dale Johannesen | 2009-07-15 | 1 | -0/+15 |
| | | | | | llvm-svn: 75824 | ||||
| * | String constants are now output with private linkage. | Duncan Sands | 2009-07-15 | 2 | -4/+3 |
| | | | | | llvm-svn: 75777 | ||||
| * | Testcase for PR4556 | Chris Lattner | 2009-07-14 | 1 | -0/+6 |
| | | | | | llvm-svn: 75655 | ||||
| * | The correct values here (as defined by gcc-4.2) are | Dale Johannesen | 2009-06-23 | 2 | -0/+15 |
| | | | | | | | different for ppc; add another version of the test. llvm-svn: 73983 | ||||
| * | This test only works on ppc32 if some optimization is done before | Dale Johannesen | 2009-06-23 | 1 | -1/+1 |
| | | | | | | | | | | | generating LLVM IR; it is correct in the code as written to use 8-byte-aligned operations to copy Key in bar. Formerly the gcc inliner was run, now it isn't. I don't think it's possible to preserve this as a pure FE test. Adding -O2 lets the llvm optimizers get rid of the 8-byte-aligned stores, at least. llvm-svn: 73981 | ||||
| * | See test. Judging from PR 1278, at the time the test was committed, the | Dale Johannesen | 2009-06-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | generated code was apparently doing stores directly into the return value aggregate; now, it's doing a copy from a compiler-generated static object. That object is initialized using [4 x i8] which breaks the test. I believe this change preserves the original point of the test. Of course it would be better for the code to do stores directly into the return aggregate, but that is not what happens at -O0; the llvm optimizers seem to do that on x86 but not on ppc32, possibly because of the explicit padding (which is unavoidable). I think it must have been being done by a gcc optimizer pass before. llvm-svn: 73972 | ||||
| * | new testcase for rdar://6983634 | Chris Lattner | 2009-06-18 | 1 | -0/+26 |
| | | | | | llvm-svn: 73729 | ||||
| * | 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 | ||||

