public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[RFC] Re: [RFC] operand_equal_p with valueization
 2019-08-07 15:58 UTC  (16+ messages)
` [PATCH 0/9] IPA ICF overhaul
  ` [PATCH 6/9] Integrate that for IPA ICF
  ` [PATCH 9/9] Remove alias set comparison
  ` [PATCH 5/9] Come up with an abstraction
  ` [PATCH 7/9] IPA ICF: remove dead code
  ` [PATCH 1/9] Replace int with boolean in predicate functions
  ` [PATCH 2/9] operand_equal_p: add support for FIELD_DECL
  ` [PATCH 4/9] Strengthen alias_ptr_types_compatible_p in LTO mode
  ` [PATCH 8/9] Remove comparison for polymorphic types
  ` [PATCH 3/9] operand_equal_p: add support for OBJ_TYPE_REF

[PATCH] Fix file descriptor existence of MinGW
 2019-08-07 15:57 UTC  (10+ messages)

[Patch, ira] Invalid assert in reload1.c::finish_spills?
 2019-08-07 15:20 UTC  (3+ messages)

[RFC][PATCH] Extend DCE to remove unnecessary new/delete-pairs
 2019-08-07 14:35 UTC  (30+ messages)
                ` [PATCH 1/2] Come up with function_decl_type and use it in tree_function_decl
                  ` [PATCH 2/2] Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383)
                      ` [PATCH] Handle new operators with no arguments in DCE
                                    ` [PATCH] Detect not-cloned new/delete operators "

[PATCH][RFC][x86] Fix PR91154, add SImode smax, allow SImode add in SSE regs
 2019-08-07 14:15 UTC  (24+ messages)

PR driver/91130 Use CL_DRIVER when handling of COLLECT_GCC_OPTIONS in lto-wrapper.c
 2019-08-07 14:12 UTC  (2+ messages)

[PATCH] [LRA] Fix wrong-code PR 91109
 2019-08-07 13:51 UTC  (2+ messages)

C++ PATCH for c++/91346 - Implement C++2a P1668R1, allow unevaluated asm in constexpr
 2019-08-07 13:41 UTC  (3+ messages)

[Committed] PR fortran/54072 -- More fun with BOZ
 2019-08-07 13:11 UTC  (2+ messages)

[PATCH] Fix simd attribute handling on aarch64
 2019-08-07 10:51 UTC  (9+ messages)
  ` [PATCH] Fix simd attribute handling on aarch64 (version 2)

[PATCH] Fix -MF clash for LTO
 2019-08-07 10:44 UTC  (3+ messages)

Protect tree_to_shwi call in unmodified_param_1
 2019-08-07 10:04 UTC  (4+ messages)

[PATCH] PR 53796 Make inquire(file=, recl=) conform to F2018
 2019-08-07  8:54 UTC 

[committed] Add support for use_device_addr clause
 2019-08-07  8:45 UTC 

Canonicalization of compares performed as side-effect operations
 2019-08-07  7:34 UTC  (3+ messages)

C++ PATCH for c++/81429 - wrong parsing of constructor with C++11 attribute
 2019-08-07  7:07 UTC 

[PATCH] Enable GCC support for AVX512_VP2INTERSECT
 2019-08-07  3:40 UTC  (23+ messages)

[PATCH] RISC-V: Handle g extension in multilib-generator
 2019-08-07  3:28 UTC  (3+ messages)

[PATCH] Adding _Dependent_ptr type qualifier in C part 1/3
 2019-08-07  3:18 UTC  (5+ messages)

[PATCH 1/3] C++20 constexpr lib part 1/3
 2019-08-07  3:13 UTC  (5+ messages)
  ` [EXT] "

Canonicalization of compares performed as side-effect operations
 2019-08-07  3:03 UTC  (9+ messages)

[PATCH 0/9] Improve icvt "convert multiple"
 2019-08-06 21:03 UTC  (11+ messages)
` [PATCH 3/9] ifcvt: Only created temporaries as needed
` [PATCH 8/9] ifcvt: Handle swap-style idioms differently
` [PATCH 5/9] ifcvt: Allow constants operands in noce_convert_multiple_sets
` [PATCH 4/9] ifcvt: Estimate original costs before convert_multiple
` [PATCH 2/9] ifcvt: Use enum instead of transform_name string

C++ PATCH for c++/91264 - detect modifying const objects in constexpr
 2019-08-06 20:04 UTC  (5+ messages)

[PATCH] PR fortran/42546 -- ALLOCATED has 2 mutually exclusive keywords
 2019-08-06 19:38 UTC  (4+ messages)

[PATCH] PR fortran/91359 -- A function should return something
 2019-08-06 19:20 UTC  (2+ messages)

Patch ping: C++17 experimental status
 2019-08-06 16:39 UTC  (3+ messages)

[PATCH][c++] Do not warn about unused macros while processing #pragma GCC optimize
 2019-08-06 16:18 UTC  (2+ messages)

[PATCH] P1651R0 bind_front should not unwrap reference_wrapper
 2019-08-06 16:11 UTC 

[PATCH] Implement "P0631R4 Math Constants" for C++20
 2019-08-06 16:03 UTC  (6+ messages)

[PATCH]: Fix PR c++/88095, class template argument deduction for literal operator templates per P0732 for C++2a
 2019-08-06 15:34 UTC  (4+ messages)

[PATCH, rs6000] Support vrotr<mode>3 for int vector types
 2019-08-06 15:12 UTC  (13+ messages)
    ` [PATCH V2, "
        ` [PATCH V3, "
            ` [PATCH V5, "

[PATCH] PR fortran/88227 -- Revenge of the BOZ
 2019-08-06 15:04 UTC  (3+ messages)

[GCC][middle-end] Add rules to strip away unneeded type casts in expressions (2nd patch)
 2019-08-06 15:02 UTC  (8+ messages)
          ` Fix up -fexcess-precision handling in LTO (was Re: [GCC][middle-end] Add rules to strip away unneeded type casts in expressions (2nd patch))
            ` Patch ping (Re: Fix up -fexcess-precision handling in LTO (was Re: [GCC][middle-end] Add rules to strip away unneeded type casts in expressions (2nd patch)))

[ARM/FDPIC v5 00/21] FDPIC ABI for ARM
 2019-08-06 14:28 UTC  (15+ messages)
` [ARM/FDPIC v5 03/21] [ARM] FDPIC: Force FDPIC related options unless -mno-fdpic is provided

[C++ PATCH] PR c++/91378 - ICE with noexcept and auto return type
 2019-08-06 14:27 UTC 

Don't use integer "FMA" for shifts
 2019-08-06 14:24 UTC  (5+ messages)

[C++ Patch] Improve start_function and grokmethod locations
 2019-08-06 13:57 UTC 

[patch][aarch64]: add intrinsics for vld1(q)_x4 and vst1(q)_x4
 2019-08-06 12:04 UTC  (4+ messages)

[Contrib PATCH] Add scripts to convert GCC repo from SVN to Git
 2019-08-06 11:16 UTC  (22+ messages)
                            ` Monotonically increasing counter (was Re: [Contrib PATCH] Add scripts to convert GCC repo from SVN to Git)

[Patch, DWARF] Ignore address spaces for get_nearest_type_subqualifiers
 2019-08-06  9:51 UTC 

[committed] Handle C++ random access iterators in loop construct, other C++ loop construct fixes
 2019-08-06  9:32 UTC 

[PATCH] Add operator new/delete to cgraph_node::dump
 2019-08-06  7:58 UTC  (2+ messages)

[PATCH] RISC-V: Handle extensions combination correctly in multilib-generator
 2019-08-06  7:05 UTC  (3+ messages)

Use predicates for RTL objects
 2019-08-06  6:56 UTC  (29+ messages)
                ` [PATCH v2 03/18] Use CONST_INT_P macro
                ` [PATCH v2 02/18] Use CONST_INT_P macro. Autogenerated patch by running ../contrib/rtl-pred.sh CONST_INT
                ` [PATCH v2 04/18] Use CONST_WIDE_INT_P macro. Autogenerated patch by running ../contrib/rtl-pred.sh CONST_WIDE_INT_P
                ` [PATCH v2 05/18] Use CONST_FIXED_P macro. Autogenerated patch by running ../contrib/rtl-pred.sh CONST_FIXED
                ` [PATCH v2 08/18] Use CONST_VECTOR_P macro. Autogenerated patch by running ../contrib/rtl-pred.sh CONST_VECTOR
                ` [PATCH v2 07/18] Add CONST_VECTOR_P rtx_code predicate
                ` [PATCH v2 10/18] Use CONST_STRING_P macro. Autogenerated patch by running ../contrib/rtl-pred.sh CONST_STRING
                ` [PATCH v2 13/18] Use MEM_P macro. Autogenerated patch by running ../contrib/rtl-pred.sh MEM
                ` [PATCH v2 12/18] Use SUBREG_P macro. Autogenerated patch by running ../contrib/rtl-pred.sh SUBREG
                ` [PATCH v2 01/18] Fix CONST_DOUBLE_AS_FLOAT_P comment
                ` [PATCH v2 14/18] Use LABEL_REF_P macro. Autogenerated patch by running ../contrib/rtl-pred.sh LABEL_REF
                ` [PATCH v2 15/18] Use LABEL_REF_P macro
                ` [PATCH v2 06/18] Use CONST_DOUBLE_P macro. Autogenerated patch by running ../contrib/rtl-pred.sh CONST_DOUBLE
                ` [PATCH v2 11/18] Use REG_P macro. Autogenerated patch by running ../contrib/rtl-pred.sh REG
                ` [PATCH v2 18/18] Use DEBUG_INSN_P macro. Autogenerated patch by running ../contrib/rtl-pred.sh DEBUG_INSN_P
                ` [PATCH v2 16/18] Use SYMBOL_REF_P macro. Autogenerated patch by running ../contrib/rtl-pred.sh SYMBOL_REF
                ` [PATCH v2 09/18] Add CONST_STRING_P rtx_code predicate
                ` [PATCH v2 17/18] Use SYMBOL_REF_P macro

C++ PATCH for DR 2413 - typename in conversion-function-ids
 2019-08-06  2:19 UTC  (2+ messages)

[committed] add test for PR 50476
 2019-08-06  1:53 UTC 

[committed] add C++ test for PR60517
 2019-08-06  1:25 UTC 

[doc PATCH] document variable attribute alias
 2019-08-06  0:12 UTC  (4+ messages)

[PATCH] Add future.md placeholder to PowerPC
 2019-08-06  0:03 UTC  (2+ messages)

[PATCH] RISC-V: Fix C ABI for flattened struct with 0-length bitfield
 2019-08-05 23:30 UTC 

[C++ Patch] One more cp_expr_loc_or_input_loc
 2019-08-05 22:58 UTC  (2+ messages)

[PATCH 0/3] add support for POD struct convention (PR 61339)
 2019-08-05 22:43 UTC  (8+ messages)
` [PATCH 1/3] add -Wstruct-not-pod, -Wclass-is-pod, -Wmismatched-tags "

[PATCH 00/10, OpenACC] Rework handling of OpenACC kernels regions
 2019-08-05 22:31 UTC  (9+ messages)
` [PATCH 02/10, OpenACC] Add OpenACC target kinds for decomposed "
` [PATCH 04/10, OpenACC] Turn OpenACC kernels regions into a sequence of, parallel regions
` [PATCH 06/10, OpenACC] Adjust parallelism of loops in gang-single parts of OpenACC kernels regions

[wwwdocs] Update C++ DR table
 2019-08-05 22:31 UTC 

[PATCH] i386: Separate costs of RTL expressions from costs of moves
 2019-08-05 21:21 UTC  (10+ messages)
              ` [PATCH] i386: Separate costs of pseudo registers from hard registers
                ` PING^1 "

[PATCH] Sync MIPS support from libffi master repository
 2019-08-05 20:55 UTC 

[Committed] PR fortran/91372 -- Fix parsing of DATA with implied do-loop
 2019-08-05 20:33 UTC  (3+ messages)

[C++ Patch] Improve delete_sanity locations
 2019-08-05 19:06 UTC  (6+ messages)

[Committed] PR fortran/90985 -- DATA must be followed by whitespace
 2019-08-05 19:02 UTC  (3+ messages)

C++ PATCH for c++/91338 - P1161R3: Deprecate a[b,c]
 2019-08-05 18:57 UTC  (3+ messages)

[RFC][tree-vect]PR 88915: Further vectorize second loop when versioning
 2019-08-05 18:10 UTC  (11+ messages)

[PATCH] Add --with-static-standard-libraries to the top level
 2019-08-05 18:02 UTC 

[PATCH] issue a correct fix-it hint for bad argument in GCC diagnostics (PR 80619)
 2019-08-05 17:51 UTC 

[wwwdocs] Another C++20 table update
 2019-08-05 17:01 UTC 

wrap math.h for M_PI et al in target/i386 tests
 2019-08-05 15:52 UTC  (2+ messages)

[committed][MSP430] Add "cleanup-saved-temps" directive to gcc.target/msp430/pr80993.c
 2019-08-05 14:13 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).