This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from af25ab9 [ELF] - Added support of linkerscript's "/DISCARD/" for --emi [...]
new 92e7562 [COFF] support /ERRORLIMIT option
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:
COFF/Driver.cpp | 81 ++++++++++++++++++++++++++++++----------------
COFF/Error.cpp | 3 +-
COFF/Options.td | 2 ++
COFF/SymbolTable.cpp | 2 +-
test/COFF/error-limit.test | 33 +++++++++++++++++++
5 files changed, 92 insertions(+), 29 deletions(-)
create mode 100644 test/COFF/error-limit.test
--
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 0633279 [CodeGen] Revert changes in LowLevelType to pre-r295499 to fi [...]
new 4d5bc87 [PPC] Give unaligned memory access lower cost on processor th [...]
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/PowerPC/PPCTargetTransformInfo.cpp | 4 ++++
test/Analysis/CostModel/PowerPC/load_store.ll | 2 +-
test/Analysis/CostModel/PowerPC/unaligned_ld_st.ll | 26 ++++++++++++++++++++++
3 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 test/Analysis/CostModel/PowerPC/unaligned_ld_st.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 eee70a1 [Hexagon] Start using regmasks on calls
new 0633279 [CodeGen] Revert changes in LowLevelType to pre-r295499 to fi [...]
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/CodeGen/LowLevelType.h | 52 +++++++++++++++++--------------------
lib/CodeGen/LowLevelType.cpp | 8 +-----
2 files changed, 25 insertions(+), 35 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 dc5aad6 [CodeGen] Attempt to fix buildbots broken in r295499.
new 4231bd0 [X86] Simplify by pulling out valuetype. NFCI.
new 4022d8a [NewGVN] isOnlyReachableViaThisEdge() is dead now. NFCI.
new eee70a1 [Hexagon] Start using regmasks on calls
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/Hexagon/HexagonBlockRanges.cpp | 63 +++++++++++++++++++---
lib/Target/Hexagon/HexagonCopyToCombine.cpp | 26 +++++----
lib/Target/Hexagon/HexagonDepInstrInfo.td | 6 ---
lib/Target/Hexagon/HexagonFrameLowering.cpp | 34 ++++++++----
lib/Target/Hexagon/HexagonHardwareLoops.cpp | 24 ++++-----
lib/Target/Hexagon/HexagonISelLowering.cpp | 51 ++++++++++--------
lib/Target/Hexagon/HexagonISelLowering.h | 2 +-
lib/Target/Hexagon/HexagonInstrInfo.cpp | 20 +++++--
lib/Target/Hexagon/HexagonMCInstLower.cpp | 5 +-
lib/Target/Hexagon/HexagonPseudo.td | 35 ++++++------
lib/Target/Hexagon/HexagonRegisterInfo.cpp | 12 +++--
lib/Target/Hexagon/HexagonRegisterInfo.h | 3 +-
lib/Target/Hexagon/HexagonRegisterInfo.td | 17 ++----
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 57 ++++++++++++++++++--
lib/Target/Hexagon/HexagonVLIWPacketizer.h | 1 +
lib/Target/Hexagon/RDFDeadCode.cpp | 12 ++++-
lib/Target/Hexagon/RDFRegisters.cpp | 15 ++++--
lib/Target/Hexagon/RDFRegisters.h | 4 ++
lib/Target/X86/X86ISelLowering.cpp | 4 +-
lib/Transforms/Scalar/NewGVN.cpp | 18 -------
.../CodeGen/Hexagon/avoid-predspill-calleesaved.ll | 1 -
test/CodeGen/Hexagon/compound.ll | 4 +-
22 files changed, 275 insertions(+), 139 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 24976e5 [NewGVN] createVariableOrConstant is not required anymore. NFCI.
new dc5aad6 [CodeGen] Attempt to fix buildbots broken in r295499.
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/CodeGen/LowLevelType.h | 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 gcc.
from b7204f7 PR c++/78690 - ICE with using and global type with same name
new bb5c918 PR c++/79508 - lookup error with member template
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/cp/ChangeLog | 4 ++++
gcc/cp/parser.c | 8 +++++++-
gcc/testsuite/g++.dg/template/memtmpl5.C | 22 ++++++++++++++++++++++
3 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/template/memtmpl5.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 ad3a540 [CodeGen] Fix some Clang-tidy modernize and Include What You [...]
new 24976e5 [NewGVN] createVariableOrConstant is not required anymore. NFCI.
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/NewGVN.cpp | 8 --------
1 file changed, 8 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 67cecab Fix documentation of the linker's --pop-state command line option.
new 37f9ec6 GAS: Add ECOFF `.aent' pseudo-op support
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:
gas/ChangeLog | 10 ++++++++++
gas/config/obj-ecoff.c | 5 +++--
gas/config/obj-elf.c | 1 +
gas/ecoff.c | 26 +++++++++++++++-----------
gas/testsuite/gas/mips/aent-2.d | 19 +++++++++++++++++++
gas/testsuite/gas/mips/aent-mdebug-2.d | 16 ++++++++++++++++
gas/testsuite/gas/mips/aent-mdebug.d | 7 +++++++
gas/testsuite/gas/mips/mips.exp | 6 +++++-
8 files changed, 76 insertions(+), 14 deletions(-)
create mode 100644 gas/testsuite/gas/mips/aent-2.d
create mode 100644 gas/testsuite/gas/mips/aent-mdebug-2.d
create mode 100644 gas/testsuite/gas/mips/aent-mdebug.d
--
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 fcd878d [X86] Add subborrow stack folding tests
new ad3a540 [CodeGen] Fix some Clang-tidy modernize and Include What You [...]
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/CodeGen/LexicalScopes.h | 32 +++++++--------
include/llvm/CodeGen/LiveIntervalUnion.h | 50 +++++++++++------------
include/llvm/CodeGen/LiveRegMatrix.h | 19 +++++----
include/llvm/CodeGen/LiveRegUnits.h | 11 +++--
include/llvm/CodeGen/LowLevelType.h | 52 +++++++++++++-----------
include/llvm/CodeGen/MachineRegisterInfo.h | 64 +++++++++++++++++++-----------
lib/CodeGen/LexicalScopes.cpp | 19 ++++++---
lib/CodeGen/LiveIntervalUnion.cpp | 14 +++----
lib/CodeGen/LiveRegMatrix.cpp | 14 +++++--
lib/CodeGen/LiveRegUnits.cpp | 7 +++-
lib/CodeGen/LowLevelType.cpp | 8 +++-
lib/CodeGen/MachineRegisterInfo.cpp | 27 +++++++++----
12 files changed, 190 insertions(+), 127 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 b1eb45c Revert "Retry: [ubsan] Reduce null checking of C++ object poi [...]
new 833975c [OpenMP] Prepare Sema for initial implementation for pragma ' [...]
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/clang/AST/StmtOpenMP.h | 55 +++++++++++++++++++++++++++++++++++--
lib/AST/StmtOpenMP.cpp | 40 +++++++++++++++++++++++++++
lib/Basic/OpenMPKinds.cpp | 2 +-
lib/Sema/SemaOpenMP.cpp | 32 +++++++++++++++++++++
lib/Serialization/ASTReaderStmt.cpp | 2 ++
lib/Serialization/ASTWriterStmt.cpp | 2 ++
6 files changed, 129 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.