summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++/2006-11-30-Pubnames.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete test.Eric Christopher2011-08-191-22/+0
| | | | llvm-svn: 138141
* Pass -disable-cfi to llc.Rafael Espindola2011-05-061-1/+1
| | | | llvm-svn: 130999
* Debugging is now reenabled on PPC darwin, so reenableDale Johannesen2010-02-031-3/+1
| | | | | | these tests (they pass). llvm-svn: 95263
* Remove now-redundant llvm-as invocations.Dan Gohman2009-12-051-1/+1
| | | | llvm-svn: 90626
* Debug info is disabled on PPC Darwin.Bill Wendling2009-11-301-1/+5
| | | | llvm-svn: 90160
* 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
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
| | | | llvm-svn: 79992
* 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/+1
| | | | | | | | | | 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
* Run dsymutil on darwin, when it is expected, before running gdb test.Devang Patel2009-02-021-0/+1
| | | | llvm-svn: 63548
* This passes on x86-32 linux at least.Duncan Sands2009-02-021-1/+0
| | | | llvm-svn: 63508
* XFAIL these tests for now.Devang Patel2008-12-121-1/+1
| | | | llvm-svn: 60959
* For PR1338: Rename test dirsAnton Korobeynikov2008-05-291-0/+20
llvm-svn: 51695
OpenPOWER on IntegriCloud