aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-08-28MIPS: use N64 ABI by default if the triple end with -gnuabi64YunQiang Su1-0/+14
2021-08-28fix latent bootstrap-debug issueAlexandre Oliva2-3/+4
2021-08-28Daily bump.GCC Administrator4-1/+137
2021-08-27c++: Set type on dependent ARROW_EXPRJason Merrill1-3/+9
2021-08-27Support limited setcc for H8Jeff Law5-35/+89
2021-08-27Update comments in float128-call.c test.Michael Meissner1-5/+7
2021-08-27Reduce vector comparison of uniform vectors to a scalar comparisonJeff Law1-0/+65
2021-08-27Fix float128-call.c test for power8 IEEE 128 and power10.Michael Meissner1-8/+19
2021-08-27Darwin : Mark the mod init/term section starts with a linker-visible sym.Iain Sandoe2-5/+35
2021-08-27rs6000: Execute the automatic built-in initialization codeBill Schmidt2-2/+14
2021-08-27testsuite, Darwin : Do not claim 'GAS' for cctools assembler.Iain Sandoe1-1/+8
2021-08-27configure: Adjust several assembler checks to remove an unused parm.Iain Sandoe1-5/+5
2021-08-27call_summary: add missing template keywordAnthony Sharp1-2/+2
2021-08-27tree-optimization/45178 - DCE of dead control flow in infinite loopRichard Biener2-9/+14
2021-08-27i386: Fix wrong optimization for consecutive masked scatters [PR 101472]konglin13-8/+140
2021-08-26rs6000: Make some BIFs vectorized on P10Kewen Lin10-0/+335
2021-08-26rs6000: Add missing unsigned info for some P10 bifsKewen Lin1-0/+5
2021-08-26aix: packed struct alignment [PR102068]David Edelsohn1-1/+1
2021-08-27Fold more shuffle builtins to VEC_PERM_EXPR.liuhongt4-24/+88
2021-08-27Daily bump.GCC Administrator3-1/+109
2021-08-26[i386] Call force_reg unconditionally.Uros Bizjak2-13/+8
2021-08-26Fix ipa-modref verification icesJan Hubicka1-9/+24
2021-08-26rs6000: Add remaining overloadsBill Schmidt1-0/+6083
2021-08-26rs6000: Add Cell builtinsBill Schmidt1-0/+27
2021-08-26rs6000: Add miscellaneous builtinsBill Schmidt1-0/+215
2021-08-26rs6000: Add MMA builtinsBill Schmidt1-0/+416
2021-08-26Refactor warn_uninit() code.Martin Sebor1-103/+83
2021-08-26Improved handling of shifts/rotates in bit CCP.Roger Sayle2-0/+171
2021-08-26[Committed] Tidy up !POINTER_TYPE_P test in match.pd LSHIFT_EXPR foldingRoger Sayle1-1/+0
2021-08-26[i386] Set all_regs to true in the call to replace_rtx [PR102057]Uros Bizjak1-4/+4
2021-08-26Improve handling of modref params.Jan Hubicka3-51/+63
2021-08-26Add full stop to params.opt.Jan Hubicka1-1/+1
2021-08-26Fix off-by-one error in try_merge_withJan Hubicka1-5/+24
2021-08-26Use non-numbered clones for target_clones.Martin Liska7-19/+33
2021-08-26extend.texi: add note about reserved ctor/dtor prioritiesJonathan Yong1-10/+10
2021-08-26Daily bump.GCC Administrator8-1/+247
2021-08-25Add -details to dump option needed after r12-3144.Martin Sebor6-8/+6
2021-08-25Fix tests that require IBM 128-bit long doubleMichael Meissner3-24/+148
2021-08-25Fix PR c++/66590: incorrect warning "reaches end of non-void function" for sw...Andrew Pinski2-0/+24
2021-08-25Avoid printing range table header alone.Martin Sebor2-35/+50
2021-08-25c++: Fix up value initialization of structs with zero width bitfields [PR102019]Jakub Jelinek1-0/+5
2021-08-25Merge load/stores in ipa-modref summariesJan Hubicka8-78/+342
2021-08-25Make xxsplti*, xpermx, xxeval be vecperm type.Michael Meissner1-13/+13
2021-08-25diagnostics: Support for -finput-charset [PR93067]Lewis Hyatt10-12/+198
2021-08-25analyzer: Impose recursion limit on indirect calls.Ankur Saini1-0/+14
2021-08-25tree-optimization/102046 - fix SLP build from scalars with patternsRichard Biener2-0/+23
2021-08-25i386: Optimize lea with zero-extend. [PR 101716]Hongyu Wang2-6/+41
2021-08-25Analyze niter for until-wrap condition [PR101145]Jiufu Guo9-65/+459
2021-08-25i386: Fix _mm512_fpclass_ps_mask in O0 [PR 101471]konglin12-2/+20
2021-08-24rs6000: Add vec_unpacku_{hi,lo}_v4siKewen Lin11-129/+196