aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-30compiler: use correct assignment order for type assertionsIan Lance Taylor2-3/+27
2020-11-30compiler: always use int context for index valuesIan Lance Taylor3-33/+18
2020-11-30compiler: better error messages for missing interface methodIan Lance Taylor3-3/+12
2020-11-30compiler: improve error for import of non-stringIan Lance Taylor3-34/+6
2020-11-30Add analyzer plugin support and CPython GIL exampleDavid Malcolm14-4/+658
2020-11-30Remove dead cc0 code from H8 portJeff Law8-607/+100
2020-11-30profopt-execute: unset testname_with_flags if create_gcov failsIlya Leoshkevich1-0/+1
2020-11-30dse: Cope with bigger-than-integer modes [PR98037]Richard Sandiford2-2/+9
2020-11-30Optimize or+and+or pattern to and+orEugene Rozenfeld1-0/+5
2020-11-30ipa: dump symtab to emergency dump fileMartin Liska1-0/+3
2020-11-30Fix non-unique testnamesJeff Law2-9/+9
2020-11-30Fortran: With OpenACC, ignore OpenMP's cond comp sentinelsTobias Burnus5-23/+161
2020-11-30Fortran: -fno-automatic and -fopenacc / recusion check cleanupTobias Burnus2-9/+10
2020-11-30Fortran's dump-parse-tree.c: Use '==' not '=' for '.eq.'.Tobias Burnus1-1/+1
2020-11-30[Ada] s-trasym.ads: update the list of supported platformsPierre-Marie de Rodat1-1/+2
2020-11-30[Ada] Remove all ^L charactersArnaud Charlet2-3/+3
2020-11-30[Ada] Enable checks on runtime by defaultArnaud Charlet4-7/+17
2020-11-30[Ada] Wrong replacement of Component.DiscriminantArnaud Charlet1-57/+0
2020-11-30[Ada] Minor reuse Is_AssignablePiotr Trojanek1-2/+1
2020-11-30[Ada] Simplify analysis of assignment statementsPiotr Trojanek1-32/+26
2020-11-30[Ada] Minor reuse Is_Protected_ComponentPiotr Trojanek2-4/+2
2020-11-30[Ada] Fix internal error on extended return and fixed-point resultEric Botcazou2-15/+15
2020-11-30[Ada] Implement inheritance for Default_Initial_Condition and address other gapsGary Dismukes15-268/+900
2020-11-30[Ada] Improve error recoveryArnaud Charlet2-2/+0