This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.0-branch
in repository binutils-gdb.
from a527ec51ea Automatic date update in version.in
new afa9a51c56 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_28-branch
in repository binutils-gdb.
from eac59e8c3c Automatic date update in version.in
new 19d9d9030a Automatic date update in version.in
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:
bfd/version.h | 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 llvm.
from 3e612404a50 Remove unused member.
new 9cd70d945c3 Return a lit.Test.Result object from TestRunner's executeShTest()
new f9ebd6114be [Examples] Fix some Clang-tidy modernize-use-using and Incl [...]
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:
.../BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 6 ++---
.../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 10 ++++-----
.../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 9 ++++----
.../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 13 +++++------
.../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 14 +++++-------
.../BuildingAJIT/Chapter5/Server/server.cpp | 26 ++++++++++++----------
examples/Kaleidoscope/include/KaleidoscopeJIT.h | 9 ++++----
utils/lit/lit/TestRunner.py | 2 +-
8 files changed, 44 insertions(+), 45 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 dcf3dde852d LivePhysRegs: Fix addLiveOutsNoPristines() for return block [...]
new c58f672ed11 LTO: Do summary-based prevailing symbol resolution at --lto-O0.
new 5a4717aaf17 [PPC] Add text for assert.
new 3e612404a50 Remove unused member.
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:
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 2 --
lib/LTO/LTO.cpp | 25 ++++++++++++-------------
lib/Target/PowerPC/PPCISelLowering.cpp | 2 +-
test/LTO/Resolution/X86/linkonce.ll | 11 +++++++++++
4 files changed, 24 insertions(+), 16 deletions(-)
create mode 100644 test/LTO/Resolution/X86/linkonce.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 881a838f9 [asan] relax sanbox_read_proc_self_maps_test to pass even if [...]
new 718173908 [compiler-rt] Replace allow_user_segv_handler=0 with kHandleS [...]
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_interceptors.cc | 12 ++---
lib/sanitizer_common/sanitizer_common.h | 2 +-
lib/sanitizer_common/sanitizer_flag_parser.h | 5 ++
lib/sanitizer_common/sanitizer_flags.h | 1 +
lib/sanitizer_common/sanitizer_flags.inc | 6 +--
lib/sanitizer_common/sanitizer_linux.cc | 4 +-
lib/sanitizer_common/sanitizer_mac.cc | 6 +--
lib/sanitizer_common/sanitizer_posix_libcdep.cc | 7 +--
lib/sanitizer_common/sanitizer_win.cc | 4 +-
lib/sanitizer_common/tests/sanitizer_flags_test.cc | 6 ++-
test/asan/TestCases/Posix/allow_user_segv.cc | 53 +++++++++++++++-------
.../TestCases/Linux/signal_segv_handler.cc | 2 +-
12 files changed, 65 insertions(+), 43 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 eaeb9a947f7 2017-05-25 Paolo Carlini <paolo.carlini(a)oracle.com>
new dbae3ea7e3b 2017-05-25 Eric Gallager <egall(a)gwmail.gwu.edu>
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:
ChangeLog | 4 ++++
MAINTAINERS | 1 +
2 files changed, 5 insertions(+)
--
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 a8d58fe0eff DebugInfo: Simplify scopes+subprogram handling since the su [...]
new f061f6ca68a [CV Type Merging] Find nested type indices faster.
new b0019d8f2c4 LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI
new dcf3dde852d LivePhysRegs: Fix addLiveOutsNoPristines() for return block [...]
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:
include/llvm/CodeGen/LivePhysRegs.h | 2 +-
.../llvm/DebugInfo/CodeView/TypeIndexDiscovery.h | 33 ++
include/llvm/DebugInfo/CodeView/TypeRecord.h | 10 +-
lib/CodeGen/BranchFolding.cpp | 7 +-
lib/CodeGen/BranchFolding.h | 1 +
lib/CodeGen/BranchRelaxation.cpp | 2 +-
lib/CodeGen/LivePhysRegs.cpp | 74 +--
lib/DebugInfo/CodeView/CMakeLists.txt | 1 +
lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp | 371 +++++++++++++++
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 388 ++--------------
unittests/DebugInfo/CodeView/CMakeLists.txt | 1 +
unittests/DebugInfo/CodeView/ErrorChecking.h | 9 +
.../DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 496 +++++++++++++++++++++
13 files changed, 1007 insertions(+), 388 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h
create mode 100644 lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
create mode 100644 unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.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 libcxx.
from afb54769d Correct typo: LIBCXXABI_BUILTINS_LIBRARY -> LIBCXX_BUILTINS_LIBRARY
new b3559ed0d Re-add <experimental/coroutine> to the module map.
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/experimental/coroutine | 6 +++---
include/module.modulemap | 10 ++++------
2 files changed, 7 insertions(+), 9 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 4b9a301c22 Make test/Driver/baremetal.cpp work when output directory is [...]
new e7d255d9bd "*" => "+" to avoid matching on empty string.
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/Driver/baremetal.cpp | 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 llvm.
from 7a457502338 [PPC] Fix atomics lowering in DAG lowering.
new a8d58fe0eff DebugInfo: Simplify scopes+subprogram handling since the su [...]
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/AsmPrinter/DwarfDebug.cpp | 26 ++++++++------------------
1 file changed, 8 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.