This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 396f720 [PM/LCG] Teach the LazyCallGraph how to replace a function wi [...] new e79ec29 [ARM] Add support for armv7ve triple in llvm (PR31358). new cfe129b [PM/LCG] Teach LCG to support spurious reference edges.
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 | 1 + include/llvm/Support/ARMTargetParser.def | 3 ++ lib/Analysis/LazyCallGraph.cpp | 9 +++- lib/Support/TargetParser.cpp | 2 + lib/Support/Triple.cpp | 2 + lib/Target/ARM/ARM.td | 20 ++++---- lib/Target/ARM/ARMSubtarget.h | 6 +-- test/CodeGen/ARM/build-attributes.ll | 18 +++++++ test/CodeGen/ARM/div.ll | 9 ++++ unittests/Analysis/LazyCallGraphTest.cpp | 81 ++++++++++++++++++++++++++++++++ unittests/Support/TargetParserTest.cpp | 38 ++++++++------- 11 files changed, 158 insertions(+), 31 deletions(-)