This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 95a614c ModuleSummaryAnalysis: Remove some duplicate code. NFCI. new 980f5c5 GDB pretty printers: Basic DenseMap support new c8eb7f3 Allow "line 0" to be the first explicit debug location in a f [...] new fe82f4a BranchRelaxation: Recompute live-ins when splitting a block new 5a5039a AArch64: Enable post-ra liveness updates
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/LivePhysRegs.h | 7 +++ include/llvm/CodeGen/MachineBasicBlock.h | 3 ++ lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 +- lib/CodeGen/BranchFolding.cpp | 32 +++--------- lib/CodeGen/BranchFolding.h | 1 - lib/CodeGen/BranchRelaxation.cpp | 14 ++++-- lib/CodeGen/LivePhysRegs.cpp | 23 +++++++++ lib/CodeGen/MachineBasicBlock.cpp | 4 ++ lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp | 7 ++- lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 3 ++ lib/Target/AArch64/AArch64RegisterInfo.h | 4 ++ test/CodeGen/AArch64/ldst-opt-dbg-limit.mir | 10 ++-- test/CodeGen/AArch64/movimm-wzr.mir | 2 +- test/DebugInfo/X86/dbg-prolog-end.ll | 7 ++- utils/gdb-scripts/prettyprinters.py | 64 ++++++++++++++++++++++++ 15 files changed, 144 insertions(+), 39 deletions(-)