aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-11-16analyzer: use known_function to simplify region_model::on_call_{pre,post}David Malcolm8-99/+154
2022-11-16analyzer: split out checker-path.cc into a new checker-event.ccDavid Malcolm3-1149/+1215
2022-11-16gcc: m68k: fix PR target/107645Max Filippov1-0/+2
2022-11-16doc: invoke: pru/riscv: Fix option list formattingChristoph Müllner1-3/+3
2022-11-16c++: Implement CWG 2654 - Un-deprecation of compound volatile assignmentsJakub Jelinek6-32/+19
2022-11-16nvptx/mkoffload.cc: Fix "$nohost" checkTobias Burnus1-2/+4
2022-11-16c++: Allow attributes on concepts - DR 2428Jakub Jelinek10-10/+44
2022-11-16ragen-op-float: Fix up float_binary_op_range_finish [PR107668]Jakub Jelinek2-1/+14
2022-11-15rtl: Try to remove EH edges after {pro,epi}logue generation [PR90259]Kewen Lin2-3/+113
2022-11-16Daily bump.GCC Administrator9-1/+407
2022-11-15c++: Disable -Wignored-qualifiers for template args [PR107492]Marek Polacek2-1/+29
2022-11-15RISC-V: Zihintpause: add __builtin_riscv_pausePhilipp Tomsich6-3/+28
2022-11-15Merge branch 'master' into devel/modula-2Gaius Mulley1748-256499/+177366
2022-11-15Revert autogenerated files before merge and doc files.Gaius Mulley3-197/+115
2022-11-15Bugfix -fm2-whole-program linking.Gaius Mulley28-323/+749
2022-11-15bpf: avoid possible use of uninitialized variableDavid Faust1-2/+5
2022-11-15analyzer: add warnings relating to sockets [PR106140]David Malcolm30-60/+3007
2022-11-15c, analyzer: support named constants in analyzer [PR106302]David Malcolm21-10/+513
2022-11-15diagnostics: Remove null-termination requirement for json::stringLewis Hyatt2-4/+24
2022-11-15diagnostics: Use an inline function rather than hardcoding <built-in> stringLewis Hyatt7-8/+17
2022-11-15diagnostics: Fix macro tracking for ad-hoc locationsLewis Hyatt2-2/+9
2022-11-15asan: update expected format based on ASANMartin Liska10-42/+42
2022-11-15c++: remove i_c_e_p parm from tsubst_copy_and_buildPatrick Palka8-185/+94
2022-11-15c++: remove function_p parm from tsubst_copy_and_buildPatrick Palka6-42/+19
2022-11-15Bugfix for tiny modules importing from definition for "C".Gaius Mulley1-2/+38
2022-11-15Revert "docs: Fix expected diagnostics URL [PR107599]"Martin Liska5-5/+5
2022-11-15doc: Format region pragmas as separate itemsJonathan Wakely1-1/+2
2022-11-15ira: Remove duplicate `memset' over `full_costs' from `assign_hard_reg'Maciej W. Rozycki1-1/+0
2022-11-15aarch64: Add support for widening LDAPR instructionsAndre Vieira2-0/+116
2022-11-15aarch64: Enable the use of LDAPR for load-acquire semanticsAndre Vieira5-4/+74
2022-11-15Daily bump.GCC Administrator10-1/+4671
2022-11-15c++: Fix a typo in function nameJakub Jelinek3-4/+4
2022-11-15c++: Add testcase for DR 2392Jakub Jelinek1-0/+12
2022-11-15c++: Implement C++23 P2589R1 - - static operator[]Jakub Jelinek6-47/+97
2022-11-15c++: Add testcase for DR 2604Jakub Jelinek1-0/+53
2022-11-15Optimize VEC_PERM_EXPR with same permutation index and operationHongyu Wang2-0/+98
2022-11-15Remove Score documentationAndrew Pinski1-52/+0
2022-11-15Remove the picoChip documentationAndrew Pinski2-90/+0
2022-11-15Remove documentation for MePAndrew Pinski2-361/+0
2022-11-15Fix @opindex for mcall-aixdesc and mcall-openbsdAndrew Pinski1-2/+2
2022-11-14c++: init_priority and SUPPORTS_INIT_PRIORITY [PR107638]Patrick Palka2-4/+15
2022-11-14c++: Disable -Wdangling-reference when initing T&Marek Polacek4-6/+28
2022-11-15Revert "RISC-V: Add basic support for the Ventana-VT1 core"Philipp Tomsich4-21/+3
2022-11-15Revert "RISC-V: Add instruction fusion (for ventana-vt1)"Philipp Tomsich1-220/+0
2022-11-14c++: only declare satisfied friendsJason Merrill2-0/+24
2022-11-14ira: Fix `create_insn_allocnos' `outer' parameter documentationMaciej W. Rozycki1-1/+1
2022-11-14middle-end: Fix addsub patch removing return statementsTamar Christina1-39/+39
2022-11-14riscv: bitmanip: add orc.b as an unspecPhilipp Tomsich2-0/+11
2022-11-14middle-end: Fix can_special_div_by_const doc.Tamar Christina1-1/+1
2022-11-14RISC-V: Add instruction fusion (for ventana-vt1)Philipp Tomsich1-0/+220