Go to file
Michael Kruse fa7be88378 [Simplify] Remove identical write removal. NFC.
Removal of overwritten writes currently encompasses all the cases
of the identical write removal.

There is an observable behavioral change in that the last, instead
of the first, MemoryAccess is kept. This should not affect the
generated code, however.

Differential Revision: https://reviews.llvm.org/D33143

llvm-svn: 302987
2017-05-13 12:20:57 +00:00
clang [ASTImporter] Improve handling of incomplete types 2017-05-13 00:46:33 +00:00
clang-tools-extra [include-fixer] Don't throw exception when parsing unknown arguments in 2017-05-12 19:01:02 +00:00
compiler-rt [XRay] Fix build with libc++ (NFC). 2017-05-12 22:26:42 +00:00
debuginfo-tests Add additional CHECKs to safestack.c. 2017-04-17 17:57:05 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx [test] Add specific test for P0138R2, direct-list-init of fixed enums from integers, part 3/3. 2017-05-12 20:33:46 +00:00
libcxxabi [libcxxabi] Do not align field unwindHeader when building for ARM EHABI. 2017-05-13 06:28:17 +00:00
libunwind [CMake][libunwind] Fix the -target and -gcc-toolchain flag handling 2017-04-16 06:08:44 +00:00
lld [ELF] - Apply clang-format. NFC. 2017-05-12 17:00:07 +00:00
lldb Fixed the OS X build after Error -> Status rename. 2017-05-12 21:53:44 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm This reverts r302984 2017-05-13 10:59:05 +00:00
openmp Clang-format and whitespace cleanup of source code 2017-05-12 18:01:32 +00:00
parallel-libs
polly [Simplify] Remove identical write removal. NFC. 2017-05-13 12:20:57 +00:00