public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[Ada] Fix record layout warnings not being tagged
 2022-06-02  9:09 UTC 

[Ada] Disable -flto when building the shared libgnat
 2022-06-02  9:09 UTC 

[Ada] Couple of small preparatory adjustments
 2022-06-02  9:09 UTC 

[Ada] Restore full generation of static dispatch tables with -gnatzr
 2022-06-02  9:09 UTC 

[Ada] Never make symbols for thunks public
 2022-06-02  9:09 UTC 

[Ada] Remove redundant checks for missing lists
 2022-06-02  9:09 UTC 

[Ada] Get rid of secondary stack for most calls returning tagged types
 2022-06-02  9:09 UTC 

[Ada] Fix references to old variables that have been refactored
 2022-06-02  9:09 UTC 

[Ada] Rename GNATprove annotate pragma for termination to Always_Return
 2022-06-02  9:09 UTC 

[Ada] Make the functional Maps and Sets unbounded
 2022-06-02  9:09 UTC 

[Ada] Fix spurious use of trampolines with interface types
 2022-06-02  9:09 UTC 

[Ada] Add precise subprogram identification to -fdiagnostics-format=json
 2022-06-02  9:09 UTC 

[Ada] Refine previous changes on making symbols public/private
 2022-06-02  9:09 UTC 

[Ada] Fix spurious errors on ghost code in generics
 2022-06-02  9:09 UTC 

[Ada] Move registering code for predefined primitives to Exp_Disp
 2022-06-02  9:09 UTC 

[Ada] Build static dispatch tables always at the end of declarative part
 2022-06-02  9:08 UTC 

[Ada] vx7r2-arm/aarch64 - Support Atomic Primitives True
 2022-06-02  9:08 UTC 

[Ada] Update documentation of GNAT.Dynamic_Tables
 2022-06-02  9:08 UTC 

[Ada] Fix detection of deferred constants for freezing error
 2022-06-02  9:08 UTC 

[Ada] Fix preconditions of Interfaces.C.Strings
 2022-06-02  9:08 UTC 

[Ada] Issue errors on wrong context for ghost entities
 2022-06-02  9:08 UTC 

[Ada] Complete contracts of Interfaces.C.Strings subprograms
 2022-06-02  9:08 UTC 

[Ada] Propagate Has_Inherit{able,ed}_Invariants to base types
 2022-06-02  9:08 UTC 

[Ada] Combine system.ads files - arm and aarch64 linux
 2022-06-02  9:08 UTC 

[Ada] Combine system.ads file - vxworks7 rtp constants
 2022-06-02  9:08 UTC 

[Ada] Gnatbind crash during checksum calculation
 2022-06-02  9:08 UTC 

[Ada] Fix iteration on formal vectors
 2022-06-02  9:08 UTC 

[Ada] Add contracts to System.Address_To_Access_Conversions
 2022-06-02  9:08 UTC 

[Ada] Add contracts to Interfaces.C.Strings
 2022-06-02  9:08 UTC 

[PATCH v2, rs6000] Fix ICE on expand bcd<bcd_add_sub>_<code>_<mode> [PR100736]
 2022-06-02  9:04 UTC  (6+ messages)

[PATCH v3] RISC-V: Implement C[LT]Z_DEFINED_VALUE_AT_ZERO
 2022-06-02  8:49 UTC  (4+ messages)

[PATCH] Fold truncations of left shifts in match.pd
 2022-06-02  8:48 UTC  (3+ messages)

[PATCH] match.pd: Optimize __builtin_mul_overflow_p (x, cst, (utype)0) to x > ~(utype)0 / cst [PR30314]
 2022-06-02  8:36 UTC  (3+ messages)

[PATCH] i386: Optimize away shift count masking of shifts/rotates some more [PR105778]
 2022-06-02  8:34 UTC  (2+ messages)

[PATCH] x86-64: Remove HAVE_LD_PIE_COPYRELOC
 2022-06-02  7:48 UTC  (16+ messages)

[PATCH] Add instruction level discriminator support
 2022-06-02  7:21 UTC 

[x86 PATCH] Add peephole2 to reduce double word register shuffling
 2022-06-02  7:20 UTC 

[PATCH] [PR105665] ivopts: check defs of names in base for undefs
 2022-06-02  7:10 UTC  (6+ messages)

[x86_64 PATCH] PR target/105791: Add V1TI to V_128_256 for xop_pcmov_v1ti
 2022-06-02  6:44 UTC  (2+ messages)

[PATCH] tree-optimization/105802 - another unswitching type issue
 2022-06-02  6:32 UTC 

[PATCH] tree-optimization/105802 - another unswitching type issue
 2022-06-02  6:32 UTC 

[PATCH] tree-optimization/105802 - another unswitching type issue
 2022-06-02  6:32 UTC 

[PATCH] libgccjit: Fix bug where unary_op will return an integer type instead of the correct type
 2022-06-02  2:45 UTC  (2+ messages)

[PATCH] [PR/target 105666] RISC-V: Inhibit FP <--> int register moves via tune param
 2022-06-02  2:11 UTC  (5+ messages)

[PATCH] Simplify (B * v + C) * D -> BD* v + CD when B, C, D are all INTEGER_CST
 2022-06-02  1:09 UTC 

[PATCH] c++: ICE with template NEW_EXPR [PR105803]
 2022-06-01 22:45 UTC 

[PATCH] Support multilib-aware target lib flags self-specs overriding
 2022-06-01 22:00 UTC  (2+ messages)

[PATCH] Place jump tables in RELRO only when targets require local relocation to be placed in a read-write section
 2022-06-01 21:39 UTC  (2+ messages)

[PATCH] configure: use OBJDUMP determined by libtool [PR95648]
 2022-06-01 21:25 UTC  (2+ messages)

[PATCH] PR middle-end/95126: Expand small const structs as immediate constants
 2022-06-01 21:16 UTC  (2+ messages)

[PATCH] libgcc: Align __EH_FRAME_BEGIN__ to pointer size
 2022-06-01 21:11 UTC  (2+ messages)

[PATCH] DSE: Use the constant source if possible
 2022-06-01 21:07 UTC  (11+ messages)
  ` [PATCH v2] DSE: Use the constant store "
          ` [PATCH v3] "
              ` [PATCH v4] "

[PATCH v3, rs6000] Implemented f[min/max]_optab by xs[min/max]dp [PR103605]
 2022-06-01 21:01 UTC  (2+ messages)

[pushed] c++: auto and dependent member name [PR105734]
 2022-06-01 19:20 UTC 

[pushed] c++: auto function as function argument [PR105779]
 2022-06-01 19:20 UTC 

[PATCH 0/6] OpenMP 5.0: Fortran "declare mapper" support
 2022-06-01 18:40 UTC  (7+ messages)
` [PATCH 1/6] Fortran: Typo/unicode-o fixes
` [PATCH 2/6] OpenMP: Templatize omp_mapper_list
` [PATCH 3/6] OpenMP: Rename strip_components_and_deref to omp_get_root_term
` [PATCH 4/6] OpenMP: Tweak NOP handling in in omp_get_root_term and accumulate_sibling_list
` [PATCH 5/6] OpenMP: Pointers and member mappings
` [PATCH 6/6] OpenMP: Fortran "!$omp declare mapper" support

[PATCH] c++: value-dep but not type-dep decltype operand [PR105756]
 2022-06-01 18:20 UTC 

[PATCH] c++: find_template_parameters and PARM_DECLs [PR105797]
 2022-06-01 16:46 UTC  (2+ messages)

[PATCH] Update {skylake, icelake, alderlake}_cost to add a bit preference to vector store
 2022-06-01 15:55 UTC  (2+ messages)
` [PATCH] Update {skylake,icelake,alderlake}_cost "

[RFC PATCH] RISC-V: Add Zawrs ISA extension support
 2022-06-01 15:35 UTC 

c++: Static init guard generation
 2022-06-01 15:33 UTC 

[PATCH] gengtype: do not skip char after escape sequnce
 2022-06-01 15:14 UTC  (2+ messages)

[PATCH] PR rtl-optimization/7061: Complex number arguments on x86_64-like ABIs
 2022-06-01 15:04 UTC  (2+ messages)

c++: Cleanup static init generation
 2022-06-01 14:43 UTC 

c++: Make static init generation more consistent
 2022-06-01 14:30 UTC 

[PATCH] tree-optimization/105786 - avoid strlen replacement for pointers
 2022-06-01 13:17 UTC 

[PATCH] tree-optimization/105786 - avoid strlen replacement for pointers
 2022-06-01 13:17 UTC 

[PATCH] tree-optimization/105786 - avoid strlen replacement for pointers
 2022-06-01 13:17 UTC 

[PATCH 0/12] arm: Enables return address verification and branch target identification on Cortex-M
 2022-06-01 12:34 UTC  (4+ messages)
` [PATCH 8/12] arm: Introduce multilibs for PACBTI target feature
  ` [PATCH 8/12 V2] "

[PATCH v2] RISC-V/testsuite: constraint some of tests to hard_float
 2022-06-01 11:51 UTC  (3+ messages)
` [PATCH v3] "

[ping][vect-patterns] Refactor widen_plus/widen_minus as internal_fns
 2022-06-01 10:11 UTC  (5+ messages)

[PATCH] tree-optimization/101668 - relax SLP of existing vectors
 2022-06-01  9:26 UTC 

[PATCH] tree-optimization/101668 - relax SLP of existing vectors
 2022-06-01  9:26 UTC 

[PATCH] tree-optimization/101668 - relax SLP of existing vectors
 2022-06-01  9:26 UTC 

[PATCH 1/5] Implement abstract vrange class
 2022-06-01  9:04 UTC  (13+ messages)
` [PATCH 2/5] Implement generic range temporaries
` [PATCH 3/5] Convert range-op.* to vrange
` [PATCH 4/5] Revamp irange_allocator to handle vranges
` [PATCH 5/5] Convert ranger and clients to vrange

[PATCH] expr.cc: Optimize if char array initialization consists of all zeros
 2022-06-01  8:57 UTC  (2+ messages)

[Ada] Allow confirming volatile properties on No_Caching variables
 2022-06-01  8:45 UTC 

[Ada] Combine system.ads file - vxworks7 kernel constants
 2022-06-01  8:45 UTC 

[Ada] Combine system.ads files - arm and aarch64 qnx
 2022-06-01  8:45 UTC 

[Ada] Fix missing space in error message
 2022-06-01  8:45 UTC 

[Ada] Fix classification of Subprogram_Variant as assertion pragma
 2022-06-01  8:45 UTC 

[Ada] Rename Returns_On_Secondary_Stack into Needs_Secondary_Stack
 2022-06-01  8:45 UTC 

[Ada] Do not freeze subprogram body without spec too early
 2022-06-01  8:45 UTC 

[Ada] Bug fix in "=" function of formal doubly linked list
 2022-06-01  8:45 UTC 

[Ada] Fix predicate check on object declaration
 2022-06-01  8:45 UTC 

[Ada] arm-qnx-7.1: unwind goes wrong after regs restore
 2022-06-01  8:45 UTC 

[Ada] Enable using absolute paths in -fdiagnostics-format=json output
 2022-06-01  8:45 UTC 

[Ada] Fix bad interaction between Inline_Always and -gnateV + -gnata
 2022-06-01  8:45 UTC 

[Ada] Propagate null-exclusion to anonymous access types
 2022-06-01  8:45 UTC 

[Ada] Get rid of secondary stack for controlled components of limited types
 2022-06-01  8:45 UTC 

[Ada] Note that hardening features are experimental
 2022-06-01  8:45 UTC 

[Ada] Another case where freezing incorrectly suppresses checks
 2022-06-01  8:45 UTC 

[Ada] Adjust reference in comment
 2022-06-01  8:45 UTC 

[Ada] QNX shared libraries - arm-qnx build gnatlib .so's
 2022-06-01  8:45 UTC 

[Ada] Fix composability of return on the secondary stack
 2022-06-01  8:45 UTC 

[Ada] Adjust warning switches
 2022-06-01  8:44 UTC 

[Ada] Minor tweaks to dispatching support code
 2022-06-01  8:44 UTC 

[Ada] Missing discriminant checks when accessing variant field
 2022-06-01  8:44 UTC 

[Ada] Fix search for "for ... of" loop subprograms
 2022-06-01  8:44 UTC 

[Ada] arm-qnx-7.1: unwind goes wrong after regs restore
 2022-06-01  8:44 UTC 

[Ada] Add reference counting in functional containers
 2022-06-01  8:44 UTC 

[Ada] Issue a warning on entity hidden in use_clause with -gnatwh
 2022-06-01  8:44 UTC 

[Ada] Issue better error message for out-of-order keywords in record def
 2022-06-01  8:44 UTC 

[Ada] Use Actions field of freeze nodes for subprograms (continued)
 2022-06-01  8:44 UTC 

[Ada] Add inline documentation for Is_{Parenthesis,Enum_Array}_Aggregate
 2022-06-01  8:44 UTC 

[Ada] Incorrect code for anonymous access-to-function with convention C
 2022-06-01  8:44 UTC 

[Ada] Suppress warnings on membership test of ranges
 2022-06-01  8:44 UTC 

[1/2] PR96463 - aarch64 specific changes
 2022-06-01  8:42 UTC  (11+ messages)

[2/2] PR96463 -- changes to type checking vec_perm_expr in middle end
 2022-06-01  7:58 UTC  (14+ messages)

[PATCH 00/34] RISC-V: Add RVV (RISC-V 'V' Extension) support
 2022-06-01  2:29 UTC  (22+ messages)
` [PATCH v4 02/34] RISC-V: Add vlex_2.c
` [PATCH v4 03/34] RISC-V: Add vlex_1.C
` [PATCH v4 04/34] RISC-V: Add mask load store testcases
` [PATCH v4 06/34] RISC-V: Add vlexff_2.c
` [PATCH v4 12/34] RISC-V: Add vlsex_2.c
` [PATCH v4 17/34] RISC-V: Add vsex.c
` [PATCH v4 19/34] RISC-V: Add vssex.c
` [PATCH v4 21/34] RISC-V: Add vlexff_1.C
` [PATCH v4 22/34] RISC-V: Add vloxeix_1.C
` [PATCH v4 23/34] RISC-V: Add vloxeix_2.C
` [PATCH v4 24/34] RISC-V: Add vloxeix_3.C
` [PATCH v4 25/34] RISC-V: Add vloxeix_4.C
` [PATCH v4 26/34] RISC-V: Add vlsex_1.C
` [PATCH v4 27/34] RISC-V: Add vluxeix_1.C
` [PATCH v4 28/34] RISC-V: Add vluxeix_2.C
` [PATCH v4 29/34] RISC-V: Add vluxeix_3.C
` [PATCH v4 30/34] RISC-V: Add vluxeix_4.C
` [PATCH v4 31/34] RISC-V: Add vsex.C
` [PATCH v4 32/34] RISC-V: Add vsoxeix.C
` [PATCH v4 33/34] RISC-V: Add vssex.C
` [PATCH v4 34/34] RISC-V: Add vsuxeix.C

[PATCH v3] RISC-V: Add load and store intrinsics support for RVV support
 2022-06-01  1:18 UTC 

[PATCH] Add a bit dislike for separate mem alternative when op is REG_P
 2022-05-31 23:51 UTC  (6+ messages)

[PATCH] libgo: Recognize off64_t / loff_t type definition of musl libc
 2022-05-31 19:41 UTC  (6+ messages)

[pushed] build: TAGS and .cc transition
 2022-05-31 19:08 UTC 

[PATCH] c++: use auto_timevar instead of timevar_push/pop
 2022-05-31 19:06 UTC  (3+ messages)

[PATCH] c++: constexpr init of union sub-aggr w/ base [PR105491]
 2022-05-31 19:06 UTC  (14+ messages)

[PATCH] c++: squash cp_build_qualified_type/_real
 2022-05-31 19:05 UTC  (2+ messages)

[PATCH] c++: non-dep call with empty TYPE_BINFO [PR105758]
 2022-05-31 19:04 UTC  (2+ messages)

[PATCH] c++: don't substitute TEMPLATE_PARM_CONSTRAINT [PR100374]
 2022-05-31 19:02 UTC  (5+ messages)

[PATCH 00/21] *** Add RVV (RISC-V 'V' Extension) support ***
 2022-05-31 16:51 UTC  (11+ messages)
` [PATCH 06/21] Add insert-vsetvl pass
` [PATCH 07/21] Add register spilling support
` [PATCH 08/21] Add poly manipulation
` [PATCH 09/21] Add misc function intrinsic support
` [PATCH 11/21] Add calling function support
` [PATCH 12/21] Add set get intrinsic support
` [PATCH 13/21] Adjust scalable frame and full testcases
` [PATCH 15/21] Add integer intrinsics
` [PATCH 18/21] Add rest intrinsic support

[GCC-12][committed] d: Fix D lexer sometimes fails to compile code read from stdin
 2022-05-31 16:35 UTC 

[PATCH] aarch64: Fix build with gcc-4.8
 2022-05-31 15:50 UTC 

Correct spelling of DW_AT_namelist_item
 2022-05-31 14:10 UTC 

[PATCH v2 0/1] RISC-V: Add RVV (RISC-V 'V' Extension) support
 2022-05-31 10:33 UTC  (2+ messages)
` [PATCH v2 1/1] Add unit-stride load store intrinsics

[PATCH, OpenMP] Implement uses_allocators clause for target regions
 2022-05-31 10:02 UTC  (7+ messages)
  ` [PATCH, OpenMP, v2] "

[committed] openmp: Add support for firstprivate and allocate clauses on scope construct
 2022-05-31  9:52 UTC 

[PATCH] unswitch: Fold case label lo/hi values to index type [PR105770]
 2022-05-31  9:52 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).