This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 79680c1d5cd Simplify and enhance 'libgomp.oacc-c-c++-common/pr85486*.c' [...] new 011f5e92f8f arm: Improve thumb1_gen_const_int new c7f49e05793 arm: Call thumb1_gen_const_int from thumb1_movsi_insn
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: gcc/config/arm/arm-protos.h | 3 +- gcc/config/arm/arm.c | 231 ++++++++++++++++++--- gcc/config/arm/thumb1.md | 39 +--- .../gcc.target/arm/pure-code/no-literal-pool-m0.c | 175 ++++++++++++++++ .../gcc.target/arm/pure-code/no-literal-pool-m23.c | 171 +++++++++++++++ 5 files changed, 552 insertions(+), 67 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/pure-code/no-literal-pool-m0.c create mode 100644 gcc/testsuite/gcc.target/arm/pure-code/no-literal-pool-m23.c