This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eafdc6f Fix a bug with llvm-size and the -m option with multiple file [...] new 347847b Move most EH from MachineModuleInfo to MachineFunction new 38026e2 Remove unused header, NFC. new 74ae925 [tablegen] Delete duplicates from a vector without skipping elements
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 | 161 +++++++++++++++++ include/llvm/CodeGen/MachineModuleInfo.h | 175 ++----------------- lib/CodeGen/Analysis.cpp | 2 +- lib/CodeGen/AsmPrinter/ARMException.cpp | 7 +- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 9 +- lib/CodeGen/AsmPrinter/DwarfCFIException.cpp | 12 +- lib/CodeGen/AsmPrinter/EHStreamer.cpp | 16 +- lib/CodeGen/AsmPrinter/WinException.cpp | 19 +- lib/CodeGen/GlobalISel/IRTranslator.cpp | 17 +- lib/CodeGen/MachineFunction.cpp | 187 ++++++++++++++++++++ lib/CodeGen/MachineModuleInfo.cpp | 204 +--------------------- lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 2 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 18 +- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 4 +- lib/CodeGen/TargetFrameLoweringImpl.cpp | 2 +- lib/Target/ARM/ARMISelLowering.cpp | 5 +- lib/Target/SystemZ/SystemZFrameLowering.cpp | 2 +- lib/Target/X86/X86CallFrameOptimization.cpp | 2 +- lib/Target/X86/X86FrameLowering.cpp | 15 +- lib/Target/X86/X86ISelLowering.cpp | 5 +- lib/Target/X86/X86RegisterInfo.cpp | 2 +- lib/Target/XCore/XCoreFrameLowering.cpp | 2 +- test/TableGen/DuplicateFieldValues.td | 84 +++++++++ utils/TableGen/CodeGenMapTable.cpp | 1 + utils/not/not.cpp | 1 - 25 files changed, 520 insertions(+), 434 deletions(-) create mode 100644 test/TableGen/DuplicateFieldValues.td