aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-07-05[Ada] Add Ada 2022 Image and Put_Image support for tagged typesSteve Baird11-154/+425
2021-07-05[Ada] Fix crash when printing error messageJustin Squirek1-3/+4
2021-07-05[Ada] Clean up Get_Index_BoundsBob Duff6-245/+266
2021-07-05[Ada] Refactoring related to Returns_By_RefBob Duff6-90/+39
2021-07-05[Ada] Fix overriding subprogram being incorrectly seen as returningGhjuvan Lacambre1-5/+21
2021-07-05[Ada] Do not catch 'N rem -1' in CodePeer_ModeBoris Yakobowski1-1/+3
2021-07-05testsuite: gcc.dg/debug/btf/btf-bitfields-3.c requires -fno-short-enums PR de...Christophe Lyon1-1/+1
2021-07-05Do not set both LOOP_C_INFINITE and LOOP_C_FINITE on vectorized loopRichard Biener1-2/+0
2021-07-05middle-end/101291 - set loop copy of versioned loopRichard Biener1-0/+1
2021-07-05testsuite/101299 - add missing vect_double requires to bb-slp-74.cRichard Biener1-0/+1
2021-07-05Remove xfail for pr92658-avx512vl.cliuhongt1-3/+2
2021-07-05Daily bump.GCC Administrator2-1/+17
2021-07-04Darwin, config : Adjust X86 biarch definitions ordering [PR100269].Iain Sandoe4-47/+29
2021-07-04Daily bump.GCC Administrator4-1/+31
2021-07-03testsuite: Disable BTF and CTF testsuite on AIX.David Edelsohn3-22/+33
2021-07-03Don't use vec_duplicate on vector in CTOR expansionH.J. Lu2-1/+17
2021-07-03d: Missed RVO optimization with non-POD structsIain Buclaw2-2/+69
2021-07-03Daily bump.GCC Administrator7-1/+307
2021-07-03d: RHS value lost when a target_expr modifies LHS in a cond_exprIain Buclaw2-0/+30
2021-07-02Improve warning suppression for inlined functions [PR98512].Martin Sebor3-33/+180
2021-07-02openmp: Initial support for OpenMP directives expressed as C++11 attributesJakub Jelinek10-10/+1739
2021-07-02openmp: Reject #pragma omp atomic update, [PR101297]Jakub Jelinek3-2/+18
2021-07-02c++: unqualified member template in constraint [PR101247]Patrick Palka2-18/+33
2021-07-02rs6000: Add MMA __builtin_vsx_lxvp and __builtin_vsx_stxvp built-insPeter Bergner5-2/+132
2021-07-02Use shift instructions to eliminate redundant compare/test instructions on th...Jeff Law3-59/+116
2021-07-02Fix build_gt and build_lt for signed 1 bit values.Andrew MacLeod2-2/+60
2021-07-02BTF: Support for BTF_KIND_FLOATDavid Faust5-3/+25
2021-07-02Preparing to use shifts to eliminate redundant test/compare insns on H8Jeff Law3-95/+85
2021-07-02Darwin, CTF, BTF: Do not run the DWARF debug link for BTF/CTF [PR101283].Iain Sandoe1-2/+2
2021-07-02Darwin, BTF: Provide a suitable section name for BTF [PR101283].Iain Sandoe1-2/+4
2021-07-02Fix m32r target specific fallout from recent int->bool changesJeff Law2-7/+7
2021-07-02Fix frv target specific fallout from recent int->bool changesJeff Law1-59/+59
2021-07-02Add description of how testsuite parallelization worksMaxim Kuvyrkov1-0/+34
2021-07-02Fix xstormy16 target specific fallout from recent int->bool changesJeff Law2-5/+5
2021-07-02tree-optimization/101293 - further enhance LIMs ref canonicalizationRichard Biener2-4/+41
2021-07-02Change EH pointer encodings to PC relative on WindowsEric Botcazou1-1/+5
2021-07-02i386: Punt on broadcasts from TImode integers [PR101286]Jakub Jelinek2-0/+14
2021-07-02tree-optimization/101280 - re-revise interchange fix for PR101173Richard Biener1-2/+2
2021-07-02Clear odata for aes(enc|dec)(wide)?kl intrinsics when ZF is set.Hongyu Wang9-5/+72
2021-07-01Update gen_autofdo_event.py and gcc-auto-profile.Eugene Rozenfeld1-7/+34
2021-07-02Fix typo in standard pattern name of trunc<mode><pmov_dst_4>2.liuhongt1-1/+3
2021-07-02Daily bump.GCC Administrator6-1/+355
2021-07-01input.c: move file caching globals to a new file_cache classDavid Malcolm3-194/+301
2021-07-01Add IEEE 128-bit fp conditional move on PowerPC.Michael Meissner4-2/+209
2021-07-01Improve packed record layout support with -fdump-ada-specEric Botcazou2-8/+12
2021-07-01Fix duplicate name issues in output of -fdump-ada-spec #2Eric Botcazou1-8/+14
2021-07-01Use intermediate integer type with proper signednessEric Botcazou1-4/+3
2021-07-01Darwin: Define a suitable section name for CTF [PR101283]Iain Sandoe1-0/+4
2021-07-01x86: Add vec_duplicate<mode> expanderH.J. Lu3-4/+34
2021-07-01x86: Convert CONST_WIDE_INT/CONST_VECTOR to broadcastH.J. Lu35-24/+590