aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-11-09[Ada] Cleanup building of renamed equalityPiotr Trojanek1-17/+22
2021-11-09[Ada] Refine type in expansion of array equalityPiotr Trojanek1-2/+2
2021-11-09[Ada] Simplify building of entity occurrencesPiotr Trojanek1-3/+2
2021-11-09[Ada] Return a valid value when handling Constraint_ErrorEtienne Servais1-47/+8
2021-11-09[Ada] Simplify expansion of array equalityPiotr Trojanek1-41/+9
2021-11-09[Ada] Reference in Unbounded_String is almost never nullPiotr Trojanek1-3/+7
2021-11-09[Ada] sem_util.adb: fix typos in Accessibility_Level docsGhjuvan Lacambre1-2/+2
2021-11-09[Ada] Document the SuSE kernel bugTom Tromey2-103/+140
2021-11-09[Ada] Errors on globals in expressions of predicate aspects in generic bodiesGary Dismukes1-0/+29
2021-11-09[Ada] Tune comment about expansion of array equalityPiotr Trojanek1-4/+4
2021-11-09[Ada] Add missing regular expression syntax error checkSteve Baird1-1/+4
2021-11-09[Ada] Complete support for prefixed call on subtypes/derived typesYannick Moy1-2/+15
2021-11-09[Ada] Fix detection of array aggregates with single others associationsPiotr Trojanek1-0/+2
2021-11-09[Ada] Fix support for prefixed call with incomplete type declarationsYannick Moy1-0/+9
2021-11-09[Ada] Guard against illegal items in Global but not DependsPiotr Trojanek1-1/+9
2021-11-09[Ada] Build activation chain for BIP only when neededEtienne Servais1-2/+5
2021-11-09Convert strlen pass from evrp to ranger.Aldy Hernandez5-69/+85
2021-11-09Fix clang -Wcast-qual warning.Martin Liska1-1/+1
2021-11-08Minor optimization of variable bit testingJeff Law2-0/+38
2021-11-09Daily bump.GCC Administrator3-1/+348
2021-11-08rs6000: Add escape-newline support for builtins filesBill Schmidt2-211/+363
2021-11-08Fix couple of issues in large PIC model on x86-64/VxWorksEric Botcazou2-5/+17
2021-11-08Remove workaround allowing interposition of nested functions.Jan Hubicka1-3/+3
2021-11-08Don't calculate new values when using the private context callback.Andrew MacLeod2-2/+17
2021-11-08Improve handling of some builtins.Jan Hubicka2-0/+16
2021-11-08Move uncprop after modrefJan Hubicka1-2/+6
2021-11-08ipa: Unshare expresseions before putting them into debug statements (PR 10309...Martin Jambor4-3/+48
2021-11-08powerpc: Fix vsx_splat_v4si_di breakage on Power8.David Edelsohn1-1/+1
2021-11-08Fix spurious valgrind errors in irred loop verificationRichard Biener1-12/+11
2021-11-08path solver: Avoid recalculating ranges already in the cache.Aldy Hernandez2-0/+36
2021-11-08rs6000: Miscellaneous uses of rs6000_builtins_decl_xBill Schmidt1-3/+14
2021-11-08rs6000: Update rs6000_builtin_declBill Schmidt1-0/+20
2021-11-08Fix static chain dump.Martin Liska1-3/+2
2021-11-08gcov-profile: Fix -fcompare-debug with -fprofile-generate [PR100520]Martin Liska3-2/+23
2021-11-08Dump static chain for cgraph_node.Martin Liska1-0/+4
2021-11-08Fix 'Copyright (C) 2020-21' into '2020-2021'Thomas Schwinge5-5/+5
2021-11-08aarch64: LD3/LD4 post-modify costs for struct modesRichard Sandiford2-2/+35
2021-11-08genmodes: Define NUM_MODE_* macrosRichard Sandiford3-12/+15
2021-11-08[vect] Consider outside costs earlier for epilogue loopsAndre Vieira1-9/+67
2021-11-08tree-optimization/103102 - fix error in vectorizer refactoringRichard Biener2-29/+32
2021-11-08Add loads/stores relative to static chain in ipa-modrefJan Hubicka5-95/+158
2021-11-08Disables gimple folding for VSX_BUILTIN_XVMINDP, VSX_BUILTIN_XVMAXDP,ALTIVEC_...Haochen Gui3-2/+120
2021-11-08Update documentation for -ftree-loop-vectorize and -ftree-slp-vectorize which...liuhongt1-2/+2
2021-11-08Add !HONOR_SNANS to simplifcation: (trunc)copysign((extend)a, (extend)b) to c...liuhongt1-0/+1
2021-11-08[Gimple] Simplify (trunc)fma ((extend)a, (extend)b, (extend)c) to IFN_FMA (a,...liuhongt2-0/+47
2021-11-08Daily bump.GCC Administrator4-1/+113
2021-11-07Fix keyword name for co_reduce.Thomas Koenig7-31/+46
2021-11-07Limit range of modref-max-depthJan Hubicka1-2/+2
2021-11-07Remove VRP threader.Aldy Hernandez4-147/+5
2021-11-07Fortran: Diagnose all operands/arguments with constraint violationsSandra Loosemore10-77/+115