This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2e8cb93a84a [DAGCombine] Fix alignment for offset loads/stores new b631bebeea3 CODE_OWNERS: Take ownership of the MIPS backend new b16b4ba59a7 [DebugInfo] Make sure all DBG_VALUEs' reguse operands have [...]
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: CODE_OWNERS.TXT | 8 ++-- include/llvm/CodeGen/MachineInstrBuilder.h | 15 +++++++ lib/CodeGen/LiveDebugVariables.cpp | 10 +---- lib/CodeGen/MachineInstr.cpp | 46 ++++++++++++++++------ lib/CodeGen/MachineVerifier.cpp | 4 ++ lib/CodeGen/PrologEpilogInserter.cpp | 1 + lib/CodeGen/SelectionDAG/FastISel.cpp | 19 +++------ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 15 ++----- test/CodeGen/MIR/X86/diexpr-win32.mir | 4 +- test/CodeGen/PowerPC/debuginfo-stackarg.ll | 2 +- test/CodeGen/X86/post-ra-sched-with-debug.mir | 2 +- test/DebugInfo/MIR/AArch64/clobber-sp.mir | 2 +- test/DebugInfo/MIR/Mips/last-inst-bundled.mir | 2 +- test/DebugInfo/MIR/X86/kill-after-spill.mir | 4 +- test/DebugInfo/MIR/X86/live-debug-values-spill.mir | 6 +-- test/DebugInfo/X86/bbjoin.ll | 2 +- test/DebugInfo/X86/pr34545.ll | 10 ++--- 17 files changed, 86 insertions(+), 66 deletions(-)