summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++/2006-11-06-StackTrace.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Pass --disable-cfi to llc.Rafael Espindola2011-05-031-1/+1
| | | | llvm-svn: 130754
* this test has been failing or a long time, just disable it for now to getChris Lattner2010-01-241-5/+5
| | | | | | back to green. llvm-svn: 94371
* Remove now-redundant llvm-as invocations.Dan Gohman2009-12-051-1/+1
| | | | llvm-svn: 90626
* Reenable StackTracke.cpp test.Devang Patel2009-11-111-1/+1
| | | | llvm-svn: 86861
* XFAIL for now.Devang Patel2009-11-111-1/+1
| | | | llvm-svn: 86784
* Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add,Daniel Dunbar2009-11-091-1/+1
| | | | | | but might as well use the more standard syntax). llvm-svn: 86553
* These tests now pass.Devang Patel2009-10-131-1/+0
| | | | llvm-svn: 84019
* XFAIL these tests for now.Devang Patel2009-10-131-0/+1
| | | | llvm-svn: 83933
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
| | | | llvm-svn: 79992
* XFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin9 until someone feelsDaniel Dunbar2009-08-071-2/+3
| | | | | | motivated to fix it. llvm-svn: 78406
* Remove the IA-64 backend.Dan Gohman2009-07-241-1/+1
| | | | llvm-svn: 76920
* Second attempt:Bill Wendling2009-04-291-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 Wendling2009-04-281-1/+1
| | | | llvm-svn: 70275
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-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 emitBill Wendling2009-02-241-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 Wendling2009-02-241-1/+0
| | | | llvm-svn: 65355
* Temporarily XFAIL this test.Bill Wendling2009-02-191-0/+1
| | | | llvm-svn: 64987
* Remove no-longer relevant comment. Pointed outDuncan Sands2009-01-221-1/+0
| | | | | | by Gabor. llvm-svn: 62765
* This passes on linux.Duncan Sands2009-01-221-1/+1
| | | | llvm-svn: 62764
* Use lightweight DebugInfo objects directly.Devang Patel2009-01-151-1/+0
| | | | llvm-svn: 62276
* xfail for now.Devang Patel2009-01-141-0/+1
| | | | llvm-svn: 62243
* This test works again for Darwin because a patch was reverted.Bill Wendling2008-12-191-4/+2
| | | | llvm-svn: 61254
* Re-XFAIL this test until debug stuff settles down.Bill Wendling2008-12-181-1/+4
| | | | llvm-svn: 61219
* XFAIL on Linux.Bill Wendling2008-12-181-1/+1
| | | | llvm-svn: 61176
* Do not XFAIL.Bill Wendling2008-12-181-1/+0
| | | | llvm-svn: 61174
* XFAIL for now.Devang Patel2008-12-171-0/+1
| | | | llvm-svn: 61167
* For PR1338: Rename test dirsAnton Korobeynikov2008-05-291-0/+36
llvm-svn: 51695
OpenPOWER on IntegriCloud