]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
2023-09-20 Patrick O'NeillRISC-V: Remove math.h import to resolve missing stubs...
2023-09-20 Aldy Hernandez[frange] Remove special casing from unordered operators.
2023-09-20 Jakub Jelinekc, c++: Accept __builtin_classify_type (typename)
2023-09-20 Juzhe-Zhonginternal-fn: Support undefined rtx for uninitialized...
2023-09-20 Patrick Palkac++: improve class NTTP object pretty printing [PR111471]
2023-09-20 Patrick Palkac++: further optimize tsubst_template_decl
2023-09-20 Tobias BurnusOpenMP: Add ME support for 'omp allocate' stack variables
2023-09-20 Yanzhang WangRISC-V: Support simplifying x/(-1) to neg for vector.
2023-09-20 Juzhe-ZhongRISC-V: Support VLS floating-point extend/truncate
2023-09-20 Juzhe-ZhongRISC-V: Fix Demand comparison bug[VSETVL PASS]
2023-09-20 Iain SandoeDarwin: Move checking of the 'shared' driver spec.
2023-09-20 Richard Bienertree-optimization/111489 - raise --param uninit-max...
2023-09-20 Richard Bienertree-optimization/111489 - turn uninit limits to params
2023-09-20 Jakub Jelinekmiddle-end: use MAX_FIXED_MODE_SIZE instead of precidio...
2023-09-20 Lehua DingRISC-V: Reorganize and rename combine patterns in autov...
2023-09-20 Jakub Jelinekopenmp: Add omp::decl attribute support [PR111392]
2023-09-20 Lehua DingRISC-V: Fixed ICE caused by missing operand
2023-09-20 Omar Sandovaldebug/111409 - don't generate COMDAT macro sections...
2023-09-20 Jiufu Guotestcase: rename pr111303.c to pr111324.c
2023-09-20 Juzhe-ZhongRISC-V: Extend VLS modes in 'VWEXTI' iterator
2023-09-20 Surya Kumari... ira: Consider save/restore costs of callee-save registe...
2023-09-20 mengqinggangModify gas uleb128 support test
2023-09-20 Lulu ChengLoongArch: Check whether binutils supports the relax...
2023-09-20 GCC AdministratorDaily bump.
2023-09-19 Ben Boeckelc++modules: report module mapper files as a dependency
2023-09-19 Ben Boeckelc++modules: report imported CMI files as dependencies
2023-09-19 Ben Boeckelp1689r5: initial support
2023-09-19 Ben Boeckelspec: add a spec function to join arguments
2023-09-19 Patrick O'NeillRISC-V: Fix --enable-checking=rtl ICE on rv32gc bootstrap
2023-09-19 Aldy Hernandez[frange] Clean up floating point relational folding.
2023-09-19 Javier Martinezc++: extend cold, hot attributes to classes
2023-09-19 Patrick Palkac++: fix cxx_print_type's template-info dumping
2023-09-19 Pat HaugenDisable generation of scalar modulo instructions.
2023-09-19 Gaius MulleyPR 108143/modula2 LONGREAL and powerpc64le-linux
2023-09-19 Jeff LawFix bogus operand predicate on iq2000
2023-09-19 Harald Anlauffortran: fix checking of CHARACTER lengths in array...
2023-09-19 Aldy Hernandez[frange] Remove redundant known_isnan() checks.
2023-09-19 Aldy HernandezAdd frange::update_nan (const nan_state &).
2023-09-19 Aldy Hernandez[frange] Add op2_range for operator_not_equal.
2023-09-19 Jakub Jelinektestsuite work-around compound-assignment-1.c C++ failu...
2023-09-19 Jason Merrillc++: inherited default constructor [CWG2799]
2023-09-19 Andrew MacLeodNew early __builtin_unreachable processing.
2023-09-19 Marek Polacekc++: Move consteval folding to cp_fold_r
2023-09-19 Richard Bienerc/111468 - dump unordered compare operators in their...
2023-09-19 Patrick Palkac++: overeager type completion in convert_to_void ...
2023-09-19 Patrick Palkac++: constness of decltype of NTTP object [PR99631]
2023-09-19 Juzhe-ZhongRISC-V: Add FNMS floating-point VLS tests
2023-09-19 Thomas SchwingeLTO: Get rid of 'lto_mode_identity_table'
2023-09-19 Juzhe-ZhongRISC-V: Fix RVV can change mode class bug
2023-09-19 Richard Waiada: TSS finalize address subprogram generation for...
2023-09-19 Richard Waiada: Private extensions with the keyword "synchronized...
2023-09-19 Juzhe-ZhongRISC-V: Support VLS unary floating-point patterns
2023-09-19 Marc Poulhièsada: Refine upper array bound for bit packed array
2023-09-19 Javier Mirandaada: Crash processing type invariants on child subprogram
2023-09-19 Richard Bienertree-optimization/111465 - bougs jump threading with...
2023-09-19 Richard Bienerc/111468 - add unordered compare and pointer diff to...
2023-09-19 Juzhe-ZhongRISC-V: Support VLS floating-point FMA/FNMA/FMS auto...
2023-09-19 Jakub Jelinekmatch.pd: Some build_nonstandard_integer_type tweaks
2023-09-19 Juzhe-ZhongRISC-V: Support integer FMA/FNMA VLS modes autovectoriz...
2023-09-19 Jakub Jelineksmall _BitInt tweaks
2023-09-19 Jakub Jelineklibgomp: Handle NULL environ like pointer to NULL point...
2023-09-19 Prathamesh... [testsuite][aarch64] Adjust vect_copy_lane_1.c for...
2023-09-19 Lehua DingRISC-V: Refactor and cleanup fma patterns
2023-09-19 Tsukasa OIRISC-V: Fix typos on comments (SVE -> RVV)
2023-09-19 Tsukasa OIRISC-V: Add builtin .def file dependencies
2023-09-19 GCC AdministratorDaily bump.
2023-09-18 Pan LiRISC-V: Support VLS mode for vec_set
2023-09-18 Pan LiRISC-V: Bugfix for scalar move with merged operand
2023-09-18 Andrew PinskiMATCH: Make zero_one_valued_p non-recursive fully
2023-09-18 Andrew PinskiMATCH: Avoid recursive zero_one_valued_p for conversions
2023-09-18 Patrick Palkac++: optimize unifying nested templated classes [PR89231]
2023-09-18 Patrick Palkac++: non-dependent assignment checking [PR63198, PR18474]
2023-09-18 Patrick Palkac++: unifying identical tmpls from current inst [PR108347]
2023-09-18 Patrick Palkac++: always check arity before deduction
2023-09-18 Iain SandoeDarwin,debug : Switch to DWARF 3 or 4 when dsymutil...
2023-09-18 Iain Sandoeconfigure, Darwin: Adjust handing of stdlib option.
2023-09-18 Patrick Palkac++: optimize tsubst_template_decl for function templates
2023-09-18 Andrew PinskiMATCH: Add simplifications of `(a == CST) & a`
2023-09-18 Thomas SchwingeMove 'g++.dg/abi/nvptx-[...].C' -> 'g++.target/nvptx...
2023-09-18 Thomas SchwingeAdd 'g++.target/nvptx/nvptx.exp' for nvptx-specific...
2023-09-18 Thomas SchwingeFix up 'g++.dg/abi/nvptx-ptrmem1.C'
2023-09-18 Jonathan Wakelylibstdc++: Minor tweak to C++20 status docs
2023-09-18 Jonathan Wakelylibstdc++: Update C++20 and C++23 status docs
2023-09-18 Juzhe-ZhongRISC-V: Remove redundant vec_duplicate pattern
2023-09-18 Juzhe-ZhongRISC-V: Fix bogus FAILs of vsetvl testcases
2023-09-18 Lehua DingRISC-V: Removed misleading comments in testcases
2023-09-18 Wilco DijkstraAArch64: Improve immediate expansion [PR105928]
2023-09-18 Wilco DijkstraAArch64: List official cores before codenames
2023-09-18 Lehua DingRISC-V: Add fixed PR111255 testcase by other patch
2023-09-18 Juzhe-ZhongRISC-V: Support VLS reduction
2023-09-18 Jonathan Wakelylibstdc++: Minor update to installation docs
2023-09-18 Juzhe-ZhongRISC-V: Fix VSETVL PASS fusion bug
2023-09-18 Fei GaoMAINTAINERS: Add myself to write after approval
2023-09-18 Richard Bienertree-optimization/111294 - backwards threader PHI costing
2023-09-18 Juzhe-ZhongRISC-V: Support VLS modes vec_init auto-vectorization
2023-09-18 Juzhe-ZhongRISC-V: Remove autovec-vls.md file and clean up VLS...
2023-09-18 Juzhe-ZhongRISC-V: Support VLS modes reduction[PR111153]
2023-09-18 Jason Merrilldoc: GTY((cache)) documentation tweak
2023-09-18 Jason Merrillc++: overlapping subobjects tweak
2023-09-18 Juzhe-ZhongRISC-V: Remove redundant codes of VLS patterns[NFC]
next
This page took 0.088369 seconds and 5 git commands to generate.