This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 469bb59e0b4 [NFC] Strenghten isInteger condition for rL364940 new f4c5593c234 [ARM] Fix unwind info for Thumb1 functions that save high r [...] new f5d1f57593c [triple] add 'macCatalyst' environment type
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/ADT/Triple.h | 9 +- lib/Support/Triple.cpp | 2 + lib/Target/ARM/ARMAsmPrinter.cpp | 18 +- lib/Target/ARM/ARMMachineFunctionInfo.h | 2 + lib/Target/ARM/Thumb1FrameLowering.cpp | 8 +- test/CodeGen/Thumb/callee_save.ll | 310 ++++++++++++++++++++------------ unittests/ADT/TripleTest.cpp | 11 ++ 7 files changed, 238 insertions(+), 122 deletions(-)