This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4bcb1039534 DAG: Provide access to Pass instance from SelectionDAG
new a107abea4aa [Mips] Fix some Clang-tidy modernize-use-using and Include [...]
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/Mips/Disassembler/MipsDisassembler.cpp | 25 ++++----
lib/Target/Mips/Mips16HardFloat.cpp | 58 +++++++-----------
lib/Target/Mips/Mips16InstrInfo.cpp | 32 ++++++----
lib/Target/Mips/Mips16InstrInfo.h | 17 ++---
lib/Target/Mips/MipsAnalyzeImmediate.cpp | 6 +-
lib/Target/Mips/MipsAnalyzeImmediate.h | 16 +++--
lib/Target/Mips/MipsAsmPrinter.cpp | 53 ++++++++++------
lib/Target/Mips/MipsAsmPrinter.h | 51 ++++++++-------
lib/Target/Mips/MipsConstantIslandPass.cpp | 20 ++----
lib/Target/Mips/MipsDelaySlotFiller.cpp | 21 ++++---
lib/Target/Mips/MipsFastISel.cpp | 9 +--
lib/Target/Mips/MipsHazardSchedule.cpp | 22 +++----
lib/Target/Mips/MipsISelLowering.cpp | 62 ++++++++++++++-----
lib/Target/Mips/MipsISelLowering.h | 75 ++++++++++++++++-------
lib/Target/Mips/MipsInstrInfo.cpp | 33 +++++-----
lib/Target/Mips/MipsInstrInfo.h | 20 ++++--
lib/Target/Mips/MipsLongBranch.cpp | 13 ++--
lib/Target/Mips/MipsMCInstLower.cpp | 13 ++--
lib/Target/Mips/MipsMCInstLower.h | 28 +++++----
lib/Target/Mips/MipsOptimizePICCall.cpp | 43 +++++++++----
lib/Target/Mips/MipsRegisterInfo.cpp | 19 +++---
lib/Target/Mips/MipsRegisterInfo.h | 10 ++-
lib/Target/Mips/MipsSEFrameLowering.cpp | 4 +-
lib/Target/Mips/MipsSEFrameLowering.h | 9 ++-
lib/Target/Mips/MipsSEISelLowering.cpp | 46 +++++++++-----
lib/Target/Mips/MipsSEISelLowering.h | 21 +++++--
26 files changed, 436 insertions(+), 290 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 0d362a25a44 [NewGVN] Fix the case where we have a phi-of-ops which goes away.
new f6eeaf64bbd [GlobalISel] Make GlobalISel a non-optional library.
new 4bcb1039534 DAG: Provide access to Pass instance from SelectionDAG
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:
CMakeLists.txt | 5 ---
include/llvm/CodeGen/SelectionDAG.h | 6 +++-
lib/CodeGen/GlobalISel/CMakeLists.txt | 39 ++++++++---------------
lib/CodeGen/GlobalISel/GlobalISel.cpp | 8 -----
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 ++-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 +-
lib/Target/AArch64/AArch64CallLowering.cpp | 4 ---
lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 4 ---
lib/Target/AArch64/AArch64InstructionSelector.cpp | 4 ---
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 4 ---
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 4 ---
lib/Target/AArch64/AArch64Subtarget.cpp | 8 -----
lib/Target/AArch64/AArch64TargetMachine.cpp | 4 ---
lib/Target/AArch64/CMakeLists.txt | 28 ++++------------
lib/Target/AMDGPU/AMDGPUCallLowering.cpp | 4 ---
lib/Target/AMDGPU/AMDGPUGenRegisterBankInfo.def | 4 ---
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 4 ---
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 4 ---
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 8 -----
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 5 ---
lib/Target/AMDGPU/CMakeLists.txt | 26 +++------------
lib/Target/ARM/ARMCallLowering.cpp | 4 ---
lib/Target/ARM/ARMInstructionSelector.cpp | 4 ---
lib/Target/ARM/ARMLegalizerInfo.cpp | 4 ---
lib/Target/ARM/ARMRegisterBankInfo.cpp | 4 ---
lib/Target/ARM/ARMSubtarget.cpp | 10 ------
lib/Target/ARM/ARMTargetMachine.cpp | 4 ---
lib/Target/ARM/CMakeLists.txt | 26 ++++-----------
lib/Target/X86/CMakeLists.txt | 27 ++++------------
lib/Target/X86/X86CallLowering.cpp | 4 ---
lib/Target/X86/X86GenRegisterBankInfo.def | 4 ---
lib/Target/X86/X86InstructionSelector.cpp | 4 ---
lib/Target/X86/X86LegalizerInfo.cpp | 4 ---
lib/Target/X86/X86RegisterBankInfo.cpp | 4 ---
lib/Target/X86/X86Subtarget.cpp | 10 ------
lib/Target/X86/X86TargetMachine.cpp | 4 ---
tools/llvm-config/CMakeLists.txt | 6 +---
unittests/CodeGen/GlobalISel/CMakeLists.txt | 8 ++---
38 files changed, 49 insertions(+), 261 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 d38d7bebd [PDB] Fix section contributions
new 7302f2b94 [PDB] Loosen checks for section contribution sizes
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/COFF/pdb-publics-import.test | 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 llvm.
from 357013f05ef Move unit test to the proper location
new a75318a16e5 [LVI] Constant-propagate a zero extension of the switch con [...]
new 63c839af681 [PDB] Fix section contributions
new 0d362a25a44 [NewGVN] Fix the case where we have a phi-of-ops which goes away.
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:
.../llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h | 5 +-
lib/Analysis/LazyValueInfo.cpp | 120 +++++++++++++++++-
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 13 --
lib/Transforms/Scalar/NewGVN.cpp | 33 ++++-
.../Transforms/CorrelatedValuePropagation/range.ll | 141 +++++++++++++++++++++
test/Transforms/NewGVN/pr33196.ll | 72 +++++++++++
6 files changed, 357 insertions(+), 27 deletions(-)
create mode 100644 test/Transforms/NewGVN/pr33196.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 9df538c21 [ELF] - Do not segfault if linkerscript tries to access Targe [...]
new d38d7bebd [PDB] Fix section contributions
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/PDB.cpp | 65 ++++++++++++++++++++++++++-------------
COFF/PDB.h | 5 ++-
COFF/Writer.cpp | 2 +-
test/COFF/pdb-publics-import.test | 20 +++++++++++-
test/COFF/pdb.test | 12 ++++----
5 files changed, 73 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 newlib.
from 8128f5482 cygwin: Implement pthread_rwlock_timedrdlock, pthread_rwlock_ [...]
new f37838480 cygwin: pthread_rwlock_rdlock: don't set errno, just return e [...]
new 65c13851b cygwin: pthread timed locks: actually timeout on timeout
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:
winsup/cygwin/thread.cc | 32 +++++++++++++++++++++++++++-----
1 file changed, 27 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 llvm.
from c593673c880 [llvm-pdbutil] Allow diff to force module equivalencies.
new 357013f05ef Move unit test to the proper location
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/AArch64/{ => GlobalISel}/reg-bank-128bit.mir | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/CodeGen/AArch64/{ => GlobalISel}/reg-bank-128bit.mir (100%)
--
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 cd890be4bd [mips] Revert r309942 & r309940
new 764e1d8251 Use "foo-12345.o" instead of "foo.o-12345" as temporary file name.
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/Frontend/CompilerInstance.cpp | 8 ++++++--
1 file changed, 6 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 llvm.
from 48c84d8de63 [libFuzzer] Un-reverting change in tests after fixing the f [...]
new c593673c880 [llvm-pdbutil] Allow diff to force module equivalencies.
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-pdbutil/Diff.cpp | 80 +++++++++++++++++++++++++++----------
tools/llvm-pdbutil/llvm-pdbutil.cpp | 22 ++++++++++
tools/llvm-pdbutil/llvm-pdbutil.h | 2 +
3 files changed, 83 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.