This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 43a45790608 [asan] Add a full redzone after every stack variable
new 53742c5e597 Split realPathFromHandle in two.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Support/Windows/Path.inc | 30 +++++++++++++++++-------------
1 file changed, 17 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 7fa26e7b1c Fix some -Wunused-variable warnings
new b5ae52f3db [AST] Fix some Clang-tidy modernize and Include What You Use [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/AST/ExprCXX.h | 897 +++++++++++++++++++++++++-------------------
lib/AST/ExprCXX.cpp | 217 +++++------
2 files changed, 611 insertions(+), 503 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3cdd9f6def0 Revert "[asan] Use dynamic shadow on 32-bit Android" and 3 more.
new 43a45790608 [asan] Add a full redzone after every stack variable
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Transforms/Utils/ASanStackFrameLayout.cpp | 9 ++++---
.../Transforms/Utils/ASanStackFrameLayoutTest.cpp | 29 +++++++++++++++++++++-
2 files changed, 34 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 0f3a70628 [ABI/SysV] Remove more dead code. NFCI.
new 161874847 [Module] Throw away some more commented code. NFCI.
new 48dec69bc [ABI] Remove dead code that was copy-pasted all around. NFCI.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
source/Core/Module.cpp | 37 ----------------------
source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp | 41 -------------------------
source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp | 41 -------------------------
3 files changed, 119 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f8d04f6301 [AST] Fix some Clang-tidy modernize and Include What You Use [...]
new 7fa26e7b1c Fix some -Wunused-variable warnings
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/CodeGen/CGOpenMPRuntime.cpp | 1 -
lib/CodeGen/CGStmt.cpp | 1 -
lib/CodeGen/CGStmtOpenMP.cpp | 1 -
3 files changed, 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 82101e9e3 [lldb] Ensure that dwo/dwp are not double-indexed
new 6dc64974d [Core] Garbage collect dead code untouched in years. NFCI.
new 0f3a70628 [ABI/SysV] Remove more dead code. NFCI.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
source/Core/FileSpecList.cpp | 31 -----------------
source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 42 -----------------------
2 files changed, 73 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 603ba13533a [globalisel][tablegen] Generalize pointer-type inference by [...]
new 3cdd9f6def0 Revert "[asan] Use dynamic shadow on 32-bit Android" and 3 more.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../Instrumentation/AddressSanitizer.cpp | 74 ++++------------------
.../Instrumentation/AddressSanitizer/with-ifunc.ll | 47 --------------
2 files changed, 11 insertions(+), 110 deletions(-)
delete mode 100644 test/Instrumentation/AddressSanitizer/with-ifunc.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from c5eabf396 [asan] Fix asan_device_setup on KitKat.
new 8b1310606 Revert "[asan] Use dynamic shadow on 32-bit Android" and 3 more.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/asan/CMakeLists.txt | 1 -
lib/asan/asan_init_version.h | 7 ---
lib/asan/asan_linux.cc | 37 +--------------
lib/asan/asan_mapping.h | 8 +---
lib/asan/asan_premap_shadow.cc | 78 -------------------------------
lib/asan/asan_premap_shadow.h | 30 ------------
lib/sanitizer_common/sanitizer_common.h | 1 -
lib/sanitizer_common/sanitizer_fuchsia.cc | 4 --
lib/sanitizer_common/sanitizer_linux.cc | 18 +++----
lib/sanitizer_common/sanitizer_mac.cc | 4 --
lib/sanitizer_common/sanitizer_win.cc | 4 --
11 files changed, 9 insertions(+), 183 deletions(-)
delete mode 100644 lib/asan/asan_premap_shadow.cc
delete mode 100644 lib/asan/asan_premap_shadow.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b287a8d8c2e [lit] Try to improve Ctrl-C behavior on Windows
new 603ba13533a [globalisel][tablegen] Generalize pointer-type inference by [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/Target/GenericOpcodes.td | 4 ++--
include/llvm/Target/Target.td | 10 ++++++++++
utils/TableGen/CodeGenInstruction.cpp | 11 +++++++++++
utils/TableGen/CodeGenInstruction.h | 6 ++++++
utils/TableGen/GlobalISelEmitter.cpp | 5 +----
5 files changed, 30 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8b754dcdc60 * cgraph.c (cgraph_node::dump): Do IPA sanity checking on [...]
new 3160a5d485e Daily bump.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.