summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* internal/cpu: more build fixes for Go1.16beta1 releaseIan Lance Taylor2021-01-0510-1/+64
* doc: reflect the publication of C++20 in invoke.texi and standards.texiJakub Jelinek2021-01-052-10/+20
* d: Merge upstream dmd a5c86f5b9Iain Buclaw2021-01-0547-431/+1886
* Add <source_location> to the precompiled header.Ed Smith-Rowland2021-01-051-0/+1
* x86: Use unsigned short to compute pextrw resultH.J. Lu2021-01-051-1/+1
* c++: Fix deduction from the type of an NTTPPatrick Palka2021-01-055-2/+37
* expand: Fold x - y < 0 to x < y during expansion [PR94802]Jakub Jelinek2021-01-055-1/+110
* nvptx: Cache stacks block for OpenMP kernel launchJulian Brown2021-01-051-18/+96
* A couple of comment tweaksRichard Sandiford2021-01-052-7/+9
* Don't link cc1 etc. against libcody.aJakub Jelinek2021-01-052-6/+6
* tree-optimization/98516 - fix SLP permute opt materializationRichard Biener2021-01-053-5/+70
* c++: Fix ICE with __builtin_bit_cast [PR98469]Jakub Jelinek2021-01-054-0/+39
* c++: ICE with deferred noexcept when deducing targs [PR82099]Marek Polacek2021-01-053-1/+20
* move SLP debug counterRichard Biener2021-01-051-2/+4
* tree-optimization/98428 - avoid pre-existing vectors for loop SLPRichard Biener2021-01-051-3/+2
* reassoc: Fix reassociation on 32-bit hosts with > 32767 bbs [PR98514]Jakub Jelinek2021-01-051-17/+17
* phiopt: Optimize x < 0 ? ~y : y to (x >> 31) ^ y [PR96928]Jakub Jelinek2021-01-053-2/+148
* match.pd: Improve (A / (1 << B)) -> (A >> B) optimization [PR96930]Jakub Jelinek2021-01-052-2/+16
* store-merging: Handle vector CONSTRUCTORs using bswap [PR96239]Jakub Jelinek2021-01-052-3/+115
* go: Fix -fgo-embedcfg= option description.Jakub Jelinek2021-01-051-1/+1
* tree-optimization/98381 - fix live bool vector extractRichard Biener2021-01-052-5/+9
* i386: Prevent spurious FP exceptions with _mm_cvt{,t}ps_pi32 [PR98522]Uros Bizjak2021-01-052-8/+81
* i386: Add _mm256_cmov_si256 [PR98521]Uros Bizjak2021-01-051-0/+6
* [c++]: Improve module-decl diagnostics [PR 98327]Nathan Sidwell2021-01-054-9/+12
* x86: Cast to unsigned short first for _mm_extract_pi16H.J. Lu2021-01-056-2/+48
* arc: fix accumulator first register.Claudiu Zissulescu2021-01-051-4/+4
* i386: Optimize pmovskb on zero_extend of subreg HI of pmovskb result [PR98461]liuhongt2021-01-052-0/+53
* explow, aarch64: Fix force-Pmode-to-mem for ILP32 [PR97269]Richard Sandiford2021-01-052-1/+24
* recog: Fix a constrain_operands corner case [PR97144]Richard Sandiford2021-01-053-4/+54
* rtl-ssa: Fix updates to call clobbers [PR98403]Richard Sandiford2021-01-052-4/+200
* vect: Fix missing alias checks for 128-bit SVE [PR98371]Richard Sandiford2021-01-051-3/+58
* build: libcody: Link with -lsocket -lnsl if necessary [PR98316]Rainer Orth2021-01-0510-6/+446
* simplify-rtx: Optimize (x - 1) * y + y [PR98334]Jakub Jelinek2021-01-052-0/+92
* Restore input_location after recursive expand_call_inlineBernd Edlinger2021-01-051-2/+4
* Fix testsuite/g++.dg/cpp1y/constexpr-66093.C execution failure...Jerome Lambourg2021-01-051-1/+1
* Go frontend: add -fgo-embedcfg optionIan Lance Taylor2021-01-044-0/+20
* analyzer: fix ICE with -fsanitize=undefined [PR98293]David Malcolm2021-01-042-1/+20
* Daily bump.GCC Administrator2021-01-059-1/+257
* C: Add test for incorrect warning for assignment of certain volatile expressi...Martin Uecker2021-01-041-0/+21
* MAINTAINERS: Update my email address.Philipp Tomsich2021-01-041-1/+1
* c++: Add stdlib module test casesNathan Sidwell2021-01-0457-0/+704
* vect, aarch64: Fix alignment units for IFN_MASK* [PR95401]Richard Sandiford2021-01-045-8/+36
* [libcody] Remove some std::move [PR 98368]Nathan Sidwell2021-01-042-5/+2
* [libcody] Windows absdir fixMateusz Wajchęprzełóż2021-01-041-2/+2
* tree-optimization/98308 - set vector type for mask of masked loadRichard Biener2021-01-042-0/+27
* loop-niter: Recognize popcount idioms even with char, short and __int128 [PR9...Jakub Jelinek2021-01-042-14/+98
* tree-optimization/98464 - replace loop info with avail at usesRichard Biener2021-01-042-6/+172
* docs: Fix wording describing the hwaddress sanitizerMatthew Malcomson2021-01-041-2/+2
* tree-optimization/98282 - classify V_C_E<constant> as naryRichard Biener2021-01-042-1/+82
* aarch64: Improve vcombine codegen [PR89057]Richard Sandiford2021-01-042-3/+28