aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-05-26Warn on type punning that toggles scalar storage orderEric Botcazou2-0/+31
2021-05-26arm: Auto-vectorization for MVE: vaddvChristophe Lyon4-14/+53
2021-05-26Remove useless register keywordsJakub Jelinek7-30/+32
2021-05-26arc: Remove useless register keywordJan-Benedict Glaw1-10/+10
2021-05-26c++: constexpr and copy elision within mem init [PR100368]Patrick Palka2-7/+24
2021-05-26c++: Fix reference NTTP binding to noexcept fn [PR97420]Patrick Palka3-26/+23
2021-05-26openmp: Fix up handling of target constructs in offloaded routines [PR100573]Jakub Jelinek2-8/+43
2021-05-26C-SKY: Delete TARGET_CAN_CHANGE_MODE_CLASS, use defualt definition.Geng Qi1-16/+0
2021-05-26Fix C++ libgomp regressionsEric Botcazou1-1/+1
2021-05-26DOC: update documentation of __gcov_{dump,reset}Martin Liska1-3/+5
2021-05-26docs: port old-intall.texi part to install.texiMartin Liska1-14/+58
2021-05-26Remove install-old.texiMartin Liska4-205/+3
2021-05-26C-SKY: Support fldrd/fstrd for fpuv2 and fldr.64/fstr.64 for fpuv3.Geng Qi6-11/+51
2021-05-26C-SKY: Delete definition TARGET_PROMOTE_PROTOTYPES, just use the default defi...Geng Qi1-3/+0
2021-05-26C-SKY: Fix FAIL of gcc.dg/torture/stackalign/builtin-return-2.c.Geng Qi1-0/+4
2021-05-26C-SKY: Add instruction "ld.bs".Geng Qi2-0/+21
2021-05-26Optimize x < 0 ? ~y : y to (x >> 31) ^ y in match.pdAndrew Pinski3-2/+85
2021-05-26Add a couple of A?CST1:CST2 match and simplify optimizationsAndrew Pinski1-0/+41
2021-05-26Daily bump.GCC Administrator7-1/+394
2021-05-25Remove the logical stmt cache for now.Andrew MacLeod2-340/+2
2021-05-25Adjust fur_source internal api to use gori_compute not ranger_cache.Andrew MacLeod2-15/+15
2021-05-25Make expr_range_in_bb stmt based rather than block based.Andrew MacLeod2-19/+19
2021-05-25Tweak location of non-null calls. revamp ranger debug output.Andrew MacLeod2-76/+74
2021-05-25Unify temporal cache with gori dependencies.Andrew MacLeod2-85/+32
2021-05-25Add imports and strengthen the export definition in range_def and gori_map.Andrew MacLeod2-106/+327
2021-05-25fully populate the export list from range_cache, not gori_compute.Andrew MacLeod2-10/+10
2021-05-25Change gori_compute to inherit from gori_map instead of having a gori-map.Andrew MacLeod2-69/+55
2021-05-25Fix selftest for targets where short and int are the same size.Aldy Hernandez1-4/+6
2021-05-25Remove stalled TREE_READONLY flag on automatic variableEric Botcazou1-0/+3
2021-05-25c++: Avoid -Wunused-value false positives on nullptr passed to ellipsis [PR10...Jakub Jelinek3-1/+41
2021-05-25Fix thinko in latest change to setup_one_parameterEric Botcazou1-1/+1
2021-05-25RISC-V: Pass -mno-relax to assemblerKito Cheng1-0/+1
2021-05-25Improve global state for options.Martin Liska3-13/+21
2021-05-25Add no_sanitize_coverage attribute.Martin Liska8-5/+73
2021-05-25C-SKY: Fix copyright of csky-modes.def.Cooper Qu1-19/+19
2021-05-25C-SKY: Amend copyrights of recently added files.Cooper Qu4-5/+64
2021-05-25middle-end/100727 - fix call expansion with WITH_SIZE_EXPR argRichard Biener2-1/+4
2021-05-25openmp: Fix reduction clause handling on teams distribute simd [PR99928]Jakub Jelinek4-6/+23
2021-05-25Fix sphinx-build warning.Martin Liska1-2/+2
2021-05-25C-SKY: Add cases for csky fpuv3 instructions.Geng Qi37-0/+958
2021-05-25fortran/intrinsic.texi: Fix copy'n'paste errors and typosTobias Burnus1-7/+6
2021-05-25C-SKY: Separate FRAME_POINTER_REGNUM into FRAME_POINTER_REGNUM and HARD_FRAME...Geng Qi2-8/+14
2021-05-25C-SKY: Bug fix for bad setting of TARGET_DSP and TARGET_DIV.Geng Qi1-12/+12
2021-05-25C-SKY: Delete LO_REGS and HI_REGS, use HILO_REGS instead.Geng Qi3-14/+3
2021-05-25C-SKY: Add fpuv3 instructions and CK860 arch.Geng Qi16-675/+2125
2021-05-25Daily bump.GCC Administrator6-1/+101
2021-05-24compiler: mark global variables whose address is takenIan Lance Taylor7-184/+276
2021-05-24Fusion patterns for add-logical/logical-addAaron Sawdey6-279/+797
2021-05-24VARYING ranges of different sizes should not be equal.Aldy Hernandez1-1/+12
2021-05-24OpenMP/Fortran: Handle polymorphic scalars in data-sharing FIRSTPRIVATE [PR86...Tobias Burnus6-2/+383