Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix unexpected passes. These test do work with LTO on linux. I tested both | Rafael Espindola | 2012-10-26 | 3 | -3/+3 | |
| | | | | | | a cmake and an autoconf build. llvm-svn: 166748 | |||||
* | Mark bugpoint tests with XFAIL when building with LTO. <rdar://problem/12473675> | Bob Wilson | 2012-10-18 | 3 | -0/+3 | |
| | | | | | | | | The LTO Internalize pass is hiding symbols needed by the bugpoint-passes plug-in. We need to add a flag to control whether Internalize should be run. This is a temporary workaround to make these tests pass in the meantime. llvm-svn: 166239 | |||||
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ↵ | Eli Bendersky | 2012-02-16 | 2 | -3/+1 | |
| | | | | | | | | run with LIT now and now Dejagnu. dg.exp is no longer needed. Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches. llvm-svn: 150664 | |||||
* | test: Check the feature 'loadable_module' with load modules in %llvmshlibdir. | NAKAMURA Takumi | 2010-11-29 | 3 | -8/+6 | |
| | | | | | | %llvmshlibdir should be 'bin' on Cygming. llvm-svn: 120282 | |||||
* | XFAIL this on mingw, following remove_arguments_test.ll. | Dan Gohman | 2010-08-24 | 1 | -0/+1 | |
| | | | | llvm-svn: 111962 | |||||
* | Add a testcase for basic bugpointing in the presence of metadata. | Dan Gohman | 2010-08-24 | 1 | -0/+34 | |
| | | | | llvm-svn: 111955 | |||||
* | XFAIL for mingw that has no plugins. | Rafael Espindola | 2010-08-09 | 2 | -0/+2 | |
| | | | | llvm-svn: 110574 | |||||
* | Use %shlibext instead of .so | Rafael Espindola | 2010-08-08 | 2 | -2/+2 | |
| | | | | llvm-svn: 110529 | |||||
* | Move the bugpoint test passes to a plugin in preparation for having bugpoint | Rafael Espindola | 2010-08-07 | 2 | -2/+4 | |
| | | | | | | use opt. llvm-svn: 110520 | |||||
* | Fix this test to work under lit. | Dan Gohman | 2010-06-07 | 1 | -1/+1 | |
| | | | | llvm-svn: 105553 | |||||
* | Run dead type elimination after dead argument elimination. | Dan Gohman | 2010-06-07 | 1 | -2/+6 | |
| | | | | llvm-svn: 105552 | |||||
* | Make bugpoint dead-argument-hacking actually work, and actually test it. | Dan Gohman | 2010-06-07 | 1 | -0/+2 | |
| | | | | llvm-svn: 105551 | |||||
* | Use -output-prefix in bugpoint tests so that outputs go in temp directory (and | Daniel Dunbar | 2009-09-07 | 2 | -2/+2 | |
| | | | | | | we don't race on them). llvm-svn: 81155 | |||||
* | remove nondeterminstic test. | Chris Lattner | 2009-08-08 | 1 | -13/+0 | |
| | | | | llvm-svn: 78512 | |||||
* | Fix regular expression. | Nick Lewycky | 2009-06-12 | 1 | -1/+1 | |
| | | | | llvm-svn: 73221 | |||||
* | XFAIL this on PPC Linux. This keeps showing up in the buildbot and isn't ↵ | Nick Lewycky | 2009-06-11 | 1 | -0/+3 | |
| | | | | | | | | easy to fix, and I'd like it to stop masking real failures. llvm-svn: 73211 | |||||
* | Re-commit r67334 and r67349 with fix. | Evan Cheng | 2009-03-21 | 2 | -2/+2 | |
| | | | | llvm-svn: 67451 | |||||
* | Revert r67334 and r37349 which break "make check" on Linux. | Nick Lewycky | 2009-03-20 | 2 | -2/+2 | |
| | | | | llvm-svn: 67368 | |||||
* | Fix typo's. | Evan Cheng | 2009-03-20 | 1 | -1/+1 | |
| | | | | llvm-svn: 67349 | |||||
* | More makefile changes to allow dejagnu tests to pass when system tools ↵ | Evan Cheng | 2009-03-19 | 2 | -2/+2 | |
| | | | | | | default to a different target from the llvm configuration (e.g. 64-bit gcc and 32-bit llvm). llvm-svn: 67334 | |||||
* | Remove accidental check-ins in r65960. :-( | Bill Wendling | 2009-03-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 65961 | |||||
* | Use > instead of >=. We want to promote aggregates of 128-bytes. | Bill Wendling | 2009-03-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 65960 | |||||
* | this is unneeded now. | Chris Lattner | 2008-06-16 | 1 | -3/+0 | |
| | | | | llvm-svn: 52298 | |||||
* | resolve PR2453 by adding a run line. | Chris Lattner | 2008-06-16 | 1 | -2/+3 | |
| | | | | llvm-svn: 52296 | |||||
* | XFAIL some tests that became failing due to the extra error reporting ↵ | Matthijs Kooijman | 2008-06-13 | 1 | -0/+2 | |
| | | | | | | recently. PR's are created for these. llvm-svn: 52250 | |||||
* | Pass -silence-passes to bugpoint in testcases, this makes two out of three ↵ | Matthijs Kooijman | 2008-06-12 | 3 | -3/+3 | |
| | | | | | | bugpoint testcases work again. llvm-svn: 52236 | |||||
* | Remove llvm-upgrade | Tanya Lattner | 2008-02-17 | 1 | -10/+6 | |
| | | | | llvm-svn: 47231 | |||||
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -5/+0 | |
| | | | | llvm-svn: 37801 | |||||
* | For PR1319: | Reid Spencer | 2007-04-15 | 1 | -2/+2 | |
| | | | | | | Update to new Tcl exec based test harness. llvm-svn: 36068 | |||||
* | Update tests for the disappearance of -idom. | Owen Anderson | 2007-04-15 | 1 | -8/+0 | |
| | | | | llvm-svn: 36064 | |||||
* | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer | 2007-04-11 | 1 | -1/+1 | |
| | | | | | | | | global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Makefile and llvm-dg.exp) instead of touching every single dg.exp file. llvm-svn: 35918 | |||||
* | Remove DomSet completely. This concludes work on PR1171. | Owen Anderson | 2007-04-08 | 1 | -2/+2 | |
| | | | | llvm-svn: 35775 | |||||
* | Ignore some things generated by bugpoint. | Reid Spencer | 2007-04-04 | 1 | -0/+1 | |
| | | | | llvm-svn: 35677 | |||||
* | Don't upgrade these. | Reid Spencer | 2007-03-19 | 3 | -20/+18 | |
| | | | | llvm-svn: 35166 | |||||
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 6 | -0/+54 | |
llvm-svn: 33296 |