aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-09-02Daily bump.GCC Administrator8-1/+350
2021-09-01Call reduce_vector_comparison_to_scalar_comparison earlierJeff Law2-3/+17
2021-09-01Fix target/101934: aarch64 memset code creates unaligned stores for -mstrict-...Andrew Pinski2-2/+30
2021-09-01libcpp: Implement C++23 P1949R7 - C++ Identifier Syntax using Unicode Standar...Jakub Jelinek12-4/+423
2021-09-01Add MIPS Linux support to gcc.misc-tests/linkage.c (testsuite/51748)Andrew Pinski1-0/+12
2021-09-01Enable ranger and caching in pass_waccess.Martin Sebor9-295/+405
2021-09-01libcpp: __VA_OPT__ p1042r1 placemarker changes [PR101488]Jakub Jelinek2-4/+105
2021-09-01c++: Add test for fixed PR [PR101592]Marek Polacek1-0/+12
2021-09-01Fortran - improve wording of error messageHarald Anlauf1-1/+1
2021-09-01Simplify 'gcc/tree.c:walk_tree_1' handling of 'OMP_CLAUSE'Thomas Schwinge1-126/+8
2021-09-01Objective-C, NeXT: Fix messenging non-aggregate return-in-memory.Iain Sandoe1-13/+16
2021-09-01C-family: Add attribute 'unavailable'.Iain Sandoe46-64/+1348
2021-09-01coroutines : Add a missed begin/finish else clause to the codegen.Iain Sandoe1-0/+2
2021-09-01coroutines: No cleanups on goto statements.Iain Sandoe1-2/+2
2021-09-01vectorizer: Fix up vectorization using WIDEN_MINUS_EXPR [PR102124]Jakub Jelinek2-1/+52
2021-09-01graph output: use better colors for edgesMartin Liska1-4/+5
2021-09-01tree-optimization/93491 - avoid PRE of trapping calls across exitsRichard Biener4-16/+60
2021-09-01tree-optimization/102139 - fix SLP DR base alignmentRichard Biener3-34/+85
2021-09-01md/define_c_enum: support value assignationYunQiang Su2-4/+21
2021-09-01bswap: Fix up bswap_view_convert handling [PR102141]Jakub Jelinek2-10/+28
2021-09-01tree-optimization/102149 - add testcase for fixed bugRichard Biener1-0/+19
2021-09-01C: PR c/79412: Poison decls with error_mark_node after type mismatchRoger Sayle3-3/+24
2021-09-01Get rid of all float-int special cases in validate_subreg.liuhongt1-40/+0
2021-09-01Revert "Make sure we're playing with integral modes before call extract_integ...liuhongt1-78/+25
2021-09-01Daily bump.GCC Administrator6-1/+293
2021-08-31c++: Various small fixesJason Merrill4-12/+10
2021-08-31Fortran - extend set of substring expressions handled in length simplificationHarald Anlauf2-29/+14
2021-08-31c++: check arity before deduction w/ explicit targs [PR12672]Patrick Palka5-16/+96
2021-08-31Fix 'OMP_CLAUSE_TILE' operands handling in 'gcc/tree.c:walk_tree_1'Thomas Schwinge1-1/+1
2021-08-31[OMP] Standardize on 'omp_privatize_by_reference'Thomas Schwinge5-89/+98
2021-08-31Avoid valid Coverity warning for comparing array to zero.Martin Sebor1-1/+1
2021-08-31Disable gcc_rich_location copying and assignment.Martin Sebor2-4/+6
2021-08-31Add attribute returns nonnull to get_range_query.Martin Sebor1-4/+5
2021-08-31[Committed] Fix subreg_promoted_mode breakage on various platforms.Roger Sayle1-3/+6
2021-08-31c++: use iloc_sentinel in another placeJason Merrill1-3/+1
2021-08-31c++: Improve error recovery with constexpr [PR92193]Jason Merrill4-1/+42
2021-08-31Restore intent of data-sym-multi-pool testJeff Law2-1/+2
2021-08-31More stabs removal.Jeff Law5-66/+13
2021-08-31testsuite: Fix gcc.dg/vect/pr101145* tests [PR101145]Jakub Jelinek4-4/+4
2021-08-31Add support for device-modifiers for 'omp target device'.Marcel Vollweiler23-20/+650
2021-08-31Preserve SUBREG_PROMOTED_VAR_P on (extend:HI (subreg/s:QI (reg:SI))).Roger Sayle2-11/+60
2021-08-31Only simplify TRUNCATE to SUBREG on TRULY_NOOP_TRUNCATION targets.Roger Sayle2-2/+4
2021-08-31tree-optimization/102142 - fix typo in loop BB reduc cost adjustmentRichard Biener2-1/+10
2021-08-31middle-end/102129 - avoid TER of possibly trapping expressionsRichard Biener1-3/+7
2021-08-31tree-ssa-ccp: Fix up bit_value_binop on RSHIFT_EXPR [PR102134]Jakub Jelinek2-1/+25
2021-08-31arm: Adjust test for soft fp targets.prathamesh.kulkarni1-2/+3
2021-08-31Fix gcc.dg/ipa/inline-8.c for -fPICAndrew Pinski1-2/+2
2021-08-31Fix PR driver/79181 (and others), not deleting some /tmp/cc* files for LTO.Andrew Pinski4-52/+40
2021-08-31Fix x86/56337 : 1<<28 alignment is brokenAndrew Pinski2-4/+4
2021-08-31MIPS: add .module mipsREV to all output asm fileYunQiang Su1-0/+41