aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-08-21According to instruction_tables.pdfliuhongt1-4/+4
2020-08-21Enable direct movement between gpr and mask registers in pass_reload.liuhongt7-3/+128
2020-08-21x86: Add cost model for operation of mask registers.H.J. Lu3-0/+185
2020-08-20analyzer: add regression tests [PR95152]David Malcolm2-0/+17
2020-08-21Daily bump.GCC Administrator6-1/+107
2020-08-21d: Merge upstream dmd 1b5a53d01.Iain Buclaw5-11/+69
2020-08-20analyzer: fix infinite recursion ICE on unions [PR96723]David Malcolm3-0/+14
2020-08-20This patch fixes PRs 96100 and 96101.Paul Thomas2-2/+44
2020-08-20vxworks: Fix GCC selftests for *-wrs-vxworks7-* targetsIain Buclaw1-5/+11
2020-08-20Fix obvious typo were errmsg_len was assigned to errmsg.Andre Vehreschild1-1/+1
2020-08-20arm: Require MVE memory operand for destination of vst1q intrinsicJoe Ramsay6-17/+37
2020-08-20Fortran: Fix OpenMP's 'if(simd:' etc. conditionsTobias Burnus2-2/+59
2020-08-20testsuite: Remove test for arm32 in arm_soft_okChristophe Lyon1-6/+4
2020-08-20testsuite: Skip arm/pure-code tests for arm*-*-uclinuxfdpiceabiChristophe Lyon1-1/+7
2020-08-20Fortran : rejected f0.d edit descriptor PR96436Mark Eggleston10-0/+133
2020-08-19analyzer: fix ICE on vector comparisons [PR96713]David Malcolm2-13/+20
2020-08-20Daily bump.GCC Administrator5-1/+303
2020-08-19c++: Check satisfaction before non-dep convs. [CWG2369]Jason Merrill22-38/+106
2020-08-19analyzer: fix ICE on deref_rvalue on SK_COMPOUND [PR96643]David Malcolm2-21/+31
2020-08-19analyzer: fix ICE on folding vector 0 [PR96705]David Malcolm2-2/+11
2020-08-19analyzer: fix ICE converting float to int [PR96699]David Malcolm2-0/+18
2020-08-19rs6000, restrict bfloat convert intrinsic to Power 10. Fix BU_P10V macro defi...Carl Love3-322/+347
2020-08-19rs6000: Enable more sibcalls when TOC is not preservedBill Schmidt2-21/+28
2020-08-19i386: Use code_for_ instead of gen_ for parameterized names more.Uros Bizjak1-17/+19
2020-08-19tree-optimization/94234 - add pattern for ptr-diff on addresses with same offsetFeng Xue2-0/+18
2020-08-19x86: Detect Rocket Lake and Alder LakeH.J. Lu1-0/+10
2020-08-19AArch64: Remove "fndecl && TREE_PUBLIC (fndecl)" in aarch64_init_cumulative_argsPeixin Qiao2-1/+11
2020-08-19testsuite: require c99 runtime for trigonometric optimisation testsPat Bernardi3-1/+4
2020-08-19[testsuite, nvptx] Add effective target sync_int_long_stackTom de Vries2-2/+14
2020-08-18options: Make --help= see overridden valuesKewen Lin1-2/+8
2020-08-18analyzer: consider initializers for globals [PR96651]David Malcolm7-29/+224
2020-08-18analyzer: fix ICE with negative bit offsets [PR96648]David Malcolm2-1/+38
2020-08-19Daily bump.GCC Administrator8-1/+204
2020-08-18c++: alias template template_info settingNathan Sidwell2-8/+25
2020-08-18rs6000: Rename instruction xvcvbf16sp to xvcvbf16spnPeter Bergner5-8/+8
2020-08-18c++: Rewrite members for all deduction guides. [PR96199]Jason Merrill4-4/+71
2020-08-18c++: Handle enumerator in C++20 alias CTAD. [PR96199]Jason Merrill2-0/+87
2020-08-18PR fortran/96613,96686 - Fix type/kind issues, temporaries evaluating MIN/MAXHarald Anlauf6-8/+69
2020-08-18rs6000: unaligned VSX in memcpy/memmove expansionAaron Sawdey3-16/+105
2020-08-18Decouple adjust_range_from_scev from vr_values and value_range_equiv.Aldy Hernandez2-89/+103
2020-08-18PR middle-end/96665 - memcmp of a constant string not foldedMartin Sebor2-8/+91
2020-08-18Fix PR tree-optimization/96670 - ICE on memchr with an empty initializer.Martin Sebor3-1/+89
2020-08-18doc: add return type for functions in gimple.texiHu Jiangping1-3/+3
2020-08-18Update native_encode_expr description.Martin Sebor1-5/+6
2020-08-18i386: Rewrite restore_stack_nonlocal expander [PR96536].Uros Bizjak1-72/+43
2020-08-18New tests for PR rtl-optimization/96298.Roger Sayle2-0/+36
2020-08-18c++: Move hidden-lambda entity lookup checkingNathan Sidwell1-12/+10
2020-08-18d: Fix ICE Segmentation fault during RTL pass: expand on armhf/armel/s390xIain Buclaw4-6/+92
2020-08-18Don't use pinsr/pextr for struct initialization/extraction.liuhongt2-2/+81
2020-08-18c: Fix -Wunused-but-set-* warning with _Generic [PR96571]Jakub Jelinek2-6/+46