This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 79f1f0032c4 Revert "[X86] Improvement in CodeGen instruction selection [...]
new 527f9bdad5e [WebAssembly] Revert r319488 "Add visibility flag to Wasm s [...]
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/BinaryFormat/Wasm.h | 4 ----
include/llvm/MC/MCSymbolWasm.h | 4 ----
include/llvm/Object/Wasm.h | 8 --------
lib/MC/MCWasmStreamer.cpp | 5 +----
lib/MC/WasmObjectWriter.cpp | 8 ++------
lib/Object/WasmObjectFile.cpp | 4 +---
test/MC/WebAssembly/visibility.ll | 23 -----------------------
7 files changed, 4 insertions(+), 52 deletions(-)
delete mode 100644 test/MC/WebAssembly/visibility.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 lld.
from 0a225cfc3 Cache modulo values for the .gnu.hash section.
new 0f9513de8 [WebAssembly] Revert r319592 "Add support for visibility flag"
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/wasm/Inputs/call-indirect.ll | 4 ++--
test/wasm/Inputs/hidden.ll | 14 ------------
test/wasm/Inputs/ret32.ll | 2 +-
test/wasm/Inputs/ret64.ll | 2 +-
test/wasm/Inputs/weak-alias.ll | 2 +-
test/wasm/call-indirect.ll | 12 +++++-----
test/wasm/entry.ll | 2 +-
test/wasm/visibility-hidden.ll | 46 ---------------------------------------
test/wasm/weak-alias-overide.ll | 6 ++---
test/wasm/weak-alias.ll | 6 ++---
test/wasm/weak-external.ll | 12 +++++-----
wasm/Symbols.cpp | 2 --
wasm/Symbols.h | 1 -
wasm/Writer.cpp | 41 +++++++++++++++++++---------------
14 files changed, 47 insertions(+), 105 deletions(-)
delete mode 100644 test/wasm/Inputs/hidden.ll
delete mode 100644 test/wasm/visibility-hidden.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 gcc.
from 5ac1701b456 rs6000: Set rs6000_cpu correctly (PR43871)
new 252142f7872 rs6000: Improve fusion assembler output
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 | 12 ++++++++++++
gcc/config/rs6000/rs6000-protos.h | 2 +-
gcc/config/rs6000/rs6000.c | 23 +++++------------------
gcc/config/rs6000/rs6000.md | 2 +-
gcc/config/rs6000/vsx.md | 4 ++--
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/powerpc/fusion.c | 4 ++--
gcc/testsuite/gcc.target/powerpc/fusion3.c | 10 +++++-----
gcc/testsuite/gcc.target/powerpc/fusion4.c | 5 ++---
9 files changed, 37 insertions(+), 32 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 ba2d9df3b6d runtime: export cgoCheck functions
new 5a26cd2640b final: Improve output for -dp and -fverbose-asm
new 5ac1701b456 rs6000: Set rs6000_cpu correctly (PR43871)
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 | 12 ++++++++++++
gcc/config/rs6000/rs6000.c | 4 ++--
gcc/final.c | 22 +++++++++++++++-------
3 files changed, 29 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 4a15f7d3b4 [AST] Try to fix build bot with modules broken r319589. Howe [...]
new 37dd25ad0c Move comment back to being next to the code it's a comment for.
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/AST/Decl.cpp | 6 +++---
1 file changed, 3 insertions(+), 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 gcc.
from dc75b246913 Delete obsolete DWARF1 references.
new 8ac0f7677f9 compiler: avoid GCC middle-end control warnings
new ba2d9df3b6d runtime: export cgoCheck functions
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/go/ChangeLog | 6 ++++++
gcc/go/go-gcc.cc | 15 ++++++++++++---
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/backend.h | 5 ++++-
gcc/go/gofrontend/gogo.cc | 16 +++++++++++-----
gcc/go/gofrontend/runtime.def | 3 +++
gcc/go/gofrontend/statements.cc | 11 ++++++++---
libgo/go/runtime/cgocall.go | 4 ++++
8 files changed, 49 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 lld.
from 71befe9f4 [WebAssembly] Add support for visibility flag
new 0a225cfc3 Cache modulo values for the .gnu.hash section.
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:
ELF/SyntheticSections.cpp | 23 ++++++++++++-----------
ELF/SyntheticSections.h | 1 +
2 files changed, 13 insertions(+), 11 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 719e17a419e Daily bump.
new dc75b246913 Delete obsolete DWARF1 references.
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 | 9 +++++++++
gcc/common.opt | 2 +-
gcc/config/vx-common.h | 1 -
gcc/doc/tm.texi | 4 ++--
gcc/doc/tm.texi.in | 4 ++--
5 files changed, 14 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 lldb.
from 4819ce6fe Fix warning in DynamicLoaderDarwinKernel.cpp, NFC
new 9242a6555 Don't use llvm::EnablePrettyStackTrace on macOS.
new b4a03f490 Add a symbols subcommand to lldb-test.
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/Initialization/SystemInitializerCommon.cpp | 2 ++
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 8 +++++++
tools/lldb-test/lldb-test.cpp | 29 ++++++++++++++++++++++-
3 files changed, 38 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.