public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[Patch, AArch64] Restructure arm_neon.h vector types' implementation
 2014-08-22 12:54 UTC  (10+ messages)

[PATCH, rs6000] PR 62195, Fix wi constraint
 2014-08-22 12:43 UTC  (2+ messages)

[PATCH] Fix wrong refactoring in cgraph_node::function_symbol
 2014-08-22 12:33 UTC  (2+ messages)

Enable EBX for x86 in 32bits PIC code
 2014-08-22 12:21 UTC 

Migrating gcc.c-torture
 2014-08-22 12:19 UTC  (5+ messages)

[BUILDROBOT][PATCH] Fix mmix (unused variable)
 2014-08-22 11:55 UTC  (11+ messages)
      ` werror fallout for cross-builds (was: Re: [BUILDROBOT][PATCH] Fix mmix (unused variable))

[PATCH i386 AVX512] [22/n] Extend unaligned loads & stores
 2014-08-22 11:51 UTC 

[PATCH, i386] PR61360: Do not update "enabled" attribute during lra and reload passes
 2014-08-22 10:57 UTC 

__intN patch 3/5: main __int128 -> __intN conversion
 2014-08-22 10:53 UTC  (8+ messages)

[PATCH] Fix environment variables restoring in GCC testsuite
 2014-08-22 10:39 UTC 

[PATCH][ARM/AArch64] Add scheduling info for ARMv8-A FPU new instructions in Cortex-A53
 2014-08-22 10:36 UTC 

[PATCH C/C++] Make use of CPP() for Wdate-time and other flags
 2014-08-22 10:32 UTC 

[PATCH, Fortran] PR61234: -Wuse-no-only
 2014-08-22 10:16 UTC  (2+ messages)

[PATCH i386 AVX512] [21/n] Extend variable shift patterns
 2014-08-22 10:15 UTC 

[PATCHv2][MIPS] Implement O32 ABI extensions (GCC)
 2014-08-22  9:42 UTC 

[jbglaw@lug-owl.de: Re: r214024 - in /trunk/gcc: ChangeLog c-family/Cha...]
 2014-08-22  9:18 UTC  (9+ messages)
              ` [BUILDROBOT] Ann: config-list.mk backend updated (was: [jbglaw@lug-owl.de: Re: r214024 ...])

[PATCH] Fix Asan ICEs on unexpected types (PR62140, PR61897)
 2014-08-22  8:48 UTC  (2+ messages)

[RFC, PATCH 4/n] IPA C++ refactoring
 2014-08-22  8:18 UTC  (3+ messages)

[PATCH] Add strict aliasing warning when inlining function
 2014-08-22  4:36 UTC  (8+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH, g++, testsuite] Skip thread_local6.C on target using wrapper
 2014-08-22  1:34 UTC  (3+ messages)

[PATCH v2] gcc/c/c-aux-info.c: Resize 'buff' from 10 to 23 bytes
 2014-08-22  1:17 UTC  (3+ messages)

[patch, nios2] testsuite cleanup
 2014-08-22  0:16 UTC  (6+ messages)

[AArch64] Implement movmem for the benefit of inline memcpy
 2014-08-21 23:47 UTC  (8+ messages)
` [Patch 1/2] Control SRA and IPA-SRA by a param rather than MOVE_RATIO
  ` [Patch AArch64 2/2] Wire up TARGET_DEFAULT_MAX_SCALARIZATION_SIZE
` [Patch 1/2] Don't put out a call to memcpy for volatile struct operations
  ` [Patch AArch64 2/2] Do not double-copy bytes in "

[wwwdocs] Update GCC5 changes.html
 2014-08-21 23:11 UTC  (2+ messages)

[PATCH c++/57709] Wshadow is too strict / has false positives
 2014-08-21 22:23 UTC  (4+ messages)

[patch] PR fortran/62135
 2014-08-21 22:14 UTC  (2+ messages)

[PATCH] gcc/gcc.c: XNEWVEC enough space for 'saved_suffix' using
 2014-08-21 21:31 UTC  (17+ messages)

[PATCH] Fix condition in ira-color.c and lra-spills.c (PR c/61271)
 2014-08-21 19:38 UTC  (2+ messages)

[patch, fortran, committed] Fix PR 62214
 2014-08-21 19:19 UTC 

[C++ PATCH] Fix -Wlogical-not-parentheses (PR c++/62199)
 2014-08-21 18:35 UTC  (6+ messages)

[PATCH], Fix error in powerpc bootstrap
 2014-08-21 18:16 UTC 

TAGs for variables created through common.opt
 2014-08-21 17:53 UTC  (2+ messages)

[PATCH] Remove CALLER_SAVE_PROFITABLE since nobody use it now
 2014-08-21 17:45 UTC  (6+ messages)

[PATCH 000/236] Introduce rtx subclasses
 2014-08-21 16:28 UTC  (43+ messages)
` [PATCH 042/236] try_split returns an rtx_insn
` [PATCH 047/236] PHASE 2: Per-file commits in main source directory
` [PATCH 040/236] Use rtx_insn internally within generated functions
` [PATCH 041/236] Debug hooks: use rtx_insn and rtx_code_label
` [PATCH 036/236] get_last_bb_insn returns an rtx_insn
` [PATCH 045/236] define_bypass guard functions take a pair of rtx_insn
` [PATCH 044/236] Pass "insn" as an rtx_insn within generated get_attr_ fns in insn-attrtab.c
` [PATCH 039/236] create_insn_rtx_from_pattern and create_copy_of_insn_rtx return rtx_insn
` [PATCH 035/236] Return types of unlink_insn_chain and duplicate_insn_chain
      ` PR62203 (was Re: [PATCH 035/236] Return types of unlink_insn_chain and duplicate_insn_chain)
` [PATCH 046/236] delete_related_insns returns an rtx_insn
` [PATCH 043/236] peephole "
` [PATCH 037/236] sel_bb_{head|end} return rtx_insn
` [PATCH 038/236] find_first_parameter_load returns an rtx_insn

[PATCH] Fix condition in is_aligning_offset (PR c/61271)
 2014-08-21 15:52 UTC 

[patch] propagate INSTALL Makefile variables down from gcc/
 2014-08-21 15:50 UTC 

[PATCH] Fix vector tests on ARM platforms with disabled unaligned accesses
 2014-08-21 15:05 UTC  (7+ messages)
` [PATCHv2] "
  ` [PATCHv3] "
    ` [PING][PATCHv3] "
      ` [PINGv2][PATCHv3] "
        ` [PINGv3][PATCHv3] "
          ` [PINGv4][PATCHv3] "

[c++-concepts] constrained friends
 2014-08-21 13:59 UTC 

[GOMP4, RFC] OpenMP4 offload support for Intel PHI targets
 2014-08-21 13:51 UTC  (8+ messages)

[PATCH][match-and-simplify] Auto-guess conversion types
 2014-08-21 12:59 UTC  (4+ messages)

[PATCH][match-and-simplify] Merge from trunk
 2014-08-21 12:44 UTC 

[PATCH][RFC][match-and-simplify] "Manually" written patterns
 2014-08-21 12:27 UTC  (2+ messages)

[c++-concepts] variable concept fixes
 2014-08-21 12:09 UTC  (5+ messages)

[PATCH, DOC]: New value 'default' for --enable-languages
 2014-08-21 11:57 UTC  (6+ messages)

[PATCH][match-and-simplify] Merge dt_simplify::gen_gimple and dt_simplify::gen_generic
 2014-08-21 11:57 UTC 

[PATCH] Fix PR62175, avoid trapping expressions in niters
 2014-08-21 11:10 UTC 

spar-rtems add leon3 multlib to 4.9
 2014-08-21 11:05 UTC  (3+ messages)

[Patch] Switch elimination pass for PR 54742
 2014-08-21 10:30 UTC  (7+ messages)

[PATCH GCC]Fix broken Canadian when checking isl library support
 2014-08-21  9:20 UTC  (3+ messages)

[PATCH, libstdc++, testsuite]Skip 62154.cc for target don't support the atomic builtins
 2014-08-21  8:40 UTC  (2+ messages)

DSE calls to builtins (memset, etc)
 2014-08-21  8:23 UTC  (13+ messages)

[PATCH][match-and-simplify] Do not match loads
 2014-08-21  7:57 UTC 

Fix tree-optimization/62091
 2014-08-21  6:25 UTC 

[PATCH 1/3,ARM,libgcc]Code size optimization for the fmul/fdiv and dmul/ddiv function in libgcc
 2014-08-21  6:14 UTC 

[PATCH 2/3,ARM,libgcc]Code size optimization for the fmul/fdiv and dmul/ddiv function in libgcc
 2014-08-21  6:14 UTC 

[PATCH 3/3,ARM,libgcc]Code size optimization for the fmul/fdiv and dmul/ddiv function in libgcc
 2014-08-21  6:14 UTC 

Fix testsuite failures I caused
 2014-08-21  5:49 UTC 

[GSoC] Elimination of CLooG library installation dependency
 2014-08-21  5:15 UTC  (8+ messages)

[PATCH, ARM] Fix incorrect alignment of small values in minipool
 2014-08-21  3:55 UTC  (5+ messages)

[PATCH, rs6000] Enable and document some additional builtin overloads
 2014-08-21  1:43 UTC  (2+ messages)

[Patch] PR55189 enable -Wreturn-type by default
 2014-08-20 21:58 UTC  (5+ messages)

[c++-concepts] template scoping error
 2014-08-20 21:18 UTC 

[PATCH] Add support for GNU/Hurd in gnat-4.9
 2014-08-20 20:11 UTC  (12+ messages)

[Patch AArch64] Fix for PR62040
 2014-08-20 19:51 UTC  (3+ messages)

[PATCH] gcc/c/c-aux-info.c: Resize 'buff' from 10 to 14 bytes
 2014-08-20 18:25 UTC  (8+ messages)

[PATCH,rs6000] Add __VEC_ELEMENT_REG_ORDER__ builtin define for PowerPC
 2014-08-20 16:55 UTC  (3+ messages)

Fix coverage.c skippping some functions
 2014-08-20 16:37 UTC 

[libgfortran/62188, committed] Fix indexing off end of array
 2014-08-20 16:26 UTC 

[PATCH, AArch64] Fix typo
 2014-08-20 16:22 UTC  (5+ messages)

[PATCH,rs6000] Add __VEC_ELEMENT_REG_ORDER__ builtin define for PowerPC
 2014-08-20 15:32 UTC 

[PATCH] SPARC: add mcpu=leon3v7 target
 2014-08-20 15:21 UTC  (3+ messages)

[PATCH] Make web_entry subclassable
 2014-08-20 14:36 UTC  (3+ messages)
` [PING][PATCH] "

[patch, avr] Remove avr devices that are not released
 2014-08-20 14:36 UTC 

[PATCH, PR61776] verify_flow_info failed: control flow in the middle of basic block with -fprofile-generate
 2014-08-20 14:18 UTC  (6+ messages)

Revisit placement of symtab_remove_unreachable_nodes
 2014-08-20 14:03 UTC 

[PATCH][match-and-simplify] Fix comparison pattern
 2014-08-20 13:57 UTC  (5+ messages)

[PATCH][match-and-simplify] Fix texinfo errors
 2014-08-20 13:40 UTC 

[PATCH i386 AVX512] [20/n] AVX-512 integer shift pattern
 2014-08-20 13:28 UTC  (4+ messages)

[PATCH][match-and-simplify] Nested inner ifs
 2014-08-20 13:21 UTC 

[PATCH i386 AVX512] [19/n] Extends AVX-512 broadcasts
 2014-08-20 13:16 UTC  (4+ messages)

[patch] fix build failure of x86_64-mingw32, missing crtbegin/crtend.o
 2014-08-20 12:45 UTC  (3+ messages)
` [patch, ping] "
  ` [ping*2] "

[PATCH][match-and-simplify] Change inner if-parsing
 2014-08-20 12:44 UTC 

[PATCH] dwarf2out.c: Pass DWARF type modifiers around as flags argument
 2014-08-20 12:31 UTC  (11+ messages)
` [PATCH] Add guality [p]type test

[Patch] Remove arm-specific formats from asm_fprintf
 2014-08-20 12:15 UTC  (4+ messages)

[PATCH][match-and-simplify] Refactor GIMPLE code-gen
 2014-08-20 11:14 UTC 

[PATCH] Fix PR62190
 2014-08-20 11:03 UTC 

[PATCH] Relax check against commuting XOR and ASHIFTRT in combine.c
 2014-08-20 10:05 UTC  (5+ messages)

[PATCH/PR c/59304] #pragma diagnostic pop after warning fails for options unspecified in the command-line and disabled by default
 2014-08-20  9:50 UTC  (2+ messages)

[PATCH][AArch64] Tidy: remove unused qualifier_const_pointer
 2014-08-20  9:32 UTC 

[PATCH][AArch64] One-liner: fix type of an add in SIMD registers
 2014-08-20  9:25 UTC 

[PATCH][AArch64] Remove varargs from aarch64_simd_expand_args
 2014-08-20  9:20 UTC 

[PATCH][match-and-simplify] Use gsi_replace_with_seq_vops
 2014-08-20  9:00 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).