This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 50f2228bda9 CodeGen: Remove pipeline dependencies on StackProtector; NFC new 87100fdc04a Revert "(HEAD -> master, origin/master, arcpatch-D37582) Co [...]
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/GlobalISel/Localizer.h | 2 - include/llvm/CodeGen/GlobalISel/Utils.h | 6 --- include/llvm/CodeGen/MachineFrameInfo.h | 33 +------------- include/llvm/CodeGen/StackProtector.h | 26 ++++++++--- lib/CodeGen/GlobalISel/IRTranslator.cpp | 7 --- lib/CodeGen/GlobalISel/InstructionSelect.cpp | 1 - lib/CodeGen/GlobalISel/Legalizer.cpp | 1 - lib/CodeGen/GlobalISel/Localizer.cpp | 5 --- lib/CodeGen/GlobalISel/RegBankSelect.cpp | 1 - lib/CodeGen/GlobalISel/Utils.cpp | 5 --- lib/CodeGen/LocalStackSlotAllocation.cpp | 21 ++++++--- lib/CodeGen/MachineFunctionPass.cpp | 2 + lib/CodeGen/PrologEpilogInserter.cpp | 14 +++--- lib/CodeGen/ResetMachineFunctionPass.cpp | 6 --- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 6 +-- lib/CodeGen/StackColoring.cpp | 21 +++++---- lib/CodeGen/StackProtector.cpp | 62 ++++++++++++++------------- 17 files changed, 90 insertions(+), 129 deletions(-)