This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 959c4b0 gcc/ new 0852690 gcc/ new bc1ca81 Enhance pool allocator
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/ChangeLog | 18 +++++ gcc/alloc-pool.h | 15 ++++- gcc/config/i386/sse.md | 55 +++++++++++++++ gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.target/i386/mask-pack.c | 100 ++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/mask-unpack.c | 100 ++++++++++++++++++++++++++++ 6 files changed, 292 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.target/i386/mask-pack.c create mode 100644 gcc/testsuite/gcc.target/i386/mask-unpack.c