analyzer: fix feasibility false +ve on jumps through function ptrs [PR107582]
[platform/upstream/gcc.git] / gcc / testsuite /
2022-11-19 David Malcolmanalyzer: fix feasibility false +ve on jumps through...
2022-11-18 David Malcolmanalyzer: move more impl_* to known_function
2022-11-18 Philipp TomsichRISC-V: No extensions for SImode min/max against safe...
2022-11-18 Philipp TomsichRISC-V: Handle "(a & twobits) == singlebit" in branches...
2022-11-18 Philipp TomsichRISC-V: Use bseti/bclri/binvi to extend reach of ori...
2022-11-18 Philipp TomsichRISC-V: Optimize slli(.uw)? + addw + zext.w into sh...
2022-11-18 Philipp TomsichRISC-V: split to allow formation of sh[123]add before...
2022-11-18 Philipp TomsichRISC-V: Optimize branches testing a bit-range or a...
2022-11-18 Philipp TomsichRISC-V: allow bseti on SImode without sign-extension
2022-11-18 Jakub JelinekManually add entries for r13-4128.
2022-11-18 Harald AnlaufFortran: reject NULL actual argument without explicit...
2022-11-18 GCC AdministratorDaily bump.
2022-11-18 Andrew PinskiFix PR middle-end/107705: ICE after reclaration error
2022-11-18 Andrew PinskiFix PRs 106764, 106765, and 107307, all ICE after inval...
2022-11-18 Yixuan ChenFix testcase for architectures that use .srodata
2022-11-18 Kyrylo Tkachovaarch64: Fix LDAPURS assembly output
2022-11-18 Torbjörn SVENSSONtestsuite: Verify that module-mapper is available
2022-11-18 Kyrylo Tkachovaarch64: Fix up LDAPR codegen
2022-11-18 Jakub Jelinekc++: Implement CWG2635 - Constrained structured bindings
2022-11-18 Richard Bienertree-optimization/107647 - avoid FMA from SLP with...
2022-11-18 Jinyang HeLoongArch: Fix atomic_exchange expanding [PR107713]
2022-11-18 Marek Polacekc++: constinit on pointer to function [PR104066]
2022-11-17 Aldy Hernandez[PR tree-optimization/107732] [range-ops] Handle attemp...
2022-11-17 David Malcolmc, analyzer: fix ICE with -fanalyzer and -Wunused-macro...
2022-11-17 Philipp TomsichRISC-V: Optimize masking with two clear bits not a...
2022-11-17 Philipp TomsichRISC-V: bitmanip: add splitter to use bexti for "(a...
2022-11-17 mtsamisEnable shrink wrapping for the RISC-V target.
2022-11-17 Lili Cuix86: Enable 256 move by pieces for ALDERLAKE machine.
2022-11-17 Tamar Christinamiddle-end: ensure that VEC_PERM operands get lowered...
2022-11-17 Jia-Wei ChenRISC-V: Optimize RVV epilogue logic.
2022-11-17 GCC AdministratorDaily bump.
2022-11-16 David Malcolmanalyzer: more test coverage for named constants
2022-11-16 David Malcolmanalyzer: log the stashing of named constants [PR107711]
2022-11-16 Steve KarglFortran: ICE on procedure arguments with non-integer...
2022-11-16 Marek Polacekc++: P2448 - Relaxing some constexpr restrictions ...
2022-11-16 Harald AnlaufFortran: error recovery after reference to bad CLASS...
2022-11-16 Harald AnlaufFortran: ICE in simplification of array expression...
2022-11-16 Philipp TomsichRISC-V: Split "(a & (1UL << bitno)) ? 0 : 1" to bext...
2022-11-16 Philipp TomsichRISC-V: Split "(a & (1UL << bitno)) ? 0 : -1" to bext...
2022-11-16 Hans-Peter Nilssontestsuite: Fix mistransformed gcov
2022-11-16 Richard Bienertree-optimization/107686 - fix bitfield ref through...
2022-11-16 Richard Bienermiddle-end/107679 - fix SSA rewrite of clobber of parameter
2022-11-16 Jakub Jelinekc++: Alignment changes to layout compatibility/common...
2022-11-16 Jakub Jelinekc++: Fix up calls to static operator() or operator...
2022-11-16 David Malcolmanalyzer: use known_function to simplify region_model...
2022-11-16 Jakub Jelinekc++: Implement CWG 2654 - Un-deprecation of compound...
2022-11-16 Jakub Jelinekc++: Allow attributes on concepts - DR 2428
2022-11-16 Jakub Jelinekragen-op-float: Fix up float_binary_op_range_finish...
2022-11-16 Kewen Linrtl: Try to remove EH edges after {pro,epi}logue genera...
2022-11-16 GCC AdministratorDaily bump.
2022-11-15 Marek Polacekc++: Disable -Wignored-qualifiers for template args...
2022-11-15 Philipp TomsichRISC-V: Zihintpause: add __builtin_riscv_pause
2022-11-15 David Malcolmanalyzer: add warnings relating to sockets [PR106140]
2022-11-15 David Malcolmc, analyzer: support named constants in analyzer [PR106302]
2022-11-15 Lewis Hyattdiagnostics: Fix macro tracking for ad-hoc locations
2022-11-15 Martin Liskaasan: update expected format based on ASAN
2022-11-15 Patrick Palkac++: remove i_c_e_p parm from tsubst_copy_and_build
2022-11-15 Martin LiskaRevert "docs: Fix expected diagnostics URL [PR107599]"
2022-11-15 Andre Vieiraaarch64: Add support for widening LDAPR instructions
2022-11-15 Andre Vieiraaarch64: Enable the use of LDAPR for load-acquire semantics
2022-11-15 GCC AdministratorDaily bump.
2022-11-15 Jakub Jelinekc++: Add testcase for DR 2392
2022-11-15 Jakub Jelinekc++: Implement C++23 P2589R1 - - static operator[]
2022-11-15 Jakub Jelinekc++: Add testcase for DR 2604
2022-11-15 Hongyu WangOptimize VEC_PERM_EXPR with same permutation index...
2022-11-15 Marek Polacekc++: Disable -Wdangling-reference when initing T&
2022-11-14 Jason Merrillc++: only declare satisfied friends
2022-11-14 Kyrylo Tkachovaarch64: Add support for +cssc
2022-11-14 Tamar ChristinaAArch64: Add SVE2 implementation for pow2 bitmask division
2022-11-14 Tamar ChristinaAArch64: Add implementation for pow2 bitmask division.
2022-11-14 Tamar Christinamiddle-end: Support not decomposing specific divisions...
2022-11-14 Tamar Christinamiddle-end: Add optimized float addsub without needing...
2022-11-14 Srinath Parvathaneniarm: Add support for Cortex-X1C CPU.
2022-11-14 Haochen Jiangi386: Add AMX-TILE dependency for AMX related ISAs
2022-11-14 Richard Bienerrestrict gcc.dg/pr107554.c to 64bit platforms
2022-11-14 Hongyu WangEnable small loop unrolling for O2
2022-11-14 GCC AdministratorDaily bump.
2022-11-13 David Malcolmanalyzer: new warning: -Wanalyzer-tainted-assertion...
2022-11-13 José Rui Faustino... Fortran: diagnostics for actual arguments to pointer...
2022-11-13 John David AnglinSkip guality tests on hppa-hpux.
2022-11-13 Philipp TomsichRISC-V: optimize '(a >= 0) ? b : 0' to srai + andn...
2022-11-13 Philipp TomsichRISC-V: costs: support shift-and-add in strength-reduction
2022-11-13 Joseph Myersginclude: C2x header version macros
2022-11-13 GCC AdministratorDaily bump.
2022-11-12 Harald AnlaufFortran: fix treatment of character, value, optional...
2022-11-12 Joseph Myersc: C2x constexpr
2022-11-12 Jakub Jelinekrange-op: Implement op[12]_range operators for {PLUS...
2022-11-12 Xi RuoyaoLoongArch: Add flogb.{s,d} instructions and expand...
2022-11-12 Xi RuoyaoLoongArch: Add fscaleb.{s,d} instructions as ldexp...
2022-11-12 Xi RuoyaoLoongArch: Add ftint{,rm,rp}.{w,l}.{s,d} instructions
2022-11-12 Xi RuoyaoLoongArch: Rename frint_<fmt> to rint<mode>2
2022-11-12 GCC AdministratorDaily bump.
2022-11-11 David Malcolmanalyzer: new warning: -Wanalyzer-infinite-recursion...
2022-11-11 Andrew MacLeodDon't add dependencies in update_stmt.
2022-11-11 Richard Bienertree-optimization/107554 - fix ICE in stlen optimization
2022-11-11 Richard Bienertree-optimization/107618 - enhance copy propagation...
2022-11-11 Richard BienerMake last DCE remove empty loops
2022-11-11 Ju-Zhe ZhongRISC-V: Add RVV registers register spilling
2022-11-11 Jonathan Wakelyc-family: Support #pragma region/endregion [PR85487]
2022-11-11 Haochen Jiangi386: Add ISA check for newly introduced prefetch builtins.
next