This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e7ac5daa971 S/390: Fix PR84332 ICE with stack clash protection
new 2243751fdaf Fix typos in params.def.
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 | 24 ++++++++++++++++++++++++
gcc/params.def | 52 ++++++++++++++++++++++++++--------------------------
2 files changed, 50 insertions(+), 26 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 9421b20095 [CMake] Use normalized Windows target triples
new 1f0b7f8155 Correctly initialise global blocks on Windows.
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/CGBlocks.cpp | 28 ++++++++++++++++++++++++++--
test/CodeGen/global-blocks-win32.c | 18 ++++++++++++++++++
2 files changed, 44 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/global-blocks-win32.c
--
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 8e0b205f3bd [RISCV] Add "lla" pseudo-instruction to assembler
new 8da71ffd55f [NVPTX] Select atomic loads and stores
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/NVPTX/NVPTXISelDAGToDAG.cpp | 116 +++++++++++++++++++++++----------
test/CodeGen/NVPTX/load-store.ll | 88 +++++++++++++++++++++++++
2 files changed, 170 insertions(+), 34 deletions(-)
create mode 100644 test/CodeGen/NVPTX/load-store.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 a653da730df Daily bump.
new e7ac5daa971 S/390: Fix PR84332 ICE with stack clash protection
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 | 7 +++++++
gcc/config/s390/s390.c | 11 +++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/s390/pr84332.c | 9 +++++++++
4 files changed, 32 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/s390/pr84332.c
--
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 dad5e8aacd2 [LICM] Add tests for future hoisting of fence instructions [NFC]
new 8e0b205f3bd [RISCV] Add "lla" pseudo-instruction to assembler
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/RISCV/AsmParser/RISCVAsmParser.cpp | 67 +++++++++++++++++++++++++--
lib/Target/RISCV/RISCVInstrInfo.td | 5 ++
test/MC/RISCV/lla-invalid.s | 6 +++
test/MC/RISCV/rvi-pseudos.s | 28 +++++++++++
4 files changed, 103 insertions(+), 3 deletions(-)
create mode 100644 test/MC/RISCV/lla-invalid.s
create mode 100644 test/MC/RISCV/rvi-pseudos.s
--
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 test-suite.
from 321cd57d Update bitcode tests to pass sources to llvm_multisource.
new bce559ba CMake: add files to fft test for new llvm_multisource API.
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:
Bitcode/Regression/fft/CMakeLists.txt | 7 +++++--
1 file changed, 5 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 newlib.
from b9dab9f4c newlib: strftime: fix over-enthusiastic fix from 0283642f35ce
new 423fc83df Cygwin: utils: ps: use fputs to print fixed strings
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:
winsup/utils/ps.cc | 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 llvm.
from f67b15406f7 [NFC] ConstantMerge: don't insert when find should be used
new dad5e8aacd2 [LICM] Add tests for future hoisting of fence instructions [NFC]
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/Transforms/LICM/fence.ll | 118 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 118 insertions(+)
create mode 100644 test/Transforms/LICM/fence.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 0cb6e749d53 [LICM] Add an assert to ensure all instruction types needin [...]
new f67b15406f7 [NFC] ConstantMerge: don't insert when find should be 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:
lib/Transforms/IPO/ConstantMerge.cpp | 7 +++++--
1 file changed, 5 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 f40f4a11d1 Automatic date update in version.in
new 6404ab9937 Convert .note.gnu.property section between ELF32 and ELF64
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/ChangeLog | 19 ++
bfd/bfd.c | 25 ++-
bfd/elf-bfd.h | 4 +
bfd/elf-properties.c | 215 ++++++++++++++-------
binutils/ChangeLog | 14 ++
.../testsuite/binutils-all/x86-64/pr23494a-x32.d | 11 ++
binutils/testsuite/binutils-all/x86-64/pr23494a.d | 11 ++
binutils/testsuite/binutils-all/x86-64/pr23494a.s | 92 +++++++++
.../testsuite/binutils-all/x86-64/pr23494b-x32.d | 5 +
binutils/testsuite/binutils-all/x86-64/pr23494b.d | 5 +
binutils/testsuite/binutils-all/x86-64/pr23494b.s | 30 +++
.../testsuite/binutils-all/x86-64/pr23494c-x32.d | 10 +
binutils/testsuite/binutils-all/x86-64/pr23494c.d | 10 +
.../testsuite/binutils-all/x86-64/pr23494d-x32.d | 11 ++
binutils/testsuite/binutils-all/x86-64/pr23494d.d | 11 ++
15 files changed, 398 insertions(+), 75 deletions(-)
create mode 100644 binutils/testsuite/binutils-all/x86-64/pr23494a-x32.d
create mode 100644 binutils/testsuite/binutils-all/x86-64/pr23494a.d
create mode 100644 binutils/testsuite/binutils-all/x86-64/pr23494a.s
create mode 100644 binutils/testsuite/binutils-all/x86-64/pr23494b-x32.d
create mode 100644 binutils/testsuite/binutils-all/x86-64/pr23494b.d
create mode 100644 binutils/testsuite/binutils-all/x86-64/pr23494b.s
create mode 100644 binutils/testsuite/binutils-all/x86-64/pr23494c-x32.d
create mode 100644 binutils/testsuite/binutils-all/x86-64/pr23494c.d
create mode 100644 binutils/testsuite/binutils-all/x86-64/pr23494d-x32.d
create mode 100644 binutils/testsuite/binutils-all/x86-64/pr23494d.d
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.