Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass --disable-cfi to llc. | Rafael Espindola | 2011-05-03 | 1 | -1/+1 |
| | | | | llvm-svn: 130754 | ||||
* | this test has been failing or a long time, just disable it for now to get | Chris Lattner | 2010-01-24 | 1 | -5/+5 |
| | | | | | | back to green. llvm-svn: 94371 | ||||
* | Remove now-redundant llvm-as invocations. | Dan Gohman | 2009-12-05 | 1 | -1/+1 |
| | | | | llvm-svn: 90626 | ||||
* | Reenable StackTracke.cpp test. | Devang Patel | 2009-11-11 | 1 | -1/+1 |
| | | | | llvm-svn: 86861 | ||||
* | XFAIL for now. | Devang Patel | 2009-11-11 | 1 | -1/+1 |
| | | | | llvm-svn: 86784 | ||||
* | Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add, | Daniel Dunbar | 2009-11-09 | 1 | -1/+1 |
| | | | | | | but might as well use the more standard syntax). llvm-svn: 86553 | ||||
* | 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 | 1 | -0/+1 |
| | | | | llvm-svn: 83933 | ||||
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 1 | -1/+1 |
| | | | | llvm-svn: 79992 | ||||
* | 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 | ||||
* | Remove the IA-64 backend. | Dan Gohman | 2009-07-24 | 1 | -1/+1 |
| | | | | llvm-svn: 76920 | ||||
* | Second attempt: | Bill Wendling | 2009-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 | 1 | -1/+1 |
| | | | | llvm-svn: 70275 | ||||
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | ||||
* | - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit | Bill Wendling | 2009-02-24 | 1 | -1/+2 |
| | | | | | | | | | | a DBG_LABEL or not. We want to fall back to the original way of emitting debug info when we're in -O0/-fast mode. - Add plumbing in to pass the "Fast" flag to places that need it. - XFAIL DebugInfo/deaddebuglabel.ll. This is finding 11 labels instead of 8. I need to investigate still. llvm-svn: 65367 | ||||
* | Un-XFAIL this test. | Bill Wendling | 2009-02-24 | 1 | -1/+0 |
| | | | | llvm-svn: 65355 | ||||
* | Temporarily XFAIL this test. | Bill Wendling | 2009-02-19 | 1 | -0/+1 |
| | | | | llvm-svn: 64987 | ||||
* | Remove no-longer relevant comment. Pointed out | Duncan Sands | 2009-01-22 | 1 | -1/+0 |
| | | | | | | by Gabor. llvm-svn: 62765 | ||||
* | This passes on linux. | Duncan Sands | 2009-01-22 | 1 | -1/+1 |
| | | | | llvm-svn: 62764 | ||||
* | Use lightweight DebugInfo objects directly. | Devang Patel | 2009-01-15 | 1 | -1/+0 |
| | | | | llvm-svn: 62276 | ||||
* | xfail for now. | Devang Patel | 2009-01-14 | 1 | -0/+1 |
| | | | | llvm-svn: 62243 | ||||
* | This test works again for Darwin because a patch was reverted. | Bill Wendling | 2008-12-19 | 1 | -4/+2 |
| | | | | llvm-svn: 61254 | ||||
* | Re-XFAIL this test until debug stuff settles down. | Bill Wendling | 2008-12-18 | 1 | -1/+4 |
| | | | | llvm-svn: 61219 | ||||
* | XFAIL on Linux. | Bill Wendling | 2008-12-18 | 1 | -1/+1 |
| | | | | llvm-svn: 61176 | ||||
* | Do not XFAIL. | Bill Wendling | 2008-12-18 | 1 | -1/+0 |
| | | | | llvm-svn: 61174 | ||||
* | XFAIL for now. | Devang Patel | 2008-12-17 | 1 | -0/+1 |
| | | | | llvm-svn: 61167 | ||||
* | For PR1338: Rename test dirs | Anton Korobeynikov | 2008-05-29 | 1 | -0/+36 |
llvm-svn: 51695 |