aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-11-03c++: change -fconcepts to mean C++20 conceptsJason Merrill88-103/+99
2022-11-03c++: constexpr error with defaulted virtual dtor [PR93413]Patrick Palka2-8/+10
2022-11-03amdgcn: Fix instruction generation for exp2 and log2 operationsKwok Cheung Yeung2-6/+24
2022-11-03analyzer: use std::unique_ptr for state machines from pluginsDavid Malcolm3-4/+5
2022-11-03analyzer: use std::unique_ptr for known functionsDavid Malcolm6-12/+15
2022-11-03analyzer: use std::unique_ptr during bifurcationDavid Malcolm16-30/+35
2022-11-03analyzer: use std::unique_ptr for checker_eventDavid Malcolm8-120/+133
2022-11-03analyzer: use std::unique_ptr for feasibility_problems and exploded_pathDavid Malcolm6-47/+43
2022-11-03analyzer: use std::unique_ptr for custom_edge_info pointersDavid Malcolm4-42/+25
2022-11-03analyzer: use std::unique_ptr for saved_diagnostic::m_stmt_finderDavid Malcolm4-13/+12
2022-11-03analyzer: use std::unique_ptr for pending_diagnostic/noteDavid Malcolm37-190/+266
2022-11-03Update range query cache when a statement is updated.Andrew MacLeod5-0/+62
2022-11-03Add gcc/make-unique.hDavid Malcolm1-0/+44
2022-11-03analyzer: fix ICE when pipe's arg isn't a pointer [PR107486]David Malcolm5-4/+38
2022-11-03OpenMP/Fortran: 'target update' with DT componentsTobias Burnus2-7/+12
2022-11-03i386: Fix uninitialized register after peephole2 conversion [PR107404]Uros Bizjak2-1/+55
2022-11-03amdgcn: Fix duplicate conditionals [PR107510]Andrew Stubbs1-2/+0
2022-11-03testsuite: Fix gen-vect-34.c with vect_masked_load [PR106806]Kewen Lin1-1/+1
2022-11-03c: C2x autoJoseph Myers9-19/+418
2022-11-03Daily bump.GCC Administrator3-1/+39
2022-11-02RISC-V: Add Zawrs ISA extension supportChristoph Müllner4-0/+23
2022-11-02gcc: honour -ffile-prefix-map in ASM_MAP [PR93371]Rasmus Villemoes1-1/+1
2022-11-02Fix bug in frange::contains_p() for signed zeros.Aldy Hernandez1-1/+9
2022-11-02builtins: Guard builtins.cc against HUGE_VAL and NAN definitionsRainer Orth1-0/+5
2022-11-02rs6000: Byte reverse V8HI on Power8 by vector rotation.Xionghu Luo3-7/+29
2022-11-02Daily bump.GCC Administrator4-1/+212
2022-11-01c++: per-scope, per-signature lambda discriminatorsNathan Sidwell9-3/+264
2022-11-01configure: cache result of "sys/sdt.h" header checkDavid Seifert2-12/+24
2022-11-01gcc/file-prefix-map: Allow remapping of relative pathsRichard Purdie1-3/+13
2022-11-01[PR tree-optimization/107490] Handle NANs in op[12]_range.Aldy Hernandez2-8/+60
2022-11-01Make sure ssa-name is valid.Andrew MacLeod1-1/+1
2022-11-01Make ranger vrp1 default.Andrew MacLeod3-2/+44
2022-11-01Remove builtin_unreachable in VRPAndrew MacLeod1-3/+187
2022-11-01Allow queries on exit block.Andrew MacLeod2-7/+10
2022-11-01Intersect with nonzero bits can indicate change incorrectly.Andrew MacLeod1-0/+4
2022-11-01i386: correct integer division modeling in znver.mdAlexander Monakov1-18/+21
2022-11-01c++: Reorganize per-scope lambda discriminatorsNathan Sidwell11-97/+198
2022-11-01Fix incorrect digit constraintliuhongt3-84/+77
2022-11-01Enable more optimization for 32-bit/64-bit shrd/shld with imm shift count.liuhongt2-4/+173
2022-10-31c++: pass std attributes to make_call_declaratorJason Merrill1-4/+8
2022-10-31c++: set TREE_NOTHROW after genericizeJason Merrill1-8/+8
2022-10-31c++: formatting tweaksJason Merrill3-7/+4
2022-11-01Add attribute hot judgement for INLINE_HINT_known_hot hint.Cui,Lili2-4/+56
2022-11-01Daily bump.GCC Administrator3-1/+343
2022-10-31libstdc++-v3: <complex> support for extended floating point typesJakub Jelinek1-0/+182
2022-10-31btf: Add support to BTF_KIND_ENUM64 typeGuillermo E. Martinez6-15/+84
2022-10-31RISC-V: Change constexpr back to CONSTEXPRJu-Zhe Zhong4-11/+11
2022-10-31amdgcn: add fmin/fmax patternsAndrew Stubbs2-0/+32
2022-10-31amdgcn: multi-size vector reductionsAndrew Stubbs3-94/+45
2022-10-31amdgcn: Silence unused parameter warningAndrew Stubbs1-1/+1