public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[RFC, ivopts] fix bugs in ivopts address cost computation
 2012-07-25 19:46 UTC  (5+ messages)
` [PING] "

[PATCH] Change IVOPTS and strength reduction to use expmed cost model
 2012-07-25 19:40 UTC  (3+ messages)

[Dwarf Fission] Implement Fission Proposal (issue6305113)
 2012-07-25 19:25 UTC  (2+ messages)

[google/gcc-4_7] Output DW_AT_high_pc as constant (issue6453046)
 2012-07-25 18:57 UTC  (2+ messages)

RFA: MN10300: Replace REG_SAVE_BYTES macro with calls to mn10300_get_live_callee_saved_regs
 2012-07-25 18:43 UTC  (2+ messages)

[google] Modification of gcov pmu format to reduce gcda size bloat (issue6427063)
 2012-07-25 18:35 UTC  (2+ messages)

RFA: MN10300: Call default_encode_section_info
 2012-07-25 18:29 UTC  (2+ messages)

[patch] Fix spurious 'noreturn' function does return warning at -O0 (2)
 2012-07-25 18:24 UTC  (2+ messages)

[PATCH] PR target/53633; disable return value warnings for naked functions
 2012-07-25 18:12 UTC  (6+ messages)

[Patch, Fortran, committed] Some spell fixes
 2012-07-25 18:04 UTC 

[Ada] Lock-free implementation of protected objects
 2012-07-25 17:39 UTC  (19+ messages)

[patch] Tidy up BIT_FIELD_REF handling code
 2012-07-25 17:28 UTC  (2+ messages)

[Patch ARM] Pass --be8 option for big endian targets by default
 2012-07-25 17:19 UTC  (2+ messages)

Fix reading real(kind=10) numbers
 2012-07-25 16:41 UTC 

[PATCH] Fix Ada bootstrap (PR 54092)
 2012-07-25 16:22 UTC  (2+ messages)

[google/gcc-4_7] Add -gfission as alias for -gsplit-dwarf (issue6444043)
 2012-07-25 15:59 UTC  (2+ messages)

[PATCH] Intrinsics for PREFETCHW
 2012-07-25 15:55 UTC  (6+ messages)

[PATCH] Fix assembly dialect handling in asm_fprintf
 2012-07-25 15:45 UTC  (3+ messages)

PR 54075 Fix hashtable::reserve
 2012-07-25 14:55 UTC 

C++ PATCHes for c++/54020, 54086 (minor constexpr issues)
 2012-07-25 14:55 UTC 

C++ PATCH to remove tf_no_access_control
 2012-07-25 14:54 UTC 

[PATCH] Remove FIXUNS_TRUNC_LIKE_FIX_TRUNC
 2012-07-25 14:06 UTC 

[patch] un-#ifdef GATHER_STATISTICS
 2012-07-25 13:43 UTC  (9+ messages)

VRP PLUS/MINUS_EXPR
 2012-07-25 13:37 UTC  (2+ messages)

[PATCH] Fix typo in comment in basic-block.h
 2012-07-25 13:10 UTC 

[4.7 RFT PATCH, i386]: Backport recent LEA improvements to 4.7 branch
 2012-07-25 12:34 UTC  (3+ messages)

[PATCH] Fix comment in cgraphunit.c
 2012-07-25 11:44 UTC  (3+ messages)

[PATCH] Fix PR 52631 (VN does not use simplified expression for lookup)
 2012-07-25 11:39 UTC  (2+ messages)

[Test] Fix for PRPR53981
 2012-07-25 10:58 UTC  (3+ messages)

[Patch/RFC] SEH exceptions for Win64
 2012-07-25  8:39 UTC  (9+ messages)

[SH] PR 54089 - Reorg left shifts
 2012-07-25  8:32 UTC 

[PATCH] Detect loops in find_comparison_args
 2012-07-25  7:27 UTC  (2+ messages)

[patch] Stop gengtype from emitting empty loops
 2012-07-25  3:35 UTC  (11+ messages)

[google/gcc-4_7] Backport pending Fission patch (issue6443043)
 2012-07-25  0:42 UTC  (3+ messages)

[PATCH, 4.7] Enable the libstdc++ prettyprinters test suite
 2012-07-25  0:12 UTC 

Great answer to your marriage probs
 2012-07-24 23:19 UTC 

[PR52983] eliminate autoinc from debug_insn locs
 2012-07-24 22:30 UTC  (4+ messages)

[PATCH, Android] Runtime stack protector enabling for Android target
 2012-07-24 22:08 UTC  (9+ messages)

[C++ Patch] Fix pastos (?) in make_typename_type calls
 2012-07-24 19:29 UTC  (4+ messages)

[google/gcc-4_7] Backport Fission patches from trunk (issue 6405076)
 2012-07-24 18:33 UTC  (2+ messages)

[PATCH, i386]: AMD btver2 enablement
 2012-07-24 18:24 UTC  (2+ messages)

[testsuite] support using "target" and "xfail" together
 2012-07-24 18:13 UTC 

[patch] un-#ifdef GATHER_STATISTICS
 2012-07-24 18:03 UTC  (6+ messages)

[RFC] Target-specific limits on vector alignment
 2012-07-24 17:39 UTC  (2+ messages)

[patch] Move lowering of switches to bit tests to GIMPLE
 2012-07-24 17:24 UTC  (9+ messages)

[PATCH] Improve ifcombine (PR 52005)
 2012-07-24 17:00 UTC  (5+ messages)

[testsuite] don't ignore errors for dg-error and friends
 2012-07-24 16:57 UTC 

[PATCH 0/4] [RFC] Reduce the representation size of optabs
 2012-07-24 16:52 UTC  (3+ messages)

[PATCH] ARM: exclude fixed_regs for stack-alignment save/restore
 2012-07-24 16:21 UTC  (10+ messages)

[Patch, committed] Add myself to MAINTAINERS file
 2012-07-24 14:27 UTC 

[PATCH] Intrinsics for ADCX, ADOX, RDSEED and PREFETCHW
 2012-07-24 14:06 UTC  (8+ messages)

[PATCH] Improve andq $0xffffffff, %reg handling (PR target/53110)
 2012-07-24 13:34 UTC  (10+ messages)

[PATCH] Vectorizer cost model outside-cost changes
 2012-07-24 12:40 UTC  (3+ messages)

[PATCH, ARM] Don't pull in unwinder for 64-bit division routines
 2012-07-24 12:27 UTC  (2+ messages)

[PR 54051 ARM] Fix alignment specifier alignment information for ARM
 2012-07-24 12:09 UTC 

[PATCH, i386]: Reject invalid constant addresses from ix86_decompose_address
 2012-07-24 11:32 UTC 

[PATCH, ARM] Skip gcc.dg/torture/stackalign/builtin-apply-2.c for ARM hard-float ABI
 2012-07-24 11:18 UTC  (5+ messages)

[PATCH]: Bad gcc/gtype-desc.h generated when using sparse checkout
 2012-07-24 10:39 UTC  (2+ messages)

[Patch] PR 51938: extend ifcombine
 2012-07-24  8:53 UTC  (5+ messages)

PR53914, rs6000 constraints and reload queries
 2012-07-24  6:07 UTC  (5+ messages)

[SH] Remove addc1 and subc1
 2012-07-23 22:00 UTC  (2+ messages)

[SH] PR 51244 - Remove T_REG alternatives from load/store patterns
 2012-07-23 22:00 UTC  (2+ messages)

[SH] PR 53511 - Cleanup leftovers
 2012-07-23 22:00 UTC  (2+ messages)

[google/gcc-4_7] Backport Fission patches from trunk (issue6405076)
 2012-07-23 21:22 UTC 

[cxx-conversion] Update hash-table to new coding conventions. (Part 2) (issue6435049)
 2012-07-23 21:12 UTC 

Updated to respond to various email comments from Jason, Diego and Cary (issue6197069)
 2012-07-23 20:21 UTC  (17+ messages)

[Patch, fortran] PR44354 implied-do-loop array constructors using the induction variable in the bounds
 2012-07-23 18:56 UTC  (5+ messages)

[PATCH, i386]: Make ix86_lea_outperform static and cleanup LEA split helpers
 2012-07-23 18:08 UTC 

[PATCH, ARM] Fix length attributes for sync.md patterns
 2012-07-23 17:59 UTC  (5+ messages)
` [PATCH, ARM] Split all insns before pool placement (Re: [PATCH, ARM] Fix length attributes for sync.md patterns)
    ` [PATCH, ARM] Split all insns before pool placement

[cxx-conversion] Update hash-table to new coding conventions. (issue6430066)
 2012-07-23 17:50 UTC 

[PATCH] Decimal Floating-Point (libbid) for GNU/Hurd
 2012-07-23 16:45 UTC  (3+ messages)

[PATCH, i386] Further improvements to PR 53961
 2012-07-23 16:11 UTC 

[PATCH, ARM] Add test for ARMv7-M interrupt function dynamic stack realignment
 2012-07-23 14:21 UTC 

[patch] Move sbitmap dataflow functions from sbitmap.c to cfganal.c
 2012-07-23 14:17 UTC  (2+ messages)

[PATCH] Fix PR53616
 2012-07-23 14:16 UTC 

[PATCH, frv-linux] Silence warning
 2012-07-23 14:13 UTC  (4+ messages)

[PATCH] Use local-decls in aliased vars dumping
 2012-07-23 13:22 UTC 

[patch] More cleanups for CFG dumping
 2012-07-23 13:10 UTC  (5+ messages)

[Test] Fix for PRPR53981
 2012-07-23 11:25 UTC 

[PATCH, AArch64] Allow symbol+offset as symbolic constant expression
 2012-07-23  9:51 UTC  (2+ messages)

[patch] PR53881 - again
 2012-07-23  8:50 UTC  (2+ messages)

[patch][gcov] Clarify the internals a bit
 2012-07-23  8:42 UTC  (2+ messages)

[patch] Profiling infrastructure TLC (1/n)
 2012-07-23  8:41 UTC  (2+ messages)

[Ada] Crash on private enumeration type when compiling with -gnatVa
 2012-07-23  8:31 UTC 

[Ada] New restrictions for the lock-free implementation of protected objects
 2012-07-23  8:31 UTC 

[Ada] Always analyze loop body during semantic analysis in Alfa mode
 2012-07-23  8:30 UTC 

[Ada] Ambiguities with class-wide operations on synchronized types
 2012-07-23  8:30 UTC 

[Ada] Element allocators in indefinite containers need accessibility checks
 2012-07-23  8:21 UTC 

[Ada] Clean up of heap objects in the context of accessibility failures
 2012-07-23  8:20 UTC 

[Ada] User-defined indexing operations
 2012-07-23  8:20 UTC 

[Ada] Support for coverage analysis of ACCEPT alternatives in SELECT statement
 2012-07-23  8:13 UTC 

[Ada] Missing finalization of transient function result
 2012-07-23  8:13 UTC 

[Ada] Aspect specifications in subprogram bodies
 2012-07-23  8:13 UTC 

[Ada] Improve GNAT dimensionality checking system
 2012-07-23  8:13 UTC 

[Ada] Fix to SCOs for SELECT alternatives with guard
 2012-07-23  8:13 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).