This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-7.12-branch
in repository binutils-gdb.
from e24e88f Fix PR20494 - User input stops being echoed in CLI
new 7157552 x32 Fast tracepoints: IPA target descriptions
new 69389fd x32 Fast tracepoints: Customize jump pad address
new 53e8498 x32: Avoid unsigned long when installing fast tracepoint jump pads
new 7b42e25 x32: gdbserver's agent bytecode JIT: fix "call" emission
new c0c1412 x32: gdb: Fix 'call' insn relocation with qRelocInsn
new 644e90f x32: Fix gdb.trace/mi-trace-frame-collected.exp
The 6 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:
gdb/ChangeLog | 5 ++
gdb/amd64-tdep.c | 42 ++++++++++--
gdb/gdbserver/ChangeLog | 28 ++++++++
gdb/gdbserver/Makefile.in | 9 +++
gdb/gdbserver/configure | 31 +++++++++
gdb/gdbserver/configure.ac | 14 ++++
gdb/gdbserver/configure.srv | 8 ++-
gdb/gdbserver/linux-amd64-ipa.c | 79 +++++++++++++++++++---
gdb/gdbserver/linux-x86-low.c | 8 ++-
gdb/testsuite/ChangeLog | 5 ++
.../gdb.trace/mi-trace-frame-collected.exp | 14 +++-
11 files changed, 224 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 llvm.
from e45f656 Remove unused data member to unbreak -Werror builds.
new b688511 #ifdef out validation code when asserts are disabled to remov [...]
new 0f97be8 Don't use "return {...}" to initialize a std::tuple. This has [...]
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/CodeGen/GlobalISel/MachineIRBuilder.cpp | 2 ++
lib/CodeGen/GlobalISel/MachineLegalizer.cpp | 4 ++--
2 files changed, 4 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 users/hjl/ptwrite
in repository binutils-gdb.
at 96bcee7 Support ptwrite
This branch includes the following new commits:
new 96bcee7 Support ptwrite
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.
--
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 e994d79 [MC] Support .dc directives in assembler parser
new 35f70a7 [InstCombine] use local variables for repeated values; NFCI
new 373a882 GlobalISel: add some G_TRUNCs to make icmp test valid MIR.
new 5a65f77 Revert r279564. It introduces undefined behavior (binding a r [...]
new e45f656 Remove unused data member to unbreak -Werror builds.
The 4 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/MachineFunctionAnalysis.h | 55 ++++++++++++++++
include/llvm/CodeGen/MachineModuleInfo.h | 25 +-------
include/llvm/CodeGen/Passes.h | 3 -
include/llvm/CodeGen/StackMaps.h | 3 -
include/llvm/Target/TargetMachine.h | 7 +-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 +
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/LLVMTargetMachine.cpp | 18 ++++--
lib/CodeGen/MachineFunctionAnalysis.cpp | 62 ++++++++++++++++++
lib/CodeGen/MachineFunctionPass.cpp | 10 ++-
lib/CodeGen/MachineModuleInfo.cpp | 75 ++--------------------
lib/CodeGen/StackMapLivenessAnalysis.cpp | 1 +
lib/CodeGen/StackMaps.cpp | 3 +-
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp | 4 +-
lib/Target/Hexagon/HexagonCommonGEP.cpp | 1 +
lib/Target/Hexagon/HexagonGenExtract.cpp | 2 +
lib/Target/Hexagon/HexagonNewValueJump.cpp | 1 +
lib/Target/Hexagon/HexagonOptimizeSZextends.cpp | 3 +
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 1 +
lib/Target/NVPTX/NVPTXAllocaHoisting.cpp | 2 +
lib/Target/NVPTX/NVPTXGenericToNVVM.cpp | 1 +
lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp | 2 +
lib/Target/NVPTX/NVPTXTargetMachine.cpp | 1 +
lib/Transforms/InstCombine/InstCombineCompares.cpp | 21 +++---
test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir | 28 ++++----
test/CodeGen/Generic/stop-after.ll | 1 +
test/CodeGen/X86/hidden-vis-pic.ll | 2 +-
tools/llc/llc.cpp | 3 +-
unittests/MI/LiveIntervalTest.cpp | 3 +-
29 files changed, 198 insertions(+), 143 deletions(-)
create mode 100644 include/llvm/CodeGen/MachineFunctionAnalysis.h
create mode 100644 lib/CodeGen/MachineFunctionAnalysis.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 binutils-gdb.
from 34f8180 Fix typo in comment
new 9f84726 Add --be8 option to gold.
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:
gold/ChangeLog | 9 ++++
gold/arm.cc | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++++----
gold/options.h | 3 ++
3 files changed, 134 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 llvm.
from 242275b [ThinLTO] Add caching to the new LTO API
new e994d79 [MC] Support .dc directives in assembler parser
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/MC/MCParser/AsmParser.cpp | 26 +++++++++++++++++++++++++
test/MC/AsmParser/directive_dc.s | 41 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 67 insertions(+)
create mode 100644 test/MC/AsmParser/directive_dc.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 87aa10b [stackmaps] Extract out magic constants [NFCI]
new e9aa7e0 [InstCombine] move foldICmpShrConstConst() contents to foldIC [...]
new 242275b [ThinLTO] Add caching to the new LTO API
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:
include/llvm/LTO/Caching.h | 100 ++++++++++++++
include/llvm/LTO/Config.h | 23 ++++
lib/LTO/CMakeLists.txt | 1 +
lib/LTO/Caching.cpp | 104 ++++++++++++++
lib/LTO/LTO.cpp | 149 +++++++++++++++++----
lib/LTO/LTOBackend.cpp | 26 +++-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 140 +++++++++----------
lib/Transforms/InstCombine/InstCombineInternal.h | 2 -
test/ThinLTO/X86/cache.ll | 10 +-
tools/llvm-lto2/llvm-lto2.cpp | 15 ++-
10 files changed, 458 insertions(+), 112 deletions(-)
create mode 100644 include/llvm/LTO/Caching.h
create mode 100644 lib/LTO/Caching.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 binutils-2_27-branch
in repository binutils-gdb.
from 2e7e5ed Automatic date update in version.in
new 18c76b4 Fix extraneous complaints about missing expected TLS relocati [...]
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:
gold/ChangeLog | 8 ++++++++
gold/i386.cc | 7 +++++--
gold/testsuite/Makefile.am | 12 ++++++------
gold/testsuite/Makefile.in | 12 ++++++------
4 files changed, 25 insertions(+), 14 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 a44dd5e GlobalISel: add forgotten test-case for G_ICMP
new db9ce2f MachineFunction: Introduce NoPHIs property
new 87aa10b [stackmaps] Extract out magic constants [NFCI]
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:
include/llvm/CodeGen/MachineFunction.h | 2 ++
include/llvm/CodeGen/StackMaps.h | 23 +++++++++++++++++++++++
lib/CodeGen/MIRParser/MIRParser.cpp | 18 ++++++++++++++++++
lib/CodeGen/MachineFunction.cpp | 1 +
lib/CodeGen/MachineVerifier.cpp | 4 ++++
lib/CodeGen/PHIElimination.cpp | 2 ++
lib/CodeGen/RegAllocBasic.cpp | 5 +++++
lib/CodeGen/RegAllocFast.cpp | 7 +++++--
lib/CodeGen/RegAllocGreedy.cpp | 5 +++++
lib/CodeGen/RegAllocPBQP.cpp | 5 +++++
lib/CodeGen/StackMaps.cpp | 13 ++++++++++---
lib/CodeGen/TargetInstrInfo.cpp | 10 +++++++---
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 7 +++++--
13 files changed, 92 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 clang.
from e77e46b driver: Support checking for rlimits via cmake (when bootstrapping)
new ed0c7d6 Fix member call on null pointer, found by sanitizer 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/Sema/SemaTemplateInstantiateDecl.cpp | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.