aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-20libffi: Add HOWTO_MERGE, autogen.sh and merge.shH.J. Lu3-0/+75
2021-10-20Rename asm_out_file function arguments.Martin Liska6-108/+106
2021-10-20gcc-changelog: Add libffi/ to ignored_prefixesH.J. Lu1-0/+1
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
2021-10-20[Ada] Crash on object of protected type with defaulted access componentJustin Squirek1-7/+21
2021-10-20[Ada] Add ghost code version of Ada.Numerics.Big_Numbers.Big_IntegersJohannes Kliemann1-0/+206
2021-10-20[Ada] Refine type of a counter function for record delta aggregatePiotr Trojanek1-5/+4
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