public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Tree SRA and atomicity/volatility
 2007-01-23 17:15 UTC  (3+ messages)

[PATCH] Work around PR29127, fix PR30560
 2007-01-23 17:15 UTC  (2+ messages)

x86_64-*-mingw*
 2007-01-23 17:13 UTC  (2+ messages)

[PATCH] Do not cleanup_cfg when it is not necessary, and don't renumber_insns
 2007-01-23 17:07 UTC  (2+ messages)

[PATCH] [4.3. projects] Vectorize int to float conversions
 2007-01-23 16:51 UTC  (3+ messages)

ColdFire submission
 2007-01-23 16:50 UTC  (87+ 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 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
                                          ` [m68k 2/2] unwind support for signal handler
                                          ` [m68k 1/2] define DWARF_FRAME_RETURN_COLUMN

[PATCH] Fix verify_flow_info for cfglayout mode
 2007-01-23 16:45 UTC 

[gfortran] Disable "long double" real kind on mingw32
 2007-01-23 16:14 UTC  (5+ messages)

[PATCH] Fix bootstrap/30541, pass down GNATBIND and GNATMAKE
 2007-01-23 16:04 UTC  (3+ messages)

[PATCH, committed] Fix PowerPC long double bootstrap
 2007-01-23 15:37 UTC  (7+ messages)

[gomp] Fix VLAs as local variables inside OMP constructs
 2007-01-23 14:30 UTC 

PATCH: PR bootstrap/30510: Gcc failed to bootstrap
 2007-01-23 14:02 UTC  (2+ messages)

[x86-64] Large code models (static and PIC)
 2007-01-23 13:57 UTC  (2+ messages)

[RFC,PATCH] Builtin macros for sizes of standard types
 2007-01-23 13:34 UTC 

Remove post-inline uninitialized vars warning
 2007-01-23 13:31 UTC  (3+ messages)

[fr30] machine description fix
 2007-01-23 13:20 UTC 

[PATCH 1/3] libgcc: Remove local _Unwind_Word and _Unwind_Sword uses
 2007-01-23 11:31 UTC  (3+ messages)

[C++ PATCH] Remove uses of TREE_CONSTANT_OVERFLOW
 2007-01-23 11:26 UTC  (2+ messages)

[PATCH] Updating IPCP to SSA
 2007-01-23 10:05 UTC 

[PATCH]: PR middle-end/29335 use MPFR for cabs, and fold complex sign ops
 2007-01-23 10:02 UTC  (2+ messages)

[PATCH] Don't error on coverage mismatch by request
 2007-01-23  9:38 UTC  (11+ messages)

[patch, fortran] PR30481 Accepts namelist-group object with assumed character length
 2007-01-23  9:33 UTC  (4+ messages)

PR c++/17729 Duplicate __attribute__((deprecated)) warning
 2007-01-23  8:47 UTC 

[patch] Remove requirement on loop numbering
 2007-01-23  8:44 UTC  (3+ messages)

[PATCH/RFC/PR28071]: New scheduler dependencies lists
 2007-01-23  8:39 UTC  (2+ messages)

PATCH RFA: Reorder objects in libbackend.a for faster parallel build
 2007-01-23  8:25 UTC  (3+ messages)

[patch, RFC] Fix PR 30389 - ASCII functions
 2007-01-23  7:27 UTC  (3+ messages)

PATCH: ggc marking hooks
 2007-01-23  7:10 UTC 

[objc/PATCH] Fix PR 27438, warning about an ARTIFICIAL decl not being used
 2007-01-23  5:00 UTC 

[Patch, fortran] PR30407 - Elemental functions in WHERE assignments wrongly rejected
 2007-01-23  4:57 UTC  (4+ messages)

[patch, fortran] PR30532 ^Z marks EOF
 2007-01-23  3:51 UTC 

[PATCH] Fix PR c++/27492: ICE on invalid covariant return type
 2007-01-23  3:48 UTC  (2+ messages)

[PATCH, C++] Make Canonical ICE instead of just warn when mismatching
 2007-01-23  3:41 UTC  (3+ messages)

[C++] Make constructions inlined
 2007-01-23  3:31 UTC  (2+ messages)

PATCH: PR libgcj/30550: Missing dependencies for ecjx target
 2007-01-23  3:02 UTC 

PATCH RFA: Fix -Wparentheses fallout
 2007-01-23  2:47 UTC 

[fixed-point] Patch for complex types
 2007-01-23  2:10 UTC  (2+ messages)

deque fails to meet 23.2.1.3.4-5 causing invalid iterators and extra assignments
 2007-01-23  0:32 UTC 

E500 long double patch, updated
 2007-01-22 23:54 UTC 

[PING] typo patch
 2007-01-22 23:26 UTC  (2+ messages)

[C++ PATCH] Fix PR c++/29993
 2007-01-22 22:33 UTC 

RFA: Extending --help
 2007-01-22 22:13 UTC  (6+ messages)

[patch, fortran] Support .F03 and .f03 file extensions
 2007-01-22 21:55 UTC  (8+ messages)

unmatched quotes in #if 0 code?
 2007-01-22 21:43 UTC  (3+ messages)

Get libffi closures to cope with SELinux execmem/execmod
 2007-01-22 21:28 UTC  (4+ messages)

Fix memory corruption in operands
 2007-01-22 21:20 UTC  (11+ messages)

Comment typo
 2007-01-22 21:18 UTC 

Cleanup of OpenBSD targets
 2007-01-22 20:37 UTC 

Patch: New target vector routine and version_id attribute for HP-UX
 2007-01-22 18:38 UTC  (2+ messages)

[gomp] Fix lastprivate on #pragma omp for (PR middle-end/30421)
 2007-01-22 17:37 UTC  (2+ messages)

Patch: New implementation of -Wstrict-aliasing
 2007-01-22 17:37 UTC  (13+ messages)

Patch: PR driver/30246
 2007-01-22 16:38 UTC  (3+ messages)

[PATCH 3/3] libjava: Remove local _Unwind_Word and _Unwind_Sword uses
 2007-01-22 16:33 UTC  (2+ messages)

[PATCH, i386]: Use XXX_P predicates in config/i386/*
 2007-01-22 16:18 UTC  (2+ messages)

[v3] __fill_aux helpers clean-up
 2007-01-22 15:21 UTC 

[PATCH 2/3] libstdc++: Remove local _Unwind_Word and _Unwind_Sword uses
 2007-01-22 13:28 UTC 

CFG fixup after early inlining
 2007-01-22 12:58 UTC  (3+ messages)

[Committed] Fix PR 30519, build failure on alpha-linux
 2007-01-22 12:38 UTC  (3+ messages)

[PATCH][www] document suse/gcc-4_2-branch
 2007-01-22 11:21 UTC 

[PATCH][applied] Add sincos pass, fix PR30038
 2007-01-22 11:11 UTC 

[gomp] Fix gcc_unreachable() bug on #pragma omp for (PR middle-end/30538)
 2007-01-22 10:18 UTC  (2+ messages)

Small DCE improvement
 2007-01-22  9:20 UTC  (3+ messages)

RFC: Add BID as a configure time option for DFP
 2007-01-22  3:58 UTC 

[PATCH]: PR middle-end/30447 handle builtin csin
 2007-01-22  3:47 UTC  (3+ messages)

Patch: PR driver/12448
 2007-01-22  3:29 UTC 

[patch, libfortran] Fix PR 30525 - character comparisons with padding
 2007-01-22  2:55 UTC  (4+ messages)
        ` missing links in online docs ?

PATCH: PR other/30530: dfp.c assumes DPD encoding
 2007-01-22  1:39 UTC  (5+ messages)

PR 23572 warnings for out of range floating-point constants
 2007-01-21 23:30 UTC  (9+ messages)

Patch: PR preprocessor/30468
 2007-01-21 23:25 UTC 

[4.1] Fix PR rtl-optimization/29329
 2007-01-21 22:35 UTC 

[libgfortran,commited] Work around PR 30518
 2007-01-21 21:05 UTC 

[fortran, patch] Fix conflict detesction for VOLATILE attribute (PR30520)
 2007-01-21 17:07 UTC  (3+ messages)

Avoid infinite recursion on flattening
 2007-01-21 14:27 UTC  (4+ messages)

[Committed] New -fno-signed-zeros command line option
 2007-01-21 13:54 UTC  (5+ messages)

[patch] Fix bootstrap failure on warnings
 2007-01-21 12:48 UTC 

[patch] Fix bootstrap failure on warnings
 2007-01-21 10:09 UTC 

Patch: New implementation of -Wstrict-aliasing
 2007-01-21  6:19 UTC  (5+ messages)

PATCH COMMITTED: Avoid signed overflow in expmed.c
 2007-01-21  5:36 UTC  (4+ messages)

GFortran documentation updates merged into 4.2
 2007-01-21  2:50 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).