[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] DSE: Use the constant source if possible
2022-06-01 7:20 UTC (15+ messages)
` [PATCH v2] DSE: Use the constant store "
` [PATCH v3] "
` [PATCH v4] "
[PATCH] Update {skylake, icelake, alderlake}_cost to add a bit preference to vector store
2022-06-01 5:06 UTC
[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 v2, rs6000] Fix ICE on expand bcd<bcd_add_sub>_<code>_<mode> [PR100736]
2022-05-31 23:56 UTC (4+ messages)
` Ping "
[PATCH] Add a bit dislike for separate mem alternative when op is REG_P
2022-05-31 23:51 UTC (13+ 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 (16+ messages)
` [PATCH 01/21] Add RVV modes and support scalable vector
` [PATCH 02/21] Add RVV intrinsic framework
` [PATCH 03/21] Add RVV datatypes
` [PATCH 04/21] Add RVV intrinsic enable #pragma riscv intrinsic "vector" and introduce RVV header "riscv_vector.h"
` [PATCH 05/21] Add RVV configuration intrinsic
` [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
[ping][vect-patterns] Refactor widen_plus/widen_minus as internal_fns
2022-05-31 16:46 UTC (4+ messages)
[PATCH 1/5] Implement abstract vrange class
2022-05-31 16:40 UTC (8+ 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
[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] [PR105665] ivopts: check defs of names in base for undefs
2022-05-31 13:27 UTC (3+ messages)
[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)
[PATCH] expr.cc: Optimize if char array initialization consists of all zeros
2022-05-31 3:35 UTC
[PATCH v5, rs6000] Add V1TI into vector comparison expand [PR103316]
2022-05-31 2:01 UTC (2+ messages)
[r13-855 Regression] FAIL: gcc.target/i386/pr78794.c scan-assembler pandn on Linux/x86_64
2022-05-31 0:34 UTC
[PATCH] Use cxx11 abi in versioned namespace
2022-05-30 20:58 UTC
[PATCH] PR fortran/91300 - runtime error message with allocate and errmsg=
2022-05-30 20:53 UTC (4+ messages)
` [PATCH] Fortran: improve runtime error message with ALLOCATE and, ERRMSG= [PR91300]
[x86 PATCH] Allow SCmode and DImode to be tieable on TARGET_64BIT
2022-05-30 20:13 UTC (3+ messages)
[x86 PATCH] PR rtl-optimization/101617: Use neg/sbb in ix86_expand_int_movcc
2022-05-30 20:06 UTC (2+ messages)
[PATCH] i386: Remove constraints when used with constant integer predicates, take 2
2022-05-30 19:51 UTC
[PATCH] libgompd: Add ompd_get/rel_display_control_vars
2022-05-30 16:10 UTC (2+ messages)
[PATCH] Make the default rtx_costs of MULT/DIV variants consistent
2022-05-30 14:49 UTC (2+ messages)
[PATCH] tree-optimization/105763 - avoid abnormals with ranger
2022-05-30 12:46 UTC
[PATCH v5] tree-optimization/101186 - extend FRE with "equivalence map" for condition prediction
2022-05-30 12:26 UTC (2+ messages)
[PATCH] Add divide by zero side effect
2022-05-30 12:24 UTC (3+ messages)
[PATCH] Fold truncations of left shifts in match.pd
2022-05-30 12:23 UTC
[PATCH 0/7] openmp: OpenMP metadirectives support
2022-05-30 11:52 UTC (9+ messages)
` [PATCH 2/7] openmp: Add middle-end support for metadirectives
` [PATCH 3/7] openmp: Add support for resolving metadirectives during parsing and Gimplification
` [PATCH 4/7] openmp: Add support for streaming metadirectives and resolving them after LTO
` [PATCH 5/7] openmp: Add C++ support for parsing metadirectives
[PATCH v2] libgccjit: allow common objects in $(EXTRA_GCC_OBJS) and $(EXTRA_OBJS)
2022-05-30 10:09 UTC (2+ messages)
[PATCH] PR rtl-optimization/7061: Complex number arguments on x86_64-like ABIs
2022-05-30 10:06 UTC
[PATCH v3, rs6000] Implemented f[min/max]_optab by xs[min/max]dp [PR103605]
2022-05-30 9:56 UTC (3+ messages)
` Ping "
[x86 PING] PR target/70321: Split double word equality/inequality after STV
2022-05-30 9:21 UTC (3+ messages)
[gcc r12-6398] [Ada] Reduce runtime dependencies on stage1
2022-05-30 8:40 UTC (5+ messages)
[Ada] Fix spurious options being inserted in -fdiagnostics-format=json output
2022-05-30 8:33 UTC
[Ada] Add "option" field to GNAT's -fdiagnostics-format=json output
2022-05-30 8:33 UTC
[Ada] Fix expansion of structural subprogram variants
2022-05-30 8:33 UTC
[Ada] Remove contract duplication in formal doubly linked lists
2022-05-30 8:33 UTC
[Ada] Simplify construction of a path to file
2022-05-30 8:32 UTC
[Ada] Add insertion character to Ineffective_Inline_Warnings messages
2022-05-30 8:32 UTC
[Ada] Remove repeated description of support for Address clauses
2022-05-30 8:32 UTC
[Ada] Fix Warn_On_All_Unread_Out_Parameters not being properly tagged
2022-05-30 8:32 UTC
[Ada] Add insertion character for overlay modification warnings
2022-05-30 8:32 UTC
[Ada] Fix Warn_On_Late_Primitives messages not being properly tagged
2022-05-30 8:32 UTC
[Ada] Deconstruct deferred references
2022-05-30 8:32 UTC
[Ada] Fix -gnatw.f warnings not having the right insertion characters
2022-05-30 8:32 UTC
[Ada] Avoid creating a finalization wrapper block for functions
2022-05-30 8:32 UTC
[Ada] Incorrect unreferenced warnings on null subprograms and formals with aspects
2022-05-30 8:32 UTC
[Ada] Fix illegal Ada in s-dwalin.adb
2022-05-30 8:32 UTC
[Ada] Incorrect determination of whether an expression is predicate-static
2022-05-30 8:32 UTC
[Ada] Fix expansion of aggregate for discriminated limited extension
2022-05-30 8:32 UTC
[Ada] Do not freeze specifically for dispatch tables
2022-05-30 8:32 UTC
[Ada] Do not analyze expression functions for dispatch tables
2022-05-30 8:32 UTC
[Ada] Introduce Opt.CCG_Mode
2022-05-30 8:32 UTC
[Ada] Update proofs of double arithmetic unit after prover changes
2022-05-30 8:32 UTC
[Ada] Tweaks to hardening docs
2022-05-30 8:32 UTC
[Ada] Fix typo in comment for functional sets
2022-05-30 8:32 UTC
[Ada] Restore hiding of predefined "=" operator through class-wide type
2022-05-30 8:32 UTC
[Ada] Do not freeze profiles for dispatch tables
2022-05-30 8:32 UTC
[Ada] Adapt proof of runtime unit s-arit32
2022-05-30 8:32 UTC
[Ada] PR ada/105303 Fix use of Assertion_Policy in internal generics unit
2022-05-30 8:32 UTC
[Ada] Delete no-longer-used Convert_To_Return_False flag
2022-05-30 8:32 UTC
[Ada] Add empty constructors to the functional containers
2022-05-30 8:32 UTC
[Ada] Fix new CUDA kernel registration scheme
2022-05-30 8:32 UTC
[PATCH] x86: {,v}psadbw have commutative source operands
2022-05-30 8:28 UTC (4+ messages)
[0/9] [middle-end] Add param to vec_perm_const hook to specify mode of input operand
2022-05-30 8:15 UTC (5+ messages)
vec_perm_const hook -- Fix build failure in ARM backend
2022-05-30 7:59 UTC (3+ messages)
[PATCH] Mips: Enable asynchronous unwind tables with both ASAN and LSAN
2022-05-30 7:10 UTC (2+ messages)
` [PATCH] Mips: Enable asynchronous unwind tables with both ASAN and TSAN
nvptx: forward '-v' command-line option to assembler, linker (was: [MentorEmbedded/nvptx-tools] Issue 30: Ignore not-supported sm_* error without --verify (PR #31))
2022-05-30 7:06 UTC (2+ messages)
[PATCH] testsuite: constraint some of fp tests to hard_float
2022-05-30 3:53 UTC
[PATCH v2] RISC-V/testsuite: constraint some of tests to hard_float
2022-05-30 3:50 UTC (3+ messages)
` [PATCH v3] "
[PATCH] c++: Add !TYPE_P assert to type_dependent_expression_p [PR99080]
2022-05-30 2:06 UTC (4+ messages)
page: next (older) | prev (newer) | 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).