public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 1/5] libstdc++: Implement P2325 changes to default-constructibilty of views
 2021-06-17 15:22 UTC  (5+ messages)
` [PATCH 2/5] libstdc++: Move ranges algos used by <ranges> into ranges_util.h
` [PATCH 3/5] libstdc++: Rename views::split to views::lazy_split as per P2210
` [PATCH 4/5] libstdc++: Implement resolution of LWG 3478 "
` [PATCH 5/5] libstdc++: Implement new views::split "

[PATCHv3 00/55] Replace the Power target-specific builtin machinery
 2021-06-17 15:19 UTC  (39+ messages)
` [PATCH 01/55] Support scanning of build-time GC roots in gengtype
` [PATCH 02/55] rs6000: Initial create of rs6000-gen-builtins.c
` [PATCH 03/55] rs6000: Add initial input files
` [PATCH 04/55] rs6000: Add file support and functions for diagnostic support
` [PATCH 05/55] rs6000: Add helper functions for parsing
` [PATCH 06/55] rs6000: Add functions for matching types, part 1 of 3
` [PATCH 07/55] rs6000: Add functions for matching types, part 2 "
` [PATCH 08/55] rs6000: Add functions for matching types, part 3 "
` [PATCH 09/55] rs6000: Red-black tree implementation for balanced tree search
` [PATCH 10/55] rs6000: Main function with stubs for parsing and output
` [PATCH 11/55] rs6000: Parsing built-in input file, part 1 of 3
` [PATCH 12/55] rs6000: Parsing built-in input file, part 2 "
` [PATCH 13/55] rs6000: Parsing built-in input file, part 3 "
` [PATCH 14/55] rs6000: Parsing of overload input file
` [PATCH 15/55] rs6000: Build and store function type identifiers
` [PATCH 16/55] rs6000: Write output to the builtin definition include file
` [PATCH 17/55] rs6000: Write output to the builtins header file
` [PATCH 18/55] rs6000: Write output to the builtins init file, part 1 of 3
` [PATCH 19/55] rs6000: Write output to the builtins init file, part 2 "
` [PATCH 20/55] rs6000: Write output to the builtins init file, part 3 "
` [PATCH 21/55] rs6000: Write static initializations for built-in table
` [PATCH 22/55] rs6000: Write static initializations for overload tables
` [PATCH 23/55] rs6000: Incorporate new builtins code into the build machinery
` [PATCH 24/55] rs6000: Add gengtype handling to "
` [PATCH 25/55] rs6000: Add the rest of the [altivec] stanza to the builtins file
` [PATCH 26/55] rs6000: Add VSX builtins
` [PATCH 27/55] rs6000: Add available-everywhere and ancient builtins
` [PATCH 28/55] rs6000: Add power7 and power7-64 builtins
` [PATCH 29/55] rs6000: Add power8-vector builtins
` [PATCH 30/55] rs6000: Add Power9 builtins
` [PATCH 31/55] rs6000: Add more type nodes to support builtin processing
` [PATCH 32/55] rs6000: Add Power10 builtins
` [PATCH 33/55] rs6000: Add MMA builtins
` [PATCH 34/55] rs6000: Add miscellaneous builtins
` [PATCH 35/55] rs6000: Add Cell builtins
` [PATCH 36/55] rs6000: Add remaining overloads
` [PATCH 37/55] rs6000: Execute the automatic built-in initialization code
` [PATCH 38/55] rs6000: Darwin builtin support

[PATCH 1/6] auto_vec copy/move improvements
 2021-06-17 14:43 UTC  (18+ messages)
` [PATCH 3/6] return auto_vec from get_loop_hot_path
` [PATCH 4/6] return auto_vec from get_dominated_by
` [PATCH 5/6] make get_domminated_by_region return a auto_vec

[Ada] Error in instance on incomplete actual passed to formal incomplete type
 2021-06-17 14:33 UTC 

[Ada] Check all pairs of actuals for overlapping
 2021-06-17 14:33 UTC 

[Ada] Fix operations on Unbounded_String
 2021-06-17 14:33 UTC 

[Ada] Don't check No_Wide_Characters restriction for illegal types
 2021-06-17 14:33 UTC 

[Ada] Missing finalization on nested expression with action
 2021-06-17 14:33 UTC 

[Ada] Fix detection of slices that denote the same object
 2021-06-17 14:33 UTC 

[Ada] Casing on composite values
 2021-06-17 14:33 UTC 

[Ada] Warn on 'in out' param containing access in predefined private type
 2021-06-17 14:33 UTC 

[Ada] Implementation of Inox feature of fixed lower bounds on array types/subtypes
 2021-06-17 14:33 UTC 

[Ada] Crash on a nested aggregate containing controlled objects
 2021-06-17 14:33 UTC 

[Ada] Crash on overriding of an abstract primitive on an incomplete type
 2021-06-17 14:33 UTC 

[Ada] Fix detection of valid renamings for overlapping checks
 2021-06-17 14:33 UTC 

[Ada] Remove dubious wrapper of a recursive function
 2021-06-17 14:33 UTC 

[Ada] Remove dead code for overlapping actuals and prefix notation
 2021-06-17 14:33 UTC 

[Ada] AI12-0411 Add "bool" to Interfaces.C
 2021-06-17 14:33 UTC 

[Ada] Fix handling of generic types in check for overlapping actuals
 2021-06-17 14:33 UTC 

[Ada] Use source casing in messages for aliasing checks
 2021-06-17 14:33 UTC 

[Ada] Do not systematically suppress checks on atree.adb
 2021-06-17 14:33 UTC 

[Ada] Provide new function Uintp.UI_To_Unsigned_64
 2021-06-17 14:33 UTC 

[Ada] Display Entity in debugging printouts
 2021-06-17 14:33 UTC 

[Ada] Cleanup redundant conditions in checks for overlapping actuals
 2021-06-17 14:33 UTC 

[Ada] Clarify error for unsupported ELIMINATED overflow mode
 2021-06-17 14:33 UTC 

[Ada] Removal of technical debt
 2021-06-17 14:33 UTC 

[Ada] Fix varsize node name conflict
 2021-06-17 14:33 UTC 

[Ada] Apply aliasing checks only to names and not to objects as actuals
 2021-06-17 14:33 UTC 

[Ada] Reject allocators in contexts restricted by SPARK
 2021-06-17 14:33 UTC 

[Ada] Look at Others_Discrete_Choices for N_Others_Choice
 2021-06-17 14:33 UTC 

[Ada] Move runtime units for Put_Image attribute to libgnarl
 2021-06-17 14:33 UTC 

[PATCH] cleanup some types in comments and spacing
 2021-06-17 14:14 UTC 

[PATCH, C++, OpenMP 5.0, OG11] Fixes for lambda in offload regions
 2021-06-17 13:55 UTC 

[PATCH] gcc/configure.ac: fix register issue for global_load assembler functions
 2021-06-17 13:50 UTC  (5+ messages)

[PATCH][RFC] Add x86 subadd SLP pattern
 2021-06-17 13:47 UTC  (8+ messages)

[PATCH, v3, OpenMP 5.0, libgomp] Structure element mapping for OpenMP 5.0
 2021-06-17 13:38 UTC  (3+ messages)

Unable to build Ada on fedora
 2021-06-17 13:30 UTC  (4+ messages)

[PATCH] i386: Add variable vec_set for 64bit vectors [PR97194]
 2021-06-17 13:23 UTC  (2+ messages)

[committed] analyzer: bitfield fixes [PR99212]
 2021-06-17 12:52 UTC  (5+ messages)

[Patch] Add 'default' to -foffload=; document that flag [PR67300]
 2021-06-17 12:27 UTC  (2+ messages)

[PATCH] [MIPS]: add .module mipsREV to all output asm file
 2021-06-17 10:31 UTC 

[PATCH] libstdc++: Refine range adaptors' "simple extra args" mechanism [PR100940]
 2021-06-17 10:25 UTC  (5+ messages)
` [PATCH 2/1] libstdc++: Non-triv-copyable extra args aren't simple [PR100940]

[PUSHED] Skip out on processing __builtin_clz when varying
 2021-06-17 10:12 UTC  (5+ messages)
    ` Fwd: "

[PATCH][pushed] gcov: update documentation entry about string format
 2021-06-17  9:39 UTC 

[PATCH] gcov: Use system IO buffering
 2021-06-17  9:37 UTC  (3+ messages)
` [EXTERNAL] "

[COMMITTED] IBM Z: Fix vector intrinsics vec_double and vec_floate
 2021-06-17  9:18 UTC 

[PATCH RFC] mklog: add subject line skeleton
 2021-06-17  9:17 UTC  (2+ messages)

[PATCH] Add debugging helpers for ranger
 2021-06-17  8:32 UTC  (7+ messages)

[PATCH] tree-optimization PR/101014 - Limit new value calculations to first order effects
 2021-06-17  8:01 UTC  (5+ messages)
  ` [PATCH] Avoid loading an undefined value in the ranger_cache constructor

[PATCH] Add vect_recog_popcount_pattern to handle mismatch between the vectorized popcount IFN and scalar popcount builtin
 2021-06-17  6:29 UTC 

[PATCH] tree-sra: Do not refresh readonly decls (PR 100453)
 2021-06-17  6:20 UTC  (9+ messages)

(no subject)
 2021-06-17  3:38 UTC 

[pushed] c++: constexpr and array[0] [PR101029]
 2021-06-17  3:38 UTC  (2+ messages)
` [pushed] c++: Tweak PR101029 fix

Ping: [PATCH 1/2] correct BB frequencies after loop changed
 2021-06-17  2:36 UTC 

Generate 128-bit divide/modulus
 2021-06-17  0:35 UTC  (2+ messages)
` Ping [PATCH]: "

[PATCH 0/3] Add Power10 IEEE 128-bit min, max, conditional move
 2021-06-17  0:34 UTC  (7+ messages)
` [PATCH 1/3] Add IEEE 128-bit min/max support on PowerPC
  ` Ping: "
` [PATCH 2/3] Fix IEEE 128-bit min/max test
  ` Ping: "
` [PATCH 3/3] Add IEEE 128-bit fp conditional move on PowerPC
  ` Ping: "

[PATCH] Add recomputation to outgoing_edge_range
 2021-06-17  0:13 UTC 

[PATCH] Range_on_edge in ranger_cache should return true for all ranges
 2021-06-17  0:13 UTC 

[pushed] correct -Wmismatched-dealloc default
 2021-06-16 22:55 UTC 

[pushed] c++: static memfn from non-dependent base [PR101078]
 2021-06-16 21:28 UTC 

[PATCH] Add needed earlyclobber to fusion patterns
 2021-06-16 20:57 UTC  (2+ messages)

[PATCH] libstdc++: Fix for deadlock in std::counting_semaphore [PR100806]
 2021-06-16 19:52 UTC  (2+ messages)

[PATCH][version 3]add -ftrivial-auto-var-init and variable attribute "uninitialized" to gcc
 2021-06-16 19:39 UTC  (11+ messages)

[PATCH] make rich_location safe to copy
 2021-06-16 18:50 UTC  (8+ messages)

[PATCH] tree-optimization: Optimize division followed by multiply [PR95176]
 2021-06-16 18:49 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH 1/6] auto_vec copy/move improvements
 2021-06-16 17:01 UTC  (4+ messages)
` [PATCH, V2] "

[Patch, fortran V2] PR fortran/100097 PR fortran/100098 - [Unlimited] polymorphic pointers and allocatables have incorrect rank
 2021-06-16 16:38 UTC 

[pushed] libcpp: location comparison within macro [PR100796]
 2021-06-16 15:40 UTC 

[Patch, fortran] PR fortran/96870 - Class name on error message
 2021-06-16 15:31 UTC  (2+ messages)
` PING: "

[Patch, fortran] PR fortran/96724 - Bogus warnings with the repeat intrinsic and the flag -Wconversion-extra
 2021-06-16 15:13 UTC  (2+ messages)
` PING: "

[RFC] ldist: Recognize rawmemchr loop patterns
 2021-06-16 14:22 UTC  (12+ messages)

[PATCH] i386: Add missing two element 64bit vector permutations [PR89021]
 2021-06-16 14:08 UTC 

[PATCH 2/2] libstdc++: Use template form for pretty-printing tuple elements
 2021-06-16 13:53 UTC  (2+ messages)

[committed] libstdc++: Add noexcept specifiers to some range adaptors
 2021-06-16 13:40 UTC  (2+ messages)

[PATCH] Vectorization of BB reductions
 2021-06-16 13:39 UTC  (3+ messages)

[committed] libstdc++: Use function object for __decay_copy helper
 2021-06-16 13:38 UTC  (2+ messages)

[committed] libstdc++: Make ranges CPOs final and not addressable
 2021-06-16 13:37 UTC  (4+ messages)

[PATCH] testsuite: aarch64: Add zero-high-half tests for narrowing shifts
 2021-06-16 12:38 UTC  (2+ messages)

[PATCH] aarch64: Model zero-high-half semantics of ADDHN/SUBHN instructions
 2021-06-16 12:33 UTC  (3+ messages)
` [PATCH V2] "

[PATCH] aarch64: Model zero-high-half semantics of [SU]QXTN instructions
 2021-06-16 12:31 UTC  (3+ messages)
` [PATCH V2] "

[PATCH] aarch64: Model zero-high-half semantics of SQXTUN instruction in RTL
 2021-06-16 12:30 UTC  (3+ messages)
` [PATCH V2] "

[PATCH] aarch64: Model zero-high-half semantics of XTN instruction in RTL
 2021-06-16 12:28 UTC  (3+ messages)
` [PATCH V2] "

[committed] testsuite: Use noipa attribute instead of noinline, noclone
 2021-06-16 11:22 UTC 

[RFC] Using main loop's updated IV as base_address for epilogue vectorization
 2021-06-16 11:13 UTC  (12+ messages)

[ARM] PR97906 - Missed lowering abs(a) >= abs(b) to vacge
 2021-06-16 10:19 UTC  (5+ messages)

[PATCH] tree-optimization/101088 - fix SM invalidation issue
 2021-06-16 10:15 UTC 

[PATCH] stor-layout: Create DECL_BIT_FIELD_REPRESENTATIVE even for bitfields in unions [PR101062]
 2021-06-16  9:54 UTC  (2+ messages)

[Ada] Fix detection of volatile expressions in restricted contexts
 2021-06-16  8:43 UTC 

[Ada] Ignore volatile restrictions in preanalysis
 2021-06-16  8:43 UTC 

[Ada] Fix Is_Volatile_Function for functions declared in protected bodies
 2021-06-16  8:43 UTC 

[Ada] Fix floating-point exponentiation with Integer'First exponent
 2021-06-16  8:43 UTC 

[Ada] Fix aliasing check for actual parameters passed by reference
 2021-06-16  8:43 UTC 

[Ada] Do not generate an Itype_Reference node for slices in GNATprove mode
 2021-06-16  8:43 UTC 

[Ada] Non-static Interrupt_Priority allowed with restriction Static_Priorities
 2021-06-16  8:43 UTC 

[Ada] Spurious accessibility error on "for of" loop parameter
 2021-06-16  8:43 UTC 

[Ada] Do not perform useless work in Check_No_Parts_Violations
 2021-06-16  8:43 UTC 

[Ada] Fix ALI source location for dominance markers
 2021-06-16  8:43 UTC 

[Ada] Make Incomplete_Or_Partial_View independent of the context
 2021-06-16  8:43 UTC 

[Ada] Mixing of positional and named entries allowed in enum rep
 2021-06-16  8:43 UTC 

[Ada] Wrong reference to System.Tasking in expanded code
 2021-06-16  8:43 UTC 

[Ada] ACATS 4.1R-c611a04: Class-wide preconditions in dispatching calls
 2021-06-16  8:43 UTC 

[Ada] Adapt Is_Actual_Parameter to also work for entry parameters
 2021-06-16  8:43 UTC 

[Ada] Remove unused initialization with New_List
 2021-06-16  8:43 UTC 

[Ada] Include info about containers in GNAT RM Implementation Advice section
 2021-06-16  8:43 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).