summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Support load/store in mov<mode> pattern for RVV modes.Ju-Zhe Zhong2022-10-2625-28/+2421
* RISC-V: Recognized Svinval and Svnapot extensionsMonk Chiang2022-10-265-0/+109
* RISC-V: Adjust table indentation in commnet for riscv-modes.defJu-Zhe Zhong2022-10-261-23/+23
* gcc/configure: regenerateMartin Liska2022-10-261-2/+2
* Convert flag_finite_math_only uses in frange to HONOR_*.Aldy Hernandez2022-10-262-9/+9
* rs6000: cannot_force_const_mem for HIGH code rtx[PR106460]Jiufu Guo2022-10-262-2/+17
* RISC-V: Add h extension supportKito Cheng2022-10-264-16/+77
* Don't force DWARF4 for AutoFDO testsEugene Rozenfeld2022-10-251-1/+1
* Daily bump.GCC Administrator2022-10-264-1/+279
* Start using discriminators in AutoFDO.Eugene Rozenfeld2022-10-251-2/+3
* c++: Adjust synthetic template parm creationNathan Sidwell2022-10-251-11/+15
* c++: remove use_default_args parm of coerce_template_parmsPatrick Palka2022-10-253-85/+32
* c++: correct fold_operand changeJason Merrill2022-10-251-1/+2
* c++ modules: enum TYPE_MIN/MAX_VALUE streaming [PR106848]Patrick Palka2022-10-257-15/+67
* Always use TYPE_MODE instead of DECL_MODE for vector fieldH.J. Lu2022-10-252-2/+40
* c++: constexpr-evaluate more assumesJason Merrill2022-10-253-44/+133
* c++: improve failed constexpr assume diagnosticJason Merrill2022-10-254-44/+55
* rs6000: Add CCANY; replace <un>signed by <mode:CCANY>Segher Boessenkool2022-10-253-20/+19
* tree-optimization/107176 - SCEV analysis association issueRichard Biener2022-10-252-157/+185
* Relax assertion in profilerEric Botcazou2022-10-254-5/+20
* Move NOP stripping in SCEV analysisRichard Biener2022-10-251-2/+4
* Remove znver4 instruction reservationsTejas Joshi2022-10-252-814/+37
* gimplify: Fix comment typosJakub Jelinek2022-10-251-1/+1
* gimplify: Call gimple_boolify on IFN_ASSUME argument [PR107368]Jakub Jelinek2022-10-252-1/+11
* MIPS: add builtime option for -mcompact-branchesYunQiang Su2022-10-253-3/+32
* MIPS: Not trigger error for pre-R6 and -mcompact-branches=alwaysYunQiang Su2022-10-257-23/+43
* gimplify: Don't add GIMPLE_ASSUME if errors were seen [PR107369]Jakub Jelinek2022-10-253-1/+25
* MIPS: fix building on multiarch platformYunQiang Su2022-10-255-1/+35
* tree-optimization/100756 - niter analysis and foldingRichard Biener2022-10-252-0/+16
* rs6000/test: Support vect_long_long effective targetKewen Lin2022-10-251-1/+4
* vect: Fix wrong shift_n after widening on BE [PR107338]Kewen Lin2022-10-251-6/+11
* riscv: fix cross compilerMartin Liska2022-10-251-4/+4
* i386: fix pedantic warningMartin Liska2022-10-251-1/+1
* Daily bump.GCC Administrator2022-10-258-1/+333
* analyzer: fix ICE on va_copy [PR107349]David Malcolm2022-10-244-3/+20
* diagnostics: fix ICE in sarif output with NULL filename [PR107366]Martin Liska2022-10-242-1/+21
* analyzer: handle (NULL == &VAR) [PR107345]David Malcolm2022-10-242-3/+29
* analyzer: simplify sm_state_map lookupDavid Malcolm2022-10-243-92/+48
* analyzer: handle "pipe" and "pipe2" [PR106300]David Malcolm2022-10-2411-9/+420
* tree: add build_string_literal overloadsJason Merrill2022-10-246-38/+21
* libgomp/nvptx: Prepare for reverse-offload callback handling, resolve spuriou...Thomas Schwinge2022-10-241-0/+2
* x86: fix VENDOR_MAX enum valueMartin Liska2022-10-241-1/+3
* c++: ICE with invalid structured bindings [PR107276]Marek Polacek2022-10-243-2/+15
* c, c++: Fix up excess precision handling of scalar_to_vector conversion [PR10...Jakub Jelinek2022-10-244-5/+38
* libgomp/nvptx: Prepare for reverse-offload callback handlingTobias Burnus2022-10-2411-18/+248
* [AArch64] Improve immediate expansion [PR106583]Wilco Dijkstra2022-10-242-225/+301
* c++: Fix up constexpr handling of char/signed char/short pre/post inc/decreme...Jakub Jelinek2022-10-242-0/+27
* c-family: Implicitly return zero from main even on freestandingArsen Arsenović2022-10-249-18/+41
* [PR tree-optimization/107355] Handle NANs in abs range-op entry.Aldy Hernandez2022-10-242-0/+22
* OpenMP: Fix reverse offload GOMP_TARGET_REV IFN corner cases [PR107236]Tobias Burnus2022-10-243-7/+24