This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b798b8c [ThinLTO] Keep common symbols in ThinLTO modules
new b5871f9 Fix bot failure due to new test
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:
test/tools/gold/X86/common_thinlto.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 2685dea Print the module format in clang -module-file-info.
new 40fb0b9 PR28438: Update the information on an identifier with local d [...]
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/Lex/Preprocessor.h | 6 ++++++
lib/Lex/Preprocessor.cpp | 7 ++++++-
test/Modules/Inputs/PR28438/a.h | 1 +
test/Modules/Inputs/{using-decl-redecl/d.h => PR28438/b1.h} | 1 +
.../python/tests/__init__.py => test/Modules/Inputs/PR28438/b2.h | 0
test/Modules/Inputs/PR28438/module.modulemap | 2 ++
test/Modules/pr28438.cpp | 9 +++++++++
7 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 test/Modules/Inputs/PR28438/a.h
copy test/Modules/Inputs/{using-decl-redecl/d.h => PR28438/b1.h} (55%)
copy bindings/python/tests/__init__.py => test/Modules/Inputs/PR28438/b2.h (100%)
create mode 100644 test/Modules/Inputs/PR28438/module.modulemap
create mode 100644 test/Modules/pr28438.cpp
--
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 b1cfb8c TailDuplicator: Fix crash after r278974
new b798b8c [ThinLTO] Keep common symbols in ThinLTO modules
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/LTO/LTO.h | 4 +++
test/tools/gold/X86/Inputs/common_thinlto.ll | 13 ++++++++++
test/tools/gold/X86/common_thinlto.ll | 38 ++++++++++++++++++++++++++++
tools/gold/gold-plugin.cpp | 5 +++-
4 files changed, 59 insertions(+), 1 deletion(-)
create mode 100644 test/tools/gold/X86/Inputs/common_thinlto.ll
create mode 100644 test/tools/gold/X86/common_thinlto.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 llvm.
from 5bc5c47 [RuntimeDyld] Strip leading '_' from symbols on 32-bit window [...]
new 76e81b2 [asan] Add support of lifetime poisoning into ComputeASanStac [...]
new dcd27e4 [LTO] Promote before performing weak resolution
new b1cfb8c TailDuplicator: Fix crash after r278974
The 3 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:
.../llvm/Transforms/Utils/ASanStackFrameLayout.h | 17 ++++----
lib/CodeGen/TailDuplicator.cpp | 2 +-
lib/LTO/LTOBackend.cpp | 4 +-
.../Instrumentation/AddressSanitizer.cpp | 5 ++-
lib/Transforms/Utils/ASanStackFrameLayout.cpp | 13 ++++--
test/ThinLTO/X86/internalize.ll | 13 ++++++
.../Transforms/Utils/ASanStackFrameLayoutTest.cpp | 46 +++++++++++-----------
7 files changed, 64 insertions(+), 36 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 compiler-rt.
from e5fb2ba [asan] Remove "Stack partial redzone" from report
new b2d566d [asan] Add __asan_set_shadow_*
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/asan_interface_internal.h | 14 ++++++++++
lib/asan/asan_poisoning.cc | 24 +++++++++++++++++
lib/asan/asan_rtl.cc | 8 ++++++
lib/asan/asan_win_dll_thunk.cc | 7 +++++
lib/asan/tests/CMakeLists.txt | 1 +
lib/asan/tests/asan_internal_interface_test.cc | 36 ++++++++++++++++++++++++++
6 files changed, 90 insertions(+)
create mode 100644 lib/asan/tests/asan_internal_interface_test.cc
--
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 a53e50c [LTO] Change addSaveTemps API: do not add dot to the supplied [...]
new 5bc5c47 [RuntimeDyld] Strip leading '_' from symbols on 32-bit window [...]
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/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp | 4 ++--
unittests/ExecutionEngine/ExecutionEngineTest.cpp | 4 ++--
2 files changed, 4 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 llvm.
from 4ab1e66 ADT: Tidy up ilist_traits static asserts, NFC
new a53e50c [LTO] Change addSaveTemps API: do not add dot to the supplied [...]
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/LTO/LTOBackend.cpp | 8 +++-----
test/LTO/Resolution/X86/alias.ll | 2 +-
test/LTO/Resolution/X86/comdat.ll | 2 +-
test/tools/gold/X86/opt-level.ll | 6 +++---
tools/gold/gold-plugin.cpp | 3 ++-
tools/llvm-lto2/llvm-lto2.cpp | 3 ++-
6 files changed, 12 insertions(+), 12 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 cee8087 [RELOAD] Don't assume subreg mem address is ok
new 45183e4 input.c: move test functions within #CHECKING_P and into selftest::
new 0c2998b Daily bump.
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:
gcc/ChangeLog | 11 +++++++++++
gcc/DATESTAMP | 2 +-
gcc/input.c | 14 ++++++++------
3 files changed, 20 insertions(+), 7 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 gcc-6-branch
in repository gcc.
from 2b8f1b9 Daily bump.
new deea1cb 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from 597bd3d Daily bump.
new 7ae6a58 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.