aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-08-17Do not enable DT_INIT_ARRAY/DT_FINI_ARRAY on uclinuxfdpiceabiChristophe Lyon1-2/+8
2021-08-17retain debug stmt order when moving to successorsAlexandre Oliva1-2/+2
2021-08-17don't access cfun in dump_function_to_fileAlexandre Oliva1-5/+5
2021-08-17aarch64: Remove macros for vld4[q]_lane Neon intrinsicsJonathan Wright1-104/+624
2021-08-17aarch64: Remove macros for vld3[q]_lane Neon intrinsicsJonathan Wright1-92/+549
2021-08-17aarch64: Remove macros for vld2[q]_lane Neon intrinsicsJonathan Wright1-84/+474
2021-08-17Improve diff-ability of scheduler logsMaxim Kuvyrkov1-2/+4
2021-08-17Add missing entry for rank_for_schedule stats.Maxim Kuvyrkov1-3/+3
2021-08-17Improve autoprefetcher heuristic (partly fix regression in PR91598)Maxim Kuvyrkov1-1/+8
2021-08-17aarch64: Replace some uses of GET_CODE with RTL predicate macrosAlistair Lee2-14/+17
2021-08-17Special case -TYPE_MIN_VALUE for flag_wrapv in operator_abs::op1_range.Andrew MacLeod2-0/+34
2021-08-17tree-optimization/101868 - avoid PRE of trapping mems across callsRichard Biener4-0/+75
2021-08-17vect: Add extraction cost for slp reducKewen Lin1-1/+3
2021-08-17openmp: Implement OpenMP 5.1 scope constructJakub Jelinek34-28/+608
2021-08-17c++: Add C++20 #__VA_OPT__ supportJakub Jelinek2-0/+84
2021-08-17tree-optimization/101925 - fix VN with reverse storage orderRichard Biener2-1/+132
2021-08-16Improve SImode shifts for H8Jeff Law1-16/+53
2021-08-17Adjust testcase.liuhongt1-1/+1
2021-08-17Daily bump.GCC Administrator5-1/+188
2021-08-16Drop embeded stabs from rl78 portJeff Law1-1/+1
2021-08-16gcov: Add TARGET_GCOV_TYPE_SIZE target hookSebastian Huber10-3/+52
2021-08-16Fix regression in debug info for Ada with DWARF 5Eric Botcazou1-0/+1
2021-08-16[OpenMP] Update omp-low.c's omp_runtime_api_call [PR101931]Tobias Burnus1-0/+10
2021-08-16Speed up jump table switch detection.Martin Liska2-21/+35
2021-08-16Disable GNAT encodings by defaultEric Botcazou1-17/+15
2021-08-16Plug 'par' memory leak in 'gcc/omp-oacc-neuter-broadcast.cc:execute_omp_oacc_...Thomas Schwinge1-0/+2
2021-08-16Clarify memory management for 'prop_set' in 'gcc/omp-oacc-neuter-broadcast.cc'Thomas Schwinge1-5/+5
2021-08-16Avoid 'GTY' use for 'gcc/omp-oacc-neuter-broadcast.cc:field_map'Thomas Schwinge1-22/+26
2021-08-16Fix ICE.liuhongt2-3/+10
2021-08-16ipa: make target_clone default decl local [PR101726]Martin Liska1-11/+14
2021-08-16ipa: ICF should check SSA_NAME_IS_DEFAULT_DEFMartin Liska2-0/+25
2021-08-16Optimize __builtin_shuffle_vector.liuhongt7-5/+559
2021-08-16Fortran/OpenMP: Add support for OpenMP 5.1 masked constructTobias Burnus15-33/+647
2021-08-16RISC-V: Allow multi-lib build with different code modelKito Cheng2-30/+73
2021-08-16Daily bump.GCC Administrator4-1/+33
2021-08-15Fortran: fix checks for STAT= and ERRMSG= arguments of SYNC ALL/SYNC IMAGESHarald Anlauf5-16/+70
2021-08-15aix: 64 bit AIX TLS libpthread dependency.Clément Chigot1-1/+13
2021-08-15Improve many SImode shifts on the H8/300HJeff Law1-11/+41
2021-08-14libgo: various fixes for Solaris supportIan Lance Taylor1-1/+1
2021-08-15Daily bump.GCC Administrator3-1/+39
2021-08-15or1k: Add mcmodel option to handle large GOTsStafford Horne5-3/+76
2021-08-14Diagnose mismatches between array and scalar new and delete [PR101791].Martin Sebor5-6/+284
2021-08-14i386: Fix ICE with V64QImode broadcast permutation with -mavx512f -mno-avx512bwJakub Jelinek2-1/+9
2021-08-14Daily bump.GCC Administrator3-1/+80
2021-08-13Fix xxeval predicates (PR 99921).Michael Meissner1-3/+3
2021-08-13Warn for reads from write-only arguments [PR101734].Martin Sebor2-9/+167
2021-08-13runtime: use C cast syntax in stack.cIan Lance Taylor1-1/+1
2021-08-13ipa: "naked" attribute implies "noipa" attributeMartin Liska1-8/+3
2021-08-13ipa: do not make localaliases for target_clones [PR101261]Martin Liska2-0/+13
2021-08-13opts: do not repeat a string in errorsMartin Liska1-30/+23