aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
3 hourstestsuite: fix escaping of square bracketsHEADtrunkmasterSam James1-1/+1
3 hoursi386: Fix invalid RTX mode in the unnamed rotate splitter.Uros Bizjak2-8/+12
6 hours[hardbool] implement OP=, ++ and --, volatile and atomicsAlexandre Oliva6-21/+164
6 hoursinstall: Replace bzip2 by xzGerald Pfeifer1-1/+1
8 hoursi386: Add missing PTA_POPCNT and PTA_LZCNT with PTA_ABMYangyu Chen1-17/+17
8 hoursgcc: drop placement new workaround for old bootstrap compilersSam James4-74/+3
9 hoursc2y: Evaluate size expression only in the active branch of conditional operat...Martin Uecker2-45/+370
11 hoursSimplify vect_supportable_dr_alignmentRichard Biener1-34/+3
11 hoursc++: mangling cNTTP object w/ implicit non-trailing zeros [PR121231]Patrick Palka5-2/+171
12 hoursc++: improve constexpr type mismatch diagnosticJason Merrill2-5/+18
12 hoursRecord gather/scatter scale and base in the SLP treeRichard Biener4-27/+79
12 hoursUse proper alias type for gather/scatter with SLPRichard Biener1-10/+10
12 hoursAllow fully masked loops with legacy gather/scatterRichard Biener2-4/+5
14 hoursbitint: Fix build [PR121413]Jakub Jelinek1-1/+2
14 hoursAArch64: Fix test for vector length safetyTejas Belagod1-4/+4
15 hoursbitint: Do not optimize away conversion to _BitInt before a VCEYang Yujie2-2/+35
15 hoursbitint: Zero-extend the result of a signed->unsigned widening castYang Yujie2-0/+59
15 hoursbitint: Make sure BEXTC checks extension when optimizedYang Yujie1-15/+13
15 hoursbitint: Avoid extending ABI-extended large/huge _BitInts on loadYang Yujie1-8/+27
16 hoursbitint: Fix up INTEGER_CST PHI handling [PR121413]Jakub Jelinek2-3/+52
16 hoursbitint: Fix up handling of uninitialized mul/div/float cast operands [PR121127]Jakub Jelinek2-3/+27
16 hoursgengtype: Include system.h earlier in gengtype-lex.cc [PR121386]Jakub Jelinek2-11/+3
16 hoursfortran: cleanup duplicate tests for c_f_pointer_shape_driverYuao Ma5-94/+49
16 hoursc++: Add test for vt/ff in line commentsJakub Jelinek2-0/+24
18 hoursc: Fix ICE on invalid code involving bit fields [PR121217]Martin Uecker2-0/+22
18 hoursRISC-V: Read extension data from riscv-ext*.def for arch-canonicalizeKito Cheng1-81/+482
18 hoursRISC-V: Support -march=unsetKito Cheng8-3/+55
24 hoursopenmp: Add support for iterators in 'target update' clauses (C/C++)Kwok Cheung Yeung11-44/+306
24 hoursopenmp: Add support for iterators in map clauses (C/C++)Kwok Cheung Yeung21-49/+807
24 hoursFortran: Fix runtime bogus diagnostic with ';'Jerry DeLisle1-0/+28
25 hoursDaily bump.GCC Administrator6-1/+3147
27 hoursc++: clobber object on placement new [PR121068]Jason Merrill4-16/+133
28 hoursfortran: Remove overwrite of polymorphic associate variable offsetMikael Morin1-18/+0
28 hoursfortran: Remove array bound update after constructor expansionMikael Morin1-1/+0
28 hoursfortran: Remove premature initialization of a function result's spanMikael Morin1-8/+0
28 hoursfortran: Remove default initialization of local pointers's spanMikael Morin1-14/+0
28 hoursfortran: Remove redundant initialisation of associate variable spanMikael Morin1-10/+0
28 hoursfortran: Remove span overwrite with pointer assignmentsMikael Morin2-5/+25
30 hoursx86: Get the widest vector mode from STORE_MAX_PIECES for memsetH.J. Lu2-2/+14
33 hoursAVR: Allow combination of sign_extend with ashift.Georg-Johann Lay2-1/+46
34 hoursfortran: Remove unused field use_offsetMikael Morin3-7/+0
34 hoursgccrs: Add read-only check on HIRRyutaro Okada3-0/+321
34 hoursgccrs: Call base class's accept_vis methodRyutaro Okada1-4/+4
34 hoursgccrs: Add check before calling `get_trait_ref()`Ryutaro Okada1-1/+2
34 hoursgccrs: Remove undefined behavior with static_castOwen Avery1-2/+2
34 hoursgccrs: Recognize rustc_args_required_const attributeOwen Avery2-0/+6
34 hoursgccrs: Make AttributeParser rely more on ParserOwen Avery3-176/+48
34 hoursgccrs: offset_of: Compile the offset properlyArthur Cohen4-1/+72
34 hoursgccrs: Catch parse failure in parse_path_meta_itemOwen Avery1-3/+6
34 hoursgccrs: Avoid including rust-parse-impl.h in rust-parse.hOwen Avery6-7/+95