aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-10-26Check if varying may also be non-negative.Andrew MacLeod1-0/+8
2022-10-26i386: add reset_cpu_featureMartin Liska1-5/+33
2022-10-26RISC-V: Fix epilogue generation for barrier.Ju-Zhe Zhong1-2/+2
2022-10-26RISC-V: ADJUST_NUNITS according to -march.Ju-Zhe Zhong5-53/+50
2022-10-26RISC-V: Support load/store in mov<mode> pattern for RVV modes.Ju-Zhe Zhong25-28/+2421
2022-10-26RISC-V: Recognized Svinval and Svnapot extensionsMonk Chiang5-0/+109
2022-10-26RISC-V: Adjust table indentation in commnet for riscv-modes.defJu-Zhe Zhong1-23/+23
2022-10-26gcc/configure: regenerateMartin Liska1-2/+2
2022-10-26Convert flag_finite_math_only uses in frange to HONOR_*.Aldy Hernandez2-9/+9
2022-10-26rs6000: cannot_force_const_mem for HIGH code rtx[PR106460]Jiufu Guo2-2/+17
2022-10-26RISC-V: Add h extension supportKito Cheng4-16/+77
2022-10-25Don't force DWARF4 for AutoFDO testsEugene Rozenfeld1-1/+1
2022-10-26Daily bump.GCC Administrator4-1/+279
2022-10-25Start using discriminators in AutoFDO.Eugene Rozenfeld1-2/+3
2022-10-25c++: Adjust synthetic template parm creationNathan Sidwell1-11/+15
2022-10-25c++: remove use_default_args parm of coerce_template_parmsPatrick Palka3-85/+32
2022-10-25c++: correct fold_operand changeJason Merrill1-1/+2
2022-10-25c++ modules: enum TYPE_MIN/MAX_VALUE streaming [PR106848]Patrick Palka7-15/+67
2022-10-25Always use TYPE_MODE instead of DECL_MODE for vector fieldH.J. Lu2-2/+40
2022-10-25c++: constexpr-evaluate more assumesJason Merrill3-44/+133
2022-10-25c++: improve failed constexpr assume diagnosticJason Merrill4-44/+55
2022-10-25rs6000: Add CCANY; replace <un>signed by <mode:CCANY>Segher Boessenkool3-20/+19
2022-10-25tree-optimization/107176 - SCEV analysis association issueRichard Biener2-157/+185
2022-10-25Relax assertion in profilerEric Botcazou4-5/+20
2022-10-25Move NOP stripping in SCEV analysisRichard Biener1-2/+4
2022-10-25Remove znver4 instruction reservationsTejas Joshi2-814/+37
2022-10-25gimplify: Fix comment typosJakub Jelinek1-1/+1
2022-10-25gimplify: Call gimple_boolify on IFN_ASSUME argument [PR107368]Jakub Jelinek2-1/+11
2022-10-25MIPS: add builtime option for -mcompact-branchesYunQiang Su3-3/+32
2022-10-25MIPS: Not trigger error for pre-R6 and -mcompact-branches=alwaysYunQiang Su7-23/+43
2022-10-25gimplify: Don't add GIMPLE_ASSUME if errors were seen [PR107369]Jakub Jelinek3-1/+25
2022-10-25MIPS: fix building on multiarch platformYunQiang Su5-1/+35
2022-10-25tree-optimization/100756 - niter analysis and foldingRichard Biener2-0/+16
2022-10-25rs6000/test: Support vect_long_long effective targetKewen Lin1-1/+4
2022-10-25vect: Fix wrong shift_n after widening on BE [PR107338]Kewen Lin1-6/+11
2022-10-25riscv: fix cross compilerMartin Liska1-4/+4
2022-10-25i386: fix pedantic warningMartin Liska1-1/+1
2022-10-25Daily bump.GCC Administrator6-1/+294
2022-10-24analyzer: fix ICE on va_copy [PR107349]David Malcolm4-3/+20
2022-10-24diagnostics: fix ICE in sarif output with NULL filename [PR107366]Martin Liska2-1/+21
2022-10-24analyzer: handle (NULL == &VAR) [PR107345]David Malcolm2-3/+29
2022-10-24analyzer: simplify sm_state_map lookupDavid Malcolm3-92/+48
2022-10-24analyzer: handle "pipe" and "pipe2" [PR106300]David Malcolm11-9/+420
2022-10-24tree: add build_string_literal overloadsJason Merrill6-38/+21
2022-10-24x86: fix VENDOR_MAX enum valueMartin Liska1-1/+3
2022-10-24c++: ICE with invalid structured bindings [PR107276]Marek Polacek3-2/+15
2022-10-24c, c++: Fix up excess precision handling of scalar_to_vector conversion [PR10...Jakub Jelinek4-5/+38
2022-10-24[AArch64] Improve immediate expansion [PR106583]Wilco Dijkstra2-225/+301
2022-10-24c++: Fix up constexpr handling of char/signed char/short pre/post inc/decreme...Jakub Jelinek2-0/+27
2022-10-24c-family: Implicitly return zero from main even on freestandingArsen Arsenović9-18/+41