This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Unreviewed patches for 3.2/3.3 and BIB...
- From: Jan Hubicka <jh at suse dot cz>
- To: gcc-patches at gcc dot gnu dot org, rth at cygnus dot com
- Date: Wed, 27 Nov 2002 13:26:58 +0100
- Subject: Unreviewed patches for 3.2/3.3 and BIB...
Hi,
I received few emails about bugs that I was fixing some time ago so I made
short survey over status of patches I sent last two months. Few of them are
still waiting in queue...
3.2.x/3.3:
http://gcc.gnu.org/ml/gcc-patches/2002-10/msg01144.html
(Re: SSE fix 11 - ABI fix)
http://gcc.gnu.org/ml/gcc-patches/2002-10/msg01230.html
(Re: SSE fix 12 - argument alignment PR pending/8212)
I am not sure about these two. We have to decide how we want to handle
ABI, as right now it is de-facto impossible to pass XMM type as argument
http://gcc.gnu.org/ml/gcc-patches/2002-10/msg01819.html
(PR target/8213)
Nasty RTL sharing problem causing misscompilation of GMP in x86_64, but
is common to i386 too. I am also not quite sure about right fix here.
Perhaps we should unshare every rtl we emit from expand_*
infrastructure after RTL generation pass...
http://gcc.gnu.org/ml/gcc-patches/2002-11/msg00618.html
(Fix c99 builtins)
http://gcc.gnu.org/ml/gcc-patches/2002-10/msg00166.html
(PR 7782)
http://gcc.gnu.org/ml/gcc-patches/2002-10/msg01831.html
(SSE fix 33 - PR target/8322 II)
These should be simple...
Basic improvements branch:
http://gcc.gnu.org/ml/gcc-patches/2002-11/msg00619.html
([3.4-bib] Updated patch for FP conversions part 2)
http://gcc.gnu.org/ml/gcc-patches/2002-11/msg00641.html
(Fp conversions optimizations part 3)
I would really like to see this in GCC, as it seems to be really important
for Mesa performance especially with hardware acceleration
http://gcc.gnu.org/ml/gcc-patches/2002-11/msg01333.html
(Add conditional addition patterns)
This is important for SSH internal loop for instance