This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1d019aeea89 [DWARF] Support types CU list in .gdb_index dumping new 51c2c7a40e3 MachineModuleInfo: Store more specific reference to LLVMTar [...] new dad0df638d3 MachineFunction: Store more specific reference to LLVMTarge [...] new 5617e05f341 TargetMachine: Move lib/CodeGen specific callbacks to LLVMT [...]
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: include/llvm/CodeGen/MachineFunction.h | 8 ++++---- include/llvm/CodeGen/MachineModuleInfo.h | 8 ++++---- include/llvm/CodeGen/RegisterUsageInfo.h | 6 +++--- include/llvm/CodeGen/ScheduleDAG.h | 6 +++--- include/llvm/Target/TargetMachine.h | 24 +++++++++++----------- lib/CodeGen/MachineFunction.cpp | 3 ++- lib/CodeGen/MachineModuleInfo.cpp | 2 +- lib/CodeGen/RegUsageInfoCollector.cpp | 2 +- lib/CodeGen/RegisterUsageInfo.cpp | 2 +- lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 2 +- tools/llvm-exegesis/lib/Assembler.cpp | 4 +++- unittests/CodeGen/AArch64SelectionDAGTest.cpp | 7 ++++--- unittests/CodeGen/GlobalISel/LegalizerHelperTest.h | 11 +++++----- unittests/CodeGen/GlobalISel/PatternMatchTest.cpp | 21 ++++++++++--------- unittests/MI/LiveIntervalTest.cpp | 11 +++++----- unittests/Target/AArch64/InstSizes.cpp | 15 +++++++------- .../WebAssembly/WebAssemblyExceptionInfoTest.cpp | 13 ++++++------ 17 files changed, 77 insertions(+), 68 deletions(-)