This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4e80091843f Add func to check if register is clobbered by clobber_high new 0823eb3654f lra support for clobber_high new 5262089193b cse support for clobber_high new 70bdfe23fcb Remaining support for clobber high
The 3 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 | 93 ++++++++++++++++++++++++ gcc/alias.c | 11 +++ gcc/cfgexpand.c | 1 + gcc/combine-stack-adj.c | 1 + gcc/combine.c | 38 ++++++++-- gcc/cse.c | 187 +++++++++++++++++++++++++++++++----------------- gcc/cselib.c | 42 ++++++++--- gcc/cselib.h | 2 +- gcc/dce.c | 11 ++- gcc/df-scan.c | 6 ++ gcc/dwarf2out.c | 1 + gcc/haifa-sched.c | 3 + gcc/ira-build.c | 5 ++ gcc/ira-costs.c | 7 ++ gcc/ira.c | 6 +- gcc/jump.c | 1 + gcc/lra-eliminations.c | 11 +++ gcc/lra-int.h | 2 + gcc/lra-lives.c | 31 +++++--- gcc/lra.c | 66 +++++++++++------ gcc/postreload-gcse.c | 21 +++--- gcc/postreload.c | 25 ++++++- gcc/print-rtl.c | 1 + gcc/recog.c | 9 ++- gcc/regcprop.c | 10 ++- gcc/reginfo.c | 4 ++ gcc/reload1.c | 16 ++++- gcc/reorg.c | 27 ++++--- gcc/resource.c | 24 ++++++- gcc/rtl.c | 4 ++ gcc/rtlanal.c | 18 ++++- gcc/sched-deps.c | 15 +++- 32 files changed, 554 insertions(+), 145 deletions(-)