This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b0c1f76 Spelling fix
new abb1d93 Fix number of occurrences.
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 | 4 ++++
gcc/doc/invoke.texi | 2 +-
2 files changed, 5 insertions(+), 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 6994e23 Revert "[XRay][Arm] Repair XRay table emission on Arm32 and a [...]
new 476a6c5 [X86] Improve mul combine for negative multiplayer (2^c - 1)
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/X86ISelLowering.cpp | 47 +++++---
test/CodeGen/X86/imul.ll | 230 +++++++++++++++++++++++++++++++++++++
2 files changed, 261 insertions(+), 16 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 ce4eec5 [SystemZ] Proper handling of undef flag while expanding pseudo.
new 6994e23 Revert "[XRay][Arm] Repair XRay table emission on Arm32 and a [...]
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/ARM/ARMAsmPrinter.cpp | 3 ---
test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll | 6 ------
test/CodeGen/ARM/xray-armv7-attribute-instrumentation.ll | 6 ------
3 files changed, 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 clang.
from 33af277 [CMake] Separate LLVM_ENABLE_LTO and LLVM_ENABLE_LLD
new c68b6cd Revert "[xray] try to fix thumb buildbot"
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/Driver/Tools.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 compiler-rt.
from a84a347 [test] [builtins] Remove obsolete/UB tests in __fixuns?fdi based
new 1a0f6f3 Revert "[XRay][Arm] Enable back XRay testing on Arm32 and fix [...]
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/xray/xray_arm.cc | 7 +------
test/xray/lit.cfg | 4 +---
2 files changed, 2 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 gcc.
from a2929a3 Fix PR77489 -- mangling of discriminator >= 1
new 322066d Fix PR70182 -- missing "on" in mangling of unresolved operators
new b0c1f76 Spelling fix
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 | 10 ++++++++++
gcc/cp/ChangeLog | 5 +++++
gcc/cp/mangle.c | 6 ++++++
gcc/doc/invoke.texi | 8 ++++----
gcc/testsuite/g++.dg/abi/mangle13.C | 2 +-
gcc/testsuite/g++.dg/abi/mangle37.C | 1 +
gcc/testsuite/g++.dg/abi/{mangle13.C => pr70182.C} | 6 +++---
gcc/testsuite/g++.dg/dfp/mangle-1.C | 1 +
libiberty/ChangeLog | 7 +++++++
libiberty/cp-demangle.c | 2 ++
libiberty/testsuite/demangle-expected | 7 +++++++
11 files changed, 47 insertions(+), 8 deletions(-)
copy gcc/testsuite/g++.dg/abi/{mangle13.C => pr70182.C} (78%)
--
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 be4bc89 [X86] Fix for bugzilla 31576 - add support for "data32" instr [...]
new ce4eec5 [SystemZ] Proper handling of undef flag while expanding pseudo.
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/SystemZ/SystemZInstrInfo.cpp | 15 +++++++++------
lib/Target/SystemZ/SystemZInstrInfo.h | 3 ++-
test/CodeGen/SystemZ/undef-flag.ll | 24 ++++++++++++++++++++++++
3 files changed, 35 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/SystemZ/undef-flag.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 24c12d4 libgcc/ * config/msp430/t-msp430 (LIB2ADD): Remove mpy.c ( [...]
new a2929a3 Fix PR77489 -- mangling of discriminator >= 1
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/cp/ChangeLog | 5 +++
gcc/cp/mangle.c | 11 +++++-
gcc/doc/invoke.texi | 4 ++-
gcc/testsuite/g++.dg/abi/pr77489.C | 63 +++++++++++++++++++++++++++++++++++
libiberty/ChangeLog | 6 ++++
libiberty/cp-demangle.c | 22 ++++++++++--
libiberty/testsuite/demangle-expected | 16 +++++++++
8 files changed, 128 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/pr77489.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 release_40
in repository llvm.
from 7b75ec8 Merging r292133: -------------------------------------------- [...]
new c329efb Merging r291966: -------------------------------------------- [...]
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/Scalar/LoopStrengthReduce.cpp | 6 ++-
test/Transforms/LoopStrengthReduce/pr31627.ll | 58 +++++++++++++++++++++++++++
2 files changed, 63 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/LoopStrengthReduce/pr31627.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 3b7e672 [LoopDeletion] (cleanup, NFC) Fix one more local variable tha [...]
new be4bc89 [X86] Fix for bugzilla 31576 - add support for "data32" instr [...]
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/AsmParser/X86AsmParser.cpp | 2 +-
lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp | 11 +++++++++++
lib/Target/X86/X86InstrInfo.td | 7 ++++++-
test/MC/X86/data-prefix-fail.s | 25 ++++++++++++++++++++++++
test/MC/X86/data-prefix16.s | 9 +++++++++
test/MC/X86/data-prefix32.s | 9 +++++++++
test/MC/X86/data-prefix64.s | 9 +++++++++
test/MC/X86/x86-16.s | 10 ++++++++++
test/MC/X86/x86-32.s | 10 ++++++++++
test/MC/X86/x86-64.s | 6 ++++++
utils/TableGen/X86DisassemblerTables.cpp | 4 ++++
11 files changed, 100 insertions(+), 2 deletions(-)
create mode 100644 test/MC/X86/data-prefix-fail.s
create mode 100644 test/MC/X86/data-prefix16.s
create mode 100644 test/MC/X86/data-prefix32.s
create mode 100644 test/MC/X86/data-prefix64.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.