This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 91fdd2b cmake: Support overriding Sphinx HTML doc install directory new e2c1cbe [ARM] Promote small global constants to constant pools
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: lib/Target/ARM/ARMAsmPrinter.cpp | 33 ++++++ lib/Target/ARM/ARMAsmPrinter.h | 13 +- lib/Target/ARM/ARMConstantIslandPass.cpp | 6 + lib/Target/ARM/ARMConstantPoolValue.cpp | 12 ++ lib/Target/ARM/ARMConstantPoolValue.h | 20 +++- lib/Target/ARM/ARMISelLowering.cpp | 170 +++++++++++++++++++++++++++ lib/Target/ARM/ARMMachineFunctionInfo.cpp | 2 +- lib/Target/ARM/ARMMachineFunctionInfo.h | 25 +++- test/CodeGen/ARM/constantpool-promote-dbg.ll | 44 +++++++ test/CodeGen/ARM/constantpool-promote.ll | 141 ++++++++++++++++++++++ 10 files changed, 460 insertions(+), 6 deletions(-) create mode 100644 test/CodeGen/ARM/constantpool-promote-dbg.ll create mode 100644 test/CodeGen/ARM/constantpool-promote.ll