This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 06501845178 [X86] Add OptForSize to a couple load folding patterns. Rem [...]
new d2427ff0af6 [RISCV] Add support for .half, .hword, .word, .dword directives
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 | 4 +++
lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp | 2 ++
test/MC/RISCV/data-directives-invalid.s | 23 +++++++++++++++++
test/MC/RISCV/data-directives-valid.s | 32 ++++++++++++++++++++++++
4 files changed, 61 insertions(+)
create mode 100644 test/MC/RISCV/data-directives-invalid.s
create mode 100644 test/MC/RISCV/data-directives-valid.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 da555b0e240 [CMake] Support building shared library for Fuchsia
new 06501845178 [X86] Add OptForSize to a couple load folding patterns. Rem [...]
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/X86/X86InstrAVX512.td | 2 +-
lib/Target/X86/X86InstrSSE.td | 15 ++++++---------
2 files changed, 7 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 lld.
from fdc2296b7 Add support for ThinLTO plugin option thinlto-object-suffix-replace
new 741cc2664 [ELF] PowerOpen ABI -> Power Architecture 64-bit v2 ABI. 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:
ELF/Writer.cpp | 11 ++++++-----
1 file changed, 6 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 libcxx.
from 18147ecbe Add void casts to suppress nodiscard on linear_congruential_engine.
new a811ab847 [libcxx] [test] Remove unused local typedef in test/std/numer [...]
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/std/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp | 1 -
1 file changed, 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 6e244de1d7c [Thumb2] fix typo in test from r332548
new da555b0e240 [CMake] Support building shared library for Fuchsia
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:
tools/llvm-shlib/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 release_60
in repository llvm.
from f642cae7a4b Merging r328408:
new 65b72a1ec7d Merging r328944:
new 641e06cac5d Merging r329414:
new 133e52e9957 Merging r323053:
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:
lib/Target/X86/X86InstrInfo.cpp | 14 +++++++-------
lib/Target/X86/X86InstrInfo.h | 6 ++++++
lib/Target/X86/X86InstrInfo.td | 6 +++---
lib/Target/X86/X86Schedule.td | 4 +---
lib/Target/X86/X86ScheduleAtom.td | 4 +---
tools/llvm-config/CMakeLists.txt | 15 +++++++--------
6 files changed, 25 insertions(+), 24 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 69f1013a11e Mark test with "REQUIRES: shell" since it directly invokes [...]
new 6e244de1d7c [Thumb2] fix typo in test from r332548
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/Thumb2/cross-rc-coalescing-2.ll | 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 libcxx.
from 85a7702b4 Condition usage of locale stdlib functions on Android API version
new 18147ecbe Add void casts to suppress nodiscard on linear_congruential_engine.
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/std/numerics/rand/rand.eng/rand.eng.lcong/assign.pass.cpp | 2 +-
test/std/numerics/rand/rand.eng/rand.eng.lcong/copy.pass.cpp | 4 ++--
2 files 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 bf20a75b813 [WebAssembly] Fix the opcode number for i64.load16_u.
new 31b4f49b9f4 [AMDGPU] Move lsr test. NFC.
new 69f1013a11e Mark test with "REQUIRES: shell" since it directly invokes [...]
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:
test/{CodeGen => Transforms/LoopStrengthReduce}/AMDGPU/lsr-void.ll | 0
utils/lit/tests/xunit-output.py | 2 ++
2 files changed, 2 insertions(+)
rename test/{CodeGen => Transforms/LoopStrengthReduce}/AMDGPU/lsr-void.ll (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.