Go to file
Tobias Grosser 11e3873516 Dead code elimination: Update dependences after eliminating code
Without updating dependences we may lose implicit transitive dependences for
which all explicit dependences have gone through the statement iterations we
have just eliminated.

No test case. We should probably implement a -verify-dependences option.

This fixes llvm.org/PR21227

llvm-svn: 224459
2014-12-17 21:13:55 +00:00
clang [c++1z] Fixes for generalized non-type template argument support: check for 2014-12-17 20:42:37 +00:00
clang-tools-extra Update to match clang r223913. 2014-12-10 03:10:06 +00:00
compiler-rt [ASan] Move flag parsing logic to asan_flags.cc. NFC. 2014-12-17 19:31:39 +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 Re-commit the test for regex that I busted last night - now passes under ASAN 2014-12-16 16:22:43 +00:00
libcxxabi Use the newer python syntax for exceptions 2014-12-13 02:49:27 +00:00
lld lld self-hosts on FreeBSD too 2014-12-17 19:14:57 +00:00
lldb Work around an internal compiler error in MSVC. 2014-12-17 18:02:36 +00:00
llgo irgen: fix canAvoid* 2014-12-17 09:45:05 +00:00
llvm R600/SI: Fix f64 inline immediates 2014-12-17 21:04:08 +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 Dead code elimination: Update dependences after eliminating code 2014-12-17 21:13:55 +00:00