aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-09-22c++: fix template instantiation comparison in redeclarationsBarrett Adair8-1/+77
2021-09-22Daily bump.GCC Administrator6-1/+401
2021-09-21runtime: set runtime.GOROOT value at build timeIan Lance Taylor1-1/+1
2021-09-21path solver: Use ranger to solve unknowns.Aldy Hernandez2-4/+88
2021-09-21path solver: Add related SSAs to solvable set.Aldy Hernandez2-2/+82
2021-09-21path solver: Remove useless code.Aldy Hernandez1-4/+0
2021-09-21path solver: Add relation support.Aldy Hernandez4-23/+200
2021-09-21Move postfold_gcond_edges into fur_source.Aldy Hernandez2-23/+23
2021-09-21Do not query SCEV in range_of_phi unless dominators are available.Aldy Hernandez1-1/+3
2021-09-21Allocate non_null_ref tables at creation.Aldy Hernandez1-2/+2
2021-09-21[Ada] Add some comments in init.c about the lynx178 signal handlerDoug Rupp1-0/+22
2021-09-21[Ada] Rename "optional" node subtypes that allow EmptyYannick Moy1-3/+3
2021-09-21[Ada] Spurious dynamic accessibility check on allocatorJustin Squirek2-13/+1
2021-09-21[Ada] Regenerate gnat_ugn.texiEric Botcazou1-7/+10
2021-09-21[Ada] SCOs: generate 'P' decisions for [Type_]Invariant pragmasMatthieu Eyraud1-3/+7
2021-09-21[Ada] Add "optional" node subtypes that allow EmptyBob Duff2-3/+43
2021-09-21[Ada] bindgen: support additional features on targets suppressing the standar...Patrick Bernardi1-0/+31
2021-09-21[Ada] Fix regression in ACATS bdd2006 and bdd2007Bob Duff1-6/+11
2021-09-21[Ada] Set related expression for external DISCR symbols in Build_TemporaryDaniel Mercier1-0/+11
2021-09-21[Ada] Minor tweaks to System.Dwarf_LineEric Botcazou1-7/+8
2021-09-21[Ada] Crash on build of Initialization procedure for derived containerEd Schonberg1-1/+4
2021-09-21[Ada] Cleanup old VxWorks in Makefile.rtlDoug Rupp9-1202/+0
2021-09-21[Ada] Add assertions to Uintp (UI_Is_In_Int_Range)Bob Duff2-7/+9
2021-09-21[Ada] Remove if_expressionBob Duff1-6/+14
2021-09-21[Ada] Add assertions to UintpBob Duff7-280/+375
2021-09-21[Ada] Small optimization to DWARF 5 mode in System.Dwarf_LineEric Botcazou1-6/+12
2021-09-21[Ada] Follow-up tweaks to System.Dwarf_LineEric Botcazou1-8/+7
2021-09-21[Ada] exp_pakd.adb: work around spurious Codepeer warningsGhjuvan Lacambre1-1/+5
2021-09-21[Ada] Fix ignored dynamic predicates specified through "predicate" aspectGhjuvan Lacambre1-0/+2
2021-09-21[Ada] rtems: add 128bit support for aarch64Frederic Konrad1-0/+5
2021-09-21[Ada] Presence of abstract operator function causes resolution problemsGary Dismukes1-0/+1
2021-09-21[Ada] Interface behaves differently from abstract tagged nullJavier Miranda1-0/+4
2021-09-21[Ada] Clean up uses of Esize and RM_SizeBob Duff24-157/+221
2021-09-21[Ada] Enforce legality rule for Predicate_Failure aspect specificationsSteve Baird1-0/+26
2021-09-21[Ada] Refactor sort procedures of doubly linked list containersSteve Baird9-448/+455
2021-09-21[Ada] Update comment for Error_Msg_InternalPiotr Trojanek1-5/+5
2021-09-21[Ada] Simplify iteration when printing error message spansPiotr Trojanek1-3/+3
2021-09-21[Ada] Exception raised on empty file in GNATprove modeYannick Moy1-3/+4
2021-09-21[Ada] Refine patch for spurious link error involving discriminated typesEd Schonberg1-6/+23
2021-09-21[Ada] Remove "with GNAT.OS_Lib;" from libgnat/a-stbufi.adsBob Duff2-6/+8
2021-09-21Evaluate 'random ()' to '0' in 'pass_omp_oacc_neuter_broadcast'Thomas Schwinge1-3/+2
2021-09-21arm: pass architecture extensions to assembler if supportedRichard Earnshaw4-0/+62
2021-09-21tree-optimization/102421 - copy alignment info when splitting groupsRichard Biener2-0/+53
2021-09-21Fix no_fsanitize_address effective targetEric Botcazou9-12/+14
2021-09-21Fortran: Fix -Wno-missing-include-dirs handling [PR55534]Tobias Burnus15-77/+198
2021-09-20ipa-fnsummary: Remove inconsistent bp_pack_valueKewen Lin1-1/+0
2021-09-20C++: add type checking for static local vector variable in templatewangpc2-8/+25
2021-09-21Daily bump.GCC Administrator6-1/+475
2021-09-20Use EDGE_EXECUTABLE in ranger and return UNDEFINED for those edges.Andrew MacLeod6-36/+140
2021-09-20Make each def a new equivalency record.Andrew MacLeod2-1/+59