This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fbd189d General clean up of error handling in llvm-objdump to remove [...] new cfe7cb0 [CodeGen] Sort MMI forward declarations. NFC. new 8d35b78 [CodeGen] Cleanup MachineModuleInfo doxygen comments. NFC. new f522e20 [CodeGen] Pull MMI helpers from FunctionLoweringInfo to MMI. NFC. new 75fc882 Revert "Get GlobalISel to build on Linux after r286407" new 03cebfb [CodeGen] Pass references, not pointers, to MMI helpers. NFC. new 10adab0 [AsmParser] Avoid recursing when lexing ';'. NFC.
The 6 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/FunctionLoweringInfo.h | 13 -- include/llvm/CodeGen/MachineModuleInfo.h | 201 +++++++++++----------- lib/AsmParser/LLLexer.cpp | 106 ++++++------ lib/CodeGen/GlobalISel/IRTranslator.cpp | 3 +- lib/CodeGen/GlobalISel/LLVMBuild.txt | 2 +- lib/CodeGen/MachineModuleInfo.cpp | 97 ++++++----- lib/CodeGen/SelectionDAG/FastISel.cpp | 2 +- lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 56 ------ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 4 +- 9 files changed, 213 insertions(+), 271 deletions(-)