]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc
[frange] Remove redundant known_isnan() checks.
[thirdparty/gcc.git] / gcc /
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  Prathamesh Kulkarni[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  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  Juzhe-ZhongRISC-V: Fix VSETVL PASS fusion bug
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]
2023-09-18  Jiufu Guouse local range for one more pattern in match.pd
2023-09-18  GCC AdministratorDaily bump.
2023-09-17  Andrew PinskiRemove xfail from gcc.dg/tree-ssa/20040204-1.c
2023-09-17  Ajit Kumar Agarwalrs6000: unnecessary clear after vctzlsbb in vec_first_m...
2023-09-17  GCC AdministratorDaily bump.
2023-09-16  Juzhe-ZhongRISC-V: Expand VLS mode to scalar mode move[PR111391]
2023-09-16  Tsukasa OIRISC-V: Make SHA-256, SM3 and SM4 builtins operate...
2023-09-16  Tsukasa OIRISC-V: Make bit manipulation value / round number...
2023-09-16  Pan LiRISC-V: Support FP SGNJX autovec for VLS mode
2023-09-16  GCC AdministratorDaily bump.
2023-09-15  Fei Gaofix PR 111259 invalid zcmp mov predicate.
2023-09-15  David Malcolmanalyzer: support diagnostics that don't have a stmt
2023-09-15  David Malcolmanalyzer: introduce pending_location
2023-09-15  David Malcolmanalyzer: handle volatile ops
2023-09-15  Harald AnlaufFortran: improve bounds-checking for array sections...
2023-09-15  Andrew PinskiMATCH: Improve zero_one_valued_p for cases without...
2023-09-15  Andrew PinskiMATCH: Fix `(1 >> X) != 0` pattern for vector types
2023-09-15  Andrew MacLeodAlways do PHI analysis and before loop analysis.
2023-09-15  Andrew MacLeodFix indentation.
2023-09-15  Qing ZhaoFix PR111407--SSA corruption due to widening_mul opt...
2023-09-15  Eric Botcazouada: Fix minor glitch in finish_record_type
2023-09-15  Piotr Trojanekada: Explicitly analyze and expand null array aggregates
2023-09-15  Eric Botcazouada: Fix wrong optimization of extended return for...
2023-09-15  Patrick Bernardiada: Do not perform local-exception-to-goto optimizatio...
2023-09-15  Patrick Bernardiada: Generate runtime restrictions list when the standa...
2023-09-15  Eric Botcazouada: Fix internal error on misaligned component with...
2023-09-15  Eric Botcazouada: Fix internal error on aggregate nested in containe...
2023-09-15  Kévin Le Gouguecada: Remove GNAT Pro details regarding mold
2023-09-15  Eric Botcazouada: Fix internal error on expression function with...
2023-09-15  Bob Duffada: Clean up scope depth and related code (tech debt)
2023-09-15  Javier Mirandaada: Crash on creation of extra formals on type extension
2023-09-15  Lehua DingRISC-V: Fix using wrong mode to get reduction insn...
2023-09-15  Mikael Morinfortran: Remove reference count update [PR108957]
2023-09-15  Juzhe-Zhongtest: Block SLP check of slp-35.c for vect_strided5
2023-09-15  Juzhe-Zhongtest: Block SLP check of slp-34.c for vect_strided5
2023-09-15  Juzhe-Zhongtest: Block vect_strided5 for slp-34-big-array.c SLP...
2023-09-15  Juzhe-Zhongtest: Block slp-16.c check for target support vect_strided6
2023-09-15  Juzhe-Zhongtest: Isolate slp-1.c check of target supports vect_str...
2023-09-15  Juzhe-Zhongtest: Remove XPASS for RISCV
2023-09-15  Lehua DingRISC-V: Refactor expand_reduction and cleanup enum...
2023-09-15  Richard Sandifordaarch64: Fix loose ldpstp check [PR111411]
next