aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-09-11[PATCH,rs6000] Testsuite fixup pr96139 testsWill Schmidt3-5/+5
2020-09-11Fix fma test case [PR97018]Sunil K Pandey12-12/+12
2020-09-11Move/correct offset adjustment (PR middle-end/96903).Martin Sebor3-8/+194
2020-09-11objc++: Always pop scope with method definitions [PR97015]Nathan Sidwell2-36/+27
2020-09-11c++: Remove LOOKUP_CONSTINIT.Marek Polacek6-29/+19
2020-09-11tree-optimization/97020 - account SLP cost in loop vect againRichard Biener1-2/+9
2020-09-11testsuite: gimplefe-44 requires exceptionsAndrew Stubbs1-0/+1
2020-09-11libgccjit: Add new gcc_jit_global_set_initializer entry pointAndrea Corallo12-13/+476
2020-09-11[libatomic] Add nvptx supportTom de Vries1-0/+16
2020-09-11amdgcn: align TImode registersAndrew Stubbs2-1/+4
2020-09-11improve BB vectorization dump locationsRichard Biener4-79/+73
2020-09-11Fix ICE on nested packed variant record typeEric Botcazou3-5/+75
2020-09-11Add missing stride entry in debug infoEric Botcazou1-0/+4
2020-09-11Drop GNAT encodings for fixed-point typesEric Botcazou1-3/+2
2020-09-11Fix crash on array component with nonstandard index typeEric Botcazou2-6/+20
2020-09-11Adjust email addressEric Botcazou1-8/+8
2020-09-11Adjust email addressEric Botcazou2-2/+2
2020-09-11Adjust email addressEric Botcazou2-23/+23
2020-09-11tree-optimization/97013 - avoid duplicate 'vectorization is not profitable'Richard Biener1-8/+2
2020-09-11random vectorizer fixesRichard Biener1-5/+14
2020-09-11[nvptx] Fix UB in nvptx_assemble_valueTom de Vries1-1/+3
2020-09-11[nvptx] Fix printing of 128-bit constant (negative case)Tom de Vries2-1/+19
2020-09-10[PATCH][PR96791] disable POImode ld/st for memcpyAaron Sawdey1-4/+5
2020-09-10analyzer: stricter handling of non-pure builtins [PR96798]David Malcolm5-0/+138
2020-09-11Daily bump.GCC Administrator6-1/+220
2020-09-10PowerPC: Change cmove function return to bool.Michael Meissner2-18/+18
2020-09-10[nvptx] Fix printing of 128-bit constantTom de Vries1-1/+5
2020-09-10lto: Fix up lto BLOCK tree streamingJakub Jelinek1-1/+1
2020-09-10c++: TINFO_VAR_DECLARED_CONSTINIT -> DECL_DECLARED_CONSTINIT_PNathan Sidwell3-28/+11
2020-09-10aarch64: Add support for Cortex-R82Alex Coplan3-3/+6
2020-09-10aarch64: Add support for Armv8-RAlex Coplan6-3/+20
2020-09-10d: Enable miscellaneous warnings by -Wextra flagIain Buclaw1-3/+3
2020-09-10d: Don't warn about variables initialized with 'void'Iain Buclaw1-22/+13
2020-09-10d: Warn when casting from a D class to a C++ class.Iain Buclaw4-2/+44
2020-09-10Fix bogus error on Value_Size clause for variant record typeEric Botcazou2-2/+20
2020-09-10Fix uninitialized variable with nested variant record typesEric Botcazou4-5/+83
2020-09-10Add emergency dump after an ICEEric Botcazou1-0/+4
2020-09-10arm: Fix up arm_override_options_after_change_1Jakub Jelinek1-5/+6
2020-09-10arm: Fix up arm_override_options_after_change [PR96939]Jakub Jelinek3-4/+27
2020-09-10Fix instruction types.Pat Haugen2-7/+7
2020-09-10c++: DECL_LOCAL_FUNCTION_P -> DECL_LOCAL_DECL_PNathan Sidwell7-51/+35
2020-09-10[testsuite] Add missing require-effective-target alllocaTom de Vries1-0/+1
2020-09-10Cygwin/MinGW: Do not version lto pluginsJonathan Yong1-3/+3
2020-09-10[tree-optimization] Don't clear ctrl-altering flag for IFN_UNIQUETom de Vries1-1/+5
2020-09-10lto: Stream current working directory for first streamed relative filename an...Jakub Jelinek3-13/+299
2020-09-10tree-optimization/96043 - BB vectorization costing improvementRichard Biener3-19/+194
2020-09-10Daily bump.GCC Administrator6-1/+395
2020-09-09c++: Further tweaks for new-expression and paren-init [PR77841]Marek Polacek9-36/+81
2020-09-09c++: Fix ICE in reshape_init with init-list [PR95164]Marek Polacek2-1/+40
2020-09-09analyzer: generalize sm-malloc to new/delete [PR94355]David Malcolm9-115/+675