]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc
ada: Fix expansion of aggregates with controlled components
[thirdparty/gcc.git] / gcc /
2023-06-13  Eric Botcazouada: Fix expansion of aggregates with controlled components
2023-06-13  Eric Botcazouada: Factor common processing in expansion of aggregates
2023-06-13  Piotr Trojanekada: Remove wrong comment about expansion of exceptions...
2023-06-13  Piotr Trojanekada: Cleanup finding of locally handled exception handlers
2023-06-13  Piotr Trojanekada: Cleanup expansion of locally handled exception...
2023-06-13  Piotr Trojanekada: Tune style in detection of writable function actuals
2023-06-13  Piotr Trojanekada: Simplify appending to a newly created list
2023-06-13  Yannick Moyada: Support new GNAT-specific aspect Ghost_Predicate
2023-06-13  Piotr Trojanekada: Remove explicit decoration of wrapper created...
2023-06-13  Pan LiRISC-V: Fix one typo in full-vec-movel test
2023-06-13  Tejas BelagodAArch64: [PR96339] Optimise svlast[ab]
2023-06-13  Andi KleenUpdate perf auto profile script
2023-06-13  Juzhe-ZhongRISC-V: Fix V_WHOLE && V_FRACT iterator requirement
2023-06-13  Juzhe-ZhongRISC-V: Enhance RVV VLA SLP auto-vectorization with...
2023-06-13  GCC AdministratorDaily bump.
2023-06-12  Gaius MulleyPR modula2/110189 Using an unknown TYPE as argument...
2023-06-12  Jeff Law[committed] [PR rtl-optimization/101188] Fix reload_cse...
2023-06-12  Prathamesh Kulkarni[aarch64] Improve code-gen for vector initialization...
2023-06-12  Tobias BurnusOpenMP: Cleanups related to the 'present' modifier
2023-06-12  Andrew MacLeodAdd some overrides.
2023-06-12  Andrew MacLeodProvide interface for non-standard operators.
2023-06-12  Andrew MacLeodProvide a default range_operator via range_op_handler.
2023-06-12  Andrew MacLeodSwitch from unified table to range_op_table. There...
2023-06-12  Andrew MacLeodRemove type from range_op_handler table selection
2023-06-12  Andrew MacLeodAdd a hybrid MAX_EXPR operator for integer and pointer.
2023-06-12  Andrew MacLeodAdd a hybrid MIN_EXPR operator for integer and pointer.
2023-06-12  Andrew MacLeodAdd a hybrid BIT_IOR_EXPR operator for integer and...
2023-06-12  Andrew MacLeodAdd a hybrid BIT_AND_EXPR operator for integer and...
2023-06-12  Andrew MacLeodSplit pointer ibased range operators to range-op-ptr.cc
2023-06-12  Andrew MacLeodMove operator_max to the unified range-op table.
2023-06-12  Andrew MacLeodMove operator_min to the unified range-op table.
2023-06-12  Andrew MacLeodMove operator_bitwise_or to the unified range-op table.
2023-06-12  Andrew MacLeodMove operator_bitwise_and to the unified range-op table.
2023-06-12  Andrew MacLeodMove operator_bitwise_xor to the unified range-op table.
2023-06-12  Andrew MacLeodMove operator_bitwise_not to the unified range-op table.
2023-06-12  Andrew MacLeodMove operator_addr_expr to the unified range-op table.
2023-06-12  Gaius MulleyPR modula2/110126 variables are reported as unused...
2023-06-12  Pan LiRISC-V: Fix one potential test failure for RVV vsetvl
2023-06-12  Pan LiRISC-V: Support RVV FP16 MISC vget/vset intrinsic API
2023-06-12  Richard BienerFix disambiguation against .MASK_STORE
2023-06-12  Tamar ChristinaRemove DEFAULT_MATCHPD_PARTITIONS macro
2023-06-12  Juzhe-ZhongRISC-V: Add RVV narrow shift right lowering auto-vector...
2023-06-12  Kyrylo Tkachovsimplify-rtx: Implement constant folding of SS_TRUNCATE...
2023-06-12  Juzhe-ZhongRISC-V: Add ZVFHMIN block autovec testcase
2023-06-12  Eric BotcazouFix oversight in latest change
2023-06-12  Tamar ChristinaRegenerate config.in
2023-06-12  Andre Vieiravect: Don't pass subtype to vect_widened_op_tree where...
2023-06-12  liuhongtAdd missing vec_pack/unpacks patterns for _Float16...
2023-06-12  Richard Bienermiddle-end/110200 - genmatch force-leaf and convert...
2023-06-12  Jason Merrillc++: build initializer_list<string> in a loop [PR105838]
2023-06-12  Kewen Linrs6000: Guard __builtin_{un,}pack_vector_int128 with...
2023-06-12  Kewen Linrs6000: Don't use TFmode for 128 bits fp constant in...
2023-06-12  Pan LiRISC-V: Add test cases for RVV FP16 undefined and vlmul...
2023-06-12  Pan LiRISC-V: Support RVV FP16 MISC vlmul ext intrinsic API
2023-06-12  David Edelsohnaix: Debugging does not require a stack frame.
2023-06-12  GCC AdministratorDaily bump.
2023-06-11  Patrick Palkac++: unsynthesized defaulted constexpr fn [PR110122]
2023-06-11  Patrick Palkac++: extend lookup_template_class shortcut [PR110122]
2023-06-11  Georg-Johann LayUse canonical form for reversed single-bit insertions...
2023-06-11  Georg-Johann Laytarget/19907: Overhaul bit extractions.
2023-06-11  Juzhe-ZhongRISC-V: Rework Phase 5 && Phase 6 of VSETVL PASS
2023-06-11  GCC AdministratorDaily bump.
2023-06-10  Aldy HernandezConvert ipcp_vr_lattice to type agnostic framework.
2023-06-10  Nathan Sidwellc++: Adjust conversion deduction [PR61663][DR976]
2023-06-10  Georg-Johann Laytarget/109650: Fix wrong code after cc0 -> CCmode trans...
2023-06-10  Francois-Xavier... Fortran: add Fortran 2018 IEEE_{MIN,MAX} functions
2023-06-10  Tim Langetestsuite: Add more allocation size tests for conjured...
2023-06-10  Tim Langeanalyzer: Fix allocation size false positive on conjure...
2023-06-10  Pan LiRISC-V: Add test cases for RVV FP16 vreinterpret
2023-06-10  Juzhe-ZhongRISC-V: Enable select_vl for RVV auto-vectorization
2023-06-10  Andrew MacLeodUnify MULT_EXPR range operator
2023-06-10  Andrew MacLeodUnify NEGATE_EXPR range operator
2023-06-10  Andrew MacLeodUnify MINUS_EXPR range operator
2023-06-10  Andrew MacLeodUnify ABS_EXPR range operator
2023-06-10  Andrew MacLeodUnify PLUS_EXPR range operator
2023-06-10  Andrew MacLeodUnify operator_cast range operator
2023-06-10  Andrew MacLeodUnify operator_cst range operator
2023-06-10  Andrew MacLeodUnify Identity range operator
2023-06-10  Andrew MacLeodUnify GE_EXPR range operator
2023-06-10  Andrew MacLeodUnify GT_EXPR range operator
2023-06-10  Andrew MacLeodUnify LE_EXPR range operator
2023-06-10  Andrew MacLeodUnify LT_EXPR range operator
2023-06-10  Andrew MacLeodUnify NE_EXPR range operator
2023-06-10  Andrew MacLeodUnify EQ_EXPR range operator
2023-06-10  Andrew MacLeodProvide a unified range-op table.
2023-06-10  GCC AdministratorDaily bump.
2023-06-09  Ju-Zhe ZhongVECT: Add SELECT_VL support
2023-06-09  David Malcolmanalyzer: add caching to globals with initializers...
2023-06-09  Andrew MacLeodAlso check type being cast to
2023-06-09  Andrew MacLeodRelocate range_cast to header, and add a generic version.
2023-06-09  Jason Merrillc++: fix 32-bit spaceship failures [PR110185]
2023-06-09  Jason Merrillc++: diagnose auto in template arg
2023-06-09  Jason Merrillc++: init-list of uncopyable type [PR110102]
2023-06-09  Marek Polacekdoc: Clarification for -Wmissing-field-initializers
2023-06-09  Andrew PinskiAdd Plus to the op list of `(zero_one == 0) ? y : z...
2023-06-09  Andrew PinskiChange the `(zero_one ==/!= 0) ? y : z <op> y` patterns...
2023-06-09  Andrew PinskiMATCH: Allow unsigned types for `X & -Y -> X * Y` pattern
2023-06-09  Andrew PinskiMATCH: Fix zero_one_valued_p not to match signed 1...
2023-06-09  Lehua Dingtestsuite: fix the condition bug in tsvc s176
2023-06-09  Richard Bienermiddle-end/110182 - TYPE_PRECISION on VECTOR_TYPE cause...
next