public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
Reviving SH FDPIC target
 2015-09-13 17:11 UTC  (11+ messages)

[committed] Fix warning from config/pa/fptr.c
 2015-09-13 16:53 UTC 

[PATCH] fix TLS support detection for sh targets
 2015-09-13 15:08 UTC  (3+ messages)

[wwwdocs] Buildstat update for 5.x
 2015-09-13 15:08 UTC 

[wwwdocs] Buildstat update for 4.9
 2015-09-13 14:53 UTC 

[wwwdocs] Buildstat update for 4.8
 2015-09-13 14:50 UTC 

[PATCH, PR67405, committed] Avoid NULL pointer dereference
 2015-09-13 14:46 UTC  (4+ messages)

[PATCH] PR28901 -Wunused-variable ignores unused const initialised variables
 2015-09-13 13:36 UTC  (5+ messages)

[PATCH] doc/install.texi: Mention contrib/download_prerequisites
 2015-09-13 11:41 UTC  (2+ messages)

[PATCH 1/4] [MIPS] Add support for MIPS SIMD Architecture (MSA)
 2015-09-13  9:56 UTC 

[PATCH] Convert SPARC to LRA
 2015-09-13  8:32 UTC  (5+ messages)

[patch] libstdc++/67173 Fix filesystem::canonical for Solaris 10
 2015-09-12 22:00 UTC  (5+ messages)

Fix PR ada/66965
 2015-09-12 18:07 UTC 

[PATCH][20/n] Remove GENERIC stmt combining from SCCVN
 2015-09-12 16:35 UTC  (2+ messages)

[Darwin, driver] Make our sysroot handling the same as clang's
 2015-09-12 16:31 UTC 

[COMMITTED] Fix ICE compiling sbgdec.c in ffmpeg package
 2015-09-12 15:02 UTC 

[Darwin, Driver/specs] A bit more TLC, factor version-min code, lose some dead specs
 2015-09-12 14:44 UTC 

[Patch] Teach RTL ifcvt to handle multiple simple set instructions
 2015-09-12 14:04 UTC  (9+ messages)

[libgfortran,committed] Fix some issues revealed by sanitizer
 2015-09-12 13:54 UTC 

[Patch,tree-optimization]: Add new path Splitting pass on tree ssa representation
 2015-09-12 12:05 UTC  (14+ messages)

[C++ Patch] PR 51911 V2 ("G++ accepts new auto { list }")
 2015-09-12 10:09 UTC  (4+ messages)

[SPARC] Simplify const_all_ones_operand
 2015-09-12  9:31 UTC  (2+ messages)

[Patch, libstdc++] Add specific error message into exceptions
 2015-09-12  8:25 UTC  (5+ messages)

[PATCH][AArch64] Use preferred aliases for CSNEG, CSINC, CSINV
 2015-09-12  2:04 UTC  (5+ messages)

[PATCH] v2 shrink-wrap: Rewrite
 2015-09-12  1:15 UTC  (4+ messages)

[gomp4] SESE region neutering
 2015-09-11 22:06 UTC 

Go patch committed: Fix possible out of bounds memcmp
 2015-09-11 21:48 UTC 

[PATCH] Another small cleanup to the const_and_copies stack
 2015-09-11 21:41 UTC 

[gomp4] parallel reduction nested inside data regions
 2015-09-11 20:03 UTC 

[gomp4] PTX partition discovery cleanup
 2015-09-11 19:43 UTC 

Merge from trunk to gccgo branch
 2015-09-11 19:41 UTC 

[graphite] Refactor graphite-optimize-isl.c
 2015-09-11 19:36 UTC  (4+ messages)
` [PATCH] Refactor optimize isl

[PATCH] Remove dead code from graphite-optimize-isl.c
 2015-09-11 19:28 UTC  (3+ messages)

libbacktrace patch committed: Update dependencies
 2015-09-11 19:11 UTC 

[PATCH, MIPS] Frame header optimization for MIPS O32 ABI
 2015-09-11 18:16 UTC  (3+ messages)

[gcc-5-branch][PATCH][AARCH64]Fix for branch offsets over 1 MiB
 2015-09-11 17:29 UTC 

[gomp4] Update fortran tests
 2015-09-11 17:08 UTC 

Use resolution info to get rid of weak symbols
 2015-09-11 17:00 UTC  (2+ messages)

[PATCH] vectorizing conditional expressions (PR tree-optimization/65947)
 2015-09-11 16:54 UTC  (10+ messages)

Pass -foffload targets from driver to libgomp at link time
 2015-09-11 16:16 UTC  (9+ messages)
` Ping "
  ` Ping^2 "

Openacc launch API
 2015-09-11 15:59 UTC  (3+ messages)

[PATCH][RTL-ifcvt] PR rtl-optimization/67465: Handle pairs of complex+simple blocks and empty blocks more gracefully
 2015-09-11 15:43 UTC  (5+ messages)

[PATCH 00/22] RFC: Overhaul of diagnostics
 2015-09-11 15:31 UTC  (30+ messages)
` [PATCH 01/22] Change of location_get_source_line signature
` [PATCH 02/22] Testsuite: add dg-{begin|end}-multiline-output commands
` [PATCH 10/22] C++ FE: Use token ranges for various diagnostics
` [PATCH 08/22] C frontend: use token ranges in "
` [PATCH 06/22] PR/62314: add ability to add fixit-hints
` [PATCH 09/22] C frontend: store and use token ranges in c_declspecs
` [PATCH 11/22] Objective C: c/c-parser.c: use token ranges in two places
` [PATCH 20/22] Use rich locations in c-family/c-format.c
` [PATCH 13/22] gcc-rich-location.[ch]: add methods for working with tree ranges
` [PATCH 03/22] Move diagnostic_show_locus and friends out into a new source file
` [PATCH 07/22] Implement token range tracking within libcpp and C/C++ FEs
` [PATCH 04/22] Reimplement diagnostic_show_locus, introducing rich_location classes
` [PATCH 05/22] Add overloads of inform, warning_at, etc that take a source_range
` [PATCH 15/22] Add plugin to recursively dump the source-ranges in a tree
` [PATCH 12/22] Add source-ranges for trees
` [PATCH 14/22] C: capture tree ranges for various expressions
` [PATCH 19/22] gcc-rich-location.[ch]: add debug methods for cpp_string_location
` [PATCH 18/22] Track locations within string literals in tree_string
` [PATCH 17/22] libcpp: add location tracking within string literals
` [PATCH 21/22] Use Levenshtein distance for various misspellings in C frontend
` [PATCH 16/22] C/C++ frontend: use tree ranges in various diagnostics
` [PATCH 22/22] Add fixit hints to spellchecker suggestions

[PATCH] PR67401: Fix wrong code generated by expand_atomic_compare_and_swap
 2015-09-11 15:25 UTC  (3+ messages)

[PATCH 1/2] shrink-wrap: Header hygiene
 2015-09-11 14:46 UTC  (17+ messages)
` [PATCH 2/2] shrink-wrap: Rewrite try_shrink_wrapping

[gomp4] Override default target hook
 2015-09-11 14:21 UTC 

[patch] libstdc++/65142 Check read() result in std::random_device
 2015-09-11 13:46 UTC 

[PATCH][PR67476] Add param parloops-schedule
 2015-09-11 13:37 UTC  (4+ messages)

New power of 2 hash policy
 2015-09-11 13:28 UTC  (4+ messages)

[PATCH] Teach genmatch.c to generate single-use restrictions from flags
 2015-09-11 12:36 UTC  (2+ messages)

[patch] libstdc++/64857 Rationalise PCH headers and 17_intro/headers tests
 2015-09-11 12:26 UTC 

[patch] libstdc++/58265 Implement N4258 noexcept for std::basic_string
 2015-09-11 12:08 UTC 

[patch] libstdc++/65092 Allocator-extended constructors for container adaptors
 2015-09-11  9:56 UTC 

[PATCH] [PATCH][ARM] Fix pr63210.c testcase
 2015-09-11  9:51 UTC  (3+ messages)

[RFC AArch64][PR 63304] Handle literal pools for functions > 1 MiB in size
 2015-09-11  9:46 UTC  (4+ messages)

[testsuite] Link gcc.dg/pie-link.c with -pie
 2015-09-11  9:39 UTC  (3+ messages)

[libgo] Use stat_atim.go on Solaris 12+
 2015-09-11  8:48 UTC  (3+ messages)

[patch match.pd c c++]: Ignore results of 'shorten_compare' and move missing patterns in match.pd
 2015-09-11  8:15 UTC  (2+ messages)

libgo patch committed: Return 0, not NULL, for type int
 2015-09-11  3:49 UTC 

[PATCH: RL78] libgcc fixes for divmodsi, divmodhi and divmodqi
 2015-09-11  3:24 UTC  (2+ messages)

[gomp4] ptx reformatting
 2015-09-11  2:18 UTC 

[nvptx] reformatting
 2015-09-10 23:21 UTC 

[PATCH] Update ENABLE_CHECKING to make it usable in "if" conditions
 2015-09-10 22:55 UTC  (2+ messages)

[PATCH] PR bootstrap/67363: Fix setenv/unsetenv declaration issue in gcc.c
 2015-09-10 20:53 UTC  (2+ messages)

[patch] Two small libstdc++ testsuite tweaks
 2015-09-10 20:03 UTC 

Fix reload1.c warning for some targets
 2015-09-10 19:33 UTC  (7+ messages)

[PATCH, rs6000] Extend LE swap optimization to handle vector permutes with constant masks
 2015-09-10 19:08 UTC  (4+ messages)

[Patch, fortran] PR66681 - Wrong result in assigning this_image() to a complex coarray
 2015-09-10 18:49 UTC  (3+ messages)

[PATCH] Make sure that contrib/download_prerequisites is run from correct place
 2015-09-10 18:36 UTC  (2+ messages)

Go patch committed: report errors from very large types
 2015-09-10 18:32 UTC 

[gomp4] Use cuda library's error strings
 2015-09-10 17:55 UTC 

[gomp4] Remove more gang local bits
 2015-09-10 17:54 UTC 

[patch] Enable lightweight checks with _GLIBCXX_ASSERTIONS
 2015-09-10 17:08 UTC  (9+ messages)

[x86 PATCH] Improve performance for Haswell family
 2015-09-10 16:57 UTC 

[x86 PATCH] Improve performance for Haswell family
 2015-09-10 16:48 UTC  (2+ messages)

PING: [gcc-5-branch][PATCH] PR rtl-optimization/67029: gcc-5.2.0 unable to find a register to spill with O3 fsched-pressure fschedule-insns
 2015-09-10 16:31 UTC 

[Patch, fortran] PR66993 - Spurious ambiguous symbol error with submodules
 2015-09-10 16:28 UTC  (3+ messages)

[PATCH 00/10] removal of typedefs that hide pointerness episode 1
 2015-09-10 15:30 UTC  (3+ messages)

[SH][committed] Fix PR 67506
 2015-09-10 15:14 UTC 

[Committed] S/390: Add V1TImode to constant pool modes
 2015-09-10 14:22 UTC 

[Committed] S/390: Don't use vgm for v1ti and v1tf
 2015-09-10 14:22 UTC 

Backports of Solaris 12 patches to gcc 5 branch
 2015-09-10 14:21 UTC 

[Committed] S/390: Fix mode iterators vmal, vmah, and vmalh
 2015-09-10 14:21 UTC 

[gomp4.1] Initial #pragma omp ordered simd support
 2015-09-10 14:18 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).