public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
PIC calls without PLT, generic implementation
 2015-05-10 16:59 UTC  (9+ messages)
` [PATCH] Expand PIC calls without PLT with -fno-plt
` [PATCH i386] PR65753: allow PIC tail calls via function pointers
` [PATCH i386] Extend sibcall peepholes to allow source in %eax
` [PATCH i386] Move CLOBBERED_REGS earlier in register class list

[PATCH 0/6] Getting rid of some zero_ext* patterns
 2015-05-10 16:16 UTC  (7+ messages)
` [PATCH 1/6] combine: undo_to_marker
` [PATCH 2/6] combine: If recog fails, try again with zero_ext{ract,end} simplified
` [PATCH 3/6] rs6000: Don't use zero_extract in the bswap:HI splitter
` [PATCH 5/6] rs6000: Don't use gen_rlwinm
` [PATCH 4/6] rs6000: Delete some now-superfluous zero_ext{end,ract} patterns
` [PATCH 6/6] rs6000: Clean up the various rlwinm patterns

[PATCH 2/4] libcpp: Replace macro usage with C++ constructs
 2015-05-10 15:39 UTC  (10+ messages)
` [PATCH 2/4 v2] libcpp: Replace macro usage with C++ constructs)
  ` [PATCH 5/4] libcpp: Eliminate most of the non-const/reference-returning inline fns
  ` [PATCH 2/4 v2: part 1] Move linemap_assert higher up within the file
  ` [PATCH 2/4 v2: part 2] libcpp: Replace macro usage with C++ constructs

[RFC][PATCH][X86_64] Eliminate PLT stubs for specified external functions via -fno-plt=
 2015-05-10 15:19 UTC 

Extend type verifier to check various uses of TYPE_BINFO and TYPE_VALUES_RAR
 2015-05-10 14:17 UTC 

[Patch, Fortran] Simplify lbound
 2015-05-10 13:59 UTC  (7+ messages)

[PATCH] D demangle: Add support for Nj and Nk symbols in mangled string
 2015-05-10 13:43 UTC 

[patch, Fortran] Fix PR 66041
 2015-05-10 13:31 UTC  (4+ messages)

[PATCH] D demangle: Check identifier length before using strncmp
 2015-05-10 13:09 UTC 

[Patch, Fortran, 66035, v1] [5/6 Regression] gfortran ICE segfault
 2015-05-10 13:04 UTC  (2+ messages)

[patch] conditional lim
 2015-05-10  9:39 UTC 

[patch, avr] extend part-clobbered check to AVR_TINY architecture
 2015-05-10  7:25 UTC  (3+ messages)

PATCHes to help with C++11 bootstrap
 2015-05-10  0:44 UTC  (6+ messages)

v3 PATCH to fix libstdc++ build/test with C++11 default compiler
 2015-05-09 21:47 UTC  (2+ messages)

PATCH] PR target/65612: Multiversioning doesn't work with DSO nor PIE
 2015-05-09 19:54 UTC  (17+ messages)

[PATCH] D demangle: Include type modifiers in demangled function symbols
 2015-05-09 18:27 UTC 

[PATCH] D demangle: Correctly decode white or non-printable characters
 2015-05-09 18:13 UTC 

[RFC, PATCH] nonzero attribute, static array parameter
 2015-05-09 16:42 UTC 

[RFC][PATCH][X86_64] Eliminate PLT stubs for specified external functions via -fno-plt=
 2015-05-09 16:35 UTC  (3+ messages)

[patch] defer C++ mangling aliases
 2015-05-09 13:50 UTC  (2+ messages)

[Patch, fortran] PR65792 - allocation of scalar elemental function with structure constructor fails
 2015-05-09 13:13 UTC  (5+ messages)

conditional lim
 2015-05-09 12:41 UTC  (2+ messages)

[patch 1/10] debug-early merge: Ada front-end
 2015-05-09 11:31 UTC  (7+ messages)

Remove mode argument from gen_rtx_SET
 2015-05-09  9:52 UTC  (7+ messages)

[patch 0/27] RFC: Use automake-1.11.6 across the tree
 2015-05-09  6:16 UTC  (15+ messages)
` [patch 1/28] top-level: Use automake-1.11.6
  ` [patch 0/29] RFC: Use automake-1.11.6 across the tree

[PATCH, RFC]: Next stage1, refactoring: propagating rtx subclasses
 2015-05-09  5:49 UTC  (9+ messages)

PATCH to fix libgomp OpenACC with C++11
 2015-05-09  4:40 UTC 

[PATCH 00/25] more rtx_insn *ification
 2015-05-09  4:28 UTC  (26+ messages)
` [PATCH 05/25] computed_jump_p takes a rtx_insn *
` [PATCH 01/25] use rtx_insn * as the type of a local variable in mode-switching.c
` [PATCH 03/25] make stop_search_p take a rtx_insn *
` [PATCH 25/25] redirect_jump* can "
` [PATCH 24/25] setup_next_usage_insn "
` [PATCH 12/25] emit_note_before "
` [PATCH 13/25] make emit_debug_insn_before "
` [PATCH 09/25] make noop_move_p "
` [PATCH 19/25] notice_args_size can "
` [PATCH 15/25] pass rtx_insn * more in gcse.c
` [PATCH 07/25] make remove_reg_equal_equiv_notes take an rtx_insn *
` [PATCH 23/25] rtx_insn * in df-problems.c
` [PATCH 21/25] find_all_hard_reg_sets can take a rtx_insn *
` [PATCH 08/25] make add_shallow_copy_of_reg_note take an "
` [PATCH 20/25] more rtx_insn * in sched-deps.c
` [PATCH 06/25] can_nonlocal_goto can take a rtx_insn *
` [PATCH 04/25] change in_expr_list_p to in_insn_list_p
` [PATCH 11/25] emit_note_after can take a rtx_insn *
` [PATCH 18/25] more rtx_insn * in recog.c
` [PATCH 17/25] use rtx_insn * more in reorg.c
` [PATCH 02/25] make make_reg_eh_region_note and friend take rtx_insn *
` [PATCH 14/25] cse_change_cc0_mode can take a "
` [PATCH 10/25] prev_cc0_setter "
` [PATCH 22/25] rtx_insn * in combine.c
` [PATCH 16/25] change more argument types to rtx_insn *

[patch] defer C++ mangling aliases
 2015-05-09  3:39 UTC  (3+ messages)

[patch/C++] adapt java method aliases to use create_same_body_alias
 2015-05-09  3:09 UTC  (2+ messages)

[patch 3/10] debug-early merge: C++ front-end
 2015-05-09  1:14 UTC  (5+ messages)

Question about patch for PR bootstrap/65150 (identical functions)
 2015-05-08 22:56 UTC  (5+ messages)

[PATCH diagnostics/fortran] Handle two locations for the same diagnostic. Convert all gfc_warning_1 and gfc_notify_std_1 calls
 2015-05-08 22:13 UTC  (3+ messages)

Enhance std::hash for pointers
 2015-05-08 22:11 UTC  (4+ messages)

[RFC 0/6] Flags outputs for asms
 2015-05-08 22:11 UTC  (28+ messages)
` [PATCH 6/6] i386: Implement asm flag outputs
` [PATCH 4/6] Convert to md_asm_adjust
` [PATCH 3/6] Canonicalize asm volatility earlier
` [PATCH 1/6] Only resolve_asm_operand_names once
` [PATCH 2/6] Merge expand_asm_operands into expand_asm_stmt
` [PATCH 5/6] i386: Add CCPmode

[C/C++ PATCH] Implement -Wshift-negative-value (PR c/65179)
 2015-05-08 21:54 UTC  (5+ messages)

[PATCH] Fix 65697. Add memory model support for stronger __sync operations
 2015-05-08 21:35 UTC  (3+ messages)

[PATCH] Move global state in timevar.c to a new "timer" class
 2015-05-08 21:28 UTC 

[PATCH, alpha]: Remove dead (HOST_BITS_PER_WIDE_INT < 64) code
 2015-05-08 20:23 UTC  (2+ messages)

[c++-concepts] code review
 2015-05-08 20:08 UTC  (2+ messages)

[PATCH][PR66010] Don't take address of ap unless necessary
 2015-05-08 19:18 UTC 

[PATCH] Simple optimization for MASK_STORE
 2015-05-08 19:16 UTC  (4+ messages)

[PATCH][PR66013] Update address_taken after ifn_va_arg expansion
 2015-05-08 19:16 UTC  (3+ messages)

[patch 0/10] debug-early merge
 2015-05-08 19:14 UTC  (4+ messages)
      ` [PATCH] Non-working jit patch for debug-early (was Re: [patch 0/10] debug-early merge)

[PATCH] Add SPECIAL_FLOAT_MODE to enable adding IEEE 128-bit floating point to PowerPC
 2015-05-08 19:06 UTC  (5+ messages)

[PATCH 0/13] Add musl support to GCC
 2015-05-08 18:56 UTC  (20+ messages)
` [PATCH 6/13] mips musl support

[patch 5/10] debug-early merge: Go front-end
 2015-05-08 18:55 UTC  (3+ messages)

[debug-early] fix -fdump-go-spec
 2015-05-08 18:54 UTC  (3+ messages)

[RFA] libiberty/mkstemps.c: Include <time.h> if <sys/time.h> not available
 2015-05-08 18:51 UTC  (4+ messages)

Mostly rewrite genrecog
 2015-05-08 18:39 UTC  (4+ messages)
` genrecog: Address -Wsign-compare diagnostics (was: Mostly rewrite genrecog)
  ` genrecog: Address -Wsign-compare diagnostics

update docs for --enable-languages
 2015-05-08 18:17 UTC  (3+ messages)

[patch 9/10] debug-early merge: testsuite changes
 2015-05-08 17:55 UTC  (2+ messages)

Question about patch for PR bootstrap/65150 (identical functions)
 2015-05-08 17:50 UTC 

[patch 8/10] debug-early merge: Objective-C front-end
 2015-05-08 17:48 UTC  (2+ messages)

[PATCH 3/5] Use FPIE_OR_FPIC_SPEC in CRIS_ASM_SUBTARGET_SPEC
 2015-05-08 17:37 UTC 

[PATCH 5/5] Use FPIE_OR_FPIC_SPEC in ASM_SPEC
 2015-05-08 17:37 UTC 

[PATCH 4/5] Use FPIE_OR_FPIC_SPEC in ASM_SPEC
 2015-05-08 17:37 UTC 

[PATCH 2/5] Use NO_FPIE_AND_FPIC_SPEC in NO_SHARED_SPECS
 2015-05-08 17:36 UTC 

PING^3: [PATCH]: New configure options that make the compiler use -fPIE and -pie as default option
 2015-05-08 17:35 UTC  (3+ messages)

[Patch, fortran] PR 37131, inline matmul
 2015-05-08 16:53 UTC  (2+ messages)

PR 64454: Improve VRP for %
 2015-05-08 15:28 UTC  (6+ messages)

[Patch, fortran, pr65894, v1] [6 Regression] severe regression in gfortran 6.0.0
 2015-05-08 15:25 UTC  (5+ messages)

[PATCH][tree-ssa-math-opts] Expand pow (x, CONST) using square roots when possible
 2015-05-08 15:09 UTC  (4+ messages)

[PATCH] Vectorize strided group loads
 2015-05-08 15:07 UTC 

[PATCH] rs6000: Fix peephole
 2015-05-08 14:25 UTC  (3+ messages)

[Patch, Fortran, PR58586, v1] ICE with derived type with allocatable component passed by value
 2015-05-08 14:11 UTC  (10+ messages)
  ` [Patch, Fortran, PR58586, v2] "
      ` [Patch, Fortran, PR58586, v3] "

[Patch, fortran] Fix elemental optional dummy argument handling
 2015-05-08 13:07 UTC 

[PATCH 1/2][ARM] PR/63870: Add qualifier to check lane bounds in expand
 2015-05-08 12:57 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).