aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-08-30middle-end: intialize regnum in store_bit_field_1Tamar Christina1-1/+1
2022-08-30Daily bump.GCC Administrator4-1/+171
2022-08-29c++: Fix C++11 attribute propagation [PR106712]Marek Polacek2-1/+18
2022-08-29bpf: handle anonymous members in CO-RE reloc [PR106745]David Faust2-6/+40
2022-08-29bpf: define __bpf__ as well as __BPF__ as a target macroJose E. Marchesi1-0/+1
2022-08-29x86: Handle V16BF in ix86_avx256_split_vector_move_misalignH.J. Lu3-2/+26
2022-08-29LoongArch: testsuite: refine __tls_get_addr tests with tls_nativeXi Ruoyao9-9/+10
2022-08-29s390: Change SET rtx_cost handling.Robin Dapp2-37/+111
2022-08-29s390: Recognize reverse/element swap permute patterns.Robin Dapp5-6/+345
2022-08-29s390: Implement vec_extract via vec_select.Robin Dapp3-53/+61
2022-08-29s390: Use vpdi and verllg in vec_reve.Robin Dapp3-0/+100
2022-08-29s390: Add z15 to s390_issue_rate.Robin Dapp1-0/+1
2022-08-29s390: Add -munroll-only-small-loops.Robin Dapp8-5/+45
2022-08-29Refactor init_use_preds and find_control_equiv_blockRichard Biener1-39/+16
2022-08-29Improve compute_control_dep_chain documentationRichard Biener1-4/+23
2022-08-29RISC-V: Suppress -Wclass-memaccess warningKito Cheng1-1/+21
2022-08-29RISC-V: Add RVV registerszhongjuzhe3-19/+173
2022-08-29RISC-V: Add RVV instructions classificationzhongjuzhe1-1/+99
2022-08-29Daily bump.GCC Administrator3-1/+12
2022-08-27rs6000: Allow conversions of MMA pointer types [PR106017]Peter Bergner2-22/+19
2022-08-28Daily bump.GCC Administrator4-1/+21
2022-08-28d: Merge upstream dmd 817610b16d, phobos b578dfad9Iain Buclaw62-539/+1414
2022-08-27Require fgraphite effective target for pr106737.c test [PR106737]Jakub Jelinek1-1/+1
2022-08-27contrib: modernize gen_autofdo_event.pyXi Ruoyao1-14/+17
2022-08-27Daily bump.GCC Administrator7-1/+283
2022-08-26Add real_iszero to real.*Aldy Hernandez2-0/+22
2022-08-26Add set/get functions for negative infinity in real.*Aldy Hernandez2-4/+15
2022-08-26c++: Implement -Wself-move warning [PR81159]Marek Polacek4-2/+203
2022-08-26Make all default vrange setters set VARYING.Aldy Hernandez1-4/+8
2022-08-26[ranger] x == -0.0 does not mean we can replace x with -0.0Aldy Hernandez1-2/+15
2022-08-26Add newline when checking path profitability.Aldy Hernandez1-1/+9
2022-08-26libcpp: Implement P2362R3 - Remove non-encodable wide character literals and ...Jakub Jelinek2-0/+85
2022-08-26Remove uninit_analysis::use_cannot_happenRichard Biener2-213/+0
2022-08-26New testcase for uninitRichard Biener1-0/+27
2022-08-26OpenMP: Support reverse offload (middle end part)Tobias Burnus46-72/+239
2022-08-26fortran: Expand ieee_arithmetic module's ieee_value inline [PR106579]Jakub Jelinek1-0/+119
2022-08-26fortran: Expand ieee_arithmetic module's ieee_class inline [PR106579]Jakub Jelinek3-1/+101
2022-08-26Implement __builtin_issignalingJakub Jelinek20-3/+775
2022-08-26internal-fn, tree-cfg: Fix .TRAP handling and another __builtin_trap vops iss...Jakub Jelinek3-8/+19
2022-08-26c++: Implement C++23 P2071R2 - Named universal character escapes [PR106648]Jakub Jelinek11-0/+337
2022-08-26Improve compute_control_dep_chain path findingRichard Biener2-3/+81
2022-08-26Improve uninit_analysis::collect_phi_def_edgesRichard Biener1-5/+5
2022-08-26cr16: remove obsoleted portMartin Liska15-4489/+4
2022-08-26Don't gimple fold ymm-version vblendvpd/vblendvps/vpblendvb w/o TARGET_AVX2liuhongt3-5/+27
2022-08-26Daily bump.GCC Administrator7-1/+207
2022-08-25c: Implement C23 nullptr (N3042)Marek Polacek18-42/+586
2022-08-25c: Support C2x empty initializer bracesJoseph Myers20-47/+305
2022-08-25c++: block copy elision in delegating ctorJason Merrill2-0/+18
2022-08-25dwarf2: use DW_ATE_UTF for char8_tJason Merrill2-0/+10
2022-08-25PR 106101: IBM zSystems: Fix strict_low_part problemAndreas Krebbel5-22/+116