This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from d5a525d5293 Add -Waligned-new to Option Summary
new 68ca69a4854 gcc: xtensa: fix NAND code in xtensa_expand_atomic
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/ChangeLog | 8 ++++++++
gcc/config/xtensa/xtensa.c | 4 ++--
2 files changed, 10 insertions(+), 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 gcc-7-branch
in repository gcc.
from 126a6e01d2a Add -Waligned-new to Option Summary
new 8709905244d gcc: xtensa: fix NAND code in xtensa_expand_atomic
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/ChangeLog | 8 ++++++++
gcc/config/xtensa/xtensa.c | 4 ++--
2 files changed, 10 insertions(+), 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 binutils-gdb.
from d53d543682 Remove --enable-multi-ice
new fcc9b044b7 Automatically update "aclocal_m4_deps" when updating gnulib
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:
gdb/ChangeLog | 10 +++
gdb/gnulib/Makefile.in | 142 ++----------------------------------------
gdb/gnulib/aclocal-m4-deps.mk | 136 ++++++++++++++++++++++++++++++++++++++++
gdb/gnulib/update-gnulib.sh | 10 +++
4 files changed, 160 insertions(+), 138 deletions(-)
create mode 100644 gdb/gnulib/aclocal-m4-deps.mk
--
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 c38c85037dd [PGO] Control Height Reduction
new b9587f4923b [WebAssembly] Fix operand rewriting in inline asm lowering.
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/Target/WebAssembly/WebAssemblyExplicitLocals.cpp | 6 ++----
test/CodeGen/WebAssembly/inline-asm.ll | 2 +-
2 files changed, 3 insertions(+), 5 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 libunwind.
from 5598288 Export public functions implemented in assembly on Windows.
new 7ca2655 [CMake] Remove variable reference that isn't used.
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:
src/CMakeLists.txt | 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 gcc.
from 1ab5867ea81 Don't xfail gcc.target/i386/addr-sel-1.c (PR target/86744)
new 174ff8eae85 gcc: xtensa: fix NAND code in xtensa_expand_atomic
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/ChangeLog | 5 +++++
gcc/config/xtensa/xtensa.c | 4 ++--
2 files changed, 7 insertions(+), 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 llvm.
from c7d9aac7182 [CodeGen] Fix remaining zext() assertions in SelectionDAG
new c38c85037dd [PGO] Control Height Reduction
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/InitializePasses.h | 1 +
include/llvm/LinkAllPasses.h | 1 +
.../Instrumentation/ControlHeightReduction.h | 32 +
include/llvm/Transforms/Utils.h | 7 +
lib/Passes/PassBuilder.cpp | 9 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/IPO/PassManagerBuilder.cpp | 8 +
lib/Transforms/Instrumentation/CMakeLists.txt | 1 +
.../Instrumentation/ControlHeightReduction.cpp | 2010 ++++++++++++++++++++
lib/Transforms/Instrumentation/Instrumentation.cpp | 1 +
test/Transforms/PGOProfile/chr.ll | 1912 +++++++++++++++++++
11 files changed, 3983 insertions(+)
create mode 100644 include/llvm/Transforms/Instrumentation/ControlHeightReduction.h
create mode 100644 lib/Transforms/Instrumentation/ControlHeightReduction.cpp
create mode 100644 test/Transforms/PGOProfile/chr.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 lldb.
from a6f47fd01 [NFC] Fixed enum constant in boolean context error
new 0f2c181d0 Terminate debugger if an assert was hit
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:
source/Utility/LLDBAssert.cpp | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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 036762794 [TSan] Update assembly code check.
new 323cb70b7 [TSan] Update assembly test again.
new f2f515f81 [libFuzzer] Enable tests on Windows
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:
lib/fuzzer/FuzzerIOWindows.cpp | 2 +-
lib/tsan/check_analyze.sh | 8 ++++----
test/CMakeLists.txt | 5 +----
test/fuzzer/afl-driver-extra-stats.test | 2 ++
test/fuzzer/afl-driver-stderr.test | 3 ++-
test/fuzzer/bogus-initialize.test | 2 ++
test/fuzzer/coverage.test | 3 ++-
test/fuzzer/dso.test | 2 ++
test/fuzzer/dump_coverage.test | 3 ++-
test/fuzzer/exit_on_src_pos.test | 2 ++
test/fuzzer/fuzzer-customcrossover.test | 2 ++
test/fuzzer/fuzzer-custommutator.test | 2 ++
test/fuzzer/fuzzer-flags.test | 2 ++
test/fuzzer/fuzzer-oom.test | 3 ++-
test/fuzzer/handle-unstable.test | 3 ++-
test/fuzzer/initialize.test | 2 ++
test/fuzzer/lit.cfg | 16 +++++++++++-----
test/fuzzer/merge-control-file.test | 18 ++++++++++--------
test/fuzzer/merge-posix.test | 1 +
test/fuzzer/merge-sigusr.test | 4 +++-
test/fuzzer/print_unstable_stats.test | 5 +++--
test/fuzzer/sigusr.test | 4 +++-
test/fuzzer/standalone.test | 2 ++
test/fuzzer/symbolize-deadlock.test | 2 ++
test/fuzzer/trace-malloc-threaded.test | 3 ++-
test/fuzzer/trace-malloc-unbalanced.test | 3 ++-
test/fuzzer/ulimit.test | 2 ++
test/fuzzer/value-profile-cmp.test | 2 ++
test/fuzzer/value-profile-cmp4.test | 2 ++
test/fuzzer/value-profile-load.test | 2 ++
30 files changed, 79 insertions(+), 33 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 binutils-gdb.
from dd083ee23d Fix batch exit status test failure on Fedora 28
new ba2bf2aaba Remove obsolete comments from Makefiles
new 3322c5d9a1 Remove unneeded explicit .o targets
new 8dc9fd87b0 Simplify ada-exp.o rule
new d53d543682 Remove --enable-multi-ice
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:
gdb/ChangeLog | 20 ++++++++++++++++++++
gdb/Makefile.in | 29 +----------------------------
gdb/configure | 18 ------------------
gdb/configure.ac | 12 ------------
gdb/gnulib/Makefile.in | 5 -----
5 files changed, 21 insertions(+), 63 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.