aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-09-07Fix fatal typo in gcc.dg/no_profile_instrument_function-attr-2.cHans-Peter Nilsson1-1/+1
2021-09-07Fortran - improve error recovery determining array element from constructorHarald Anlauf2-4/+14
2021-09-07dwarf2out: Emit BTF in dwarf2out_finish for BPF CO-RE usecaseIndu Bhagat3-16/+51
2021-09-07bpf: Add new -mco-re option for BPF CO-REIndu Bhagat3-0/+38
2021-09-07debug: Add BTF_WITH_CORE_DEBUG debug formatIndu Bhagat3-1/+17
2021-09-07tree: Change error_operand_p to an inline functionJason Merrill1-4/+7
2021-09-07c++: Fix up constexpr evaluation of deleting dtors [PR100495]Jakub Jelinek2-2/+19
2021-09-07Rename forwarder_block_p in treading code to empty_block_with_phis_p.Aldy Hernandez1-5/+4
2021-09-07Fix PR debug/101947Eric Botcazou1-8/+44
2021-09-07x86: Enable FMA in unsigned SI to SF expandersH.J. Lu7-12/+94
2021-09-07tree-optimization/102226 - fix epilogue vector re-useRichard Biener2-2/+31
2021-09-07C, C++, Fortran, OpenMP: Add support for 'flush seq_cst' construct.Marcel Vollweiler12-16/+56
2021-09-07inline: do not einline when no_profile_instrument_function is differentMartin Liska2-0/+32
2021-09-07tree-optimization/101555 - avoid redundant alias queries in PRERichard Biener1-60/+37
2021-09-06rs6000: Expand fmod and remainder when built with fast-math [PR97142]Xionghu Luo2-0/+71
2021-09-07MIPS: add .module arch and ase to all output asmYunQiang Su1-0/+37
2021-09-07Daily bump.GCC Administrator3-1/+76
2021-09-06Correct implementation of wi::clzRoger Sayle1-3/+4
2021-09-06invoke.texi: Fix @opindex for -foffload-optionsTobias Burnus1-1/+1
2021-09-06x86: Add non-destructive source to @xorsign<mode>3_1H.J. Lu5-10/+36
2021-09-06Avoid FROM being overwritten in expand_fix.liuhongt2-5/+24
2021-09-06Fix debug info for packed array types in AdaEric Botcazou1-8/+14
2021-09-06match.pd: Fix up __builtin_*_overflow arg demotion [PR102207]Jakub Jelinek2-2/+28
2021-09-06Fix PR tree-optimization/63184: add simplification of (& + A) != (& + B)Andrew Pinski3-6/+19
2021-09-06tree-optimization/102176 - locally compute participating SLP stmtsRichard Biener1-5/+64
2021-09-06Daily bump.GCC Administrator2-1/+35
2021-09-05libgo: update to final Go 1.17 releaseIan Lance Taylor1-1/+1
2021-09-05Make the path solver's range_of_stmt() handle all statements.Aldy Hernandez1-5/+3
2021-09-05Add an unreachable_path_p method to path_range_query.Aldy Hernandez3-11/+31
2021-09-05Clean up registering of paths in backwards threader.Aldy Hernandez1-21/+23
2021-09-05Improve handling of C bit for setcc insnsJeff Law2-3/+120
2021-09-05Daily bump.GCC Administrator1-1/+1
2021-09-04Daily bump.GCC Administrator7-1/+263
2021-09-03rs6000: Don't use r12 for CR save on ELFv2 (PR102107)Segher Boessenkool1-4/+7
2021-09-03coroutines: Support for debugging implementation state.Iain Sandoe1-5/+11
2021-09-03coroutines: Add a helper for creating local vars.Iain Sandoe1-26/+45
2021-09-03coroutines: Use DECL_VALUE_EXPR instead of rewriting vars.Iain Sandoe1-100/+5
2021-09-03Fix target/102173 ICE after error recoveryAndrew Pinski1-0/+1
2021-09-03Fix some GC issues in the aarch64 back-end.Andrew Pinski2-9/+9
2021-09-03Implement POINTER_DIFF_EXPR entry in range-op.Aldy Hernandez1-7/+38
2021-09-03c++: shortcut bad convs during overload resolution [PR101904]Patrick Palka2-73/+233
2021-09-03Do not assume loop header threading in backward threader.Aldy Hernandez1-8/+8
2021-09-03Abstract PHI and forwarder block checks in jump threader.Aldy Hernandez1-6/+19
2021-09-03Improve backwards threader debugging dumps.Aldy Hernandez1-0/+35
2021-09-03Dump reason why threads are being cancelled and abstract code.Aldy Hernandez1-27/+29
2021-09-03c++: Avoid bogus -Wunused with recent changeJason Merrill1-7/+19
2021-09-03Fortran: Fix Bind(C) char-len check, add ptr-contiguous checkTobias Burnus8-121/+164
2021-09-03Avoid using unavailable objects in jt_state.Aldy Hernandez1-6/+12
2021-09-03Do not release state location until after path registry.Aldy Hernandez1-1/+1
2021-09-03Add debug helper for jump thread paths.Aldy Hernandez1-0/+6