| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Eliminate llvmgcc_version testing variable. | Daniel Dunbar | 2010-02-23 | 1 | -1/+1 |
| | | | | | llvm-svn: 96908 | ||||
| * | Test case for r96656. | Devang Patel | 2010-02-19 | 1 | -0/+9 |
| | | | | | llvm-svn: 96657 | ||||
| * | Revert: | Eric Christopher | 2010-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | r95605 | dpatel | 2010-02-08 15:27:46 -0800 (Mon, 08 Feb 2010) | 2 lines test case for r95604. Which was the testcase for the patch reverted from llvm-gcc. llvm-svn: 96474 | ||||
| * | Before setting scope end marker, pay attention to scope begin marker and ↵ | Devang Patel | 2010-02-17 | 1 | -0/+30 |
| | | | | | | | existing scope end marker, if any. Scope must begin before it ends and nested inlined scope do not truncate surrounding scope. llvm-svn: 96445 | ||||
| * | New testcase. | Devang Patel | 2010-02-16 | 1 | -0/+13 |
| | | | | | llvm-svn: 96391 | ||||
| * | Update test to match 95961. | Evan Cheng | 2010-02-12 | 1 | -1/+1 |
| | | | | | llvm-svn: 95971 | ||||
| * | test case for r95842. | Devang Patel | 2010-02-11 | 1 | -0/+7 |
| | | | | | llvm-svn: 95844 | ||||
| * | test case for r95604. | Devang Patel | 2010-02-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 95605 | ||||
| * | This test passes now on ppc darwin; if it doesn't pass | Dale Johannesen | 2010-02-03 | 1 | -1/+1 |
| | | | | | | | on some other ppc say something on the list. llvm-svn: 95265 | ||||
| * | Debugging is now reenabled on PPC darwin, so reenable | Dale Johannesen | 2010-02-03 | 1 | -3/+0 |
| | | | | | | | these tests (they pass). llvm-svn: 95263 | ||||
| * | While mapping llvm.dbg.declare intrinsic manually map its operand, if possible, | Devang Patel | 2010-01-18 | 1 | -0/+12 |
| | | | | | | | because it points to an alloca instruction through metadata. llvm-svn: 93757 | ||||
| * | Really fix this. I checked that on ARM I get | Rafael Espindola | 2010-01-17 | 1 | -2/+2 |
| | | | | | | | | | | PASS: LLVM::FrontendC/pr5406.c (3463 of 5030) and on X86 I get XFAIL: LLVM::FrontendC/pr5406.c (3465 of 5030 llvm-svn: 93689 | ||||
| * | Looks like XFAIL has to list every unsupported arch | Rafael Espindola | 2010-01-17 | 1 | -1/+1 |
| | | | | | llvm-svn: 93672 | ||||
| * | Add test for pr5406 | Rafael Espindola | 2010-01-17 | 1 | -0/+20 |
| | | | | | llvm-svn: 93671 | ||||
| * | Do not use AT_specification die for static variables. It confuses gdb. | Devang Patel | 2010-01-15 | 1 | -0/+12 |
| | | | | | llvm-svn: 93494 | ||||
| * | new test case for r93485. | Devang Patel | 2010-01-15 | 1 | -0/+4 |
| | | | | | llvm-svn: 93486 | ||||
| * | Test for r93409. | Evan Cheng | 2010-01-14 | 1 | -0/+11 |
| | | | | | llvm-svn: 93410 | ||||
| * | This is testing a darwin specific feature, so only turn | Duncan Sands | 2010-01-06 | 1 | -0/+2 |
| | | | | | | | it on for darwin (it fails on linux). llvm-svn: 92826 | ||||
| * | Fix debug_inlined section entries for routines whose names are changed ↵ | Devang Patel | 2010-01-04 | 1 | -0/+15 |
| | | | | | | | through __asm() extension. llvm-svn: 92533 | ||||
| * | Test case for 90787. | Evan Cheng | 2009-12-07 | 1 | -0/+15 |
| | | | | | llvm-svn: 90791 | ||||
| * | Remove now-redundant llvm-as invocations. | Dan Gohman | 2009-12-05 | 14 | -15/+15 |
| | | | | | llvm-svn: 90626 | ||||
| * | 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 | ||||

