aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-02-11Daily bump.GCC Administrator6-1/+152
2021-02-10Add test for PR tree-optimization/92879.Martin Sebor1-0/+29
2021-02-10libcpp: fix ICE comparing macro locations without column info [PR96391]David Malcolm2-0/+14
2021-02-10varasm: Fix ICE with -fsyntax-only [PR99035]Jakub Jelinek2-1/+14
2021-02-10i386: Fix ICEs due to simplify_gen_subreg returning NULL [PR99025]Jakub Jelinek2-0/+28
2021-02-10c++: Consider addresses of heap artificial vars always non-NULL [PR98988, PR9...Jakub Jelinek3-9/+48
2021-02-10nvptx: properly use flag_patchable_function_entryMartin Liska1-1/+5
2021-02-10fix memory leak in optimize pragma parsingRichard Biener1-0/+1
2021-02-10c++: generic lambdas and local-externs from outer scopes [PR 99030]Nathan Sidwell2-3/+24
2021-02-10if-to-switch: fix memory leak in case mergingMartin Liska3-16/+20
2021-02-10rtl-optimization/99054 - fix leak in fixup_partitionsRichard Biener1-4/+4
2021-02-10openmp: Temporarily disable into_ssa when gimplifying OpenMP reduction clause...Jakub Jelinek5-0/+69
2021-02-10ipa/99029 - fix memory leak in propagate_mallocRichard Biener1-1/+1
2021-02-10tree-optimization/99024 - fix leak in loop vect analysisRichard Biener1-1/+5
2021-02-10if-to-switch: fix a memory leakMartin Liska1-2/+1
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