[Bug target/11877] gcc should use xor trick with -Os

2021-07-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11877 Andrew Pinski changed: What|Removed |Added CC||andi-gcc at firstfloor dot org --- Comme

[Bug target/11877] gcc should use xor trick with -Os

2021-07-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11877 Andrew Pinski changed: What|Removed |Added CC||jeffreyalaw at gmail dot com --- Comment

[Bug target/11877] gcc should use xor trick with -Os

2021-07-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11877 Andrew Pinski changed: What|Removed |Added CC||msharov at users dot sourceforge.n

[Bug target/11877] gcc should use xor trick with -Os

2021-07-10 Thread roger at nextmovesoftware dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11877 Roger Sayle changed: What|Removed |Added Resolution|--- |FIXED CC|

[Bug target/11877] gcc should use xor trick with -Os

2021-06-22 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11877 --- Comment #11 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:d58a66aa0faa64bfbd85e528be5104293dd41d0e commit r12-1712-gd58a66aa0faa64bfbd85e528be5104293dd41d0e Author: Jakub Jelinek Date: T

[Bug target/11877] gcc should use xor trick with -Os

2021-06-21 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11877 --- Comment #10 from CVS Commits --- The master branch has been updated by Roger Sayle : https://gcc.gnu.org/g:9cedbaab8e048b90ceb9ceef0d851385fae67cde commit r12-1668-g9cedbaab8e048b90ceb9ceef0d851385fae67cde Author: Roger Sayle Date: Mon J

[Bug target/11877] gcc should use xor trick with -Os

2006-01-05 Thread dann at godzilla dot ics dot uci dot edu
--- Comment #9 from dann at godzilla dot ics dot uci dot edu 2006-01-05 20:22 --- (In reply to comment #7) > *** Bug 23338 has been marked as a duplicate of this bug. *** > Bug 23338 contained a patch that might fixed this issue. Here it is, so that it can be evaluated. *** i386.md

[Bug target/11877] gcc should use xor trick with -Os

2005-08-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-12 05:28 --- PR 23102 is the bug for multiple xors. -- What|Removed |Added BugsThisDependsOn|

[Bug target/11877] gcc should use xor trick with -Os

2005-08-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-12 05:27 --- *** Bug 23338 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug target/11877] gcc should use xor trick with -Os

2005-04-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added URL||http://gcc.gnu.org/ml/gcc- ||patches/2004- |

[Bug target/11877] gcc should use xor trick with -Os

2004-03-25 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2004-03-25 19:16 --- Even if you split the long move in ix86_expand_move, the constant 0 is propagated into the two moves. I guess the right way may be uncse sometime after register allocation. -- http://gcc.gnu.org/bugzilla/

[Bug target/11877] gcc should use xor trick with -Os

2004-02-01 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2004-02-01 17:24 --- Then we need something like an un-cse pass. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11877 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.

[Bug target/11877] gcc should use xor trick with -Os

2004-01-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-04 07:50 --- What about expanding (set (mem:DI ...) (const_int 0)) at expand time, this will cause more opportunities to happen and then the discusion is up to other parts of the compiler. It looks like an easy change

[Bug target/11877] gcc should use xor trick with -Os

2004-01-04 Thread kazu at cs dot umass dot edu
-- What|Removed |Added Keywords||patch http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11877 --- You are receiving this mail because: ---

[Bug target/11877] gcc should use xor trick with -Os

2004-01-04 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2004-01-04 06:55 --- Patch posted: http://gcc.gnu.org/ml/gcc-patches/2004-01/msg00153.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11877 --- You are receiving this mail because: --- You reported the bug, or a

[Bug target/11877] gcc should use xor trick with -Os

2003-12-31 Thread kazu at cs dot umass dot edu
--- Additional Comments From kazu at cs dot umass dot edu 2003-12-31 21:19 --- (set (mem:DI ...) (const_int 0)) is split into two moves in SImode after reload. We could delay the split until after peephole2. In peephole2, if a scratch reg is available, load 0 into it with XOR and then co

[Bug target/11877] gcc should use xor trick with -Os

2003-08-22 Thread dhazeghi at yahoo dot com
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11877 dhazeghi at yahoo dot com changed: What|Removed |Added GCC build tr

[Bug target/11877] gcc should use xor trick with -Os

2003-08-10 Thread pinskia at gcc dot gnu dot org
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11877 pinskia at gcc dot gnu dot org changed: What|Removed |Added