aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-01-20[PR 80005] Fix __has_includeNathan Sidwell7-30/+43
2020-01-20[PATCH] PR Fortran/93263 Correct test caseMark Eggleston2-1/+6
2020-01-20x32: Add x32 support to -mtls-dialect=gnu2H.J. Lu8-31/+123
2020-01-20[AArch64] Set SLOW_BYTE_ACCESSWilco Dijkstra2-8/+6
2020-01-20aarch64: Remove parameter name and ATTRIBUTE_UNUSEDRichard Sandiford2-1/+6
2020-01-20debug/92763 keep DIEs that might be used in DW_TAG_inlined_subroutineRichard Biener4-5/+34
2020-01-20Add testcase of PR c++/92536, already fixed.Paolo Carlini2-0/+28
2020-01-20Record outer non-cleanup region in TREE EH.Martin Liska2-6/+39
2020-01-20tree-optimization/93094 pass down VECTORIZED_CALL to versioningRichard Biener7-10/+47
2020-01-19Clean up references to Subversion in documentation sources.Eric S. Raymond3-17/+24
2020-01-19analyzer: ensure that all DejaGnu tests have unique namesDavid Malcolm34-232/+269
2020-01-20Daily bump.GCC Administrator1-1/+1
2020-01-19testsuite: effective_target_march_option: support checking for -march=*Hans-Peter Nilsson2-0/+5
2020-01-19testsuite: Make use of effective-target march_option for crisHans-Peter Nilsson5-4/+11
2020-01-19PR c++/33799 - destroy return value, take 2.Jason Merrill7-1/+122
2020-01-19Simplify lambda parsing.Jason Merrill2-16/+8
2020-01-19Implement speculative call verifierJan Hubicka3-94/+241
2020-01-19Fix ICE in speculative_call_infoJan Hubicka5-13/+90
2020-01-19Check for illegal reference in function.Thomas König6-0/+42
2020-01-19Daily bump.GCC Administrator1-1/+1
2020-01-18c++: Fix coroutines.cc build for nvptx-none targetJakub Jelinek2-1/+6
2020-01-18AArch64: Fix unused variable warning breaking bootstrap.Tamar Christina2-1/+6
2020-01-18testsuite: Fix dg-message syntax.Jakub Jelinek2-1/+6
2020-01-18config.gcc <obsolete targets>: Add crisv32-*-* and cris-*-linux*Hans-Peter Nilsson2-0/+6
2020-01-18Reword a comment in varpool_node::ctor_useable_for_folding_p.Gerald Pfeifer2-3/+8
2020-01-18[C++ coroutines] Initial implementation.Iain Sandoe150-9/+10753
2020-01-18arm: Remove yet another unused variable.Jakub Jelinek2-1/+2
2020-01-18arm: fix rtl checking bootstrap (PR target/93312)Jakub Jelinek2-7/+15
2020-01-17PR93234 INQUIRE on pre-assigned files of ROUND and SIGN propertiesJerry DeLisle2-0/+73
2020-01-18Daily bump.GCC Administrator1-1/+1
2020-01-17analyzer: prevent ICE on isnan (PR 93290)David Malcolm6-4/+34
2020-01-17Add testcase of PR c++/92542, already fixed.Paolo Carlini1-0/+5
2020-01-17Add testcase of PR c++/92542, already fixed.Paolo Carlini1-0/+15
2020-01-17[GCC/ARM, 2/2] Add support for ASRL(imm), LSLL(imm) and LSRL(imm) instruction...Mihail Ionescu7-6/+86
2020-01-17[GCC/ARM, 1/2] Add support for ASRL(reg) and LSLL(reg) instructions for Armv8...Mihail Ionescu6-3/+82
2020-01-17arm: Unbreak bootstrapJakub Jelinek2-1/+6
2020-01-17gdbinit.in: make shorthands accept an explicit argumentAlexander Monakov2-51/+129
2020-01-17[AArch64] [Obvious] Correct pattern target requirementMatthew Malcomson2-1/+6
2020-01-17Fix g++ testsuite failure caused by std::is_pod deprecationJonathan Wakely2-0/+7
2020-01-17[AArch64] [SVE] Implement svld1ro intrinsic.Matthew Malcomson23-6/+1462
2020-01-17[AArch64] Enable CLI for Armv8.6-A f64mmMatthew Malcomson7-14/+67
2020-01-17[AArch64] Enable compare branch fusionWilco Dijkstra2-2/+7
2020-01-17PR c++/92531 - ICE with noexcept(lambda).Jason Merrill3-14/+16
2020-01-17c++: Fix deprecated attribute handling on templates (PR c++/93228)Jakub Jelinek4-1/+35
2020-01-17analyzer: fix handling of negative byte offsets (v2) (PR 93281)David Malcolm2-4/+15
2020-01-17[AArch64] Fix shrinkwrapping interactions with atomics (PR92692)Wilco Dijkstra3-10/+32
2020-01-17Add PR number to change logRichard Sandiford1-0/+1
2020-01-17aarch64: Don't raise FE_INVALID for -__builtin_isgreater [PR93133]Richard Sandiford6-35/+136
2020-01-17gimplifier: handle POLY_INT_CST-sized TARGET_EXPRsRichard Sandiford4-3/+17
2020-01-17PATCH] Fortran: PR93263 -fno-automatic and RECURSIVEMark Eggleston5-1/+70