Age | Commit message (Expand) | Author | Files | Lines |
2022-11-03 | analyzer: use std::unique_ptr for pending_diagnostic/note | David Malcolm | 37 | -190/+266 |
2022-11-03 | Update range query cache when a statement is updated. | Andrew MacLeod | 5 | -0/+62 |
2022-11-03 | Add gcc/make-unique.h | David Malcolm | 1 | -0/+44 |
2022-11-03 | analyzer: fix ICE when pipe's arg isn't a pointer [PR107486] | David Malcolm | 5 | -4/+38 |
2022-11-03 | OpenMP/Fortran: 'target update' with DT components | Tobias Burnus | 2 | -7/+12 |
2022-11-03 | i386: Fix uninitialized register after peephole2 conversion [PR107404] | Uros Bizjak | 2 | -1/+55 |
2022-11-03 | amdgcn: Fix duplicate conditionals [PR107510] | Andrew Stubbs | 1 | -2/+0 |
2022-11-03 | testsuite: Fix gen-vect-34.c with vect_masked_load [PR106806] | Kewen Lin | 1 | -1/+1 |
2022-11-03 | c: C2x auto | Joseph Myers | 9 | -19/+418 |
2022-11-03 | Daily bump. | GCC Administrator | 3 | -1/+39 |
2022-11-02 | RISC-V: Add Zawrs ISA extension support | Christoph Müllner | 4 | -0/+23 |
2022-11-02 | gcc: honour -ffile-prefix-map in ASM_MAP [PR93371] | Rasmus Villemoes | 1 | -1/+1 |
2022-11-02 | Fix bug in frange::contains_p() for signed zeros. | Aldy Hernandez | 1 | -1/+9 |
2022-11-02 | builtins: Guard builtins.cc against HUGE_VAL and NAN definitions | Rainer Orth | 1 | -0/+5 |
2022-11-02 | rs6000: Byte reverse V8HI on Power8 by vector rotation. | Xionghu Luo | 3 | -7/+29 |
2022-11-02 | Daily bump. | GCC Administrator | 4 | -1/+212 |
2022-11-01 | c++: per-scope, per-signature lambda discriminators | Nathan Sidwell | 9 | -3/+264 |
2022-11-01 | configure: cache result of "sys/sdt.h" header check | David Seifert | 2 | -12/+24 |
2022-11-01 | gcc/file-prefix-map: Allow remapping of relative paths | Richard Purdie | 1 | -3/+13 |
2022-11-01 | [PR tree-optimization/107490] Handle NANs in op[12]_range. | Aldy Hernandez | 2 | -8/+60 |
2022-11-01 | Make sure ssa-name is valid. | Andrew MacLeod | 1 | -1/+1 |
2022-11-01 | Make ranger vrp1 default. | Andrew MacLeod | 3 | -2/+44 |
2022-11-01 | Remove builtin_unreachable in VRP | Andrew MacLeod | 1 | -3/+187 |
2022-11-01 | Allow queries on exit block. | Andrew MacLeod | 2 | -7/+10 |
2022-11-01 | Intersect with nonzero bits can indicate change incorrectly. | Andrew MacLeod | 1 | -0/+4 |
2022-11-01 | i386: correct integer division modeling in znver.md | Alexander Monakov | 1 | -18/+21 |
2022-11-01 | c++: Reorganize per-scope lambda discriminators | Nathan Sidwell | 11 | -97/+198 |
2022-11-01 | Fix incorrect digit constraint | liuhongt | 3 | -84/+77 |
2022-11-01 | Enable more optimization for 32-bit/64-bit shrd/shld with imm shift count. | liuhongt | 2 | -4/+173 |
2022-10-31 | c++: pass std attributes to make_call_declarator | Jason Merrill | 1 | -4/+8 |
2022-10-31 | c++: set TREE_NOTHROW after genericize | Jason Merrill | 1 | -8/+8 |
2022-10-31 | c++: formatting tweaks | Jason Merrill | 3 | -7/+4 |
2022-11-01 | Add attribute hot judgement for INLINE_HINT_known_hot hint. | Cui,Lili | 2 | -4/+56 |
2022-11-01 | Daily bump. | GCC Administrator | 3 | -1/+343 |
2022-10-31 | libstdc++-v3: <complex> support for extended floating point types | Jakub Jelinek | 1 | -0/+182 |
2022-10-31 | btf: Add support to BTF_KIND_ENUM64 type | Guillermo E. Martinez | 6 | -15/+84 |
2022-10-31 | RISC-V: Change constexpr back to CONSTEXPR | Ju-Zhe Zhong | 4 | -11/+11 |
2022-10-31 | amdgcn: add fmin/fmax patterns | Andrew Stubbs | 2 | -0/+32 |
2022-10-31 | amdgcn: multi-size vector reductions | Andrew Stubbs | 3 | -94/+45 |
2022-10-31 | amdgcn: Silence unused parameter warning | Andrew Stubbs | 1 | -1/+1 |
2022-10-31 | builtins: Add various complex builtins for _Float{16,32,64,128,32x,64x,128x} | Jakub Jelinek | 6 | -0/+164 |
2022-10-31 | builtins: Add __builtin_nextafterf16b builtin | Jakub Jelinek | 3 | -0/+4 |
2022-10-31 | builtins: Add various __builtin_*f{16,32,64,128,32x,64x,128x} builtins | Jakub Jelinek | 7 | -52/+531 |
2022-10-31 | Support Intel AVX-NE-CONVERT | konglin1 | 41 | -38/+887 |
2022-10-31 | i386:: using __bf16 for AVX512BF16 intrinsics | konglin1 | 11 | -126/+189 |
2022-10-31 | Enable V4BFmode and V2BFmode. | liuhongt | 6 | -17/+68 |
2022-10-31 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2022-10-30 | Daily bump. | GCC Administrator | 5 | -1/+122 |
2022-10-29 | Repair --disable-sjlj-exceptions | Eric Botcazou | 2 | -3/+6 |
2022-10-29 | Restore RTL alias analysis for hard frame pointer | Eric Botcazou | 1 | -7/+12 |