aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-07-17Give better error messages for musttailAndi Kleen1-33/+154
2024-07-17Enable musttail tail conversion even when not optimizingAndi Kleen7-9/+69
2024-07-17Fix pro_and_epilogue for sibcalls at -O0 (PR115255)Andi Kleen1-2/+6
2024-07-17Improve must tail in RTL backendAndi Kleen1-6/+26
2024-07-18c++/modules: Conditionally start timer during lazy load [PR115165]Nathaniel Shead3-4/+28
2024-07-17c++: prev declared hidden tmpl friend inst [PR112288]Patrick Palka4-6/+90
2024-07-17c++: missing -Wunused-value for !<expr> [PR114104]Patrick Palka2-0/+21
2024-07-17c++: diagnose failed qualified lookup into current instPatrick Palka17-24/+72
2024-07-18Daily bump.GCC Administrator6-1/+382
2024-07-17testsuite: Fix up pr111150* tests on i686-linux [PR111150]Jakub Jelinek2-2/+3
2024-07-17Use foreach, not lmap, for tcl <= 8.5 compatJørgen Kvalsvik1-12/+16
2024-07-17rtl-ssa: Fix move range canonicalisation [PR115929]Richard Sandiford2-2/+40
2024-07-17rtl-ssa: Fix split_clobber_group [PR115928]Richard Sandiford4-22/+55
2024-07-17genattrtab: Drop enum tags, consolidate type namesRichard Sandiford1-23/+14
2024-07-17c++: wrong error initializing empty class [PR115900]Marek Polacek2-4/+32
2024-07-17RISC-V: Fix testcase missing arch attributeEdwin Lu1-1/+1
2024-07-17MATCH: Simplify (a ? x : y) eq/ne (b ? x : y) [PR111150]Eikansh Gupta4-0/+142
2024-07-17Add debug counter for ext_dceAndrew Pinski2-3/+14
2024-07-17alpha: Fix duplicate !tlsgd!62 assemble error [PR115526]Uros Bizjak2-3/+53
2024-07-17Regenerate c.opt.urlsMark Wielaard1-0/+3
2024-07-17AVR: target/90616 - Improve adding constants that are 0 mod 256.Georg-Johann Lay4-0/+47
2024-07-17bitint: Use gsi_insert_on_edge rather than gsi_insert_on_edge_immediate [PR11...Jakub Jelinek2-1/+40
2024-07-17varasm: Shorten assembly of strings with larger zero regionsJakub Jelinek1-3/+21
2024-07-17middle-end: fix 0 offset creation and folding [PR115936]Tamar Christina1-1/+5
2024-07-17c++: constrained partial spec type context [PR111890]Patrick Palka2-0/+21
2024-07-17vect: Optimize order of lane-reducing operations in loop def-use cyclesFeng Xue2-7/+63
2024-07-17vect: Support multiple lane-reducing operations for loop reduction [PR114440]Feng Xue11-70/+750
2024-07-17vect: Refit lane-reducing to be normal operationFeng Xue2-40/+121
2024-07-17vect: Add a unified vect_get_num_copies for slp and non-slpFeng Xue2-17/+30
2024-07-17tree-optimization/115959 - ICE with SLP condition reductionRichard Biener2-3/+21
2024-07-17testsuite: Add dg-do run to another testJakub Jelinek1-0/+1
2024-07-17varasm: Fix bootstrap after the .base64 changes [PR115958]Jakub Jelinek1-2/+2
2024-07-17gimple-fold: Fix up __builtin_clear_padding lowering [PR115527]Jakub Jelinek7-7/+41
2024-07-17rs6000: Remove redundant guard for float128 mode patternHaochen Gui1-58/+57
2024-07-17rs6000: Change optab for ibm128 and ieee128 conversionKewen Lin1-6/+6
2024-07-17tree: Remove KFmode workaround [PR112993]Kewen Lin1-9/+0
2024-07-17ranger: Revert the workaround introduced in PR112788 [PR112993]Kewen Lin1-8/+2
2024-07-17fortran: Teach get_real_kind_from_node for Power 128 fp modes [PR112993]Kewen Lin1-1/+15
2024-07-17rs6000: Make all 128 bit scalar FP modes have 128 bit precision [PR112993]Kewen Lin6-108/+41
2024-07-17expr: Allow same precision modes conversion between {ibm_extended, ieee_quad}...Kewen Lin2-10/+33
2024-07-16rs6000: Error on CPUs and ABIs that don't support the ROP protection insns [P...Peter Bergner4-18/+39
2024-07-16rs6000: ROP - Emit hashst and hashchk insns on Power8 and later [PR114759]Peter Bergner4-7/+24
2024-07-17c++/modules: Propagate BINDING_VECTOR_*_DUPS_P on realloc [PR99242]Nathaniel Shead5-0/+20
2024-07-17Daily bump.GCC Administrator6-1/+410
2024-07-16range-ops should return the requested boolean type.Andrew MacLeod1-25/+25
2024-07-16c++/contracts: ICE in C++ Contracts with '-fno-exceptions' [PR 110159]Nina Ranns4-4/+50
2024-07-16AVR: testsuite - Attribute ipa implies noinline and noclone.Georg-Johann Lay43-123/+123
2024-07-16c++, coroutines, contracts: Handle coroutine and void functions [PR110871,PR1...Iain Sandoe10-120/+329
2024-07-16AVR: testsuite - Add noipa function attribute to noclone functions.Georg-Johann Lay41-121/+121
2024-07-16Fortran: Simplify len_trim with array ref and fix mapping bug[PR84868].Paul Thomas3-6/+171