aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-02-10ICF: fix memory leakMartin Liska1-2/+5
2021-02-10dwarf2out: Don't prune static data members initialized with constants with -g...Jakub Jelinek1-0/+10
2021-02-09openacc: Add XFAILs [PR98979]Julian Brown3-2/+9
2021-02-09Revert "openacc: Allow strided arrays in update directives"Julian Brown1-3/+2
2021-02-10Daily bump.GCC Administrator5-1/+132
2021-02-09analyzer: support "_IO_"-prefixed variants of FILE * fns [PR98575]David Malcolm3-1/+35
2021-02-09analyzer: treat pointers written to *UNKNOWN as escaping [PR98575]David Malcolm4-4/+115
2021-02-09Fix miscompilation of Python on HP-PA/LinuxEric Botcazou1-2/+19
2021-02-09aarch64: fix vector multiplication costsAndre Vieira6-20/+67
2021-02-09testsuite: aarch64: Add tests for vpaddq intrinsicsJonathan Wright2-0/+136
2021-02-09c++: Fix indirect partitions [PR 98944]Nathan Sidwell5-11/+45
2021-02-09Fix O(region-size) unwind in VNRichard Biener2-15/+18
2021-02-09string: Add a workaround for -Wstringop-overread false positives [PR98465]Jakub Jelinek1-0/+12
2021-02-09calls: Fix a memory leak in maybe_warn_rdwr_sizes [PR99004]Jakub Jelinek1-2/+4
2021-02-09tree-optimization/99017 - be more forgiving in BB vect costingRichard Biener1-3/+2
2021-02-08c++: consteval and explicit instantiation [PR96905]Jason Merrill2-0/+25
2021-02-08c++: generic lambda, fn* conv, empty class [PR98326]Jason Merrill2-0/+21
2021-02-08c++: constexpr, union, and no_unique_address [PR98994]Jason Merrill2-1/+13
2021-02-09Daily bump.GCC Administrator4-1/+82
2021-02-08c++: cleanup function name [PR 98531]Nathan Sidwell7-9/+50
2021-02-08c++: cross-module __cxa_atexit use [PR 98531]Nathan Sidwell10-28/+167
2021-02-08c++: Fix typo in CLASSTYPE_TI_TEMPLATE comment.Marek Polacek1-2/+2
2021-02-08middle-end/98974 - fixup after STMT_VINFO_VEC_STMTS reworkAndre Vieira2-1/+21
2021-02-08lto/96591 - walk VECTOR_CST elements in walk_treeRichard Biener2-1/+57
2021-02-08opts: fix handling of -fpatchable-function-entries optionMartin Liska5-36/+55
2021-02-07Correct typos in attribute malloc documentation.Martin Sebor1-8/+10
2021-02-08Daily bump.GCC Administrator1-1/+1
2021-02-07Daily bump.GCC Administrator1-1/+1
2021-02-06Daily bump.GCC Administrator6-1/+172
2021-02-05Regenerate .pot files.Joseph Myers1-11614/+13803
2021-02-05d: Remove the expansion of intrinsic and built-in codes from the DEF_D_INTRIN...Iain Buclaw3-107/+195
2021-02-05c++: Fix bogus -Wvolatile warning in C++20 [PR98947]Marek Polacek3-9/+22
2021-02-05c++: Fix ICE with invalid using enum [PR96462]Marek Polacek2-7/+13
2021-02-05driver: error for nonexistent linker inputs [PR 98943]Nathan Sidwell2-2/+19
2021-02-05tree-optimization/98855 - redo BB vectorization costingRichard Biener3-34/+232
2021-02-05debug: fix switch lowering debug infoTom de Vries2-8/+11
2021-02-05i386: Fix up TARGET_QIMODE_MATH for many AMD CPU tunings [PR98957]Jakub Jelinek2-3/+5
2021-02-05c++: Fix ICE with structured binding initialized to incomplete array [PR97878]Jakub Jelinek2-0/+30
2021-02-05aarch64: Reimplement vget_high* intrinsicsKyrylo Tkachov3-21/+28
2021-02-05aarch64: Reimplement vget_low* intrinsicsKyrylo Tkachov3-21/+28
2021-02-05PR target/98878 - Incorrect multilib list for riscv*-rtemsKito Cheng1-6/+21
2021-02-05Fix ICE: Don't generate integer mask comparision for 128/256-bits vector when...liuhongt8-326/+100
2021-02-05Enable X86_TUNE_AVX256_UNALIGNED_{LOAD,STORE}_OPTIMAL in generic tune.liuhongt1-2/+2
2021-02-05Daily bump.GCC Administrator8-1/+247
2021-02-04openacc: Tests for character types in derived-type mappingsJulian Brown4-0/+334
2021-02-04openacc: Allow strided arrays in update directivesJulian Brown2-2/+13
2021-02-04openacc: Use class_pointer instead of pointer attribute for class typesJulian Brown1-1/+4
2021-02-04openacc: Dereference BT_CLASS data pointers but not BT_DERIVED pointersJulian Brown2-3/+133
2021-02-04testsuite: Fix up pr25376.c on powerpc64-linux and array-quals-1.c on powerpc...Jakub Jelinek2-16/+26
2021-02-04d: Merge upstream dmd 46133f761, druntime 0fd4364cIain Buclaw10-36/+133