This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6b7b37e Alphebetize RISC-V Options section
new ceed77e * de.po, fr.po, sv.po: Update.
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/po/ChangeLog | 4 +
gcc/po/de.po | 1521 +++++++++++++------------------------------------
gcc/po/fr.po | 1660 +++++++++++++++++++++++-------------------------------
gcc/po/sv.po | 505 +++++++----------
4 files changed, 1304 insertions(+), 2386 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 0887cb0 [AMDGPU] Fix GCNSchedStrategy.cpp debug output
new 3d7650e [Hexagon] Adding gp+ to the syntax of gp-relative instructions
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/Hexagon/AsmParser/HexagonAsmParser.cpp | 56 ++++++
lib/Target/Hexagon/HexagonInstrInfoV4.td | 18 +-
test/CodeGen/Hexagon/float-amode.ll | 4 +-
test/CodeGen/Hexagon/gp-rel.ll | 4 +-
test/CodeGen/Hexagon/section_7275.ll | 10 +-
test/CodeGen/Hexagon/static.ll | 6 +-
test/MC/Disassembler/Hexagon/ld.txt | 12 +-
test/MC/Disassembler/Hexagon/nv_st.txt | 6 +-
test/MC/Disassembler/Hexagon/st.txt | 10 +-
test/MC/Hexagon/decode_acc_type.s | 150 ++++++++++++++++
test/MC/Hexagon/extender.s | 210 ++++++++++++++++++++++
test/MC/Hexagon/instructions/ld.s | 15 +-
test/MC/Hexagon/instructions/nv_st.s | 6 +-
test/MC/Hexagon/instructions/st.s | 10 +-
test/MC/Hexagon/load-GPRel.s | 33 ++++
test/MC/Hexagon/parse-pound-hi.s | 60 +++++++
test/MC/Hexagon/store-GPRel.s | 46 +++++
test/MC/Hexagon/two-extenders.s | 135 ++++++++++++++
18 files changed, 743 insertions(+), 48 deletions(-)
create mode 100644 test/MC/Hexagon/decode_acc_type.s
create mode 100644 test/MC/Hexagon/extender.s
create mode 100644 test/MC/Hexagon/load-GPRel.s
create mode 100644 test/MC/Hexagon/parse-pound-hi.s
create mode 100644 test/MC/Hexagon/store-GPRel.s
create mode 100644 test/MC/Hexagon/two-extenders.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 llvm.
from fbc0a53 [X86][SSE] Tests showing the lowering of float/double complex [...]
new 769338a [Hexagon] Address ASAN and UBSAN failures after r294226
new 0887cb0 [AMDGPU] Fix GCNSchedStrategy.cpp debug output
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/Target/AMDGPU/GCNSchedStrategy.cpp | 4 ++--
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp | 16 +++++++---------
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h | 2 +-
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp | 10 +++++++---
4 files changed, 17 insertions(+), 15 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 glibc.
from a622c2d Move libm-test TEST_MSG definitions to libm-test-driver.c.
new dcd4cd5 Refactor some code in libm-test-driver.c.
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 | 24 ++++++++++++++++++++
math/libm-test-driver.c | 58 +++++++++++++++++++++++++++++++++----------------
2 files changed, 63 insertions(+), 19 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-tools-extra.
from fa6a3f0 [clang-tidy] misc-argument-comment support for gmock
new cc1636f [clang-tidy] safety-no-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:
clang-tidy/CMakeLists.txt | 1 +
clang-tidy/{boost => safety}/CMakeLists.txt | 6 +--
clang-tidy/safety/NoAssemblerCheck.cpp | 52 ++++++++++++++++++++++
.../NoAssemblerCheck.h} | 20 ++++-----
.../SafetyTidyModule.cpp} | 24 +++++-----
clang-tidy/tool/CMakeLists.txt | 1 +
clang-tidy/tool/ClangTidyMain.cpp | 5 +++
docs/ReleaseNotes.rst | 5 ++-
docs/clang-tidy/checks/list.rst | 1 +
docs/clang-tidy/checks/safety-no-assembler.rst | 10 +++++
test/clang-tidy/safety-no-assembler.cpp | 13 ++++++
11 files changed, 112 insertions(+), 26 deletions(-)
copy clang-tidy/{boost => safety}/CMakeLists.txt (61%)
create mode 100644 clang-tidy/safety/NoAssemblerCheck.cpp
copy clang-tidy/{misc/UnusedRAIICheck.h => safety/NoAssemblerCheck.h} (54%)
copy clang-tidy/{boost/BoostTidyModule.cpp => safety/SafetyTidyModule.cpp} (51%)
create mode 100644 docs/clang-tidy/checks/safety-no-assembler.rst
create mode 100644 test/clang-tidy/safety-no-assembler.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 glibc.
from 5cbb584 Split libm-test.inc by function.
new a622c2d Move libm-test TEST_MSG definitions to libm-test-driver.c.
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 | 22 ++++++++++++++++++++++
math/libm-test-driver.c | 17 ++++++++++++++++-
math/test-double-finite.c | 2 --
math/test-double-vlen2.h | 2 --
math/test-double-vlen4.h | 2 --
math/test-double-vlen8.h | 2 --
math/test-double.c | 2 --
math/test-float-finite.c | 2 --
math/test-float-vlen16.h | 2 --
math/test-float-vlen4.h | 2 --
math/test-float-vlen8.h | 2 --
math/test-float.c | 2 --
math/test-idouble.c | 2 --
math/test-ifloat.c | 2 --
math/test-ildouble.c | 2 --
math/test-ldouble-finite.c | 2 --
math/test-ldouble.c | 2 --
17 files changed, 38 insertions(+), 31 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 06e3408 Merge DebugLoc on combined stores; in this case, when combini [...]
new fbc0a53 [X86][SSE] Tests showing the lowering of float/double complex [...]
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/CodeGen/X86/complex-fastmath.ll | 215 +++++++++++++++++++++++++++++++++++
1 file changed, 215 insertions(+)
create mode 100644 test/CodeGen/X86/complex-fastmath.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 d0ba788 Handle symbol assignments before the first section switch.
new 13eecb8 Change the return type of getImplicitAddend to signed integer.
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/Target.cpp | 21 ++++++++++-----------
ELF/Target.h | 2 +-
2 files changed, 11 insertions(+), 12 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 97279d5 [GVNHoist] Merge DebugLoc metadata on hoisted instructions
new 06e3408 Merge DebugLoc on combined stores; in this case, when combini [...]
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:
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 5 +-
test/DebugInfo/Generic/store-tail-merge.ll | 72 ++++++++++++++++++++++
test/Transforms/SampleProfile/calls.ll | 4 +-
3 files changed, 78 insertions(+), 3 deletions(-)
create mode 100644 test/DebugInfo/Generic/store-tail-merge.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 1e5f2cc Attempt to fix a flakey test.
new d0ba788 Handle symbol assignments before the first section switch.
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/LinkerScript.cpp | 24 ++++++++++++++++--------
test/ELF/linkerscript/non-absolute2.s | 12 ++++++++++++
2 files changed, 28 insertions(+), 8 deletions(-)
create mode 100644 test/ELF/linkerscript/non-absolute2.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.