Go to file
Evandro Menezes 203eef0ed5 [AArch64] Simplify MacroFusion
This patch assumes that the dependents to be scanned for the ExitSU are its
predecessors; otherwise, the successors of the instr are scanned.

Furthermore, sometimes the ExitSU was being fused twice, since it may be
fused once when scanning the successors from the beginning of the BB and
then again when scanning the predecessors of ExitSU.  Thus, when scanning
the successors of an instr, skip the ExitSU.

llvm-svn: 299974
2017-04-11 19:13:11 +00:00
clang [OpenCL] Map default address space to alloca address space 2017-04-11 17:24:23 +00:00
clang-tools-extra Add the definition of P in the clang tidy example 2017-04-11 16:28:15 +00:00
compiler-rt Revert 299954 : test failure needs to be fixed 2017-04-11 16:27:26 +00:00
debuginfo-tests Add an end-to-end testcase for address sanitizer. 2017-04-06 23:36:44 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Implement LWG#2873: 'Add noexcept to several shared_ptr related functions' This issue missed a couple, so I added those as well (see LWG#2942) 2017-04-11 17:08:53 +00:00
libcxxabi [CMake][libcxxabi] Use -nodefaultlibs for CMake checks 2017-04-07 20:10:41 +00:00
libunwind Revert "[CMake][libunwind] Use -nodefaultlibs for CMake checks" 2017-04-07 20:24:22 +00:00
lld [PDB] Emit index/offset pairs for TPI and IPI streams 2017-04-11 16:26:15 +00:00
lldb Add missing annotation to TestDataFormatterUnordered 2017-04-11 12:26:33 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm [AArch64] Simplify MacroFusion 2017-04-11 19:13:11 +00:00
openmp Test cancellation_for_sections.c expectedly fails on GCC 2017-04-04 14:39:52 +00:00
parallel-libs
polly Exploit BasicBlock::getModule to shorten code 2017-04-11 04:59:13 +00:00