]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
2023-06-13 Gaius Mulleymodula2 Fixes to the error format specifications
2023-06-13 David Malcolmc/c++: use positive tone in missing header notes [PR84890]
2023-06-13 Nathan Sidwellc++: Fix templated convertion operator demangling
2023-06-13 Francois-Xavier... Fortran: add DATA statement testcase
2023-06-13 Harald AnlaufFortran: fix passing of zero-sized array arguments...
2023-06-13 Jeff LawRemove a couple mudflap remnants
2023-06-13 Jeff LawRemove sh5media divtab code
2023-06-13 Jakub Jelineki386: Fix up whitespace in assembly
2023-06-13 Roger SayleAvoid duplicate vector initializations during RTL expan...
2023-06-13 Lehua DingRISC-V: Remove duplicate `#include "riscv-vector-switch...
2023-06-13 Juzhe-ZhongRISC-V: Add comments of some functions
2023-06-13 Juzhe-ZhongRISC-V: Add more SLP tests
2023-06-13 Juzhe-ZhongRISC-V: Fix bug of VLA SLP auto-vectorization
2023-06-13 Richard BienerFix memory leak in loop header copying
2023-06-13 Jason Merrillc++: mutable temps in rodata
2023-06-13 Yanzhang WangRISC-V: Add vector psabi checking.
2023-06-13 Tobias Burnuslibgomp/testsuite: Add requires-unified-addr-1.{c,f90...
2023-06-13 Kyrylo Tkachovarm: Extend -mtp= arguments
2023-06-13 Kyrylo Tkachovaarch64: Extend -mtp= arguments
2023-06-13 Alexandre Olivafix frange_nextafter odr violation
2023-06-13 Richard Bienermiddle-end/110232 - fix native interpret of vector...
2023-06-13 Richard BienerFix disambiguation against .MASK_LOAD
2023-06-13 “Ajit Kumar... testsuite: Update powerpc test fold-vec-extract-int...
2023-06-13 Kewen Lintestsuite: Check int128 effective target for pr109932...
2023-06-13 Piotr Trojanekada: Fix decoration of iterated component association...
2023-06-13 Bob Duffada: Add missing ss_mark/ss_release in quantified expre...
2023-06-13 Piotr Trojanekada: Recognize iterated_component_association as repeat...
2023-06-13 Piotr Trojanekada: Recognize iterated_component_association as potent...
2023-06-13 Piotr Trojanekada: Disable inlining in potentially unevaluated contexts
2023-06-13 Piotr Trojanekada: Implement new aspect Always_Terminates for SPARK
2023-06-13 Piotr Trojanekada: Skip elaboration checks for abstract subprograms...
2023-06-13 Eric Botcazouada: Fix another case of missing Has_Private_View flag
2023-06-13 Marc Poulhièsada: Fix iterated component initialization
2023-06-13 Eric Botcazouada: Fix exception raised on invalid contract in generi...
2023-06-13 Eric Botcazouada: Fix spurious error on call to function returning...
2023-06-13 Eric Botcazouada: Fix internal error on imported function with post...
2023-06-13 Eric Botcazouada: Streamline expansion of controlled actions for...
2023-06-13 Eric Botcazouada: Remove obsolete code in Analyze_Assignment
2023-06-13 Piotr Trojanekada: Remove unreferenced routine Is_Inherited_Operation...
2023-06-13 Eric Botcazouada: Small housekeeping work in expansion of extension...
2023-06-13 Eric Botcazouada: Fix wrong expansion of limited extension aggregate
2023-06-13 Yannick Moyada: Mark attribute Initialized as ghost code
2023-06-13 Daniel Kingada: Add No_Elaboration_Code_All pragma to System.Stora...
2023-06-13 Eric Botcazouada: Factor out tag assignments from type in expander
2023-06-13 Yannick Moyada: Use ghost predicate in standard library
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... [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.
next
This page took 0.0886 seconds and 5 git commands to generate.