llvm-6502/test/CodeGen/XCore
Chandler Carruth 9e67db4af1 Flip the new block-placement pass to be on by default.
This is mostly to test the waters. I'd like to get results from FNT
build bots and other bots running on non-x86 platforms.

This feature has been pretty heavily tested over the last few months by
me, and it fixes several of the execution time regressions caused by the
inlining work by preventing inlining decisions from radically impacting
block layout.

I've seen very large improvements in yacr2 and ackermann benchmarks,
along with the expected noise across all of the benchmark suite whenever
code layout changes. I've analyzed all of the regressions and fixed
them, or found them to be impossible to fix. See my email to llvmdev for
more details.

I'd like for this to be in 3.1 as it complements the inliner changes,
but if any failures are showing up or anyone has concerns, it is just
a flag flip and so can be easily turned off.

I'm switching it on tonight to try and get at least one run through
various folks' performance suites in case SPEC or something else has
serious issues with it. I'll watch bots and revert if anything shows up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154816 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-16 13:49:17 +00:00
..
2008-11-17-Shl64.ll
2009-01-08-Crash.ll
2009-01-14-Remat-Crash.ll
2009-03-27-v2f64-param.ll
2009-07-15-store192.ll
2010-02-25-LSR-Crash.ll
2010-04-07-DbgValueOtherTargets.ll
2011-01-31-DAGCombineBug.ll Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions. 2011-01-31 17:41:44 +00:00
2011-08-01-DynamicAllocBug.ll FileCheck hygiene. 2012-01-05 00:43:34 +00:00
2011-08-01-VarargsBug.ll Fix crash with varargs function with no named parameters. 2011-08-01 16:45:59 +00:00
addsub64.ll
ashr.ll Flip the new block-placement pass to be on by default. 2012-04-16 13:49:17 +00:00
basictest.ll
bigstructret.ll
constants.ll Be nice to Xcore and the XMOS assembler and avoid quoting section names 2011-03-04 20:03:14 +00:00
events.ll Add checkevent intrinsic to check if any resources owned by the current thread 2011-03-16 18:34:00 +00:00
float-intrinsics.ll Combine various XCore tests for floating point intrinsic support into a single test. 2011-11-01 10:51:48 +00:00
fneg.ll Move various XCore tests to FileCheck 2011-11-01 10:41:28 +00:00
getid.ll Move various XCore tests to FileCheck 2011-11-01 10:41:28 +00:00
global_negative_offset.ll Don't fold negative offsets into cp / dp accesses to avoid relocation errors. 2011-11-01 11:31:53 +00:00
globals.ll Be nice to Xcore and the XMOS assembler and avoid quoting section names 2011-03-04 20:03:14 +00:00
indirectbr.ll
ladd_lsub_combine.ll No need to run llvm-as. 2012-04-02 19:44:20 +00:00
licm-ldwcp.ll Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic. 2011-11-27 06:54:59 +00:00
lit.local.cfg Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu 2012-03-25 09:02:19 +00:00
load.ll Move various XCore tests to FileCheck 2011-11-01 10:41:28 +00:00
misc-intrinsics.ll Add intrinsics for SETEV, GETED, GETET. 2011-08-18 13:00:48 +00:00
mul64.ll Fix register-dependent XCore tests 2011-05-04 01:01:41 +00:00
private.ll Move various XCore tests to FileCheck 2011-11-01 10:41:28 +00:00
ps-intrinsics.ll Add XCore intrinsics for getps, setps, setsr and clrsr. 2011-03-15 13:45:47 +00:00
resources.ll Add intrinsics for SETEV, GETED, GETET. 2011-08-18 13:00:48 +00:00
scavenging.ll Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic. 2011-11-27 06:54:59 +00:00
sext.ll
sr-intrinsics.ll Add XCore intrinsics for getps, setps, setsr and clrsr. 2011-03-15 13:45:47 +00:00
store.ll Move various XCore tests to FileCheck 2011-11-01 10:41:28 +00:00
switch_long.ll
switch.ll
threads.ll Add XCore intrinsics for initializing / starting / synchronizing threads. 2011-03-31 15:13:13 +00:00
tls.ll Be nice to Xcore and the XMOS assembler and avoid quoting section names 2011-03-04 20:03:14 +00:00
trampoline.ll Split the init.trampoline intrinsic, which currently combines GCC's 2011-09-06 13:37:06 +00:00
trap.ll Move various XCore tests to FileCheck 2011-11-01 10:41:28 +00:00
unaligned_load.ll
unaligned_store_combine.ll Move various XCore tests to FileCheck 2011-11-01 10:41:28 +00:00
unaligned_store.ll