public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
Patch: update 4.3 changes for gcj
 2007-01-10 16:34 UTC  (11+ messages)
            ` {Spam?} "

[PATCH] Fix PR middle-end/28690, indexed load/store performance + reload bug
 2007-01-10 16:33 UTC  (7+ messages)

[PATCH] Introduce int_const_binop_1, obsolete notrunc parameter of int_const_binop
 2007-01-10 16:04 UTC 

PATCH RFC: Use parentheses in dumps for same-priority operands
 2007-01-10 15:46 UTC  (5+ messages)

[dataflow]: PATCH: worklist based dataflow solver
 2007-01-10 15:41 UTC  (7+ messages)

invalid delayed slot filling
 2007-01-10 15:41 UTC  (3+ messages)

ColdFire submission
 2007-01-10 15:18 UTC  (67+ messages)
` [ColdFire 1/63] Retabulate TARGET_CPU_CPP_BUILTINS
  ` [ColdFire 2/63] Use TUNE_* macros instead of TARGET_* macros
    ` [ColdFire 3/63] Add TUNE_68040_60
      ` [ColdFire 4/63] TARGET_COLDFIRE_FPU vs. TARGET_CFV4E
        ` [ColdFire 5/63] Introduce TARGET_ISAB
        ` [ColdFire 6/63] Make gcc honour -m68010
          ` [ColdFire 7/63] Default target selection and --with-cpu support
            ` [ColdFire 8/63] Share ASM_SPEC code between targets
              ` [ColdFire 9/63] Add -mcpu, -march, -mtune, and related options
                ` [ColdFire 10/63] Rename TARGET_68040_ONLY to TARGET_68040
                  ` [ColdFire 11/63] Treat mc680x0 macros as tuning-dependent macros
                    ` [ColdFire 12/63] Add new predefined macros
                      ` [ColdFire 13/63] Remove some RejectNegatives
                        ` [ColdFire 14/63] Make "long double" the same as "double" on ColdFire
                          ` [RTL, ColdFire 15/63] Avoid out-of-segment constants on uClinux
                            ` [ColdFire 16/63] Bring *-uclinux configurations closer to *-linux-gnu
                              ` [ColdFire 17/63] Assorted uClinux improvements
                                ` [ColdFire 18/63] Configuration cleanups
                                  ` [ColdFire 19/63] Make MOTOROLA a numeric macro from the outset
                                    ` [ColdFire 20/63] Factor out soft-float library support
                                      ` [ColdFire 21/63] Add *_REGNO_P macros
                                        ` [ColdFire 22/63] Remove redundant PIC handling
                                          ` [ColdFire 23/63] Some assorted cleanups
                                            ` [RTL, ColdFire 24/63] Add support for a MODE_INDEX_REG_CLASS macro
                                              ` [ColdFire 25/63] Define MODE_INDEX_REG_CLASS for m68k
                                                ` [ColdFire 26/63] Rework the call and jump handling
                                                  ` [ColdFire 27/63] Addressing mode changes and fixes
                                                    ` [middle-end, ColdFire 28/63] Change the canonical NaN representation
                                                      ` [ColdFire 29/63] Fix a movdf bug
                                                        ` [ColdFire 30/63] Fix rounding for ColdFire FPUs
                                                          ` [ColdFire 31/63] Fix rounding problems in fpgnulib.c
                                                            ` [ColdFire 32/63] Delete USE_RETURN_INSN
                                                              ` [ColdFire 33/63] Force an epilogue when restoring FPU registers
                                                                ` [ColdFire 34/63] Don't emit a nop after noreturn calls
                                                                  ` [RTL, ColdFire 35/63] Expose dual %d0/%a0 return value in RTL
                                                                    ` [ColdFire 36/63] Use RTL for prologues and epilogues
                                                                      ` [ColdFire 37/63] "
                                                                        ` [ColdFire 38/63] Clean up handling of integer moves
                                                                          ` [ColdFire 39/63] Fix mov3q handling
                                                                            ` [ColdFire 40/63] Add more movsf_cf_soft alternatives
                                                                              ` [ColdFire 41/63] Add support for the ff1 instruction
                                                                                ` [ColdFire 42/63] Add support for sibling calls
                                                                                  ` [ColdFire 43/63] Use floating-point branches on ColdFire too
                                                                                    ` [ColdFire 44/63] Remove unncessary saves and restores of %a5
                                                                                      ` [ColdFire 45/63] Set TARGET_ASM_FILE_START_APP_OFF to false for GNU/Linux
                                                                                        ` [ColdFire 46/63] Add support for unwinding through signal handlers
                                                                                          ` [ColdFire 47/63] Fix PR target/28181
                                                                                            ` [ColdFire 48/63] Fix the 'T' constraint
                                                                                              ` [ColdFire 49/63] Save and restore the PIC register when using a constant pool
                                                                                                ` [ColdFire 50/63] Save the PIC register for __builtin_eh_return
                                                                                                  ` [ColdFire 51/63] Don't use move.l CCs for SFmode comparisons
                                                                                                    ` [ColdFire 52/63] Don't use neg.l and negx.l on memory for ColdFire
                                                                                                      ` [ColdFire 53/63] Static chain fixes
                                                                                                        ` [ColdFire 54/63] Define PREFERRED_STACK_BOUNDARY
                                                                                                          ` [ColdFire 55/63] Add support for vcall_offset thunks
                                                                                                            ` [ColdFire 56/63] ColdFire multilibs and --with-arch
                                                                                                              ` [ColdFire 57/63] Automatically generate SYSROOT_SUFFIX on uClinux
                                                                                                                ` [ColdFire 58/63] XFAIL mul-subnormal-single-1 for ColdFire FPUs
                                                                                                                  ` [ColdFire 59/63] compat-related testsuite fixes for uClinux
                                                                                                                    ` [ColdFire 60/63] Tweak the memset() builtin tests
                                                                                                                      ` [ColdFire 61/63] Fix vsnprintf() tests on uClibc
                                                                                                                        ` [ColdFire 62/63] Tighten check in 20030125-1.x
                                                                                                                          ` [ColdFire 63/63] libstdc++ testsuite fixes for uClibc

IPA passes and -Q
 2007-01-10 15:02 UTC  (3+ messages)

[libjava patch] support DESTDIR in install-exec-hook
 2007-01-10 14:31 UTC 

[patch] empty base class optimization completed in stl_tree.h
 2007-01-10 13:44 UTC  (4+ messages)
    `  "

[bfin, patch] Adding bfin*-rtems*
 2007-01-10 13:00 UTC  (7+ messages)

[PATCH] Updating IPCP to SSA
 2007-01-10 12:35 UTC 

Wmissing-base-class-initializer (PR7651 Define -Wextra strictly in terms of other warning flags)
 2007-01-10 11:10 UTC  (10+ messages)

[ PATCH ] Split out my fold-const.c change and add a test case
 2007-01-10  9:27 UTC  (5+ messages)

[PATCH/RFC] Death to TREE_CONSTANT_OVERFLOW
 2007-01-10  9:22 UTC  (2+ messages)

Inliner fix WRT abnormal PHIs
 2007-01-10  9:08 UTC 

Remove more non-virtual dead SSA names
 2007-01-10  9:06 UTC 

[patch, fortran, committed] Fix off-by-one in IBCLR/IBSET arg checking
 2007-01-10  7:50 UTC 

[PATCH] Fix PR c++/29573: ICE after parse error in template argument
 2007-01-10  7:09 UTC  (3+ messages)

PR target/30383 (ICE in i386 stringops rewrite)
 2007-01-10  6:42 UTC  (6+ messages)

[patch, fortran] PR 30381, PR 30420: Fix constant-folding in bitwise intrinsics
 2007-01-10  6:40 UTC  (5+ messages)

PATCH: fix restore_stack_block on SPU
 2007-01-10  5:21 UTC  (3+ messages)

[PR30408] was Re: New ICE -Wall?
 2007-01-10  5:01 UTC 

[PATCH] Teach find_cond_trap in ifcvt.c how to update the CFG
 2007-01-10  4:40 UTC  (5+ messages)
  ` [PATCH][RFC] Teach more transformations "
    ` [PATCH][RFA] "

PATCH: set correctly bb frequency in profile based transformations
 2007-01-10  3:42 UTC  (5+ messages)

[gfortran] Commit a workaround for PR 29516
 2007-01-10  3:08 UTC  (5+ messages)

[patch, fortran, testsuite, committed] Remove executable bit from altreturn_2.f90
 2007-01-10  2:45 UTC 

PATCH RFA: Fix -Wparentheses fallout
 2007-01-10  1:27 UTC  (6+ messages)

[patch] For PR30322
 2007-01-10  0:46 UTC  (2+ messages)

[PATCH] Fold more aggressively for trip counts
 2007-01-10  0:05 UTC  (3+ messages)

[patch, libfortran/30415]
 2007-01-09 22:52 UTC  (2+ messages)

[libgfortran,patch] Add compiler check when configuring libgfortran
 2007-01-09 21:04 UTC  (3+ messages)

Patch: FYI: update svn.html for gcj-eclipse merge
 2007-01-09 20:57 UTC 

Patch: FYI: gcj news item for merge
 2007-01-09 20:12 UTC 

[gij] Fix array accesses
 2007-01-09 18:44 UTC  (3+ messages)

[RFC,PATCH] Builtin macros for sizes of standard types
 2007-01-09 17:07 UTC  (2+ messages)

[PATCH] PR/target 30370 powerpc-unknown-eabispe can't build libgcc2
 2007-01-09 16:56 UTC  (3+ messages)

[FORTRAN PATCH] Improved scalarization of constant array constructors
 2007-01-09 16:42 UTC  (5+ messages)

[libgfortran,patch] Add compiler check when configuring libgfortran
 2007-01-09 16:31 UTC 

[PATCH] limit vectorization to large enough trip-counts
 2007-01-09 16:25 UTC  (2+ messages)

[CFT] in-tree GMP/MPFR, one more round
 2007-01-09 16:04 UTC  (7+ messages)

4.1/4.2 PATCH: PR middle-end/20218: Can't use __attribute__ ((visibility ("hidden"))) to hide a symbol
 2007-01-09 15:10 UTC 

[PATCH] PR29145 - be more restrict about restrict qualifier
 2007-01-09 14:10 UTC  (2+ messages)

Renaming mingw64 to mingw* for x86_64 architecure
 2007-01-09 13:45 UTC  (4+ messages)

[PATCH] Add fit_double_type, force_fit_type for double-ints with overflow checking
 2007-01-09 13:45 UTC  (5+ messages)

[Patch, i386]: Commited: Rewrite and macroize sin, cos and sincos x87 patterns
 2007-01-09 12:50 UTC 

preparing patch for IPCP merge to SSA
 2007-01-09 12:14 UTC  (3+ messages)

[libgfortran,patch] New autoconf test
 2007-01-09 11:41 UTC  (6+ messages)

[patch RFC] A few SH specific changes for top level libgcc
 2007-01-09 10:53 UTC  (5+ messages)

[PATCH] CSE sin and cos as sincos using the cexpi builtin
 2007-01-09 10:39 UTC  (2+ messages)
` [PING][PATCH] "

[PATCH, ARM] Fix target/30173: addition of 0 to a denormalized DFmode value
 2007-01-09 10:29 UTC 

[Patch, fortran] PR30410 - Host association bug w/EXTERNAL
 2007-01-09  9:06 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).