1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/lib/Transforms
Jun Bum Lim 78c02c3c2f [DSE] Fix bug in partial overwrite tracking
Summary:
Found cases where DSE incorrectly add partially-overwritten intervals.
Please see the test case for details.

Reviewers: mcrosier, eeckstein, hfinkel

Subscribers: mcrosier, llvm-commits

Differential Revision: http://reviews.llvm.org/D21859

llvm-svn: 274237
2016-06-30 15:32:20 +00:00
..
Hello Add auto-exporting of symbols from tools so that plugins work on Windows 2016-05-26 11:16:43 +00:00
InstCombine [InstCombine] shrink switch conditions better (PR24766) 2016-06-30 14:51:21 +00:00
Instrumentation [asan] fix false dynamic-stack-buffer-overflow report with constantly-sized dynamic allocas, LLVM part 2016-06-27 15:57:08 +00:00
IPO [PM] Port PartialInlining to the new PM 2016-06-27 16:50:18 +00:00
ObjCARC Apply clang-tidy's modernize-loop-convert to most of lib/Transforms. 2016-06-26 12:28:59 +00:00
Scalar [DSE] Fix bug in partial overwrite tracking 2016-06-30 15:32:20 +00:00
Utils [PM] Normalize FIXMEs for missing PreserveCFG to have the same wording. 2016-06-28 00:54:12 +00:00
Vectorize [LV] Improve accuracy and formatting of function comment 2016-06-29 22:04:10 +00:00
CMakeLists.txt
LLVMBuild.txt