gcc-patches archive
author index for September, 2014
This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Dominique d'Humières
Fabien Chêne
Manuel López-Ibáñez
Martin Liška
FranÃois Dumont
Martin LiÅka
Marcos DÃaz
Dominique d'Humières
François Dumont
Martin Liška
Adhemerval Zanella
Ajit Kumar Agarwal
Alan Lawrence
Alan Modra
Aldy Hernandez
Alessandro Fanfarillo
Alexander Monakov
Alexey Samsonov
Andi Kleen
Andreas Arnez
Andreas Krebbel
Andreas Schwab
Andrew Dixie
Andrew Haley
Andrew MacLeod
Andrew Pinski
Andrew Stubbs
Andrew Sutton
Andrey Ryabinin
Andrey Turetskiy
Anthony Green
Anton Blanchard
Bernd Edlinger
Bernd Schmidt
Bernhard Reutner-Fischer
Bill Schmidt
- 2014-09-04 04:07 [PATCH, rs6000] Correct optimization of VSX extract-load for little endian
- 2014-09-04 04:28 [PATCH, rs6000] Handle vec_extract and splat patterns in analyze_swaps
- 2014-09-06 17:50 [PATCH, rs6000] Add handling for UNSPEC_VSPLT_DIRECT to analyze_swaps
- 2014-09-09 16:21 [PATCH, rs6000] Disable analyze_swaps for UNSPEC_VSX_CVDPSPN
- 2014-09-22 13:27 Re: [PATCH 12/14][Vectorizer] Redefine VEC_RSHIFT_EXPR and vec_shr_optab as endianness-neutral
- 2014-09-24 12:46 [PATCH, rs6000] Teach analyze_swaps to avoid vec_ste
- 2014-09-24 22:51 [PATCH, rs6000] Fix PR63335 (vec_any/all_nge/nle)
- 2014-09-26 19:33 [PATCH, rs6000, committed] Fix effective target in gcc.target/powerpc/pr63335.c
- 2014-09-29 17:27 [PATCH, rs6000] Remove splat calls with out-of-range arguments from gcc.dg/vmx/ops.c
- 2014-09-29 20:15 [PATCH, rs6000, libcpp] Revise search_line_fast to avoid old unaligned load sequences
- 2014-09-29 21:54 [PATCH, rs6000] Warn for deprecated use of vec_lvsl and vec_lvsr for little endian
- 2014-09-29 22:26 [PATCH, rs6000] Generate LE code for vec_lvsl and vec_lvsr that is compatible with BE code
- 2014-09-30 15:24 Re: [PATCH, rs6000] Generate LE code for vec_lvsl and vec_lvsr that is compatible with BE code
- 2014-09-30 16:18 Re: [PATCH, rs6000] Generate LE code for vec_lvsl and vec_lvsr that is compatible with BE code
Bin Cheng
Bin.Cheng
Braden Obrzut
Caroline Tice
Carrot Wei
Cary Coutant
Cesar Philippidis
Charles Baylis
Chen Gang
Christian Bruel
Christophe Lyon
Chung-Ju Wu
- 2014-09-04 05:16 [PATCH 01/18, nds32] Define PIC_OFFSET_TABLE_REGNUM to $gp register.
- 2014-09-04 05:23 [PATCH 02/18, nds32] Refine the implementation and consider CFA restore information for stack push/pop multiple.
- 2014-09-04 05:27 [PATCH 03/18, nds32] Refine the implementation and consider CFA restore information for stack v3push/v3pop.
- 2014-09-04 05:31 [PATCH 04/18, nds32] In nds32_valid_stack_push_pop_p(), we look into OP rtx to see if we indeed save $fp/$gp/$lp registers.
- 2014-09-04 05:33 [PATCH 05/18, nds32] Preparation in nds32.h of using registers to save varargs.
- 2014-09-04 05:35 [PATCH 06/18, nds32] Add a function to indentify if FUNC is a interrupt service routine.
- 2014-09-04 05:38 [PATCH 07/18, nds32] Consider varargs situation when creating stack operation assembly code.
- 2014-09-04 05:41 [PATCH 08/18, nds32] We need to make sure it is NOT a variadic function so that some v3push/v3pop preparation can be applied.
- 2014-09-04 05:47 [PATCH 09/18, nds32] Remove unused variables.
- 2014-09-04 05:51 [PATCH 10/18, nds32] Define and rename some GPR-specific stuff.
- 2014-09-04 05:57 [PATCH 11/18, nds32] Implement TARGET_SETUP_INCOMING_VARARGS target hook.
- 2014-09-04 06:05 [PATCH 12/18, nds32] Prepare necessary varargs information in compute_stack_frame().
- 2014-09-04 06:08 [PATCH 13/18, nds32] Since argument pointer must be 8-byte alignment, our first parameter may require 4-byte offset if pushed varargs is not 8-byte aligned.
- 2014-09-04 06:15 [PATCH 14/18, nds32] Deal with nameless arguments in nds32_function_arg() and nds32_function_arg_advance().
- 2014-09-04 06:16 [PATCH 15/18, nds32] Since we are going to provide new heuristic for fp-as-gp optimization, we better not to set cfun->machine->fp_as_gp_p at prologue expanding.
- 2014-09-04 06:18 [PATCH 16/18, nds32] Emit stack push instructions for varargs at prologue stage and emit stack adjustment instructions for varargs at epilogue stage.
- 2014-09-04 06:20 [PATCH 17/18, nds32] Provide TARGET_ARG_PARTIAL_BYTES so that we can have structure argument partially in registers and stack.
- 2014-09-04 06:22 [PATCH 18/18, nds32] No need to take padding into consideration in Andes ABI2 because we can pass arguments in registers for variadic function.
- 2014-09-04 06:28 [PATCH 00/18, nds32] Committed: Fix incompatible ABI implementation for variadic function.
Daniel Cederman
Daniel Hellstrom
David Edelsohn
- 2014-09-02 00:30 Re: [PATCH 1/4] rs6000: Merge mulsi3 and muldi3
- 2014-09-02 00:30 Re: [PATCH 2/4] rs6000: Merge and improve highpart and widening muls
- 2014-09-02 00:32 Re: [PATCH 3/4] rs6000: Merge zero_extend*si2 and zero_extend*di2
- 2014-09-02 00:33 Re: [PATCH 4/4] rs6000: Merge extend*si2 and extend*di2
- 2014-09-04 14:00 Re: [PATCH, rs6000] Correct optimization of VSX extract-load for little endian
- 2014-09-04 14:01 Re: [PATCH, rs6000] Handle vec_extract and splat patterns in analyze_swaps
- 2014-09-05 17:58 Re: [PATCH] rs6000: Fix for PR63187
- 2014-09-08 18:05 Re: [PATCH, rs6000] Add handling for UNSPEC_VSPLT_DIRECT to analyze_swaps
- 2014-09-09 13:58 Re: [PATCH] rs6000: Fix PR63195
- 2014-09-09 16:43 Re: [PATCH, rs6000] Disable analyze_swaps for UNSPEC_VSX_CVDPSPN
- 2014-09-09 23:28 Re: [PATCH] rs6000: Use xori for HTM builtins and vector compares
- 2014-09-10 20:42 Re: [PATCH], Fix constraints on VSX Fma, Fix, and Reduce options
- 2014-09-11 19:17 Re: [PATCH] rs6000: Fix mftb for -m32 -mpowerpc64
- 2014-09-16 18:37 Re: Move unwind info to read-only section on AIX
- 2014-09-16 21:05 Re: [PATCH] PowerPC: Implement TARGET_ATOMIC_ASSIGN_EXPAND_FENV
- 2014-09-16 21:09 Re: Move unwind info to read-only section on AIX
- 2014-09-18 13:12 Re: [PATCH 12/14][Vectorizer] Redefine VEC_RSHIFT_EXPR and vec_shr_optab as endianness-neutral
- 2014-09-19 15:37 Re: [PATCH, rs6000] Rename GCC version in warning messages
- 2014-09-19 15:42 Re: [PATCH, rs6000] Improve power8 fusion peepholes
- 2014-09-21 17:44 Re: [PATCH 1/9] rs6000: Change how we model the carry bit
- 2014-09-21 17:45 Re: [PATCH 2/9] rs6000: Handle rtx cost of NE
- 2014-09-21 17:46 Re: [PATCH 3/9] rs6000: Clean up one_cmpl<mode>2
- 2014-09-21 17:46 Re: [PATCH 4/9] rs6000: Clean up neg<mode>2
- 2014-09-21 17:47 Re: [PATCH 5/9] rs6000: Clean up bool<mode>3
- 2014-09-21 17:47 Re: [PATCH 6/9] rs6000: Clean up sub<mode>3
- 2014-09-21 17:48 Re: [PATCH 7/9] rs6000: Clean up ctz, ffs, popcount, parity
- 2014-09-21 17:48 Re: [PATCH 8/9] rs6000: Clean up sra[wd]
- 2014-09-21 17:49 Re: [PATCH 9/9] rs6000: Clean up sra[wd]i;addze
- 2014-09-23 12:47 Re: [PATCH, rs6000] Cleanup movsf/movsd/movdf/movdd constraints; Cleanup TImode boolean
- 2014-09-23 12:50 Re: [PATCH/RFC 15 / 14+2][RS6000] Remove vec_shl and (hopefully) fix vec_shr
- 2014-09-24 13:10 Re: [PATCH, rs6000] Teach analyze_swaps to avoid vec_ste
- 2014-09-24 18:32 Re: [PATCH] Power/GCC: Fix e500 vs non-e500 register save slot issue
- 2014-09-25 13:42 Re: [PATCH, rs6000] Fix PR63335 (vec_any/all_nge/nle)
- 2014-09-26 16:22 Re: [PATCH] Avoid an unused stack frame for -mprofile-kernel profiling on leaf functions.
- 2014-09-29 17:44 Re: [PATCH, rs6000] Remove splat calls with out-of-range arguments from gcc.dg/vmx/ops.c
David Malcolm
- 2014-09-02 14:59 Re: [PATCH] Force rtl templates to be inlined
- 2014-09-04 20:07 [PATCH] Add XINSN macro and use it within NEXT_INSN/PREV_INSN (was Re: [PATCH] Force rtl templates to be inlined)
- 2014-09-04 20:40 [PATCH][committed] eh_returnjump_p takes an rtx_insn
- 2014-09-04 21:06 [PATCH][committed] insn_latency takes a pair of rtx_insn *
- 2014-09-04 21:23 Re: [PATCH] Add XINSN macro and use it within NEXT_INSN/PREV_INSN (was Re: [PATCH] Force rtl templates to be inlined)
- 2014-09-05 01:09 [PATCH, committed] Return type of get_ready_element
- 2014-09-05 01:18 [PATCH, committed] fixup_args_size_notes takes a pair of rtx_insn *
- 2014-09-05 01:29 [PATCH, committed] Params to modified_between_p
- 2014-09-05 01:34 [PATCH, committed] Remove a cast in cse.c
- 2014-09-05 01:47 [PATCH 00/10] More use of rtx subclasses
- 2014-09-05 01:47 [PATCH 01/10] Use rtx_jump_table_data in jump.c:delete_related_insns
- 2014-09-05 01:47 [PATCH 02/10] Drop uncast_insn from param 1 of final_scan_insn
- 2014-09-05 01:47 [PATCH 06/10] Use rtx_insn more within peep2
- 2014-09-05 01:47 [PATCH 03/10] for_each_eh_label callbacks take an rtx_code_label
- 2014-09-05 01:47 [PATCH 09/10] Simplification within reorg.c
- 2014-09-05 01:47 [PATCH 10/10] Use rtx_insn for various jump-handling functions and predicates
- 2014-09-05 01:47 [PATCH 04/10] Eliminate the checked cast from get_call_reg_set_usage
- 2014-09-05 01:47 [PATCH 05/10] Convert set_block_for_insn from a macro to an inline function
- 2014-09-05 01:47 [PATCH 07/10] Use rtx_insn for more scheduler things, plus CONST_CAST_RTX_INSN
- 2014-09-05 01:47 [PATCH 08/10] Use rtx_insn_list within haifa-sched.c
- 2014-09-05 15:16 Re: [PATCH 10/10] Use rtx_insn for various jump-handling functions and predicates
- 2014-09-05 19:05 Re: [PATCH] Add XINSN macro and use it within NEXT_INSN/PREV_INSN (was Re: [PATCH] Force rtl templates to be inlined)
- 2014-09-05 20:14 Build breakage on darwin and pa64-hpux [was Re: Use -fbuilding-libgcc for more target macros used in libgcc]
- 2014-09-05 22:00 Re: [PATCH 1/2] add staticly checked label_nuses accessors
- 2014-09-08 20:48 [PATCH, committed] gcse.c's modify_mem_list is a list of insns
- 2014-09-08 20:55 [PATCH, committed] control_flow_insn_p takes an insn
- 2014-09-08 21:24 [PATCH 3/5] INSN_LOCATION takes an rtx_insn
- 2014-09-08 21:24 [PATCH 0/5] Yet more use of rtx subclasses; possible rl78 bug
- 2014-09-08 21:24 [PATCH 1/5] struct ira_reg_equiv_s's "init_insns" is an rtx_insn_list
- 2014-09-08 21:24 [PATCH 2/5] Handcode gen_rtx_INSN
- 2014-09-08 21:24 [PATCH 5/5] single_set takes an insn
- 2014-09-08 21:24 [PATCH 4/5] recog_memoized works on an rtx_insn *
- 2014-09-09 17:37 [PATCH 5/5] single_set takes an insn
- 2014-09-09 18:14 [jit] New test case: test-nested-loops.c
- 2014-09-10 14:39 [PATCH, committed] insn_extract takes an rtx_insn
- 2014-09-10 14:46 [PATCH, committed] error_for_asm and warning_for_asm take const rtx_insn *
- 2014-09-10 18:46 [jit] Merger from trunk into dmalcolm/jit
- 2014-09-10 18:58 [jit] Update the TODO
- 2014-09-10 20:42 Re: [PATCH] gcc parallel make check
- 2014-09-11 00:32 [PATCH] Introduce LABEL_REF_LABEL
- 2014-09-11 16:01 [jit] MAINTAINERS: Add myself as jit maintainer
- 2014-09-12 00:09 Re: [PATCH 2/2] add static typed insn_deleted_p
- 2014-09-12 14:11 [PATCH, committed] params 2 and 3 of reg_set_between_p
- 2014-09-12 20:33 [PATCH 1/4] deps_start_bb takes an insn
- 2014-09-12 20:33 [PATCH 0/4] Use rtx_insn * for instruction attributes
- 2014-09-12 20:33 [PATCH 2/4] The TARGET_CAN_FOLLOW_JUMP hook takes insns
- 2014-09-12 20:33 [PATCH 3/4] The various TARGET_ASM_..._MAX_SKIP hooks take an insn
- 2014-09-12 20:33 [PATCH 4/4] Instruction attributes take an rtx_insn *
- 2014-09-18 01:26 [jit] Add sphinx-based documentation for libgccjit
- 2014-09-18 16:08 [jit] Build the example files from the documentation when running the testsuite
- 2014-09-18 17:33 [jit] Markup fixes within documentation
- 2014-09-18 18:14 [jit] Use the "pyramid" theme for generated HTML docs
- 2014-09-18 18:49 [jit] Add the generated texinfo to the source tree
- 2014-09-18 20:39 [jit] Split docs out more formally into "Tutorial" vs "Topic Reference"
- 2014-09-19 01:08 [jit] Add a libgccjit.pc file for use by pkg-config
- 2014-09-22 16:08 [jit] Improvements to documentation
- 2014-09-22 16:51 Re: [patch] moving macro definitions to defaults.h
- 2014-09-22 20:02 [jit] Add notes on internals to documentation
- 2014-09-23 13:47 [jit] Fix segfault in ipa-pure-const.c during LTO
- 2014-09-23 14:24 [jit] Don't hardcode documentation version/release
- 2014-09-23 15:48 [jit] Fix toyvm.c to run within the testsuite
- 2014-09-23 18:33 [jit] Update TODO.rst
- 2014-09-23 18:48 [PATCH] Merger of the "dmalcolm/jit" branch
- 2014-09-23 19:46 [jit] Add shift operators
- 2014-09-24 14:34 [jit] Update the various "*_c_finalize" functions
- 2014-09-24 16:21 [jit] Add copyright and license headers and footers
- 2014-09-24 16:39 [jit] Use standard initial includes
- 2014-09-24 17:54 [jit] Eliminate fixed-size buffers used with vsnprintf
- 2014-09-25 01:02 [jit] Add internal API documention and rename some variables
- 2014-09-25 01:15 [jit] Flesh out the "Overview of code structure" in the docs
- 2014-09-25 16:06 [jit] Expose choose_tmpdir and use it when building tmpdir for jit compilation
- 2014-09-25 17:33 [jit] Use pex_one rather than system when assembling/linking
- 2014-09-25 20:33 [jit] Avoiding hardcoding "gcc"; supporting accelerators?
- 2014-09-26 14:29 [jit] Eliminate fixed-size buffer for a context's first error message
- 2014-09-26 15:18 [jit] Add a test of using very long names
- 2014-09-26 19:34 Re: [jit] Add a test of using very long names
- 2014-09-26 20:31 [jit] Experimental in-process embedding of the gcc driver into the jit
- 2014-09-29 15:59 [jit] Documentation tweaks
- 2014-09-29 20:38 Re: [PATCH] PR63404, gcc 5 miscompiles linux block layer
- 2014-09-30 15:49 [PATCH, committed] PR 63410: Fix missing plugin headers
David Sherwood
David Wohlferd
Denis Chertykov
Diego Novillo
DJ Delorie
Dmitry Vyukov
Dodji Seketeli
Dominik Vogt
Dominique Dhumieres
Easwaran Raman
Ed Smith-Rowland
Eric Botcazou
Eric Christopher
Evandro Menezes
Evgeny Stupachenko
Felix Yang
Fritz Reese
FX
Georg Lay
Gerald Pfeifer
Gleb Fotengauer-Malinovskiy
Gopalasubramanian, Ganesh
H.J. Lu
Hans-Peter Nilsson
Honggyu Kim
Iain Buclaw
Iain Sandoe
Ian Lance Taylor
Ilmir Usmanov
Ilya Enkovich
- 2014-09-15 07:14 Re: [PATCH, Pointer Bounds Checker 6/x] New static constructor types
- 2014-09-15 07:14 Re: [PATCH, Pointer Bounds Checker 20/x] Follow transparent alias chains
- 2014-09-15 07:17 Re: [PATCH, i386, Pointer Bounds Checker 34/x] Vararg functions support
- 2014-09-15 07:17 Re: [PATCH, i386, Pointer Bounds Checker 33/x] MPX ABI
- 2014-09-15 07:17 Re: [PATCH, i386, Pointer Bounds Checker 32/x] Pointer Bounds Checker hooks for i386 target
- 2014-09-15 07:17 Re: [PATCH, i386, Pointer Bounds Checker 31/x] Pointer Bounds Checker builtins for i386 target
- 2014-09-15 07:18 Re: [PATCH, i386, Pointer Bounds Checker 30/x] Size relocation
- 2014-09-15 07:19 Re: [PATCH, i386, Pointer Bounds Checker 18/x] Expand instrumented builtin function calls
- 2014-09-15 07:20 Re: [PATCH, Pointer Bounds Checker 26/x] CCP
- 2014-09-15 07:20 Re: [PATCH, Pointer Bounds Checker 25/x] DCE
- 2014-09-15 07:20 Re: [PATCH, Pointer Bounds Checker 19/x] Support bounds in expand
- 2014-09-15 07:22 Re: [PATCH, Pointer Bounds Checker 22/x] Inline
- 2014-09-15 07:51 Re: [PATCH, Pointer Bounds Checker 9/x] Cgraph extension
- 2014-09-15 08:01 Re: [PATCH, Pointer Bounds Checker 24/x] PRE
- 2014-09-15 09:52 Re: [PATCH, Pointer Bounds Checker 23/x] Function split
- 2014-09-15 15:58 Re: [PATCH, Pointer Bounds Checker 26/x] CCP
- 2014-09-15 16:20 Re: [PATCH, Pointer Bounds Checker 23/x] Function split
- 2014-09-16 09:09 Re: [PATCH, Pointer Bounds Checker 23/x] Function split
- 2014-09-16 09:37 Re: [PATCH, i386, Pointer Bounds Checker 30/x] Size relocation
- 2014-09-17 08:11 Re: [PATCH, i386, Pointer Bounds Checker 31/x] Pointer Bounds Checker builtins for i386 target
- 2014-09-17 08:17 Re: [PATCH, i386, Pointer Bounds Checker 2/x] Intel Memory Protection Extensions (MPX) instructions support
- 2014-09-17 10:11 Re: [PATCH, i386, Pointer Bounds Checker 2/x] Intel Memory Protection Extensions (MPX) instructions support
- 2014-09-17 16:31 Re: [PATCH, i386, Pointer Bounds Checker 31/x] Pointer Bounds Checker builtins for i386 target
- 2014-09-17 18:35 Re: [PATCH, i386, Pointer Bounds Checker 30/x] Size relocation
- 2014-09-18 13:47 Re: [PATCH, i386, Pointer Bounds Checker 31/x] Pointer Bounds Checker builtins for i386 target
- 2014-09-18 14:00 Re: [PATCH, i386, Pointer Bounds Checker 30/x] Size relocation
- 2014-09-19 07:25 Re: [PATCH, i386, Pointer Bounds Checker 31/x] Pointer Bounds Checker builtins for i386 target
- 2014-09-19 07:56 Re: [PATCH, i386, Pointer Bounds Checker 33/x] MPX ABI
- 2014-09-19 12:16 Re: [PATCH, i386, Pointer Bounds Checker 32/x] Pointer Bounds Checker hooks for i386 target
- 2014-09-19 12:53 Re: [PATCH, i386, Pointer Bounds Checker 32/x] Pointer Bounds Checker hooks for i386 target
- 2014-09-19 19:36 [PATCH] Do not remove labels with LABEL_PRESERVE_P
- 2014-09-22 06:40 Re: [PATCH, Pointer Bounds Checker 23/x] Function split
- 2014-09-22 15:30 Re: [PATCH, i386, Pointer Bounds Checker 32/x] Pointer Bounds Checker hooks for i386 target
- 2014-09-22 15:34 Re: [PATCH, i386, Pointer Bounds Checker 34/x] Vararg functions support
- 2014-09-22 15:37 Re: [PATCH, i386, Pointer Bounds Checker 2/x] Intel Memory Protection Extensions (MPX) instructions support
- 2014-09-23 06:31 Re: [PATCH, i386, Pointer Bounds Checker 33/x] MPX ABI
- 2014-09-23 06:48 Re: [PATCH, i386, Pointer Bounds Checker 32/x] Pointer Bounds Checker hooks for i386 target
- 2014-09-23 13:54 Re: Enable EBX for x86 in 32bits PIC code
- 2014-09-23 14:10 Re: [PATCH, i386, Pointer Bounds Checker 32/x] Pointer Bounds Checker hooks for i386 target
- 2014-09-24 06:41 Re: [PATCH] Do not remove labels with LABEL_PRESERVE_P
- 2014-09-24 06:56 Re: Enable EBX for x86 in 32bits PIC code
- 2014-09-24 07:06 Re: [PATCH, i386, Pointer Bounds Checker 33/x] MPX ABI
- 2014-09-24 07:28 Re: [PATCH, Pointer Bounds Checker 22/x] Inline
- 2014-09-24 08:29 Re: [PATCH, Pointer Bounds Checker 19/x] Support bounds in expand
- 2014-09-24 09:57 Re: [PATCH] Do not remove labels with LABEL_PRESERVE_P
- 2014-09-24 12:30 Re: [PATCH] Do not remove labels with LABEL_PRESERVE_P
- 2014-09-24 12:51 Re: [PATCH] Do not remove labels with LABEL_PRESERVE_P
- 2014-09-24 13:13 Re: [PATCH, i386, Pointer Bounds Checker 33/x] MPX ABI
- 2014-09-24 14:38 Re: [PATCH] Do not remove labels with LABEL_PRESERVE_P
- 2014-09-24 14:42 Re: [PATCH, i386, Pointer Bounds Checker 32/x] Pointer Bounds Checker hooks for i386 target
- 2014-09-24 20:32 Re: Enable EBX for x86 in 32bits PIC code
- 2014-09-24 20:38 Re: [PATCH] Do not remove labels with LABEL_PRESERVE_P
- 2014-09-24 21:51 Re: [PATCH, i386, Pointer Bounds Checker 33/x] MPX ABI
- 2014-09-25 09:46 Re: [PATCH, i386, Pointer Bounds Checker 33/x] MPX ABI
- 2014-09-25 14:05 Re: [PATCH, Pointer Bounds Checker 23/x] Function split
- 2014-09-26 10:07 Re: [PATCH, i386, Pointer Bounds Checker 33/x] MPX ABI
- 2014-09-26 10:08 Re: [PATCH, Pointer Bounds Checker 14/x] Pointer Bounds Checker passes
Ilya Tocar
Ilya Verbin
Jakub Jelinek
James Clarke
James Greenhalgh
Jan Hubicka
Jan Kratochvil
Jan-Benedict Glaw
Janis Johnson
Janne Blomqvist
Jason Merrill
Jay
Jeff Law
- 2014-09-01 16:52 Re: [PATCH PR62151]Fix uninitialized register issue caused by distribute_notes in combine pass
- 2014-09-01 16:52 Re: [PATCH PR62151]Fix uninitialized register issue caused by distribute_notes in combine pass
- 2014-09-02 03:28 Re: [PATCH PR62151]Fix uninitialized register issue caused by distribute_notes in combine pass
- 2014-09-02 03:35 Re: [PATCH PR62151]Fix uninitialized register issue caused by distribute_notes in combine pass
- 2014-09-02 03:40 Re: [PATCH PR62151]Fix uninitialized register issue caused by distribute_notes in combine pass
- 2014-09-03 17:52 Re: RFA: Document first operand to RTX_AUTOINC
- 2014-09-03 18:29 Re: [PATCH 1/2, PR 61654] Handle newly truly expanded artificial_thunks
- 2014-09-03 18:29 Re: [PATCH 2/2] Set analyzed flag of unexpanded thunks in expand_thunk
- 2014-09-03 18:37 Re: [4.9] PR 62146
- 2014-09-03 18:50 Re: RFA: Merge definitions of get_some_local_dynamic_name
- 2014-09-03 18:53 Re: [PATCH] Enable -Wlogical-not-parentheses by -Wall
- 2014-09-03 18:58 Re: [PING][PATCH] Fix environment variables restoring in GCC testsuite.
- 2014-09-03 19:03 Re: [RFC] Tweak gcc.c-torture/execute/pr39228.c
- 2014-09-03 19:12 Re: [PATCH, Pointer Bounds Checker 23/x] Function split
- 2014-09-03 19:13 Re: [PATCH, Pointer Bounds Checker 36/x] IPA pure const
- 2014-09-03 19:22 Re: [PATCH, Pointer Bounds Checker 37/x] Support va_arg_pack and va_arg_pack_len
- 2014-09-03 19:25 Re: [PATCH, Pointer Bounds Checker 24/x] PRE
- 2014-09-03 19:32 Re: [PATCH, Pointer Bounds Checker 9/x] Cgraph extension
- 2014-09-03 21:22 Re: RFC: Patch for switch elimination (PR 54742)
- 2014-09-05 02:23 Re: [PATCH 01/10] Use rtx_jump_table_data in jump.c:delete_related_insns
- 2014-09-05 02:25 Re: [PATCH 02/10] Drop uncast_insn from param 1 of final_scan_insn
- 2014-09-05 02:27 Re: [PATCH 03/10] for_each_eh_label callbacks take an rtx_code_label
- 2014-09-05 02:28 Re: [PATCH 04/10] Eliminate the checked cast from get_call_reg_set_usage
- 2014-09-05 02:29 Re: [PATCH 05/10] Convert set_block_for_insn from a macro to an inline function
- 2014-09-05 02:29 Re: [PATCH 06/10] Use rtx_insn more within peep2
- 2014-09-05 02:31 Re: [PATCH 07/10] Use rtx_insn for more scheduler things, plus CONST_CAST_RTX_INSN
- 2014-09-05 02:31 Re: [PATCH 08/10] Use rtx_insn_list within haifa-sched.c
- 2014-09-05 02:32 Re: [PATCH 09/10] Simplification within reorg.c
- 2014-09-05 02:34 Re: [PATCH 10/10] Use rtx_insn for various jump-handling functions and predicates
- 2014-09-05 02:35 Re: [4.9] PR 62146
- 2014-09-05 03:41 Re: [patch] remove picochip
- 2014-09-05 04:06 Re: [patch][plugin] Fix PR59335 - missing plugin headers again
- 2014-09-05 04:13 Re: [PATCH PR62151]Fix uninitialized register issue caused by distribute_notes in combine pass
- 2014-09-05 04:17 Re: [PATCH PR62151]Fix uninitialized register issue caused by distribute_notes in combine pass
- 2014-09-05 04:38 Re: [PATCH] Fix PR63148 - two choices
- 2014-09-05 04:39 Re: [RFC] Tweak gcc.c-torture/execute/pr39228.c
- 2014-09-05 04:45 Re: [PATCH, ira] Miss checks in split_live_ranges_for_shrink_wrap
- 2014-09-05 16:43 Re: [PATCH 1/2] add staticly checked label_nuses accessors
- 2014-09-05 16:46 Re: [PATCH 2/2] add static typed insn_deleted_p
- 2014-09-05 16:48 Re: [PATCH][2/2] Sanity check removed loops
- 2014-09-05 18:06 Re: [PATCH] Relax check against commuting XOR and ASHIFTRT in combine.c
- 2014-09-05 18:32 Re: [PATCH] Add XINSN macro and use it within NEXT_INSN/PREV_INSN (was Re: [PATCH] Force rtl templates to be inlined)
- 2014-09-05 18:41 Re: [PATCH] Add XINSN macro and use it within NEXT_INSN/PREV_INSN (was Re: [PATCH] Force rtl templates to be inlined)
- 2014-09-05 18:45 Re: [PATCH] Add XINSN macro and use it within NEXT_INSN/PREV_INSN (was Re: [PATCH] Force rtl templates to be inlined)
- 2014-09-05 19:14 Re: [PATCH] Fix register corruption bug in ree
- 2014-09-05 19:48 Re: [PATCH] Improve prepare_shrink_wrap to sink more instructions
- 2014-09-09 14:43 Re: [PATCH 0/5] Yet more use of rtx subclasses; possible rl78 bug
- 2014-09-09 14:45 Re: [PATCH 1/5] struct ira_reg_equiv_s's "init_insns" is an rtx_insn_list
- 2014-09-09 14:46 Re: [PATCH 2/5] Handcode gen_rtx_INSN
- 2014-09-09 14:48 Re: [PATCH 3/5] INSN_LOCATION takes an rtx_insn
- 2014-09-09 15:35 Re: [PATCH 4/5] recog_memoized works on an rtx_insn *
- 2014-09-09 15:54 Re: [PATCH 5/5] single_set takes an insn
- 2014-09-09 19:08 Re: [PATCH 5/5] single_set takes an insn
- 2014-09-11 19:57 Re: Enable EBX for x86 in 32bits PIC code
- 2014-09-11 20:02 Re: [PATCH] combine: Allow substituting the target reg of a clobber
- 2014-09-11 20:10 Re: [PATCH] Fix register corruption bug in ree
- 2014-09-11 20:18 Re: [PATCH] Fix PR debug/60433: Handle TEMPLATE_TYPE_PARM in dbxout_type
- 2014-09-11 20:32 Re: RFA: Add a destructor to target_ira_int
- 2014-09-11 20:39 Re: [PATCH] Improve prepare_shrink_wrap to sink more instructions
- 2014-09-11 20:56 Re: [PATCH 1/2] add staticly checked label_nuses accessors
- 2014-09-11 20:59 Re: [PATCH 1/2] add staticly checked label_nuses accessors
- 2014-09-11 21:04 Re: pr43550 - remove unnecessary uxts in bswap
- 2014-09-11 21:12 Re: [PATCH, Pointer Bounds Checker 3/x] Target hooks for Pointer Bounds Checker
- 2014-09-12 20:57 Re: RFA: Add a destructor to target_ira_int
- 2014-09-12 20:59 Re: [PATCH] Tiny cleanup for protected_set_expr_location
- 2014-09-12 21:01 Re: [PATCH 1/4] deps_start_bb takes an insn
- 2014-09-12 21:02 Re: [PATCH 2/4] The TARGET_CAN_FOLLOW_JUMP hook takes insns
- 2014-09-12 21:03 Re: [PATCH 3/4] The various TARGET_ASM_..._MAX_SKIP hooks take an insn
- 2014-09-12 21:14 Re: [PATCH 4/4] Instruction attributes take an rtx_insn *
- 2014-09-12 21:17 Re: [PATCH 2/2] add static typed insn_deleted_p
- 2014-09-12 21:20 Re: [PATCH 1/2] use rtx_insn * more
- 2014-09-12 21:22 Re: [PATCH 2/2] add static typed insn_deleted_p
- 2014-09-15 15:20 Re: [PATCH, Pointer Bounds Checker 26/x] CCP
- 2014-09-15 15:35 Re: [PATCH, Pointer Bounds Checker 25/x] DCE
- 2014-09-15 15:40 Re: [PATCH, Pointer Bounds Checker 23/x] Function split
- 2014-09-15 15:42 Re: [patch i386]: Sibcall tail-call improvement and partial fix PR/60104
- 2014-09-15 21:08 Re: [PATCH, Pointer Bounds Checker 23/x] Function split
- 2014-09-15 21:12 Re: [PATCH, Pointer Bounds Checker 26/x] CCP
- 2014-09-15 21:16 Re: [PATCH, Pointer Bounds Checker 6/x] New static constructor types
- 2014-09-15 21:19 Re: [PATCH] Improve prepare_shrink_wrap to sink more instructions
- 2014-09-15 21:51 Re: [Patch] PR 61692 - Fix for inline asm ICE
- 2014-09-15 22:08 Re: [PATCH] Fix PR debug/60433: Handle TEMPLATE_TYPE_PARM in dbxout_type
- 2014-09-17 22:09 Re: [PATCH] RTEMS: Update contrib/config-list.mk
- 2014-09-18 18:25 Re: [patch] update comments on *_ultimate_origin
- 2014-09-18 18:28 Re: [PATCH] Add v850-rtems to contrib/config-list.mk
- 2014-09-18 19:19 Re: [patch] rename DECL_ABSTRACT to DECL_ABSTRACT_P
- 2014-09-18 20:38 Re: Small fix for walking constructors
- 2014-09-18 20:46 Re: [Patch] Teach genrecog/genoutput that scratch registers require write constraint modifiers
- 2014-09-18 21:35 Re: [patch] normalize the x86-vxworks port organization
- 2014-09-18 21:36 Re: [patch] powerpc-vxworksmils port, variant of powerpc-vxworksae
- 2014-09-18 21:36 Re: [Patch] Teach genrecog/genoutput that scratch registers require write constraint modifiers
- 2014-09-18 21:44 Re: Extract and insert merging patch
- 2014-09-18 23:22 Re: [patch] flag .persistent.bss sections as bss
- 2014-09-18 23:23 Re: Remove LIBGCC2_TF_CEXT target macro
- 2014-09-18 23:38 Re: PATCH [testsuite]: Update gcc.dg/pr61053.c for x32
- 2014-09-19 03:10 Re: [PATCH, i386, Pointer Bounds Checker 32/x] Pointer Bounds Checker hooks for i386 target
- 2014-09-19 03:27 Re: [patch] avoid ICE due to NULL pointer dereference in ipa-comdats.c
- 2014-09-19 04:02 Re: Fix pr61848, linux kernel miscompile
- 2014-09-19 04:16 Re: [patch i386]: Sibcall tail-call improvement and partial fix PR/60104
- 2014-09-19 04:22 Re: [patch i386]: Sibcall tail-call improvement and partial fix PR/60104
- 2014-09-19 05:38 Re: [PATCH] Relax check against commuting XOR and ASHIFTRT in combine.c
- 2014-09-19 05:51 Re: [PATCH, 2/2] shrink wrap a function with a single loop: split live_edge
- 2014-09-19 05:54 Re: [PATCH] Do not allow non-allocatable registers in scratch_operand
- 2014-09-19 06:04 Re: [patch i386]: Sibcall tail-call improvement and partial fix PR/60104
- 2014-09-19 06:14 Re: [PATCH 0/5] Fix handling of word subregs of wide registers
- 2014-09-19 06:14 Re: [PATCH 1/5] Allow *_HARD_REG_SET arguments to be const
- 2014-09-19 06:16 Re: [PATCH 2/5] Tweak subreg_get_info documentation
- 2014-09-19 06:17 Re: [PATCH 3/5] Use simplify_subreg_regno in combine.c:subst
- 2014-09-19 06:25 Re: Ping: [RFA 1/2]: Don't ignore target_header_dir when deciding inhibit_libc
- 2014-09-19 06:29 Re: [RFA 2/2]: --enable-explicit-exception-frame-registration compatibility option
- 2014-09-19 14:39 Re: [Patch sh] Fixup use of constraints in define_split
- 2014-09-19 15:25 Re: [patch] avoid ICE due to NULL pointer dereference in ipa-comdats.c
- 2014-09-19 15:50 Re: [PATCH, 2/2] shrink wrap a function with a single loop: split live_edge
- 2014-09-19 15:59 Re: [PATCH 0/5] Fix handling of word subregs of wide registers
- 2014-09-19 16:19 Re: [PATCH, 2/2] shrink wrap a function with a single loop: split live_edge
- 2014-09-19 16:20 Re: [Patch] Teach genrecog/genoutput that scratch registers require write constraint modifiers
- 2014-09-19 16:20 Re: [PATCH] PR LTO/63270 - new test
- 2014-09-19 16:28 Re: [PATCH, trivial] Clean up code: update comments and fix spacing to conform to coding style.
- 2014-09-19 16:35 Re: [PATCH] Do not allow non-allocatable registers in scratch_operand
- 2014-09-19 17:14 Re: [PATCH 0/5] Fix handling of word subregs of wide registers
- 2014-09-19 17:53 Re: [PATCH 4/5] Generalise invalid_mode_change_p
- 2014-09-19 17:54 Re: [PATCH 5/5] Remove CANNOT_CHANGE_MODE_CLASS workaround in i386.c
- 2014-09-19 18:00 Re: [PATCH] -fsanitize=nonnull-attribute and -fsanitize=returns-nonnull-attribute support
- 2014-09-19 18:02 Re: [PATCH] -fsanitize=nonnull-attribute and -fsanitize=returns-nonnull-attribute support
- 2014-09-19 19:45 Re: [PATCH, Pointer Bounds Checker 23/x] Function split
- 2014-09-19 20:03 Re: [PATCH] Do not remove labels with LABEL_PRESERVE_P
- 2014-09-19 20:43 Re: [PATCH] Improve prepare_shrink_wrap to sink more instructions
- 2014-09-20 14:52 Re: Speedup int_bit_from_pos
- 2014-09-22 16:29 Re: [PATCH 4/5] Generalise invalid_mode_change_p
- 2014-09-22 17:02 Re: [AArch64] Re: [PATCH] Relax check against commuting XOR and ASHIFTRT in combine.c
- 2014-09-22 17:51 Re: [PATCH, 2/2] shrink wrap a function with a single loop: split live_edge
- 2014-09-22 18:01 Re: [PATCH] Improve prepare_shrink_wrap to sink more instructions
- 2014-09-22 18:22 Re: [PATCH, i386, Pointer Bounds Checker 33/x] MPX ABI
- 2014-09-22 18:40 Re: [PATCH IRA] update_equiv_regs fails to set EQUIV reg-note for pseudo with more than one definition
- 2014-09-22 18:54 Re: [PATCH, i386, Pointer Bounds Checker 32/x] Pointer Bounds Checker hooks for i386 target
- 2014-09-22 22:20 Re: [PATCH] combine: Allow substituting the target reg of a clobber
- 2014-09-23 00:06 Re: [PATCH] Fix whitespace in comments.
- 2014-09-23 00:14 Re: Remove LIBGCC2_LONG_DOUBLE_TYPE_SIZE target macro
- 2014-09-23 15:55 Re: [PATCH, Pointer Bounds Checker 23/x] Function split
- 2014-09-23 15:59 Re: Enable EBX for x86 in 32bits PIC code
- 2014-09-23 16:00 Re: Enable EBX for x86 in 32bits PIC code
- 2014-09-23 16:06 Re: [PATCH] Do not remove labels with LABEL_PRESERVE_P
- 2014-09-23 16:10 Re: Enable EBX for x86 in 32bits PIC code
- 2014-09-23 17:17 Re: [PATCH, i386, Pointer Bounds Checker 32/x] Pointer Bounds Checker hooks for i386 target
- 2014-09-23 17:49 Re: [PATCH IRA] update_equiv_regs fails to set EQUIV reg-note for pseudo with more than one definition
- 2014-09-23 18:01 Re: [PATCH, i386, Pointer Bounds Checker 33/x] MPX ABI
- 2014-09-23 18:14 Re: [PATCH, ira] Ignore some conflict cost
- 2014-09-23 19:55 Re: [PATCH, Pointer Bounds Checker 22/x] Inline
- 2014-09-23 20:58 Re: [PATCH, Pointer Bounds Checker 19/x] Support bounds in expand
- 2014-09-23 20:59 Re: [PATCH] Fix compile time warning caused by PIC_OFFSET_TABLE_REGNUM
- 2014-09-23 21:24 Re: [PATCH, Pointer Bounds Checker 20/x] Follow transparent alias chains
- 2014-09-24 15:14 Re: PING: Re: [patch] rename DECL_ABSTRACT to DECL_ABSTRACT_P
- 2014-09-24 15:17 Re: [PATCH, Pointer Bounds Checker 22/x] Inline
- 2014-09-24 15:27 Re: Enable EBX for x86 in 32bits PIC code
- 2014-09-24 16:07 Re: [PATCH, i386, Pointer Bounds Checker 33/x] MPX ABI
- 2014-09-24 18:59 Re: [PATCH] Do not remove labels with LABEL_PRESERVE_P
- 2014-09-24 19:03 Re: [PATCH] Do not remove labels with LABEL_PRESERVE_P
- 2014-09-24 19:09 Re: [PATCH, i386, Pointer Bounds Checker 33/x] MPX ABI
- 2014-09-24 21:14 Re: [PATCH] Do not remove labels with LABEL_PRESERVE_P
- 2014-09-24 21:20 Re: Enable EBX for x86 in 32bits PIC code
- 2014-09-25 04:04 Re: [jit] Eliminate fixed-size buffers used with vsnprintf
- 2014-09-25 11:55 Re: [PATCH] Add -Wno-abi in c++ struct-layout-1 tests
- 2014-09-25 16:24 Re: [PATCH, 2/2] shrink wrap a function with a single loop: split live_edge
- 2014-09-25 16:34 Re: [PATCH] Fix typo in comments
- 2014-09-25 17:26 Re: [RFC PATCH, RTL]: Fix PR63348, gcc.dg/pr43670.c fail -fcompare-debug on MIPS
- 2014-09-25 17:52 Re: [RFC PATCH, RTL]: Fix PR63348, gcc.dg/pr43670.c fail -fcompare-debug on MIPS
- 2014-09-25 18:57 Re: [PATCH IRA] update_equiv_regs fails to set EQUIV reg-note for pseudo with more than one definition
- 2014-09-25 19:05 Re: [PATCH 2/2] Add patch for debugging compiler ICEs.
- 2014-09-25 19:14 Re: [PATCH] fix hardreg_cprop to honor HARD_REGNO_MODE_OK.
- 2014-09-25 19:33 Re: [PATCH] Add direct support for Linux kernel __fentry__ patching
- 2014-09-25 19:41 Re: Prepare gcc for 64-bit obstacks
- 2014-09-26 16:13 Re: [shrink-wrap] should not sink instructions which may cause trap ?
- 2014-09-26 16:18 Re: [PATCH 2/2] Add patch for debugging compiler ICEs.
- 2014-09-26 16:32 Re: [PATCH 2/2] Add patch for debugging compiler ICEs.
- 2014-09-26 16:57 Re: [PATCH] Put all MAINTAINERS email addresses into <...>
- 2014-09-26 18:48 Re: FW: [PATCH] Fix PR preprocessor/58893 access to uninitialized memory
- 2014-09-26 21:03 Re: [PATCH IRA] update_equiv_regs fails to set EQUIV reg-note for pseudo with more than one definition
- 2014-09-29 15:24 Re: FW: [PATCH] Cilk Keywords (_Cilk_spawn and _Cilk_sync) for C
- 2014-09-29 16:47 Re: [PATCH] Fix ICE in redirect_jump_1 (PR inline-asm/63282)
- 2014-09-29 16:51 Re: [PATCH] combine: Allow substituting the target reg of a clobber
- 2014-09-29 21:00 Re: libcilkrts: Remove unused function __cilkrts_sysdep_is_worker_thread_id
- 2014-09-29 21:44 Re: [PATCH IRA] update_equiv_regs fails to set EQUIV reg-note for pseudo with more than one definition
- 2014-09-30 04:21 Re: [PATCH] PR63404, gcc 5 miscompiles linux block layer
- 2014-09-30 04:26 Re: [shrink-wrap] should not sink instructions which may cause trap ?
- 2014-09-30 04:33 Re: [PATCH] Redesign jump threading profile updates
- 2014-09-30 04:41 Re: [PATCH] Fix PR preprocessor/58893 access to uninitialized memory
- 2014-09-30 16:30 Re: [PATCH] PR63404, gcc 5 miscompiles linux block layer
- 2014-09-30 16:38 Re: [PATCH] Fix PR preprocessor/58893 access to uninitialized memory
- 2014-09-30 16:41 Re: [PATCH] gcc.c-torture/ cleanup
- 2014-09-30 16:45 Re: [PATCH] PR63404, gcc 5 miscompiles linux block layer
- 2014-09-30 16:48 Re: [ping*2] define CROSS = @CROSS@ in gcc/Makefile.in
Jerry DeLisle
Jing Yu
Jiong Wang
- 2014-09-03 14:20 Re: [PATCH][AArch64] Fix wrong ".cfi_def_cfa_offset" in epilogue
- 2014-09-04 14:15 [PATCH, AArch64] Enable shrink wrap
- 2014-09-04 14:15 [PATCH] Improve prepare_shrink_wrap to sink more instructions
- 2014-09-08 13:57 Re: [PATCH] Improve prepare_shrink_wrap to sink more instructions
- 2014-09-11 13:55 Re: [PATCH][ARM] Enable auto-vectorization for copysignf
- 2014-09-11 15:53 Re: [PATCH][ARM] Enable auto-vectorization for copysignf
- 2014-09-12 09:34 [COMMITTED][PATCH] Fix register corruption bug in ree
- 2014-09-15 14:33 Re: [PATCH] Improve prepare_shrink_wrap to sink more instructions
- 2014-09-15 15:28 Re: [PATCH, 2/2] shrink wrap a function with a single loop: split live_edge
- 2014-09-19 11:27 Re: [PATCH, 2/2] shrink wrap a function with a single loop: split live_edge
- 2014-09-19 13:17 [PATCH][AArch64] Fix PR63293
- 2014-09-19 16:03 Re: [PATCH, 2/2] shrink wrap a function with a single loop: split live_edge
- 2014-09-22 10:24 Re: [PATCH, 2/2] shrink wrap a function with a single loop: split live_edge
- 2014-09-22 10:29 Re: [PATCH] Improve prepare_shrink_wrap to sink more instructions
- 2014-09-22 15:58 Re: [PATCH][AArch64] LR register not used in leaf functions
- 2014-09-23 19:15 [PATCH] Fix compile time warning caused by PIC_OFFSET_TABLE_REGNUM
- 2014-09-23 21:51 Re: [PATCH, AArch64] Enable shrink wrap
- 2014-09-24 18:13 Re: [PATCH, 2/2] shrink wrap a function with a single loop: split live_edge
- 2014-09-24 18:24 [COMMITTED][PATCH] AArch64: Improve regmove_costs for 128-bit types
- 2014-09-24 18:32 [COMMITTED][PATCH] Improve prepare_shrink_wrap to sink more instructions
- 2014-09-25 13:07 Re: [COMMITTED][PATCH] Improve prepare_shrink_wrap to sink more instructions
- 2014-09-25 15:05 Re: [PATCH, 2/2] shrink wrap a function with a single loop: split live_edge
- 2014-09-25 16:32 Re: [PATCH][AArch64] Fix PR63293
- 2014-09-25 16:43 [COMMITTED][PATCH, 2/2] shrink wrap a function with a single loop: split live_edge
- 2014-09-25 22:49 [shrink-wrap] should not sink instructions which may cause trap ?
- 2014-09-26 14:45 Re: [shrink-wrap] should not sink instructions which may cause trap ?
- 2014-09-26 14:50 Re: [shrink-wrap] should not sink instructions which may cause trap ?
- 2014-09-26 15:14 Re: [COMMITTED][PATCH, 2/2] shrink wrap a function with a single loop: split live_edge
- 2014-09-26 15:29 Re: [COMMITTED][PATCH, 2/2] shrink wrap a function with a single loop: split live_edge
- 2014-09-29 18:07 Re: [shrink-wrap] should not sink instructions which may cause trap ?
- 2014-09-29 18:12 [PATCH] PR63404, gcc 5 miscompiles linux block layer
- 2014-09-29 19:25 Re: [PATCH] PR63404, gcc 5 miscompiles linux block layer
- 2014-09-30 08:51 [COMMITTED][shrink-wrap] should not sink instructions which may cause trap ?
- 2014-09-30 14:37 Re: [PATCH] PR63404, gcc 5 miscompiles linux block layer
- 2014-09-30 15:00 Re: [PATCH][AArch64] LR register not used in leaf functions
- 2014-09-30 18:37 Re: [PATCH] PR63404, gcc 5 miscompiles linux block layer
Joel Sherrill
Joey Ye
John David Anglin
Jonathan Wakely
Joseph S. Myers
Josh Gao
Julian Brown
Kai Tietz
Kaz Kojima
Kirill Yukhin
- 2014-09-09 11:28 Re: [PATCH i386 AVX512] [30/n] Add FMA patterns.
- 2014-09-09 11:36 Re: [PATCH i386 AVX512] [33/n] Add patterns for compress, expand.
- 2014-09-09 11:42 Re: [PATCH i386 AVX512] [32/n] Add reduce,range,fpclass.
- 2014-09-10 12:38 [PATCH i386 AVX512] [34/n] AVX-512. Extend vpermvar insn patterns.
- 2014-09-10 13:05 [PATCH i386 AVX512] [35/n] Add vperm[it]2 insns support.
- 2014-09-10 13:12 [PATCH i386 AVX512] [36/n] Extend gather insn patterns.
- 2014-09-11 13:08 [PATCH i386 AVX512] [37/n] Extend max/min insn patterns.
- 2014-09-11 13:17 [PATCH i386 AVX512] [38/n] Extend vpternlog, valign, vrotate insn patterns.
- 2014-09-12 13:46 [PATCH i386 AVX512] [39/n] Extend ashrv insn patterns.
- 2014-09-12 13:58 [PATCH i386 AVX512] [40/n] Extend vcvtps2ph insn patterns.
- 2014-09-16 05:26 [PATCH i386 AVX512] [41/n] Extend extract insn patterns.
- 2014-09-16 10:10 Re: [PATCH i386 AVX512] [41/n] Extend extract insn patterns.
- 2014-09-18 11:48 [PATCH i386 AVX512] [42/n] Add masked vunpck[lh]pd.
- 2014-09-18 11:54 [PATCH i386 AVX512] [43/n] Add rest of vunpck[lh]ps.
- 2014-09-18 11:59 [PATCH i386 AVX512] [44/n] Add vsgufps insn patterns.
- 2014-09-18 12:02 [PATCH i386 AVX512] [45/n] Add vshufpd insn patterns.
- 2014-09-23 11:12 [PATCH i386 AVX512] [46/n] Add widening pmov.
- 2014-09-23 11:17 [PATCH i386 AVX512] [47/n] Add insert insn patterns.
- 2014-09-23 11:22 [PATCH i386 AVX512] [48/n] Add shuffles (pd, 32x4, etc.).
- 2014-09-23 11:30 [PATCH i386 AVX512] [49/n] Add vpshuf[lh]w insn patterns.
- 2014-09-23 11:32 [PATCH i386 AVX512] [50/n] Add cvtps2 insn patterns.
- 2014-09-23 11:40 Re: [PATCH i386 AVX512] [49/n] Add vpshuf[lh]w insn patterns.
- 2014-09-24 08:50 [PATCH i386 AVX512] [51/n] Add pd2dq and dq2pd converts.
- 2014-09-24 08:54 [PATCH i386 AVX512] [52/n] Add convert ps2pd and ps2dq.
- 2014-09-24 12:17 [PATCH, bootstrap PR63235] Fix bootstrap.
- 2014-09-24 12:48 [PATCH i386 AVX512] [53/n] Update vec_set<mode>_0 pattern constraints.
- 2014-09-24 12:51 [PATCH i386 AVX512] [54/n] Add mov[dlh]dup insns support.
- 2014-09-24 12:54 [PATCH i386 AVX512] [55/n] Extend `perm' insn patterns.
- 2014-09-25 09:43 Re: [PATCH i386 AVX512] [52.1/n] Add vec2mask and mask2vec insn patterns.
- 2014-09-25 10:38 Re: [PATCH i386 AVX512] [52.1/n] Add vec2mask and mask2vec insn patterns.
- 2014-09-25 14:12 [PATCH i386 AVX512] [56/n] Add plus/minus/abs/neg/andnot insn patterns.
- 2014-09-26 09:05 [PATCH i386 AVX512] [57/n] Extend blend/cmp/brodcast insn patterns.
- 2014-09-26 10:33 [PATCH i386 AVX512] [58/n] Add vpmul[u]dq insn patterns.
- 2014-09-26 10:45 [PATCH i386 AVX512] [59/n] Add vptest[n]m, ucmp, cmpeq insn patterns.
- 2014-09-26 11:13 [PATCH i386 AVX512] [60/n] Update 128bit ashrv insn pattern.
- 2014-09-26 12:32 [PATCH i386 AVX512] [61/n] Update FP logic insn patterns.
- 2014-09-26 14:10 [PATCH i386 AVX512] [62/n] Add vpmaddubsw,vdbpsadbw insn patterns.
Kito Cheng
Konstantin Serebryany
Kugan
Kyrill Tkachov
Lynn A. Boger
Maciej W. Rozycki
Marat Zakirov
Marc Glisse
Marcus Shawcroft
- 2014-09-02 14:44 Re: [PATCH AArch64] Rename [u]int32x1_t to [u]int32_t (resp 16x1, 8x1) in arm_neon.h
- 2014-09-02 15:08 Re: [PATCH AArch64 1/3] Don't disparage add/sub in SIMD registers
- 2014-09-02 15:10 Re: [PATCH AArch64 2/3] Add SIMD-reg variants of logical operators and/ior/xor/not
- 2014-09-02 15:14 Re: [PATCH AArch64 3/3] Fix XOR_one_cmpl pattern; add SIMD-reg variants for BIC,ORN,EON
- 2014-09-02 15:17 Re: [PATCH AArch64 1/2] Improve codegen of vector compares inc. tst instruction
- 2014-09-02 15:19 Re: [PATCH AArch64 2/2] Remove vector compare/tst __builtins
- 2014-09-02 16:34 Re: [PATCH AArch64 2/2] Replace temporary inline assembler for vget_high
- 2014-09-02 16:36 Re: [PATCH AArch64] Add a builtin for rbit(q?)_p8; add intrinsics and tests.
- 2014-09-02 16:41 Re: [PATCH][AArch64] Remove varargs from aarch64_simd_expand_args
- 2014-09-02 16:42 Re: [PATCH][AArch64] One-liner: fix type of an add in SIMD registers
- 2014-09-02 16:46 Re: [PATCH][AArch64] Tidy: remove unused qualifier_const_pointer
- 2014-09-03 07:45 Re: [PATCH][ARM/AArch64] Add scheduling info for ARMv8-A FPU new instructions in Cortex-A53
- 2014-09-03 10:33 Re: [PATCH][AArch64] Fix wrong ".cfi_def_cfa_offset" in epilogue
- 2014-09-03 10:59 Re: [PATCH 1/4] aarch64: Improve epilogue unwind info
- 2014-09-03 11:02 Re: [PATCH 2/4] aarch64: Tidy prologue unwind notes
- 2014-09-03 11:04 Re: [PATCH 3/4] aarch64: Tidy prologue local variables
- 2014-09-03 11:06 Re: [PATCH 4/4] aarch64: Don't duplicate calls_alloca check
- 2014-09-03 13:04 Re: [Patch AArch64] Fix for PR62040
- 2014-09-03 13:05 Re: [Patch AArch64] Fix for PR62040
- 2014-09-04 13:29 Re: [PATCH AArch64 2/2] Replace temporary inline assembler for vget_high
- 2014-09-04 13:31 Re: [Patch AArch64] Fix for PR62040
- 2014-09-04 15:22 Re: [PATCH 1/4] AArch64: Fix register_move_cost
- 2014-09-04 15:34 Re: [PATCH 2/4] AArch64: Fix cost for Q register moves
- 2014-09-04 15:39 Re: [PATCH 3/4] AArch64: Cleanup inconsistent use of __extension__
- 2014-09-04 15:42 Re: [PATCH 3/4] AArch64: Cleanup inconsistent use of __extension__
- 2014-09-04 15:53 Re: [PATCH 2/4] AArch64: Fix cost for Q register moves
- 2014-09-04 16:39 Re: [PATCH 4/4] AArch64: Add regmove_costs for Cortex-A57 and A53
- 2014-09-05 14:58 Re: (Corrected patch) Simple patch for gcc/testsuite/gcc.target/aarch64/vdup_lane_2.c
- 2014-09-05 15:48 Re: [PATCH v2 AArch64]: Re: [PATCH AArch64]: Add constraint letter for stack_protect_test pattern.
- 2014-09-08 14:11 Re: [PATCH 4.9][AArch64] Backport r214953: Rename [u]int32x1_t to [u]int32_t (resp 16x1, 8x1)in arm_neon.h
- 2014-09-08 16:27 Re: [PATCH v2 AArch64]: Re: [PATCH AArch64]: Add constraint letter for stack_protect_test pattern.
- 2014-09-09 09:35 Re: [Patch AArch64] Add support for crtfastmath.c
- 2014-09-09 09:38 Re: [PATCH][AArch64] PR 61749: Do not ICE in lane intrinsics when passed non-constant lane number
- 2014-09-09 09:50 Re: [Patch, AArch64] Enable Address sanitizer and UB sanitizer
- 2014-09-09 10:20 Re: [PATCH][AArch64 Testsuite] Add test of vld[234]q? intrinsic
- 2014-09-09 10:20 Re: [PATCH][AArch64 Testsuite] Extend test of vld1+vst1 intrinsics to cover more variants
- 2014-09-09 10:21 Re: [PATCH][AArch64 Testsuite] Add a test of vldN_dup intrinsics
- 2014-09-09 10:23 Re: [PATCH][AArch64 Testsuite] Add a test of the vldN_lane intrinsic
- 2014-09-09 10:24 Re: [PATCH][AArch64 Testsuite] Add a test of the vst[234](q?) intrinsics
- 2014-09-09 10:49 Re: [PATCH][AArch64 Testsuite]Fix scan-assembler test false alarm on aarch64-linux-gnu
- 2014-09-09 10:51 Re: [PATCH][AArch64] Simplify vreinterpret for float64x1_t using casts.
- 2014-09-09 10:52 Re: [PATCH 1/2][AArch64 Testsuite] Add execution test of vset(q?)_lane intrinsics.
- 2014-09-09 10:53 Re: [PATCH 2/2][AArch64] Replace temporary inline assembler for vset_lane
- 2014-09-11 14:26 Re: [AArch64] Cheap fix for argument types of vmull_high_lane_{us}{16,32}
- 2014-09-17 10:48 Re: [Patch, AArch64] Enable Address sanitizer and UB sanitizer
- 2014-09-18 08:18 Re: [PATCH AArch64]: Add constraint letter for stack_protect_test pattern)
- 2014-09-19 09:06 Re: [PATCH AArch64]: Add constraint letter for stack_protect_test pattern)
- 2014-09-23 10:52 Re: [PATCH] AArch64: Improve regmove_costs for 128-bit types
- 2014-09-23 11:20 Re: [PATCH] AArch64: Default to -fsched-pressure
- 2014-09-23 11:32 Re: [AArch64] Re: [PATCH] Relax check against commuting XOR and ASHIFTRT in combine.c
- 2014-09-23 12:39 Re: [PATCH, AArch64] Enable shrink wrap
- 2014-09-24 09:41 Re: [PATCH 1/14][AArch64] Temporarily remove aarch64_gimple_fold_builtin code for reduction operations
- 2014-09-24 09:44 Re: [PATCH 4/14][AArch64] Use new reduc_plus_scal optabs, inc. for __builtins
- 2014-09-24 09:47 Re: [PATCH 5/14][AArch64] Use new reduc_[us](min|max)_scal optabs, inc. for builtins
- 2014-09-24 09:48 Re: [PATCH 6/14][AArch64] Restore gimple_folding of reduction intrinsics
- 2014-09-24 12:35 Re: [PATCH][AArch64] Use __aarch64_vget_lane* macros for getting the lane in some lane multiply intrinsics
- 2014-09-25 16:04 Re: [AArch64] Tighten predicates on SIMD shift intrinsics
- 2014-09-30 12:57 Re: [Patch AArch64] Fix extended register width
- 2014-09-30 13:24 Re: [AArch64] Wire up vqdmullh_laneq_s16 and vqdmullh_laneq_s32
Marek Polacek
Mark Wielaard
Markus Trippelsdorf
Martin Jambor
Matthew Fortune
Matthias Klose
Maxim Ostapenko
Michael Collison
Michael Eager
Michael Hudson-Doyle
Michael Matz
Michael Meissner
Mike Stump
N.M. Maclaren
Nathan Sidwell
Nicholas Clifton
Nick Clifton
Oleg Endo
Olivier Hainque
Paolo Bonzini
Paolo Carlini
Patrick Wollgast
Paul Richard Thomas
Paul_Koning
Pedro Paredes
Peter A. Bigot
Peter Bergner
Petr Machata
Petr Murzin
Pierre-Marie de Rodat
pinskia
Prathamesh Kulkarni
Raghunath Lolur
Rainer Emrich
Rainer Orth
Ramana Radhakrishnan
- 2014-09-02 15:48 Re: [PATCH][ARM][1/2] Implement lceil, lfloor, lround optabs with new ARMv8-A instructions
- 2014-09-02 15:48 Re: [PATCH][ARM][2/2] Vectorise lroundf, lfloorf, lceilf using the new ARMv8-A vcvt* instructions
- 2014-09-02 15:51 Re: [PATCH] aarch64: Enable Neon search_line_fast
- 2014-09-04 11:14 Re: [PINGv4][PATCHv3] Fix vector tests on ARM platforms with disabled unaligned accesses
- 2014-09-04 14:04 [Patch AArch64] Add support for crtfastmath.c
- 2014-09-04 15:21 Re: [PATCH ARM]Use stricter constraint for pattern arm_movqi_insn to avoid constant pool
- 2014-09-04 15:21 Re: [PATCH ARM]memset inlining patch for arm
- 2014-09-05 08:04 Re: [Patch AArch64] Add support for crtfastmath.c
- 2014-09-05 10:09 Re: [PATCH][ARM/AArch64] Schedule alu_ext for Cortex-A53
- 2014-09-05 13:40 Re: [PATCH][ARM/AArch64] Add scheduling info for ARMv8-A FPU new instructions in Cortex-A53
- 2014-09-09 08:33 Re: [Patch ARM] Fix PR target/56846
- 2014-09-09 09:34 Re: [Patch, gcc, testsuite]Disable xordi3-opt.c/iordi3-opt.c on thumb1 target
- 2014-09-09 09:55 Re: [ARM Documentation] Clarify -mcpu, -mtune, -march
- 2014-09-09 10:59 Re: [PATCH][ARM] Enable auto-vectorization for copysignf
- 2014-09-09 11:01 Re: [PATCH][0/7][ARM] Convert VFP mnemonics to UAL
- 2014-09-09 11:02 Re: [PATCH][ARM][1/7] Convert FP mnemonics to UAL | mov patterns
- 2014-09-09 11:03 Re: [PATCH][ARM][2/7] Convert FP mnemonics to UAL | add/sub/div/abs patterns
- 2014-09-09 11:04 Re: [PATCH][ARM][3/7] Convert FP mnemonics to UAL | mul+add patterns
- 2014-09-09 11:04 Re: [PATCH][ARM][4/7] Convert FP mnemonics to UAL | vcvt patterns
- 2014-09-09 11:05 Re: [PATCH][ARM][5/7] Convert FP mnemonics to UAL | sqrt and FP compare patterns
- 2014-09-09 11:05 Re: [PATCH][ARM][6/7] Convert FP mnemonics to UAL | movcc_vfp (fmstat)
- 2014-09-09 11:06 Re: [PATCH][ARM][7/7] Convert FP mnemonics to UAL | f{ld,st}m -> v{ld,st}m
- 2014-09-09 13:32 Re: [PATCH] Add missing size directive for arm-*-elf
- 2014-09-10 08:53 Re: [PATCH ARM]memset inlining patch for arm
- 2014-09-10 16:09 Re: PR debug/60655, debug loc expressions
- 2014-09-10 16:17 Re: [ARM][tests] Make input and output arrays 128-bit aligned in vectorisation tests
- 2014-09-10 16:17 Re: [Patch ARM v2] Fix PR target/56846
- 2014-09-12 10:20 Re: [ARM][tests] Make input and output arrays 128-bit aligned in vectorisation tests
- 2014-09-18 22:05 Re: [PATCH, ARM] Tune thumb1_size_rtx_costs
- 2014-09-30 08:39 Re: [PATCH, ARM]Option support to new ARM MCU Cortex-M7
Richard Biener
- 2014-09-01 09:50 Re: [PATCH] Move -fbuiltin from c.opt to common.opt and change it to common group
- 2014-09-01 11:18 [PATCH] Avoid redundant work in SCCVN
- 2014-09-01 11:34 Re: [PATCH 1/2] Add -B support to gcc-ar/ranlib/nm
- 2014-09-01 11:43 Re: [PATCH 2/2] Support slim LTO bootstrap
- 2014-09-01 13:34 [PATCH] Speedup PRE
- 2014-09-01 13:37 [PATCH] Avoid small mallocs in PTA
- 2014-09-01 14:04 [PATCH] Avoid inserting dead code in PRE, do less work
- 2014-09-02 07:31 Re: [PATCH] gcc-ar: Turn plugin not found case into a warning
- 2014-09-02 08:20 [PATCH] Fix PR62695
- 2014-09-02 08:36 Re: [PATCH] support ggc hash_map and hash_set
- 2014-09-02 08:43 Re: [PATCH] Force rtl templates to be inlined
- 2014-09-02 09:12 [PATCH][match-and-simplify] Complete conversion patterns
- 2014-09-02 09:27 Re: [PATCH] Add -fno-instrument-function
- 2014-09-02 09:36 Re: [PATCH] Avoid inserting dead code in PRE, do less work
- 2014-09-02 12:19 [PATCH][match-and-simplify] Fix single RHS code-gen
- 2014-09-02 14:08 [PATCH] PRE TLC
- 2014-09-02 14:09 [PATCH][match-and-simplify] Add comparison patterns
- 2014-09-03 09:50 Re: [PATCH] Force rtl templates to be inlined
- 2014-09-03 09:52 Re: [PATCH] Force rtl templates to be inlined
- 2014-09-03 09:56 Re: RFA: Merge definitions of get_some_local_dynamic_name
- 2014-09-03 10:38 [PATCH][match-and-simplify] Fix error in VCE pattern
- 2014-09-03 10:40 Re: [RFC] Tweak gcc.c-torture/execute/pr39228.c
- 2014-09-03 10:47 Re: [PATCH, PR 61986] Produce aggregate replacement nodes in ascending order of offsets
- 2014-09-03 10:47 Re: [PATCH, PR 62015] Clear aggregate values intersection when jump function flag require us to punt
- 2014-09-03 10:52 Re: [patch] prevent tree sinking of trapping stmts
- 2014-09-03 11:04 Re: [PATCH] Add -fno-instrument-function
- 2014-09-03 13:00 [PATCH][RFC] Restrict, take 42
- 2014-09-03 13:05 Re: [patch] prevent tree sinking of trapping stmts
- 2014-09-03 13:27 Re: [patch] prevent tree sinking of trapping stmts
- 2014-09-03 14:14 [PATCH] Speedup -Og
- 2014-09-04 10:22 Re: [patch] prevent tree sinking of trapping stmts
- 2014-09-04 10:42 Re: [debug-early] reuse variable DIEs and fix their context
- 2014-09-04 12:15 [PATCH] Fix PR63148 - two choices
- 2014-09-04 12:38 Re: [PATCH] Fix PR63148 - two choices
- 2014-09-04 12:57 Re: RFC: Patch for switch elimination (PR 54742)
- 2014-09-04 13:00 Re: [PATCH 2/2] Enable elimination of zext/sext
- 2014-09-04 13:02 Re: [PATCH] Force rtl templates to be inlined
- 2014-09-04 13:11 Re: [PATCH] Add -fno-instrument-function
- 2014-09-04 13:13 Re: [BUILDROBOT] [PATCH] rx-elf: error: logical not is only applied to the left hand side of comparison
- 2014-09-04 13:17 Re: [PATCH PR62631]Return shiftadd cost only when it's smaller than normal one
- 2014-09-04 13:22 Re: Vimrc config with GNU formatting
- 2014-09-04 14:05 Re: RFC: Patch for switch elimination (PR 54742)
- 2014-09-04 18:23 Re: [debug-early] reuse variable DIEs and fix their context
- 2014-09-05 08:14 Re: [PATCH] Fix PR63148 - two choices
- 2014-09-05 09:00 Re: [debug-early] reuse variable DIEs and fix their context
- 2014-09-05 09:16 [PATCH][1/2] Abstract away marking loops for removal
- 2014-09-05 09:51 Re: [PATCH 2/2] Enable elimination of zext/sext
- 2014-09-05 10:03 [PATCH][2/2] Sanity check removed loops
- 2014-09-05 12:44 Re: [PATCH][RFC] Restrict, take 42
- 2014-09-06 14:06 Re: RFA: PR62208: const0_rtx used for vectors in simplify-rtx.c
- 2014-09-08 07:54 Re: [PATCH][2/2] Sanity check removed loops
- 2014-09-08 08:22 [PATCH] Fix PR63196, ensure loops are fixed before inlining
- 2014-09-08 09:11 Re: Remove no-longer-needed fp-bit target macros
- 2014-09-08 09:12 Re: [msp430] add missing option documentation
- 2014-09-08 09:12 Re: Remove SF_SIZE etc. target macros
- 2014-09-08 09:21 Re: [PATCH] Use sscanf instead of atoll in gcov-tool.c
- 2014-09-08 09:48 Re: [PATCH 2/2] Enable elimination of zext/sext
- 2014-09-08 10:04 Re: [PATCH][RFC] Restrict, take 42
- 2014-09-08 10:16 Re: [match-and-simplify] adjust for pattern to allow multiple ids
- 2014-09-08 10:28 [PATCH][match-and-simplify] Use multi-id for in one example
- 2014-09-08 13:10 Re: [PATCH] Extended if-conversion for loops marked with pragma omp simd.
- 2014-09-08 14:25 Re: [PATCH] Fix PR63196, ensure loops are fixed before inlining
- 2014-09-08 14:46 Re: [PATCH][RFC] Restrict, take 42
- 2014-09-08 19:28 Re: [4.8] Fix PR tree-optimization/60196 and tree-optimization/63189
- 2014-09-09 09:04 Re: RFA: Add a target_globals destructor
- 2014-09-09 09:16 Re: [debug-early] reuse variable DIEs and fix their context
- 2014-09-09 10:28 Re: [PATCH 2/2] Enable elimination of zext/sext
- 2014-09-09 11:35 [PATCH][match-and-simplify] Explicitely specified types
- 2014-09-09 14:25 Re: PR debug/60655, debug loc expressions
- 2014-09-09 14:42 Re: PR debug/60655, debug loc expressions
- 2014-09-10 07:31 [PATCH][match-and-simplify] Fix last commit
- 2014-09-10 07:52 Re: [PATCH] -fsanitize=nonnull-attribute and -fsanitize=returns-nonnull-attribute support
- 2014-09-10 07:52 Re: [PATCH] -fsanitize=nonnull-attribute and -fsanitize=returns-nonnull-attribute support
- 2014-09-10 11:58 [PATCH][match-and-simplify] More flexible 'for', polish match-builtins.pd
- 2014-09-11 08:10 Re: Stream ODR types
- 2014-09-11 08:38 [PATCH][match-and-simplify] Dump what patterns get applied
- 2014-09-11 08:57 Re: [PATCH] Introduce LABEL_REF_LABEL
- 2014-09-11 09:06 Re: [PATCHv2] Vimrc config with GNU formatting
- 2014-09-11 09:18 Re: [PATCHv2] Vimrc config with GNU formatting
- 2014-09-11 10:55 [PATCH][match-and-simplify] Fix PR41043
- 2014-09-11 11:02 [PATCH][match-and-simplify] Complete associate_* patterns
- 2014-09-11 11:29 Re: ptx preliminary address space fixes [1/4]
- 2014-09-11 11:30 Re: ptx preliminary address space fixes [2/4]
- 2014-09-11 11:39 Re: ptx preliminary address space fixes [3/4]
- 2014-09-11 11:41 Re: ptx preliminary address space fixes [4/4]
- 2014-09-11 11:45 Re: [PATCH][match-and-simplify] Complete associate_* patterns
- 2014-09-11 12:13 [PATCH][match-and-simplify] Minor fixes to match-plusminus.pd
- 2014-09-11 12:32 [PATCH][match-and-simplify] Pattern for simplify_conversion_from_bitmask
- 2014-09-11 12:46 Re: [PATCH][match-and-simplify] Minor fixes to match-plusminus.pd
- 2014-09-12 07:42 Re: Stream ODR types
- 2014-09-12 07:42 Re: Stream ODR types
- 2014-09-12 08:04 Re: ptx preliminary rtl patches [3/4]
- 2014-09-12 08:13 Re: [debug-early] reuse variable DIEs and fix their context
- 2014-09-12 08:14 Re: Remove LIBGCC2_HAS_?F_MODE target macros
- 2014-09-12 08:55 [PATCH] Fix PR63237
- 2014-09-12 10:21 Re: integer_each_onep + vector bug
- 2014-09-12 10:47 [PATCH][match-and-simplify] Finish simplify_bitwise_binary patterns
- 2014-09-12 11:02 [PATCH][match-and-simplify] Fix lto.exp=20110201-1_0.c ICE
- 2014-09-12 11:36 Re: [PATCH][match-and-simplify] Finish simplify_bitwise_binary patterns
- 2014-09-12 11:45 Re: ptx preliminary address space fixes [3/4]
- 2014-09-12 11:49 Re: ptx preliminary address space fixes [1/4]
- 2014-09-12 11:50 Re: ptx preliminary address space fixes [2/4]
- 2014-09-12 12:29 Re: ptx preliminary address space fixes [3/4]
- 2014-09-12 12:35 Re: ptx preliminary address space fixes [3/4]
- 2014-09-12 12:37 Re: ptx preliminary address space fixes [1/4]
- 2014-09-15 07:36 Re: Stream ODR types
- 2014-09-15 09:28 Re: [PATCH 1/2] Always set DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT correctly
- 2014-09-15 09:30 Re: [PATCH 2/2] Add some more test cases for fentry and pg
- 2014-09-15 09:32 Re: [debug-early] reuse variable DIEs and fix their context
- 2014-09-15 10:38 Re: [PATCH v2] Use sscanf instead of atoll in gcov-tool.c
- 2014-09-15 11:38 [PATCH][match-and-simplify] Enable simplifying of GIMPLE_CONDs
- 2014-09-16 09:13 [PATCH][match-and-simplify] Fix comparison operator type handling
- 2014-09-16 09:20 Re: [PATCH] gcc parallel make check
- 2014-09-16 09:24 Re: [match-and-simplify] remove dt_node::level_max
- 2014-09-16 09:42 Re: [match-and-simplify] CSE with expression captures
- 2014-09-16 09:48 Re: [PATCH] gcc parallel make check
- 2014-09-16 10:35 [PATCH][match-and-simplify] Make predicate IDs explicit
- 2014-09-16 12:59 Re: ptx preliminary address space fixes [1/4]
- 2014-09-16 13:34 [PATCH][match-and-simplify] User defined predicates
- 2014-09-16 14:09 [PATCH] Fix PR63258
- 2014-09-17 18:24 Re: [PATCH] Fix -fcompare-debug failures caused by fixup_noreturn_call (PR debug/63284)
- 2014-09-21 08:41 Re: [PATCH] Make all gcc.dg/guality/const-volatile.c subtests PASS under LTO.
- 2014-09-21 08:45 Re: Speedup int_bit_from_pos
- 2014-09-22 07:56 Re: Speedup int_bit_from_pos
- 2014-09-22 08:20 Re: [PATCH][match-and-simplify] User defined predicates
- 2014-09-22 08:22 Re: Stream ODR types
- 2014-09-22 08:49 Re: ptx preliminary address space fixes [4/4]
- 2014-09-22 08:55 Re: ptx preliminary rtl patches [3/4]
- 2014-09-22 08:58 Re: Small fix for walking constructors
- 2014-09-22 09:00 Re: Small fix for walking constructors
- 2014-09-22 09:16 Re: Fix ICE with ODR mering and variable sized types
- 2014-09-22 09:54 Re: Small fix for walking constructors
- 2014-09-22 09:56 Re: Small fix for walking constructors
- 2014-09-22 10:34 Re: [PATCH 2/14][Vectorizer] Make REDUC_xxx_EXPR tree codes produce a scalar result
- 2014-09-22 10:40 Re: [PATCH 3/14] Add new optabs for reducing vectors to scalars
- 2014-09-22 10:41 Re: [PATCH 7/14][Testsuite] Add tests of reductions using whole-vector-shifts (multiplication)
- 2014-09-22 10:42 Re: [PATCH 8/14][Testsuite] Add tests of reductions using whole-vector-shifts (ior)
- 2014-09-22 10:50 Re: [PATCH 9/14] Enforce whole-vector-shifts to always be by a whole number of elements
- 2014-09-22 10:52 Re: [PATCH 11/14] Remove VEC_LSHIFT_EXPR and vec_shl_optab
- 2014-09-22 10:52 Re: [PATCH 13/14][AArch64_be] Fix vec_shr pattern to correctly implement endianness-neutral optab
- 2014-09-22 10:53 Re: [PATCH 14/14][Vectorizer] Tidy up vect_create_epilog / use_scalar_result
- 2014-09-22 10:58 Re: [PATCH 12/14][Vectorizer] Redefine VEC_RSHIFT_EXPR and vec_shr_optab as endianness-neutral
- 2014-09-22 11:15 Re: [PATCH] Put all constants last in tree_swap_operands_p, remove odd -Os check
- 2014-09-22 11:21 Re: [PATCH 0/14+2][Vectorizer] Made reductions endianness-neutral, fixes PR/61114
- 2014-09-22 11:26 Re: [PATCH 0/14+2][Vectorizer] Made reductions endianness-neutral, fixes PR/61114
- 2014-09-22 12:45 [PATCH] Fix missing gimplification of vector constructors
- 2014-09-22 13:38 Re: [PATCH 3/14] Add new optabs for reducing vectors to scalars
- 2014-09-23 07:48 Re: Speedup int_bit_from_pos
- 2014-09-23 07:55 Re: [PATCH, i386, Pointer Bounds Checker 32/x] Pointer Bounds Checker hooks for i386 target
- 2014-09-23 08:31 [PATCH][match-and-simplify] Also canonicalize comparison ops
- 2014-09-23 11:06 [PATCH][match-and-simplify] Add predicate expressions
- 2014-09-23 11:51 [PATCH][match-and-simplify] Fix outer if parsing
- 2014-09-23 13:44 [PATCH][match-and-simplify][1/2] Delay for lowering
- 2014-09-23 14:10 [PATCH][match-and-simplify] Caret diagnostics
- 2014-09-23 14:16 Re: [PATCH, i386, Pointer Bounds Checker 32/x] Pointer Bounds Checker hooks for i386 target
- 2014-09-23 16:40 Re: RFA: another patch to fix PR61360
- 2014-09-24 08:01 Re: [PATCH] Fix PR63266: Keep track of impact of sign extension in bswap
- 2014-09-24 10:22 [PATCH][match-and-simplify][2/2] Delay for lowering
- 2014-09-24 10:53 [PATCH][match-and-simplify] Cleanup operator arity related diagnostics
- 2014-09-24 11:17 [PATCH][match-and-simplify] Remove outlining of C exprs
- 2014-09-25 07:40 Re: [PATCH] Fix dr_explicit_realign_optimized handling in the vectorizer (PR tree-optimization/63341)
- 2014-09-25 08:54 [PATCH][match-and-simplify] Apply TLC
- 2014-09-25 10:55 [PATCH][match-and-simplify] Parser TLC, 2nd
- 2014-09-25 11:34 [PATCH][match-and-simplify] Get rid of static limit on captures
- 2014-09-25 13:04 [PATCH][match-and-simplify] Allow @foo captures
- 2014-09-25 14:21 [PATCH][match-and-simplify] Fix capture change
- 2014-09-25 15:31 Re: [PATCH/RFC v2 3/14] Add new optabs for reducing vectors to scalars
- 2014-09-26 08:29 Re: [debug-early] fix fortran regressions
- 2014-09-26 08:35 Re: Fix TYPE_MAIN_VARIANT made by ipa-prop
- 2014-09-26 08:36 Re: [shrink-wrap] should not sink instructions which may cause trap ?
- 2014-09-26 08:58 Re: [Patch 2/4] Hack out a use of MOVE_RATIO in tree-inline.c
- 2014-09-26 09:11 Re: [Patchv2 3/4] Control SRA and IPA-SRA by a param rather than MOVE_RATIO
- 2014-09-26 09:16 Re: [Patch 1/4] Hookize MOVE_BY_PIECES_P, remove most uses of MOVE_RATIO
- 2014-09-26 09:22 [PATCH][match-and-simplify] Merge some more code-gen code
- 2014-09-26 10:58 [PATCH][match-and-simplify] Enable conversions properly for GENERIC
- 2014-09-26 12:05 Re: ptx preliminary address space fixes [1/4]
- 2014-09-26 12:27 Re: ptx preliminary address space fixes [1/4]
- 2014-09-26 12:42 Re: ptx preliminary address space fixes [1/4]
- 2014-09-26 16:24 Re: ptx preliminary address space fixes [1/4]
- 2014-09-29 10:14 Re: Enable TBAA on anonymous types with LTO
- 2014-09-29 11:15 Re: [PATCH 2/2] Make -Q --help print param defaults and min/max values
- 2014-09-29 11:17 Re: [PATCH 1/2] Remove -fshort-double
- 2014-09-29 15:31 Re: [PATCH 1/2] Remove -fshort-double
- 2014-09-30 10:23 Re: [debug-early] rearrange some checks in gen_subprogram_die
Richard Earnshaw
Richard Henderson
Richard Sandiford
Robert Suchanek
rohitarulraj at freescale dot com
Roland Bock
Rong Xu
Sandra Loosemore
Sebastian Huber
Sebastian Pop
Segher Boessenkool
Sharad Singhai
Siva Chandra
Sriraman Tallam
Stefan Liebler
Steve Ellcey
Steve Ellcey
Steve Kargl
Steven Bosscher
Stubbs, Andrew
Tannenbaum, Barry M
Tejas Belagod
Teresa Johnson
Terry Guo
Thiago Macieira
Thomas Koenig
Thomas Preud'homme
Thomas Schwinge
- 2014-09-02 17:03 Re: [Patch, Fortran] PRs 61881/61888 - Fix issues with SIZEOF, CLASS(*) and assumed-rank
- 2014-09-03 19:24 Re: [gomp4] Add tables generation
- 2014-09-04 13:08 Re: [gomp4] Add tables generation
- 2014-09-04 13:54 Re: [gomp4] Add tables generation
- 2014-09-05 09:41 Re: [PATCH, Cilk+] CIlk_for enabling in the compiler
- 2014-09-05 10:10 Re: Migrating gcc.c-torture
- 2014-09-05 15:52 Re: [Patch, libgfortran, 4.5] PR25561, 37754: New low level I/O library
- 2014-09-08 09:42 Re: [gomp4] Revert more old Makefile/configure bits
- 2014-09-09 07:11 [gomp4] Merge trunk r214918 (2014-09-04) into gomp-4_0-branch
- 2014-09-10 10:12 [C++, OpenMP] Crash when OpenMP target's array section handling is used with templates
- 2014-09-10 10:27 [OpenMP] Spurious Âset but not used warnings when actually used in OpenMP target's array section's lower-bound and length
- 2014-09-10 15:21 Re: [C++, OpenMP] Crash when OpenMP target's array section handling is used with templates
- 2014-09-18 18:01 [gomp4] OpenACC acc_on_device (was: various OpenACC/PTX built-ins and a reduction tweak)
- 2014-09-18 18:43 Re: [gomp4] various OpenACC/PTX built-ins and a reduction tweak
- 2014-09-22 13:57 Re: FW: [PATCH] Cilk Keywords (_Cilk_spawn and _Cilk_sync) for C
- 2014-09-23 13:06 Re: [gomp4] OpenACC routine directive
- 2014-09-23 21:21 Re: [RFA 1/2]: Don't ignore target_header_dir when deciding inhibit_libc
- 2014-09-25 20:06 Re: [patch,gomp-4_0-branch] openacc parallel reduction part 1
- 2014-09-26 13:24 Re: [PATCH 2/2] Add patch for debugging compiler ICEs.
- 2014-09-26 16:31 Re: [PATCH 2/2] Add patch for debugging compiler ICEs.
- 2014-09-29 10:54 RE: FW: [PATCH] Cilk Keywords (_Cilk_spawn and _Cilk_sync) for C
- 2014-09-29 14:26 RE: FW: [PATCH] Cilk Keywords (_Cilk_spawn and _Cilk_sync) for C
- 2014-09-29 18:13 libcilkrts: Remove unused function __cilkrts_sysdep_is_worker_thread_id (was: Cilk Library)
- 2014-09-29 18:13 libcilkrts: Use AC_USE_SYSTEM_EXTENSIONS (was: Cilk Library)
- 2014-09-29 18:14 libcilkrts: GNU toolchain, GNU linker scripts (was: Cilk Library)
- 2014-09-29 18:14 libcilkrts: GNU Hurd port, and some code cleanup/consolidation (was: Cilk Library)
- 2014-09-29 21:06 Re: libcilkrts: Remove unused function __cilkrts_sysdep_is_worker_thread_id
- 2014-09-30 11:16 Re: [PATCH 1/n] OpenMP 4.0 offloading infrastructure
- 2014-09-30 11:40 Re: [PATCH 2/n] OpenMP 4.0 offloading infrastructure: LTO streaming
Tim Shen
Tobias Burnus
- 2014-09-02 15:32 Re: [FORTRAN PATCH] Two -Wlogical-not-parentheses fixes (PR fortran/62270)
- 2014-09-03 06:43 Re: [Patch, Fortran] PRs 61881/61888 - Fix issues with SIZEOF, CLASS(*) and assumed-rank
- 2014-09-03 18:50 Re: [Patch, Fortran] Component declarations overwrite types of Cray Pointee variables
- 2014-09-08 06:26 Re: [patch,gomp4] make fortran loop variables implicitly private in openacc
- 2014-09-09 06:30 Re: [PATCH, Fortran] Wrong invocation of caf_atomic_op
- 2014-09-11 18:43 Re: Fix some more decl types in the Fortran frontend
- 2014-09-11 19:23 Re: [PATCH] gcc parallel make check
- 2014-09-13 08:34 [Patch, Fortran, committed] PR63252 - fix function decl bug
- 2014-09-15 18:59 Re: [PATCH, Fortran] Wrong invocation of caf_atomic_op
- 2014-09-15 21:29 Re: [PATCH, Fortran] Wrong invocation of caf_atomic_op
- 2014-09-16 07:25 Re: [gomp4] OpenACC routine directive
- 2014-09-17 08:44 Re: [gomp4] various OpenACC/PTX built-ins and a reduction tweak
- 2014-09-20 14:09 [Patch, Fortran] Add CO_BROADCAST
- 2014-09-20 14:14 Re: [PATCH, Fortran] Wrong invocation of caf_atomic_op
- 2014-09-20 14:48 Re: [PATCH] Fix whitespace in comments.
- 2014-09-23 15:20 Re: [PATCH] Avoid unnecessary DECL_UID -g/-g0 differences in Fortran FE (PR fortran/63331)
- 2014-09-25 06:08 Re: [Patch, Fortran] Add CO_BROADCAST
- 2014-09-28 14:18 Re: [fortran,patch] Forbid assignment of different character kinds
- 2014-09-29 08:17 Re: [Patch, Fortran] Add CO_BROADCAST
- 2014-09-29 14:32 Re: [Patch, Fortran] Add CO_BROADCAST
- 2014-09-30 08:49 Re: [fortran,patch] Forbid assignment of different character kinds
Tom de Vries
Tom G. Christensen
Tom Tromey
Tony Wang
- 2014-09-04 02:15 RE: [Patch ARM] Fix PR target/56846
- 2014-09-04 02:15 RE: [PATCH 1/3,ARM,libgcc]Code size optimization for the fmul/fdiv and dmul/ddiv function in libgcc
- 2014-09-04 02:16 RE: [PATCH 2/3,ARM,libgcc]Code size optimization for the fmul/fdiv and dmul/ddiv function in libgcc
- 2014-09-04 02:16 RE: [PATCH 3/3,ARM,libgcc]Code size optimization for the fmul/fdiv and dmul/ddiv function in libgcc
- 2014-09-04 02:21 [Patch, gcc, testsuite]Disable xordi3-opt.c/iordi3-opt.c on thumb1 target
- 2014-09-09 08:44 RE: [Patch ARM] Fix PR target/56846
- 2014-09-09 09:24 RE: [Patch ARM] Fix PR target/56846
- 2014-09-09 09:47 [Patch ARM v2] Fix PR target/56846
- 2014-09-10 07:41 RE: [Patch ARM v2] Fix PR target/56846
- 2014-09-16 03:00 RE: [PATCH 1/3,ARM,libgcc]Code size optimization for the fmul/fdiv and dmul/ddiv function in libgcc
- 2014-09-16 03:00 RE: [PATCH 3/3,ARM,libgcc]Code size optimization for the fmul/fdiv and dmul/ddiv function in libgcc
- 2014-09-16 03:00 RE: [PATCH 2/3,ARM,libgcc]Code size optimization for the fmul/fdiv and dmul/ddiv function in libgcc
- 2014-09-26 02:11 RE: [PATCH 1/3,ARM,libgcc]Code size optimization for the fmul/fdiv and dmul/ddiv function in libgcc
- 2014-09-26 02:11 RE: [PATCH 2/3,ARM,libgcc]Code size optimization for the fmul/fdiv and dmul/ddiv function in libgcc
- 2014-09-26 02:11 RE: [PATCH 3/3,ARM,libgcc]Code size optimization for the fmul/fdiv and dmul/ddiv function in libgcc
Torvald Riegel
Trevor Saunders
tsaunders
Tulio Magno Quites Machado Filho
Ulrich Weigand
Uros Bizjak
- 2014-09-01 08:54 Re: [PATCH 2/2] Enable elimination of zext/sext
- 2014-09-02 13:40 Re: Add missing Broadwell intrinsics.
- 2014-09-03 06:01 Re: [RFC] Tweak gcc.c-torture/execute/pr39228.c
- 2014-09-03 08:03 [PATCH, testsuite]: Compile gcc.dg/20111227-?.c for x86 targets only.
- 2014-09-03 14:08 Re: [PATCH] PowerPC: Implement TARGET_ATOMIC_ASSIGN_EXPAND_FENV
- 2014-09-03 16:36 Re: [PATCH, testsuite]: Compile gcc.dg/20111227-?.c for x86 targets only.
- 2014-09-09 12:18 Re: [PATCH i386 AVX512] [30/n] Add FMA patterns.
- 2014-09-09 12:20 Re: [PATCH i386 AVX512] [32/n] Add reduce,range,fpclass.
- 2014-09-10 17:13 Re: [PATCH i386 AVX512] [34/n] AVX-512. Extend vpermvar insn patterns.
- 2014-09-10 17:17 Re: [PATCH i386 AVX512] [35/n] Add vperm[it]2 insns support.
- 2014-09-10 17:41 Re: [PATCH i386 AVX512] [36/n] Extend gather insn patterns.
- 2014-09-11 08:30 Re: [PATCH i386 AVX512] [36/n] Extend gather insn patterns.
- 2014-09-11 18:10 Re: [PATCH i386 AVX512] [37/n] Extend max/min insn patterns.
- 2014-09-11 18:13 Re: [PATCH i386 AVX512] [38/n] Extend vpternlog, valign, vrotate insn patterns.
- 2014-09-11 20:26 Re: PATCH: PR target/63228: -m16 doesn't work if gcc is compiled for x32
- 2014-09-12 16:41 Re: [PATCH i386 AVX512] [39/n] Extend ashrv insn patterns.
- 2014-09-12 16:44 Re: [PATCH i386 AVX512] [40/n] Extend vcvtps2ph insn patterns.
- 2014-09-15 15:33 Re: [PATCH,i386] Properly check xgetbv for zmm support.
- 2014-09-16 07:47 Re: [PATCH i386 AVX512] [41/n] Extend extract insn patterns.
- 2014-09-16 09:08 Re: [PATCH, i386, Pointer Bounds Checker 30/x] Size relocation
- 2014-09-16 10:02 Re: [PATCH, i386, Pointer Bounds Checker 31/x] Pointer Bounds Checker builtins for i386 target
- 2014-09-16 10:22 Re: [PATCH, i386, Pointer Bounds Checker 30/x] Size relocation
- 2014-09-16 10:36 Re: [PATCH i386 AVX512] [41/n] Extend extract insn patterns.
- 2014-09-17 09:42 Re: [PATCH, i386, Pointer Bounds Checker 31/x] Pointer Bounds Checker builtins for i386 target
- 2014-09-17 09:46 Re: [PATCH, i386, Pointer Bounds Checker 2/x] Intel Memory Protection Extensions (MPX) instructions support
- 2014-09-17 18:07 Re: [PATCH, i386, Pointer Bounds Checker 31/x] Pointer Bounds Checker builtins for i386 target
- 2014-09-17 18:51 Re: [PATCH, i386, Pointer Bounds Checker 30/x] Size relocation
- 2014-09-18 10:09 Re: Fix i386 FP_TRAPPING_EXCEPTIONS
- 2014-09-18 17:14 Re: [PATCH i386 AVX512] [42/n] Add masked vunpck[lh]pd.
- 2014-09-18 17:16 Re: [PATCH i386 AVX512] [43/n] Add rest of vunpck[lh]ps.
- 2014-09-18 17:17 Re: [PATCH i386 AVX512] [44/n] Add vsgufps insn patterns.
- 2014-09-18 17:18 Re: [PATCH i386 AVX512] [45/n] Add vshufpd insn patterns.
- 2014-09-18 17:28 Re: [PATCH, i386, Pointer Bounds Checker 30/x] Size relocation
- 2014-09-18 17:33 Re: [PATCH, i386, Pointer Bounds Checker 31/x] Pointer Bounds Checker builtins for i386 target
- 2014-09-18 19:34 Re: [PATCH, i386, Pointer Bounds Checker 32/x] Pointer Bounds Checker hooks for i386 target
- 2014-09-18 19:54 Re: [PATCH, i386, Pointer Bounds Checker 33/x] MPX ABI
- 2014-09-19 16:21 Re: [PATCH, i386, Pointer Bounds Checker 32/x] Pointer Bounds Checker hooks for i386 target
- 2014-09-21 09:17 Re: [PATCH, libffi, alpha]: Use FFI_ASSERT in ffi_closure_osf_inner
- 2014-09-21 12:35 Re: [PATCH, i386, Pointer Bounds Checker 33/x] MPX ABI
- 2014-09-21 15:23 [PATCH, i386]: Properly generate clobbered regs in ms->sysv function call
- 2014-09-21 15:32 Re: [PATCH, i386, Pointer Bounds Checker 33/x] MPX ABI
- 2014-09-21 16:08 Re: [PATCH, i386, Pointer Bounds Checker 34/x] Vararg functions support
- 2014-09-22 18:43 Re: [patch i386]: Sibcall tail-call improvement and partial fix PR/60104
- 2014-09-22 18:51 Re: [PATCH, i386, Pointer Bounds Checker 32/x] Pointer Bounds Checker hooks for i386 target
- 2014-09-23 06:07 Re: RFA: another patch to fix PR61360
- 2014-09-23 07:29 Re: [PATCH, i386, Pointer Bounds Checker 32/x] Pointer Bounds Checker hooks for i386 target
- 2014-09-23 12:18 Re: [PATCH i386 AVX512] [46/n] Add widening pmov.
- 2014-09-23 12:27 Re: [PATCH i386 AVX512] [47/n] Add insert insn patterns.
- 2014-09-23 12:31 Re: [PATCH i386 AVX512] [48/n] Add shuffles (pd, 32x4, etc.).
- 2014-09-23 12:32 Re: [PATCH i386 AVX512] [50/n] Add cvtps2 insn patterns.
- 2014-09-23 12:36 Re: [PATCH i386 AVX512] [49/n] Add vpshuf[lh]w insn patterns.
- 2014-09-23 14:23 Re: Enable EBX for x86 in 32bits PIC code
- 2014-09-23 15:03 Re: RFA: another patch to fix PR61360
- 2014-09-23 15:23 Re: RFA: another patch to fix PR61360
- 2014-09-23 15:33 Re: RFA: another patch to fix PR61360
- 2014-09-23 17:51 [PATCH, testsuite]: PR 58757: Check for FP denormal values without triggering denormal exceptions
- 2014-09-23 18:02 Re: [PATCH, testsuite]: PR 58757: Check for FP denormal values without triggering denormal exceptions
- 2014-09-24 08:03 Re: [PATCH, testsuite]: PR 58757: Check for FP denormal values without triggering denormal exceptions
- 2014-09-24 15:59 Re: [PATCH i386 AVX512] [51/n] Add pd2dq and dq2pd converts.
- 2014-09-24 16:19 Re: [PATCH i386 AVX512] [52/n] Add convert ps2pd and ps2dq.
- 2014-09-24 16:28 Re: [PATCH i386 AVX512] [54/n] Add mov[dlh]dup insns support.
- 2014-09-24 16:30 Re: [PATCH i386 AVX512] [53/n] Update vec_set<mode>_0 pattern constraints.
- 2014-09-24 16:35 Re: [PATCH i386 AVX512] [55/n] Extend `perm' insn patterns.
- 2014-09-24 19:40 [RFC PATCH, RTL]: Fix PR63348, gcc.dg/pr43670.c fail -fcompare-debug on MIPS
- 2014-09-25 07:29 Re: [PATCH] Add -Wno-abi in c++ struct-layout-1 tests
- 2014-09-25 07:50 Re: [PATCH] Add -Wno-abi in c++ struct-layout-1 tests
- 2014-09-25 08:02 Re: [PATCH] Add -Wno-abi in c++ struct-layout-1 tests
- 2014-09-25 17:44 Re: [RFC PATCH, RTL]: Fix PR63348, gcc.dg/pr43670.c fail -fcompare-debug on MIPS
- 2014-09-25 17:49 Re: [RFC PATCH, RTL]: Fix PR63348, gcc.dg/pr43670.c fail -fcompare-debug on MIPS
- 2014-09-25 18:02 Re: [PATCH i386 AVX512] [52.1/n] Add vec2mask and mask2vec insn patterns.
- 2014-09-25 18:12 Re: [PATCH i386 AVX512] [56/n] Add plus/minus/abs/neg/andnot insn patterns.
- 2014-09-28 19:54 Re: RFA: one more version of the patch for PR61360
- 2014-09-29 07:46 Re: [PATCH i386 AVX512] [57/n] Extend blend/cmp/brodcast insn patterns.
- 2014-09-29 07:48 Re: [PATCH i386 AVX512] [58/n] Add vpmul[u]dq insn patterns.
- 2014-09-29 07:50 Re: [PATCH i386 AVX512] [59/n] Add vptest[n]m, ucmp, cmpeq insn patterns.
- 2014-09-29 07:55 Re: [PATCH i386 AVX512] [60/n] Update 128bit ashrv insn pattern.
- 2014-09-29 08:00 Re: [PATCH i386 AVX512] [61/n] Update FP logic insn patterns.
- 2014-09-29 08:08 Re: [PATCH i386 AVX512] [62/n] Add vpmaddubsw,vdbpsadbw insn patterns.
- 2014-09-30 10:05 [PATCH, i386]: Enable reminder{sd,df,xf} and fmod{sf,df,xf} only for flag_finite_math_only.
- 2014-09-30 17:06 Re: [PATCH X86, PR62128] Rotate pattern for AVX2
- 2014-09-30 18:08 Re: [PATCH X86, PR62128] Rotate pattern for AVX2
- 2014-09-30 18:21 Re: [PATCH X86, PR62128] Rotate pattern for AVX2
VandeVondele Joost
Varvara Rainchik
Venkataramanan Kumar
Ville Voutilainen
Vladimir Makarov
Wang Jiong
Wilco Dijkstra
Xinliang David Li
Yangfei (Felix)
ygribov
Yuri Gribov
Yuri Rumyantsev
Yury Gribov
Yvan Roux
Zamyatin, Igor
Zhenqiang Chen
- 2014-09-01 08:13 RE: [PATCH, ira] Miss checks in split_live_ranges_for_shrink_wrap
- 2014-09-09 06:23 RE: [PATCH, ira] Miss checks in split_live_ranges_for_shrink_wrap
- 2014-09-10 05:30 [PATCH, ARM] Tune thumb1_size_rtx_costs
- 2014-09-16 06:55 RE: [PATCH, 2/2] shrink wrap a function with a single loop: split live_edge
- 2014-09-17 09:18 [PATCH, ira] Ignore some conflict cost
- 2014-09-22 03:03 RE: [PATCH, ira] Ignore some conflict cost
- 2014-09-23 06:43 [Ping] [PATCH, 1/10] two hooks for conditional compare (ccmp)
- 2014-09-23 06:43 [Ping] [PATCH, 2/10] prepare ccmp
- 2014-09-23 06:43 [Discard] [PATCH, 3/10] skip swapping operands used in ccmp
- 2014-09-23 06:44 [Ping] [PATCH, 4/10] expand ccmp
- 2014-09-23 06:44 [Ping] [PATCH, 5/10] aarch64: add ccmp operand predicate
- 2014-09-23 06:45 [Ping] [PATCH, 6/10] aarch64: add ccmp CC mode
- 2014-09-23 06:45 [Ping] [PATCH, 7/10] aarch64: add function to output ccmp insn
- 2014-09-23 06:45 [Ping] [PATCH, 8/10] aarch64: ccmp insn patterns
- 2014-09-23 06:46 [Ping] [PATCH, 9/10] aarch64: generate conditional compare instructions
- 2014-09-23 06:47 [Ping] [PATCH, 10/10] aarch64: Handle ccmp in ifcvt to make it work with cmov
- 2014-09-25 08:53 RE: [PATCH, 2/2] shrink wrap a function with a single loop: split live_edge
Mail converted by MHonArc