This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/interrupt/gcc-5-branch in repository gcc.
from 67c6298 Pass VOIDmode to gen_rtx_SET on GCC 5 branch new 932a11f Optimize callee-saved registers in interrupt handler
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: gcc/config/i386/i386-protos.h | 2 + gcc/config/i386/i386.c | 105 +++++++++++++++++----------- gcc/config/i386/i386.h | 3 + gcc/config/i386/i386.md | 7 +- gcc/config/i386/predicates.md | 29 ++++++++ gcc/testsuite/gcc.target/i386/interrupt-9.c | 16 +++++ 6 files changed, 120 insertions(+), 42 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-9.c