Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | xfail this test since daniel turned off ipsccp | Chris Lattner | 2009-11-03 | 1 | -0/+1 | |
| | | | | llvm-svn: 85907 | |||||
* | We currently only run ipsccp at LTO time, which is silly. It subsumes | Chris Lattner | 2009-11-01 | 1 | -0/+19 | |
| | | | | | | | | | | | | ipconstprop and doesn't take much time. Just run it in its place. This adds a testcase for it, which I plan to expand to cover other "integration" cases, where we expect the optimizer to be able to eliminate various things. Due to phase order issues we've regressed in a number of areas and integration tests are the only way I see to prevent this. llvm-svn: 85729 | |||||
* | Add radar number. | Dale Johannesen | 2009-10-27 | 1 | -0/+1 | |
| | | | | llvm-svn: 85290 | |||||
* | Testcase for llvm-gcc patch 85284. | Dale Johannesen | 2009-10-27 | 1 | -0/+42 | |
| | | | | llvm-svn: 85287 | |||||
* | This is passing on Darwin PPC. | Bill Wendling | 2009-10-23 | 1 | -1/+1 | |
| | | | | llvm-svn: 84921 | |||||
* | testcase for PR4678 & rdar://7309675 | Chris Lattner | 2009-10-22 | 2 | -5/+19 | |
| | | | | llvm-svn: 84830 | |||||
* | Adjust testcases for msasm -> alignstack. | Dale Johannesen | 2009-10-21 | 1 | -2/+2 | |
| | | | | llvm-svn: 84796 | |||||
* | XFAIL this test for PPC. | Bill Wendling | 2009-10-21 | 1 | -1/+1 | |
| | | | | llvm-svn: 84782 | |||||
* | Use llvmgxx for C++ test. | Dale Johannesen | 2009-10-14 | 1 | -1/+1 | |
| | | | | llvm-svn: 84066 | |||||
* | Testcases for msasm bit (llvm-gcc 84062). | Dale Johannesen | 2009-10-14 | 1 | -0/+23 | |
| | | | | llvm-svn: 84063 | |||||
* | These tests now pass. | Devang Patel | 2009-10-13 | 1 | -1/+0 | |
| | | | | llvm-svn: 84019 | |||||
* | remove two old and nearly useless tests. | Chris Lattner | 2009-10-13 | 2 | -34/+0 | |
| | | | | llvm-svn: 83937 | |||||
* | XFAIL these tests for now. | Devang Patel | 2009-10-13 | 1 | -0/+1 | |
| | | | | llvm-svn: 83933 | |||||
* | Fix test. | Evan Cheng | 2009-10-02 | 1 | -1/+2 | |
| | | | | llvm-svn: 83240 | |||||
* | C++ member functions must be 2 byte aligned per ABI. | Evan Cheng | 2009-10-02 | 1 | -0/+19 | |
| | | | | llvm-svn: 83239 | |||||
* | Testcase for (llvm-gcc) 81399. Adjust an older | Dale Johannesen | 2009-09-09 | 2 | -2/+20 | |
| | | | | | | | test case to allow for different, functionally identical output. llvm-svn: 81400 | |||||
* | Test for llvm-gcc commit 81037. | Dale Johannesen | 2009-09-04 | 1 | -0/+7 | |
| | | | | llvm-svn: 81038 | |||||
* | Reapply 79977. | Devang Patel | 2009-08-28 | 1 | -5/+0 | |
| | | | | | | Use MDNodes to encode debug info in llvm IR. llvm-svn: 80406 | |||||
* | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 2009-08-26 | 1 | -0/+5 | |
| | | | | llvm-svn: 80073 | |||||
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 36 | -36/+36 | |
| | | | | llvm-svn: 79992 | |||||
* | Update DebugInfo interface to use metadata, instead of special named ↵ | Devang Patel | 2009-08-25 | 1 | -5/+0 | |
| | | | | | | | | llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. This change speeds up llvm-gcc by more then 6% at "-O0 -g" (measured by compiling InstructionCombining.cpp!) llvm-svn: 79977 | |||||
* | XFAIL this test since the fix was reverted. | Duncan Sands | 2009-08-17 | 1 | -0/+1 | |
| | | | | llvm-svn: 79235 | |||||
* | Testcase for r78770. | Bill Wendling | 2009-08-12 | 1 | -0/+13 | |
| | | | | llvm-svn: 78774 | |||||
* | XFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin9 until someone feels | Daniel Dunbar | 2009-08-07 | 1 | -2/+3 | |
| | | | | | | motivated to fix it. llvm-svn: 78406 | |||||
* | add a testcase for my llvm-gcc hack. | Chris Lattner | 2009-08-06 | 1 | -0/+12 | |
| | | | | llvm-svn: 78289 | |||||
* | Add test for PR4678 | Rafael Espindola | 2009-08-04 | 1 | -0/+4 | |
| | | | | llvm-svn: 78040 | |||||
* | xfail for now. | Evan Cheng | 2009-07-29 | 1 | -0/+1 | |
| | | | | llvm-svn: 77478 | |||||
* | Remove the IA-64 backend. | Dan Gohman | 2009-07-24 | 3 | -3/+3 | |
| | | | | llvm-svn: 76920 | |||||
* | Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comes | David Greene | 2009-07-20 | 1 | -1/+0 | |
| | | | | | | next. llvm-svn: 76486 | |||||
* | xfail for now. | Evan Cheng | 2009-07-20 | 1 | -0/+1 | |
| | | | | llvm-svn: 76423 | |||||
* | Emit line numbers in asm comments when available. | David Greene | 2009-07-16 | 1 | -0/+27 | |
| | | | | llvm-svn: 76117 | |||||
* | this should be xfailed on darwin. Darwin doesn't use the libstdc++ in the ↵ | Chris Lattner | 2009-07-16 | 1 | -0/+1 | |
| | | | | | | llvm-gcc distro, it uses the system version. llvm-svn: 76095 | |||||
* | Add tests for fixes I committed earlier to the C++ FE. | Rafael Espindola | 2009-07-16 | 2 | -0/+22 | |
| | | | | llvm-svn: 75924 | |||||
* | Mark this test as Darwin only. Patch by Bill Wendling. | Stuart Hastings | 2009-07-06 | 1 | -1/+4 | |
| | | | | llvm-svn: 74829 | |||||
* | Insure that __block_holder_tmp is allocated on the stack when a byref | Stuart Hastings | 2009-07-01 | 1 | -0/+8 | |
| | | | | | | variable is present. llvm-svn: 74610 | |||||
* | Testcase for (llvm-gcc) 73873. Usually | Dale Johannesen | 2009-06-22 | 1 | -0/+32 | |
| | | | | | | | | std::pair<double, float*> is 16 bytes on darwin-powerpc, but not always. See testcase for full weirdness. llvm-svn: 73874 | |||||
* | Test for llvm-gcc patch 73564. | Dale Johannesen | 2009-06-16 | 1 | -0/+10 | |
| | | | | llvm-svn: 73565 | |||||
* | Testcase for (llvm-gcc-4.2) 72442 (PR 4242). | Dale Johannesen | 2009-05-26 | 1 | -0/+27 | |
| | | | | llvm-svn: 72443 | |||||
* | Check that pure/const functions are marked nounwind. | Duncan Sands | 2009-05-04 | 1 | -0/+8 | |
| | | | | llvm-svn: 70875 | |||||
* | Second attempt: | Bill Wendling | 2009-04-29 | 3 | -3/+3 | |
| | | | | | | | | | | | | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to use the old behavior, the flag is -O0. This change allows for finer-grained control over which optimizations are run at different -O levels. Most of this work was pretty mechanical. The majority of the fixes came from verifying that a "fast" variable wasn't used anymore. The JIT still uses a "Fast" flag. I'll change the JIT with a follow-up patch. llvm-svn: 70343 | |||||
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 3 | -3/+3 | |
| | | | | llvm-svn: 70275 | |||||
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 3 | -3/+3 | |
| | | | | | | | | | | | use the old behavior, the flag is -O0. This change allows for finer-grained control over which optimizations are run at different -O levels. Most of this work was pretty mechanical. The majority of the fixes came from verifying that a "fast" variable wasn't used anymore. The JIT still uses a "Fast" flag. I'm not 100% sure if it's necessary to change it there... llvm-svn: 70270 | |||||
* | Testcase for 69795. | Dale Johannesen | 2009-04-23 | 1 | -0/+15 | |
| | | | | llvm-svn: 69901 | |||||
* | Test case for revision 69683. | Devang Patel | 2009-04-21 | 1 | -0/+32 | |
| | | | | llvm-svn: 69684 | |||||
* | These tests pass on linux. | Duncan Sands | 2009-03-25 | 1 | -1/+1 | |
| | | | | llvm-svn: 67689 | |||||
* | These tests are now passing on Darwin because of r67139. | Bill Wendling | 2009-03-18 | 2 | -1/+1 | |
| | | | | llvm-svn: 67215 | |||||
* | xfail these tests for now. | Evan Cheng | 2009-03-18 | 2 | -0/+2 | |
| | | | | llvm-svn: 67143 | |||||
* | test case for rev. 67095. | Devang Patel | 2009-03-17 | 1 | -0/+14 | |
| | | | | llvm-svn: 67096 | |||||
* | Fix test case. Now, llvm-gcc emits debug info for artificiaal variable ↵ | Devang Patel | 2009-03-13 | 1 | -4/+0 | |
| | | | | | | _comp_ctor. llvm-svn: 66963 | |||||
* | Temporarily XFAIL this test. | Bill Wendling | 2009-03-13 | 1 | -0/+2 | |
| | | | | llvm-svn: 66866 |