aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-12-02i386: Fix abs an maxmin expanders for TARGET_PARTIAL_REG_STALL [PR98079].Uros Bizjak2-2/+19
2020-12-02diagnostics: ignore -fmax-errors for ICEMartin Liska1-1/+1
2020-12-02if-to-switch: Support chain with 2 BBs.Martin Liska2-2/+15
2020-12-02if-to-switch: consider only integral typesMartin Liska2-0/+27
2020-12-01Use add/sub/neg insns to eliminate compare/test insns on H8Jeff Law9-20/+333
2020-12-02loop-iv: Fix typo in `iv_analyze_expr' descriptionMaciej W. Rozycki1-1/+1
2020-12-01go-test.exp: permit trailing */ on ERROR lineIan Lance Taylor1-1/+1
2020-12-01Use SHF_GNU_RETAIN to preserve symbol definitionsH.J. Lu13-4/+205
2020-12-01x86: Add -mneeded for GNU_PROPERTY_X86_ISA_1_V[234] markerH.J. Lu10-82/+175
2020-12-02Daily bump.GCC Administrator5-1/+340
2020-12-01Optimize max/min pattern with comparisonEugene Rozenfeld3-0/+106
2020-12-01Fix mcore multilib specificationJeff Law1-1/+1
2020-12-02Add pretty-printing support for __is_nothrow_{assignable,constructible}.Ville Voutilainen1-0/+6
2020-12-01PR middle-end/97595 - bogus -Wstringop-overflow due to DECL_SIZE_UNIT underre...Martin Sebor4-6/+49
2020-12-01Fix more minor testsuite fallout from improved switch optimizationJeff Law1-1/+1
2020-12-01Feature: Macros for identifying the wide and narrow execution string literal ...JeanHeyd Meneide3-0/+29
2020-12-01Fix compromised tests after recent switch table improvementsJeff Law1-1/+1
2020-12-01openmp: Avoid ICE on depend clause on depobj OpenMP construct [PR98072]Jakub Jelinek2-0/+13
2020-12-01PR middle-end/97373 - missing warning on sprintf into allocated destinationMartin Sebor6-90/+444
2020-12-01Make -fzero-call-used-regs work on the SPARCEric Botcazou2-0/+54
2020-12-01testsuite: replace .* with a better regexMartin Liska5-5/+5
2020-12-01Darwin, D : Adjust the X spec to cater for duplicate use.Iain Sandoe1-2/+2
2020-12-01if-to-switch: Fix test-suite patterns.Martin Liska5-7/+7
2020-12-01C++ Module keywordsNathan Sidwell4-0/+17
2020-12-01C++ Module parameters & timersNathan Sidwell2-0/+7
2020-12-01C++ Module optionsNathan Sidwell4-7/+126
2020-12-01Improve double-word mod even on powerpc [PR97459]Jakub Jelinek1-2/+1
2020-12-01loop-invariant: JUMP_INSNs aren't loop invariant [PR97954]Jakub Jelinek2-0/+16
2020-12-01configury : Fix LEB128 support for non-GNU assemblers.Iain Sandoe2-38/+46
2020-12-01Regenerate a configure script omitted in r11-5520.Iain Sandoe1-4/+4
2020-12-01testsuite: Correct check_effective_target_hwaddress_execMatthew Malcomson1-1/+18
2020-12-01C++ : Adjust warning for misplaced attributes.Iain Sandoe1-2/+5
2020-12-01Introduce can_vec_cmp_compare_pIlya Leoshkevich3-28/+109
2020-12-01Add if-chain to switch conversion pass.Martin Liska20-32/+866
2020-12-01gcc/testsuite/s390: Add test cases for float_tMarius Hillenbrand2-0/+28
2020-12-01IBM Z: Configure excess precision for float at compile-timeMarius Hillenbrand5-9/+154
2020-12-01testsuite: remove LIT annotation and reduceMartin Liska1-303/+17
2020-12-01IPA: drop implicit_section againMartin Liska2-1/+22
2020-12-01x86_64: Fix up -fpic -mcmodel=large -fno-plt [PR98063]Jakub Jelinek2-1/+24
2020-12-01middle-end/98070 - fix realloc builtin fnspecRichard Biener1-1/+1
2020-12-01c++, debug: Treat -std=c++20 -gdwarf-5 like C++14 rather than C++98Jakub Jelinek3-1/+16
2020-12-01driver: Don't imply -dD for -g3 -g0 [PR97989]Jakub Jelinek3-1/+17
2020-12-01RISC-V: Drop some commited accidentally code.Kito Cheng1-1/+0
2020-12-01Daily bump.GCC Administrator6-1/+626
2020-11-30Unbreak build with --disable-analyzerDavid Malcolm1-0/+3
2020-11-30Add function comments for recently added member functions.Jeff Law1-0/+7
2020-11-30internal/cpu: don't define CacheLinePadSize for mips64xIan Lance Taylor1-1/+1
2020-11-30compiler, runtime: check len/cap for append(s, make(T, l)...)Ian Lance Taylor3-23/+19
2020-11-30libgo: define SO_RCVTIMEO on 32-bit GNU/LinuxIan Lance Taylor1-1/+1
2020-11-30compiler: improve error messages for expected curly braceIan Lance Taylor5-12/+10