aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-07Fix inter-procedural EAF flags propagation with respect to !binds_to_current_...Jan Hubicka3-55/+203
2021-11-07rs6000: Replace the builtin expansion machineryBill Schmidt1-0/+1216
2021-11-07Implement intra-procedural dataflow in ipa-modref flags propagation.Jan Hubicka1-20/+224
2021-11-07Daily bump.GCC Administrator5-1/+49
2021-11-06Fix can_be_discarded_p wrt partitioned functions.Jan Hubicka2-2/+9
2021-11-06Fortran: error recovery on rank mismatch of array and its initializerHarald Anlauf3-1/+22
2021-11-06powerpc: Fix vsx_splat_v4si in 32 bit modeDavid Edelsohn1-2/+2
2021-11-06path oracle: Do not look at root oracle for killed defs.Aldy Hernandez2-0/+10
2021-11-06testsuite: Use posix_memalign on AIX for tsvcDavid Edelsohn1-1/+1
2021-11-06Cleanup back_threader::find_path_to_names.Aldy Hernandez1-41/+24