aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-01-26Avoid creating string insns unless string support is enabledDarius Galis2-2/+7
2020-01-26i386: Fix up *{add,sub}v<dwi>4_doubleword patterns (PR target/93412)Jakub Jelinek4-2/+25
2020-01-26i386: Fix up *avx_vperm_broadcast_v4df [PR93430]Jakub Jelinek5-2/+52
2020-01-26c++: avoid ICE with __builtin_memset (PR90997).Jason Merrill3-1/+10
2020-01-26Daily bump.GCC Administrator1-1/+1
2020-01-26testsuite: Fix up pr93166.C test, so that it doesn't FAIL with -std=c++98 and...Jakub Jelinek2-2/+11
2020-01-26testsuite: Fix up pr92788.C FAIL on ia32.Jakub Jelinek2-2/+9
2020-01-25c++: Poor diagnostic for dynamic_cast in constexpr context [PR93414]Marek Polacek4-1/+47
2020-01-25Remove assertion in get_info_about_necessary_edgesFeng Xue4-3/+219
2020-01-25Fix gcc.target/aarch64/vec_zeroextend.c for big-endianAndrew Pinski2-2/+10
2020-01-25c++: Fix ICE with constrained friend (PR93400).Jason Merrill8-26/+56
2020-01-24c++: Fix ICE with lambda in member operator (PR93279)Jason Merrill3-0/+27
2020-01-25Daily bump.GCC Administrator1-1/+1
2020-01-24Fix ICE due to invalid jump threading requestJeff Law4-1/+482
2020-01-24c++: Fix parameter map handling of member typedef.Jason Merrill3-11/+77
2020-01-24i386: prefer vpermilpd over vpermpd [PR93395]Jakub Jelinek5-156/+217
2020-01-24simplify-rtx: Punt for modes with precision above MAX_BITSIZE_MODE_ANY_INT [P...Jakub Jelinek2-1/+15
2020-01-24Decrease cortexa57_extra_costs's alu.shift_regAndrew Pinski2-1/+6
2020-01-24c++: Fix ICE in tsubst_copy with parenthesized expression [PR93299]Marek Polacek4-0/+30
2020-01-24Add -fdelete-null-pointer-checks to some C++ testcases.Sandra Loosemore18-0/+37
2020-01-24c++: Unshare expressions from constexpr cache.Jason Merrill4-5/+22
2020-01-24Add missing ChangeLog entry.Jason Merrill1-0/+5
2020-01-24Emit reasonable diagnostic rather than ICE on invalid ASM on H8 portJeff Law4-6/+101
2020-01-24Add PR markers for yesterday's H8 changesJeff Law1-0/+2
2020-01-24Fix ICE on unsupported FP comparisonAndrew Stubbs2-12/+32
2020-01-24libgo: handle --with-toolexeclibdir=.Ian Lance Taylor1-1/+1
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki2-0/+9
2020-01-24debug/92763 Fix testcase to require fopenmpChristophe Lyon2-0/+6
2020-01-24doc: target.def (flags_regnum): Also mention effect on delay slot filling.Hans-Peter Nilsson3-5/+12
2020-01-23analyzer: avoid relying on system <assert.h> in testsuite (PR 93367)David Malcolm2-5/+19
2020-01-24Daily bump.GCC Administrator1-1/+1
2020-01-23internal/cpu: don't define CacheLinePadSize for riscv64Ian Lance Taylor1-1/+1
2020-01-23Fix diagnostic text on H8.Jeff Law2-2/+6
2020-01-23Fix profiling issue on H8 portJeff Law2-1/+6
2020-01-23testsuite: Require lp64 target rather x86_64-*-* in pr93027.c. [PR93027]Jakub Jelinek2-1/+4
2020-01-23postreload: Fix up postreload combine [PR93402]Jakub Jelinek4-0/+36
2020-01-23Fix "PR c++/92804 ICE trying to use concept as a nested-name-specifier"Paolo Carlini5-6/+67
2020-01-23c++: Avoid ICE when constant evaluation of __builtin_strchr fails.Jason Merrill3-0/+7
2020-01-23c++: Fix ICE with defaulted destructor and template.Jason Merrill3-1/+26
2020-01-23analyzer: avoid ICE with missing arguments (PR 93375)David Malcolm4-4/+38
2020-01-23c-family: One more 40752 tweak for unsigned char.Jason Merrill5-5/+27
2020-01-23Emit .note.GNU-stack for hard-float linux targets.Dragan Mladjenovic3-0/+25
2020-01-23Emit .note.GNU-stack for soft-float linux targets.Dragan Mladjenovic4-0/+26
2020-01-23i386: Fix ICEs on TImode signed overflow add/sub patterns [PR93376]Jakub Jelinek5-27/+77
2020-01-23aarch64: Fix -mtrack-speculation for irreversible conditions [PR93341]Richard Sandiford5-12/+48
2020-01-23analyzer: introduce analyzer-torture.expDavid Malcolm5-15/+87
2020-01-23tree-optimization/93354 FRE redundant store removal validity fixRichard Biener5-13/+65
2020-01-23i386: Use bzhi for x & ((1 << y) - 1) or x & ((1U << y) - 1) [PR93346]Jakub Jelinek4-0/+116
2020-01-23PR c/84919 - bogus -Wrestrict on sprintf %p with destination as argumentMartin Sebor4-2/+72
2020-01-23aarch64: Skip whilele_1.C test for ILP32Richard Sandiford2-1/+5