public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 0/6] Tracking locations of tokens resulting from macro expansion
 2011-09-18 13:44 UTC  (29+ messages)
` [PATCH 0/7] "
  ` [PATCH 6/7] Kill pedantic warnings on system headers macros
  ` [PATCH 5/7] Add line map statistics to -fmem-report output
  ` [PATCH 4/7] Support -fdebug-cpp option
  ` [PATCH 7/7] Reduce memory waste due to non-power-of-2 allocs
    ` [PATCH 3/7] Emit macro expansion related diagnostics
    ` [PATCH 2/7] Generate virtual locations for tokens

PATCH: Replace tmp with __tmp
 2011-09-18 12:23 UTC  (7+ messages)

[v3] libstdc++/50441
 2011-09-18 11:42 UTC  (4+ messages)

[patch] Fix PR tree-optimization/50412
 2011-09-18 11:39 UTC 

[PATCH] Improve Niagara-3 tuning
 2011-09-18  9:00 UTC 

C++ PATCHes for DR 1328, c++/49267, c++/49458
 2011-09-18  8:41 UTC  (2+ messages)

[wwwdocs] Buildstat update for 4.6
 2011-09-18  8:36 UTC  (2+ messages)

[wwwdocs] Minor edit on extensions.html
 2011-09-18  1:42 UTC 

Doc updates for OpenMP 3.1 support, -grecord-gcc-switches, __builtin_assume_aligned and debug info improvements
 2011-09-17 23:55 UTC  (2+ messages)

[pph] Fix pph_read_tree_header. (issue5050045)
 2011-09-17 22:32 UTC 

[Patch] PR c++/26256
 2011-09-17 18:49 UTC  (18+ messages)

PowerPC shrink-wrap support 0 of 3
 2011-09-17 18:16 UTC  (5+ messages)
` PowerPC shrink-wrap support 1 "
` PowerPC shrink-wrap support 2 "
` PowerPC shrink-wrap support 3 "

hashtable exception safety patch
 2011-09-17 18:16 UTC  (4+ messages)
                ` hash policy patch

[patch] Don't try to reload match_operator
 2011-09-17 18:16 UTC 

[PATCH] non-GNU C++ compilers
 2011-09-17 13:44 UTC  (4+ messages)

Fortran Patches
 2011-09-17 13:31 UTC  (3+ messages)

[RFC PATCH] Improve V8SFmode and V4DFmode smin/smax reductions
 2011-09-17 10:10 UTC  (6+ messages)
` [RFC PATCH] AVX2 32-byte integer {s,u}m{in,ax} and vcond{,u} patterns
  ` [RFC PATCH] AVX2 32-byte integer min/max reductions

[rs6000] Fix PR target/50091
 2011-09-17  9:39 UTC  (2+ messages)

Go patch committed: Better errors for invalid [...]type
 2011-09-17  7:18 UTC 

Go patch committed: send/recieve on nil channel blocks forever
 2011-09-17  7:17 UTC 

C++ PATCH for c++/50424 (wrong code with throwing default argument)
 2011-09-17  6:31 UTC 

[PATCH] Add VIS intrinsics header for sparc
 2011-09-17  0:43 UTC  (5+ messages)

[RFC] Add FMA support to sparc backend
 2011-09-17  0:12 UTC  (6+ messages)

[google] Pass CC to the libgomp testsuite to capture -sysroot
 2011-09-16 21:08 UTC  (5+ messages)
` [libgomp] "

[Ada] fix potential memory corruption in annotated value cache
 2011-09-16 21:04 UTC  (3+ messages)

[Patch,AVR]: Fix PR 50358
 2011-09-16 19:10 UTC  (5+ messages)

[google] Omit date from Fortran .mod files for reproducible builds
 2011-09-16 19:07 UTC  (4+ messages)
` [Trunk/GCC 4.6] "

[PATCH] fix PR ada/42978
 2011-09-16 19:02 UTC  (5+ messages)

Vector Comparison patch
 2011-09-16 18:08 UTC  (14+ messages)

[PATCH, libiberty] correct md5_process_bytes with unaligned pointers
 2011-09-16 17:49 UTC  (2+ messages)

[v3] Add std::array testcase + other minor housekeeping
 2011-09-16 17:23 UTC 

[RFC PATCH] Improve -mavx{,2} vector extraction
 2011-09-16 17:00 UTC  (3+ messages)

Go patch committed: Update libgo to Go release r60
 2011-09-16 16:31 UTC 

Ping^3: PR 50113/50061: Fix ABI breakage from emit_library_call_value_1 patch
 2011-09-16 15:55 UTC 

inline-analysis improvement
 2011-09-16 15:54 UTC  (2+ messages)

partial fix for PR lto/50430
 2011-09-16 15:48 UTC 

[PATCH] Do not store/stream binfos in jump functions
 2011-09-16 15:22 UTC  (2+ messages)

[PATCH, 4.4] Backport of the fix for PR 49886 (again)
 2011-09-16 14:30 UTC 

[ARM] pass "--be8" to linker when linking for M profile
 2011-09-16 12:46 UTC  (3+ messages)

[Patch, gcc, testsuite] Use long enums for case foldconst-3.c for target ARM EABI
 2011-09-16 10:45 UTC  (4+ messages)

do not copy DEBUG_EXPRs in copy_insn
 2011-09-16  8:47 UTC  (2+ messages)

[Patch, gcc, testsuite] Use long enums for case foldconst-3.c for target ARM EABI
 2011-09-16  8:16 UTC 

Go patch committed: Fix defer
 2011-09-16  7:06 UTC 

[PATCH], PR 50341, Fix TOC load scheduling for powerpc on GCC 4.6 and 4.7
 2011-09-16  7:05 UTC  (6+ messages)
` [PATCH], PR 50341, Fix TOC load scheduling for powerpc on GCC 4.6 and 4.7 (patches included)

[v3] Declare std::make_tuple, std::forward_as_tuple constexpr
 2011-09-16  7:02 UTC 

[Patch, fortran] [00/21] Remove coarray support in the scalarizer
 2011-09-16  6:18 UTC  (22+ messages)
` [Patch, fortran] [01/21] Remove coarray support in the scalarizer: Remove is_coarray
` [Patch, fortran] [02/21] Remove coarray support in the scalarizer: Move coarray resolution code around
` [Patch, fortran] [10/21] Remove coarray support in the scalarizer: Factor bound evaluation
` [Patch, fortran] [17/21] Remove coarray support in the scalarizer: Remove gfc_ss::dimen field
` [Patch, fortran] [14/21] Remove coarray support in the scalarizer: Fix full array dimension type
` [Patch, fortran] [08/21] Remove coarray support in the scalarizer: Factor array ref references
` [Patch, fortran] [03/21] Remove coarray support in the scalarizer: Simplify coarray descriptor setup
` [Patch, fortran] [13/21] Remove coarray support in the scalarizer: Add specific walk_coarray function
` [Patch, fortran] [21/21] Remove coarray support in the scalarizer: Final cleanup
` [Patch, fortran] [16/21] Remove coarray support in the scalarizer: Remove gfc_loopinfo::codimen
` [Patch, fortran] [19/21] Remove coarray support in the scalarizer: Remove coarray_last argument
` [Patch, fortran] [07/21] Remove coarray support in the scalarizer: Use codim as argument gfc_get_array_type_bounds
` [Patch, fortran] [05/21] Remove coarray support in the scalarizer: Calculate codim earlier
` [Patch, fortran] [06/21] Remove coarray support in the scalarizer: Request coarray for an actual arg associed with a coarray dummy
` [Patch, fortran] [09/21] Remove coarray support in the scalarizer: Accept coarray dimensions in gfc_conv_section_startstride
` [Patch, fortran] [04/21] Remove coarray support in the scalarizer: Fix gfc_get_corank
` [Patch, fortran] [20/21] Remove coarray support in the scalarizer: Remove coarray argument
` [Patch, fortran] [12/21] Remove coarray support in the scalarizer: Get cobounds without the scalarizer
` [Patch, fortran] [15/21] Remove coarray support in the scalarizer: Remove gfc_ss::data::temp_ss::codimen field
` [Patch, fortran] [11/21] Remove coarray support in the scalarizer: Support 0-rank loop in gfc_conv_ss_startstride
` [Patch, fortran] [18/21] Remove coarray support in the scalarizer: Cleanup gfc_walk_variable_expr

[IA64] Use match_test rather than eq/ne symbol_ref
 2011-09-15 23:09 UTC  (2+ messages)

[cxx-mem-model] C++ wrappers
 2011-09-15 23:08 UTC  (7+ messages)

[cxx-mem-model] Consolidation 2 - the fetch ops
 2011-09-15 22:03 UTC  (4+ messages)

Using sysroot in testsuite. Trunk version. (issue4248059)
 2011-09-15 21:09 UTC  (3+ messages)

Fwd: [cxx-mem-model] Don't over process __sync_mem parameters
 2011-09-15 21:06 UTC  (3+ messages)

[lra] patch to use equiv for restoring values around calls
 2011-09-15 21:03 UTC 

[cxx-mem-model] Some consolidation
 2011-09-15 21:01 UTC  (2+ messages)

[google] Add l-ipo.h to PLUGIN_HEADERS in gcc-4_6 branch
 2011-09-15 21:00 UTC 

Handle multi-word regsiters in REG_CFA_RESTORE notes
 2011-09-15 20:41 UTC  (2+ messages)

[PATCH, i386]: A couple of cleanups
 2011-09-15 20:40 UTC 

Vector shuffling
 2011-09-15 20:36 UTC  (14+ messages)

[PATCH, PR50322] Fix test-case ivopts-lt.c to use int of same size as pointer
 2011-09-15 19:53 UTC  (4+ messages)

[2/2] tree-ssa-strlen optimization pass
 2011-09-15 18:17 UTC 

[1/2] tree-ssa-strlen optimization pass
 2011-09-15 18:07 UTC 

C++ PATCH for c++/50361 (ICE with initializer_list and nullptr)
 2011-09-15 18:05 UTC 

C++ PATCH for c++/50365 (regression with -> decl/expr ambiguity)
 2011-09-15 17:53 UTC 

[ARM testsuite] remove option "-march=armv5te" for pr46934.c testcase
 2011-09-15 17:10 UTC  (2+ messages)

[build, ada] Allow Solaris bootstrap with C++ (PR bootstrap/49794)
 2011-09-15 17:00 UTC  (5+ messages)

[ARM testsuite] remove option "-march=armv5te" for pr46934.c testcase
 2011-09-15 14:27 UTC 

[patch] Allow read-after-read dependence in basic block SLP
 2011-09-15 13:53 UTC 

[Patch ARM] Add predefined macro when unaligned access is available
 2011-09-15 13:13 UTC  (2+ messages)

[Ada] Use CLOCK_MONOTONIC when possible
 2011-09-15 10:46 UTC 

[Ada] Warnings on unused formals of expression functions
 2011-09-15 10:29 UTC 

[4.6] Fix set-but-not-used warning [committed] (issue5013044)
 2011-09-15  8:20 UTC 

Initial shrink-wrapping patch
 2011-09-15  1:48 UTC  (10+ messages)

Go patch committed: Fix handling of structs with embedded builtin types
 2011-09-15  1:12 UTC 

[RFC] Builtin infrastructure change
 2011-09-14 22:51 UTC  (4+ messages)

Prevent inliner from removing aliases of used comdats
 2011-09-14 21:41 UTC  (2+ messages)

Go patch committed: Fix defer/recover at high optimization levels
 2011-09-14 20:38 UTC 

[trans-mem] Fix compilation of libitm with recent gcc
 2011-09-14 19:51 UTC  (2+ messages)

[PATCH] [MELT] Fix CUMULMD5 leading space
 2011-09-14 18:48 UTC 

RFC: allowing fwprop to propagate subregs
 2011-09-14 18:28 UTC  (4+ messages)

[PATCH] [Annotalysis] Fix internal compiler errors in thread safety analysis
 2011-09-14 16:35 UTC  (2+ messages)

[Patch, committed] Add myself to MAINTAINERS
 2011-09-14 16:31 UTC 

[C++ Patch] PR 50391
 2011-09-14 15:49 UTC  (2+ messages)

[MICROBLAZE] Use match_test rather than eq/ne symbol_ref
 2011-09-14 15:45 UTC  (2+ messages)

[PATCH, testsuite, ARM] Change to expected failure for g++.dg/abi/local1.C on ARM target
 2011-09-14 15:31 UTC  (2+ messages)

[PATCH, ARM] Unaligned accesses for builtin memcpy [2/2]
 2011-09-14 15:24 UTC  (2+ messages)

[PATCH] [MELT] Fix CUMULMD5 leading space
 2011-09-14 14:42 UTC 

[ARM] Optimise handling of neon_vget_high/low
 2011-09-14 13:51 UTC 

Missing SCALAR_INT_MODE_P checks in simplify_subreg
 2011-09-14 13:02 UTC  (3+ messages)

[patch] Allow not simple ivs in SLP
 2011-09-14 12:57 UTC 

PING: [ARM] Model automodified addresses in the Cortex A8 and A9 schedulers -- NEON
 2011-09-14 12:18 UTC  (3+ messages)

[0/4] Modulo scheduling with haifa-sched for C6X
 2011-09-14 12:01 UTC  (3+ messages)

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).