This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e3134b8 Object: Set SF_Indirect in ModuleSymbolTable. new e7b3959 Temporarily Revert "Move most EH from MachineModuleInfo to Ma [...]
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: 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/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 +- 21 files changed, 424 insertions(+), 427 deletions(-)