Go to file
Hal Finkel f413be11f0 [PPC] Use SeparateConstOffsetFromGEP
This mirrors r222331, which enabled SeparateConstOffsetFromGEP on AArch64, in
the PowerPC backend. Yields, on a POWER7 machine, a 30% speedup on
SingleSource/Benchmarks/Shootout/nestedloop (this might just be from LICM,
there is a store moved out of the inner loop) and a potential speedup on
MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode. Regardless, it
makes some code look cleaner, and synchronizing the backends in this regard
seems like a generally good thing.

llvm-svn: 222504
2014-11-21 04:35:51 +00:00
clang Extend -Wuninitialized to warn when accessing uninitialized base classes in a 2014-11-21 03:10:30 +00:00
clang-tools-extra [clang-tidy] Set google-readability-namespace-comments.ShortNamespaceLines to 10 2014-11-20 15:05:32 +00:00
compiler-rt Move ASan non-Linux-specific tests out of the Linux/ directory 2014-11-21 00:21:43 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Don't include <stddef.h> 2014-11-18 14:19:27 +00:00
libcxx Add more REQUIRES: LOCALE.* to tests. 2014-11-21 01:23:04 +00:00
libcxxabi Ensure llvm-sanitizer is found by the tests when using sanitizers. 2014-11-21 02:16:19 +00:00
lld [PECOFF] Enable dead-stripping even if /debug option is given. 2014-11-20 23:59:40 +00:00
lldb Rework parallel test process count logic 2014-11-21 02:41:25 +00:00
llvm [PPC] Use SeparateConstOffsetFromGEP 2014-11-21 04:35:51 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly todo: We can support modifiable memory access functions 2014-11-19 16:31:33 +00:00