This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a79c08f Revert "In preparation for removing getNameWithPrefix off of [...] new a7945e6 [safestack] Use non-thread-local unsafe stack pointer for Contiki OS new 4869102 [RDF] Switch RegisterRef to be a pair (Register, LaneMask)
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/Target/TargetLowering.h | 8 +- lib/CodeGen/SafeStack.cpp | 50 +----- lib/CodeGen/TargetLoweringBase.cpp | 34 ++++- lib/Target/Hexagon/HexagonOptAddrMode.cpp | 8 +- lib/Target/Hexagon/HexagonRDFOpt.cpp | 20 +-- lib/Target/Hexagon/RDFCopy.cpp | 65 ++++---- lib/Target/Hexagon/RDFCopy.h | 1 + lib/Target/Hexagon/RDFGraph.cpp | 245 +++++++++++++----------------- lib/Target/Hexagon/RDFGraph.h | 106 ++++++++----- lib/Target/Hexagon/RDFLiveness.cpp | 41 +++-- lib/Target/Hexagon/RDFLiveness.h | 5 +- lib/Target/X86/X86ISelLowering.cpp | 3 + test/Transforms/SafeStack/X86/array.ll | 3 +- 13 files changed, 280 insertions(+), 309 deletions(-)