Go to file
Hal Finkel 31025a6325 Revert r190764: PPC: Don't restrict lvsl generation to after type legalization
This is causing test-suite failures.

Original commit message:

The PPC backend uses a target-specific DAG combine to turn unaligned Altivec
loads into a permutation-based sequence when possible. Unfortunately, the
target-specific DAG combine is not always called on all loads of interest
(sometimes the routines in DAGCombine call CombineTo such that the new node and
users are not added to the worklist); allowing the combine to trigger early
(before type legalization) mitigates this problem. Because the autovectorizers
only create legal vector types, I don't expect a lot of cases where this
optimization is enabled by type legalization in practice.

llvm-svn: 190765
2013-09-15 15:41:11 +00:00
clang Make __has_extension(c_thread_local) work. 2013-09-14 16:17:20 +00:00
clang-tools-extra Transform files in a compilation database if no sources are provided. 2013-09-12 20:10:59 +00:00
compiler-rt [msan] Add source file:line to stack origin reports. 2013-09-13 12:55:07 +00:00
debuginfo-tests Auto-detect the architecture of the executable instead of using the arch of 2013-09-07 20:04:29 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 (invalid value for broken_promise). 2013-09-14 18:20:10 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld Output soname. 2013-09-14 19:53:51 +00:00
lldb Clean up RegisterContextPOSIX. Renamed to POSIXBreakpointProtocol. 2013-09-14 18:44:01 +00:00
llvm Revert r190764: PPC: Don't restrict lvsl generation to after type legalization 2013-09-15 15:41:11 +00:00
polly Fix build after SCEV change 2013-09-10 20:22:17 +00:00