This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 50aa16b Remove uses of std::binary_function, removed in C++17.
new 71dea93 [XRay] Do not depend on C++ stdlib for XRay builds
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/Driver/ToolChains/Gnu.cpp | 2 --
1 file changed, 2 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 lld.
from 655a85d Fix varaible names that correspond to command line options.
new 9f04fae Move a few functions to a new file Filesystem.{cpp,h}.
new adf2fd9 Use `using namespace lld` for consistency with other files.
new 82433f0 Update comments.
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:
ELF/CMakeLists.txt | 1 +
ELF/Driver.cpp | 28 +++------------
ELF/Error.cpp | 6 ++--
ELF/Filesystem.cpp | 79 +++++++++++++++++++++++++++++++++++++++++
ELF/{MapFile.h => Filesystem.h} | 12 +++----
ELF/LinkerScript.cpp | 6 ++--
ELF/SyntheticSections.h | 6 ++--
ELF/Threads.h | 4 +--
ELF/Writer.cpp | 43 ++--------------------
9 files changed, 103 insertions(+), 82 deletions(-)
create mode 100644 ELF/Filesystem.cpp
copy ELF/{MapFile.h => Filesystem.h} (57%)
--
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 c0c8b85 gcc/testsuite/ChangeLog:
new 438d8de 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-6-branch
in repository gcc.
from fc03f93 Daily bump.
new 146455e 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 56e61d2 Daily bump.
new 7fa843d 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 master
in repository llvm.
from 77bbb63 Refactor code to reduce indentation and improve readability. (NFC)
new ce68a40 [libFuzzer] fix non-linux build
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/Fuzzer/test/TableLookupTest.cpp | 2 ++
1 file changed, 2 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 binutils-gdb.
from 3e00d44 Remove some unnecessary inferior_ptid setting/restoring when [...]
new cad1105 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 gdb-7.12-branch
in repository binutils-gdb.
from 14a64e0 Automatic date update in version.in
new 3d230a6 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 3899928 Automatic date update in version.in
new cef891b 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 f62637a Set the prof weight correctly for call instructions in DeadAr [...]
new a68ea00 Fix trellis layout to avoid mis-identify triangle.
new bef4d67 [sancov] Don't instrument blocks with no insertion point
new 26b2e95 Fix a bug when emitting debug info for partially constant glo [...]
new 77bbb63 Refactor code to reduce indentation and improve readability. (NFC)
The 4 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/DwarfCompileUnit.cpp | 101 ++++++++++---------
lib/CodeGen/MachineBlockPlacement.cpp | 7 +-
.../Instrumentation/SanitizerCoverage.cpp | 5 +
test/CodeGen/PowerPC/tail-dup-layout.ll | 48 +++++++++
test/DebugInfo/X86/split-global.ll | 2 +-
test/Instrumentation/SanitizerCoverage/wineh.ll | 111 +++++++++++++++++++++
6 files changed, 224 insertions(+), 50 deletions(-)
create mode 100644 test/Instrumentation/SanitizerCoverage/wineh.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.