This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/indbr/gcc-5-branch in repository gcc.
discards 71e10de Load external function address via GOT slot discards 348d7c3 Generate indirect branch relocation via GOT discards ecb3695 Check if x86 gas supports indirect branch via GOT discards 55e5ce1 Check $READELF_FOR_TARGET for readelf in configure discards 39b5b6c Properly handle -fno-plt in ix86_expand_call discards 40ac6d9 Add more tests for PR target/66232 discards bcf6021 Allow indirect sibcall with register arguments discards 0387e50 * gcc.target/i386/noplt-1.c (dg-do): Fix target selector. * [...] discards 8e13610 2015-06-04 Sriraman Tallam tmsriram@google.com discards 348e520 * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS p [...] discards 36d3e5e * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt. discards 23742e4 Allow indirect branch via GOT slot for x32 discards d4892cc Fix PR target/65753 discards 2a97120 * calls.c (prepare_call_address): Transform PLT call to GOT [...] adds 70df279 Daily bump. adds b658d82 PR middle-end/67005 * tree-ssa-dce.c (remove_dead_stmt): Al [...] new 697795b * calls.c (prepare_call_address): Transform PLT call to GOT [...] new ba85a95 Fix PR target/65753 new af466fe Allow indirect branch via GOT slot for x32 new 85b5b6b * config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt. new 1660b71 * config/i386/i386.h (enum reg_class): Move CLOBBERED_REGS p [...] new 3dba6e8 2015-06-04 Sriraman Tallam tmsriram@google.com new a168c4c * gcc.target/i386/noplt-1.c (dg-do): Fix target selector. * [...] new dd1ab0e Allow indirect sibcall with register arguments new 3810b3f Add more tests for PR target/66232 new f4c1006 Properly handle -fno-plt in ix86_expand_call new dd68db9 Check $READELF_FOR_TARGET for readelf in configure new 29cf91d Check if x86 gas supports indirect branch via GOT new 65e3284 Generate indirect branch relocation via GOT new 2f7e7c8 Load external function address via GOT slot new 05be23e Put local/global relocs in ro section for -fno-plt
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (71e10de) \ N -- N -- N refs/heads/hjl/indbr/gcc-5-branch (05be23e)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 15 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 | 9 +++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.c | 18 ++++++++++++++++++ gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/gcc.dg/torture/pr67005.c | 15 +++++++++++++++ gcc/testsuite/gcc.target/i386/pr67400-1.c | 2 +- gcc/testsuite/gcc.target/i386/pr67400-2.c | 2 +- gcc/testsuite/gcc.target/i386/pr67400-5.c | 11 +++++++++++ gcc/testsuite/gcc.target/i386/pr67400-6.c | 11 +++++++++++ gcc/tree-ssa-dce.c | 9 +++++---- 10 files changed, 80 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr67005.c create mode 100644 gcc/testsuite/gcc.target/i386/pr67400-5.c create mode 100644 gcc/testsuite/gcc.target/i386/pr67400-6.c