This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c1715ee revert http://reviews.llvm.org/D21101 new 9931d67 Delete MCCodeGenInfo. new 66b1dac CodeGen: Add the other BuildMI overload for MachineInstr&
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: include/llvm/CodeGen/MachineInstrBuilder.h | 18 ++++-- include/llvm/ExecutionEngine/ExecutionEngine.h | 1 - include/llvm/MC/MCCodeGenInfo.h | 50 --------------- include/llvm/Support/TargetRegistry.h | 75 ++++------------------ include/llvm/Target/TargetMachine.h | 9 ++- lib/CodeGen/LLVMTargetMachine.cpp | 5 +- lib/MC/CMakeLists.txt | 1 - lib/MC/MCCodeGenInfo.cpp | 23 ------- .../AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp | 13 +--- .../AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp | 11 ---- lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp | 12 ---- lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp | 12 ---- .../Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp | 14 ---- .../Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp | 14 ---- .../MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp | 14 ---- lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp | 12 ---- .../NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp | 14 ---- .../PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp | 12 +--- .../Sparc/MCTargetDesc/SparcMCTargetDesc.cpp | 35 +++------- .../SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp | 16 ++--- lib/Target/TargetMachine.cpp | 30 ++------- .../MCTargetDesc/WebAssemblyMCTargetDesc.cpp | 12 +--- lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp | 13 +--- .../XCore/MCTargetDesc/XCoreMCTargetDesc.cpp | 15 ++--- 24 files changed, 70 insertions(+), 361 deletions(-) delete mode 100644 include/llvm/MC/MCCodeGenInfo.h delete mode 100644 lib/MC/MCCodeGenInfo.cpp