aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-10-21options: Fix variable tracking option processing.Martin Liska4-47/+53
2021-10-21sra: Fix corner case of total scalarization with virtual inheritance (PR 102505)Martin Jambor2-0/+17
2021-10-21Revert the avoid threading circular paths commit.Aldy Hernandez1-4/+0
2021-10-21Move the initial debug_hooks settingRichard Biener1-3/+3
2021-10-21tree-optimization/102847 - adjust VMAT_INVARIANT load costingRichard Biener1-0/+3
2021-10-21tree-optimization/102847 - properly cost VMAT_INVARIANT loadsRichard Biener1-0/+7
2021-10-21testsuite: Fix up gfortran.dg/gomp/strictly*.f90 testcasesJakub Jelinek3-30/+30
2021-10-21i386: Fix wrong codegen for V8HF move without TARGET_AVX512FHongyu Wang2-3/+24
2021-10-21Remove restriction of SLP vectorizing internal function callsRichard Biener1-1/+0
2021-10-21openmp: For default(none) ignore variables created by ubsan_create_data [PR64...Jakub Jelinek2-6/+64
2021-10-21Improve maybe_remove_writeonly_store to do a simple DCE for defining statementAndrew Pinski2-6/+17
2021-10-21Factor out removal of write only stores from execute_fixup_cfgAndrew Pinski1-25/+37
2021-10-21Remove outdated comment about execute_fixup_cfgAndrew Pinski1-4/+1
2021-10-21Add dump prints when execute_fixup_cfg removes a write only var store.Andrew Pinski1-0/+7
2021-10-21Avoid threading circular paths.Aldy Hernandez1-0/+4
2021-10-21testsuite/102861 - adjust gcc.dg/vect/bb-slp-16.c changeRichard Biener1-41/+32
2021-10-21openmp: Fortran strictly-structured blocks supportChung-Lin Tang9-24/+482
2021-10-20Fortran: Fixes and additional tests for shape/ubound/size [PR94070]Sandra Loosemore9-178/+755
2021-10-21Daily bump.GCC Administrator6-1/+636
2021-10-20c++: tweak parsing of invalid typesJason Merrill1-2/+6
2021-10-20calls.c: Remove some dead code and target hooksAlex Coplan6-135/+0
2021-10-20doc: Fix documentation around 'asm' keyword in C++Jonathan Wakely2-12/+14
2021-10-20doc: Remove broken link to old.html docsJonathan Wakely1-6/+0
2021-10-20AArch64: Combine cmeq 0 + not into cmtstTamar Christina2-0/+34
2021-10-20AArch64: Add pattern xtn+xtn2 to uzp1Tamar Christina8-1/+115
2021-10-20AArch64: Add pattern for sshr to cmltTamar Christina6-5/+71
2021-10-20AArch64: Add combine patterns for narrowing shift of half top bits (shuffle)Tamar Christina8-0/+156
2021-10-20aarch64: Add combine patterns for right shift and narrowTamar Christina6-0/+89
2021-10-20openmp: in_reduction support for FortranChung-Lin Tang4-12/+39
2021-10-20Revert "target: support spaces in target attribute."Martin Liska3-26/+0
2021-10-20Revert "target: Support whitespaces in target attr/pragma."Martin Liska2-5/+0
2021-10-20AArch64: Tune case-values-thresholdWilco Dijkstra1-3/+3
2021-10-20AArch64: Enable fast shifts on Neoverse V1/N2Wilco Dijkstra1-2/+3
2021-10-20AArch64: Add support for __builtin_roundeven[f] (PR100966)Wilco Dijkstra8-11/+25
2021-10-20Rename asm_out_file function arguments.Martin Liska6-108/+106
2021-10-20[Patch][GCC][AArch64] - Lower store and load neon builtins to gimpleAndre Simoes Dias Vieira12-252/+371
2021-10-20[Patch][GCC][middle-end] - Generate FRINTZ for (double)(int) under -ffast-mat...Andre Simoes Dias Vieira2-0/+54
2021-10-20tree-optimization/102853 - avoid trapping types in split_constant_offsetRichard Biener1-0/+3
2021-10-20Remove unused back_threader destructor.Aldy Hernandez1-5/+0
2021-10-20Remove superflous debugging messages from the threading registry.Aldy Hernandez1-12/+0
2021-10-20[Ada] Remove unnecessary call to No_Uint_To_0Bob Duff1-1/+1
2021-10-20[Ada] Never treat intrinsic subprograms as nestedRichard Kenner1-0/+1
2021-10-20[Ada] Proof of the runtime support for attribute 'WidthYannick Moy4-6/+116
2021-10-20[Ada] Provide dummy body for big integers library used in reduced runtimesYannick Moy2-4/+76
2021-10-20[Ada] Fix problematic conversion of real literal in static contextEric Botcazou1-12/+23
2021-10-20[Ada] Delete unused runtime filesDoug Rupp4-504/+0
2021-10-20[Ada] Factor out machine rounding operationsEric Botcazou4-23/+39
2021-10-20[Ada] Define __wrs_rtp_base in linker specJohannes Kliemann1-0/+1
2021-10-20[Ada] Reject boxes in delta record aggregatesPiotr Trojanek1-1/+13
2021-10-20[Ada] Missing accessibility check when returning discriminated typesJustin Squirek2-28/+32