aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-01-02Update Copyright year in ChangeLog filesJakub Jelinek9-9/+9
2023-01-02Daily bump.GCC Administrator4-1/+24
2023-01-01Add post-reload splitter for extendditi2 on x86_64.Roger Sayle3-25/+66
2023-01-01Rotate ChangeLog files.Jakub Jelinek12-78277/+78313
2023-01-01modula2: Ensure that module registration constructors are 'extern' [PR108183].Iain Sandoe1-0/+5
2023-01-01Daily bump.GCC Administrator3-1/+17
2022-12-31modula-2: Fix building the plugin for Darwin [PR107612].Rainer Orth2-13/+26
2022-12-31Daily bump.GCC Administrator4-1/+48
2022-12-30check hash table insertionsAlexandre Oliva1-3/+60
2022-12-30regressions tests for PR103770Martin Uecker3-0/+66
2022-12-30Fix memory constraint on MVE v[ld/st][2/4] instructions [PR107714]Stam Markianos-Wright6-4/+332
2022-12-29Modify checks to avoid referencing NULL pointer.Steve Kargl4-5/+7
2022-12-30Daily bump.GCC Administrator5-1/+85
2022-12-29prevent hash set/map insertion of deleted entriesAlexandre Oliva2-4/+7
2022-12-29parloops: don't request insert that won't be completedAlexandre Oliva1-2/+5
2022-12-29hash-map: reject empty-looking insertionsAlexandre Oliva1-1/+3
2022-12-29hash set: reject attempts to add empty valuesAlexandre Oliva1-1/+5
2022-12-29ada: don't map NULL decl to locusAlexandre Oliva1-1/+1
2022-12-29lto: drop dummy partition mappingAlexandre Oliva1-1/+0
2022-12-29[C++] constexpr: request insert iff depth is okAlexandre Oliva1-3/+5
2022-12-29tm: complete tm_restart insertionAlexandre Oliva1-1/+1
2022-12-29postreload-gcse: no insert on mere lookupAlexandre Oliva1-1/+1
2022-12-29tree-inline decl_map: skip mapping result's NULL default defAlexandre Oliva1-4/+5
2022-12-29ssa-loop-niter: skip caching of null operandsAlexandre Oliva1-0/+2
2022-12-29[C++] constraint: insert norm entry onceAlexandre Oliva1-3/+5
2022-12-29tree-inline decl_map: skip mapping NULL to itselfAlexandre Oliva1-1/+1
2022-12-29varpool: do not add NULL vnodes to referencedAlexandre Oliva1-1/+3
2022-12-29scoped tables: insert before further lookupsAlexandre Oliva1-5/+5
2022-12-29gcc: xtensa: use GP_RETURN_* instead of magic constantMax Filippov1-1/+1
2022-12-29xtensa: Check DF availability before useTakayuki 'January June' Suwa1-1/+1
2022-12-29Daily bump.GCC Administrator3-1/+43
2022-12-28Provide zero_extend versions/variants of several patterns on x86.Roger Sayle1-0/+151
2022-12-28Use ix86_expand_clear in ix86_split_ashl.Roger Sayle2-1/+7
2022-12-28strlen: do not use cond_expr for boundariesMartin Liska2-6/+15
2022-12-28RISC-V: Return const ref. for vl_vtype_info::get_avl_infoKito Cheng1-1/+1
2022-12-28Daily bump.GCC Administrator3-1/+109
2022-12-27Commit right version of last patch (missing modes)Jeff Law1-1/+2
2022-12-27RISC-V: Produce better code with complex constants [PR95632] [PR106602]Raphael Moreira Zinsly3-0/+46
2022-12-27riscv: Restructure callee-saved register save/restore codeChristoph Müllner1-28/+67
2022-12-27riscv: attr: Synchronize comments with codeChristoph Müllner1-1/+4
2022-12-27Fixed typo in RISCVjinma1-1/+1
2022-12-27gcc: fix Windows target binutils secrel detectionJonathan Yong2-2/+2
2022-12-27gcc: xtensa: use define_c_enums instead of define_constantsMax Filippov1-21/+25
2022-12-27xtensa: Generate density instructions in set_frame_ptrTakayuki 'January June' Suwa1-2/+5
2022-12-27xtensa: Change GP_RETURN{,_REG_COUNT} to GP_RETURN_{FIRST,LAST}Takayuki 'January June' Suwa2-7/+7
2022-12-27xtensa: Clean up xtensa_expand_prologueTakayuki 'January June' Suwa1-2/+8
2022-12-27xtensa: Tabify, and trim trailing spacesTakayuki 'January June' Suwa7-116/+113
2022-12-27RISC-V: Add riscv_vector.h wrapperKito Cheng1-0/+11
2022-12-27RISC-V: Fix ICE of visiting non-existing block in CFG.Ju-Zhe Zhong1-11/+10
2022-12-27RISC-V: Fix ICE for avl_info deprecated copy and pp_print error.Ju-Zhe Zhong2-24/+9