[Bug target/63596] Saving of GPR/FPRs for stdarg even though the variable argument is not used

2016-05-27 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63596 --- Comment #5 from Jiong Wang --- Author: jiwang Date: Fri May 27 13:05:34 2016 New Revision: 236819 URL: https://gcc.gnu.org/viewcvs?rev=236819&root=gcc&view=rev Log: [AArch64] PR target/63596, honor tree-stdarg analysis result to improve VAAR

[Bug target/63596] Saving of GPR/FPRs for stdarg even though the variable argument is not used

2016-05-27 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63596 Jiong Wang changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/63596] Saving of GPR/FPRs for stdarg even though the variable argument is not used

2016-08-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63596 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |7.0

[Bug target/63596] Saving of GPR/FPRs for stdarg even though the variable argument is not used

2016-05-06 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63596 --- Comment #4 from Jiong Wang --- A patch set which clean up variable argument support on AArch64 has been sent for review https://gcc.gnu.org/ml/gcc-patches/2016-05/msg00508.html

[Bug target/63596] Saving of GPR/FPRs for stdarg even though the variable argument is not used

2014-10-20 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63596 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/63596] Saving of GPR/FPRs for stdarg even though the variable argument is not used

2014-12-30 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63596 --- Comment #2 from Jiong Wang --- we are also lack of initialization for va_list_gpr_counter_field and va_list_vpr_counter_field, thus currently the whole tree-stdarg optimization doesn't work for AArch64, and lots of other targets, like arm, sp

[Bug target/63596] Saving of GPR/FPRs for stdarg even though the variable argument is not used

2014-12-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63596 --- Comment #3 from Andrew Pinski --- (In reply to Jiong Wang from comment #2) > we are also lack of initialization for va_list_gpr_counter_field and > va_list_vpr_counter_field, thus currently the whole tree-stdarg optimization > doesn't work fo

[Bug target/63596] Saving of GPR/FPRs for stdarg even though the variable argument is not used

2015-01-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63596 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug target/63596] Saving of GPR/FPRs for stdarg even though the variable argument is not used

2015-01-06 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63596 Jiong Wang changed: What|Removed |Added Status|NEW |ASSIGNED