This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 88a23b6 Move the Mangler from the AsmPrinter down to TLOF and clean u [...] new d95bdda [ARM] Promote small global constants to constant pools new 793f008 [LCG] Redesign the lazy post-order iteration mechanism for th [...]
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/Analysis/LazyCallGraph.h | 61 ++++- lib/Analysis/LazyCallGraph.cpp | 230 +++++++++-------- lib/Target/ARM/ARMAsmPrinter.cpp | 13 + lib/Target/ARM/ARMAsmPrinter.h | 9 +- lib/Target/ARM/ARMISelLowering.cpp | 168 +++++++++++++ lib/Target/ARM/ARMMachineFunctionInfo.cpp | 2 +- lib/Target/ARM/ARMMachineFunctionInfo.h | 25 +- test/CodeGen/ARM/constantpool-promote.ll | 120 +++++++++ unittests/Analysis/LazyCallGraphTest.cpp | 396 +++++++++++++++++++++++++++++- 9 files changed, 894 insertions(+), 130 deletions(-) create mode 100644 test/CodeGen/ARM/constantpool-promote.ll