aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-20[Ada] tech debt: Clean up Uint fields, such as EsizeBob Duff33-377/+431
2021-10-20[Ada] Warning on nonmatching subtypes in fully conforming subprogram specs an...Gary Dismukes6-1/+185
2021-10-20[Ada] Prevent use of an uninitialized AST field with universal integerPiotr Trojanek1-0/+1
2021-10-20[Ada] Expose and use type-generic GCC atomic builtinsEric Botcazou6-430/+123
2021-10-20[Ada] Rewrite tests on Convention_IntrinsicEric Botcazou2-10/+12
2021-10-20[Ada] Small cleanup in Eval_Integer_LiteralEric Botcazou2-19/+15
2021-10-20[Ada] Get rid of Frontend_Exceptions refsDoug Rupp4-518/+0
2021-10-20[Ada] Issue warning on unused quantified expressionYannick Moy1-13/+59
2021-10-20[Ada] Fix type conversion handling in validity checksMarc Poulhiès1-1/+10
2021-10-20Remove unused back_threader_registry::m_threaded_paths.Aldy Hernandez1-10/+1
2021-10-20Restore --param=max-fsm-thread-lengthAldy Hernandez3-0/+16
2021-10-20Fix PR middle-end/102764Eric Botcazou2-1/+15
2021-10-20Avoid exception propagation during bootstrapArnaud Charlet1-5/+69
2021-10-20openmp: Fix up struct gomp_work_share handling [PR102838]Jakub Jelinek2-0/+40
2021-10-20gfortran.dg/bind-c-contiguous-5.c: Big-endian fixTobias Burnus1-0/+101
2021-10-20c++: Fix up push_local_extern_decl_alias error recovery [PR102642]Jakub Jelinek4-4/+19
2021-10-20Disallow loop rotation and loop header crossing in jump threaders.Aldy Hernandez21-219/+207
2021-10-20Trivial fix to gil-1.c when analyzer is not enabledJeff Law1-0/+1
2021-10-20tree-object-size: Make unknown a computationSiddhesh Poyarekar1-57/+43
2021-10-20Adjust testcase for O2 vectorization.liuhongt19-34/+967
2021-10-20Daily bump.GCC Administrator8-1/+342
2021-10-19libstdc++: Implement LWG 3580 change to ranges::iota_viewPatrick Palka1-2/+8
2021-10-19libstdc++: Implement LWG 3568 change to ranges::basic_istream_viewPatrick Palka1-1/+1
2021-10-19libstdc++: Implement LWG 3470 change to ranges::subrangePatrick Palka2-4/+28
2021-10-19libstdc++: Implement LWG 3523 changes to ranges::iota_viewPatrick Palka2-0/+42
2021-10-19libstdc++: Implement LWG 3549 changes to ranges::enable_viewPatrick Palka5-32/+70
2021-10-19doc: Fix typo in name of PowerPC __builtin_cpu_supports built-inJonathan Wakely1-1/+1
2021-10-19libstdc++: Implement std::random_device::entropy() for other sourcesJonathan Wakely2-7/+100
2021-10-19rs6000: Guard some x86 intrinsics implementationsPaul A. Clarke5-12/+24
2021-10-19rs6000: Add nmmintrin.h to extra_headersPaul A. Clarke1-0/+1
2021-10-19libstdc++: Fix doxygen generation to work with relative pathsJonathan Wakely2-16/+24
2021-10-19Fortran: Fix 'fn spec' for deferred character lengthTobias Burnus1-1/+5
2021-10-19Make file utf8 valid input.Martin Liska1-1/+1
2021-10-19Refactor vect_supportable_dr_alignmentRichard Biener3-56/+85
2021-10-19libstdc++: Change std::variant union member to empty structJonathan Wakely1-1/+3
2021-10-19libstdc++: Fix std::stack deduction guideJonathan Wakely2-1/+15
2021-10-19libstdc++: Implement monadic operations for std::optional (P0798R8)Jonathan Wakely8-40/+573
2021-10-19Fortran: Fix "str" to scalar descriptor conversion [PR92482]Tobias Burnus2-20/+39
2021-10-19aix: ensure reference to __tls_get_addr is in text section.Clément Chigot1-5/+5
2021-10-19target: Support whitespaces in target attr/pragma.Martin Liska2-0/+5
2021-10-19MAINTAINERS: Add myself for write after approvalClément Chigot1-0/+1
2021-10-19Refactor load/store costingRichard Biener3-25/+40
2021-10-19libstdc++: Fix mem-initializer in std::move_only_function [PR102825]Jonathan Wakely2-1/+28
2021-10-19Compute negative offset in get_load_store_typeRichard Biener1-12/+21
2021-10-19tree-optimization/102827 - avoid stmts in preheaderRichard Biener2-6/+28
2021-10-19PR target/102785: Correct addsub/subadd patterns on bfin.Roger Sayle1-23/+23
2021-10-19rs6000: Remove unspecs for vec_mrghl[bhw]Xionghu Luo5-198/+116
2021-10-19Change threading comment before pass_ccp pass.Aldy Hernandez1-3/+1
2021-10-19Optimize the builtin vec_xl_sextHaochen Gui2-11/+57
2021-10-19[sve] PR93183 - Add support for conditional neg.prathamesh.kulkarni1-1/+1