aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-12-05VAX: Correct fatal issues with the `ffs' builtinMaciej W. Rozycki1-3/+9
2020-12-05VAX: Rationalize expression and address costsMaciej W. Rozycki4-54/+109
2020-12-05VAX/testsuite: Run target testing over all the usual optimization levelsMaciej W. Rozycki2-8/+5
2020-12-05VAX: Define LEGITIMATE_PIC_OPERAND_PMaciej W. Rozycki6-67/+70
2020-12-05VAX: Remove `c' operand format specifier overloadMaciej W. Rozycki2-4/+4
2020-12-05PR target/58901: reload: Handle SUBREG of MEM with a mode-dependent addressMatt Thomas3-36/+106
2020-12-05modulo-sched: Carefully process loop counter initialization [PR97421]Roman Zhuykov4-31/+103
2020-12-05Fortran: flag formal argument before resolving an array spec [PR98016].Paul Thomas2-0/+23
2020-12-05Darwin : Update libtool and dependencies for Darwin20 [PR97865]Iain Sandoe1-16/+18
2020-12-05X86_64: Enable support for next generation AMD Zen3 CPU.Venkataramanan Kumar17-128/+397
2020-12-05i386: Combine splitters followup [PR96226]Jakub Jelinek1-4/+2
2020-12-05c++: Fix constexpr access to union member through pointer-to-member [PR98122]Jakub Jelinek3-13/+90
2020-12-05Daily bump.GCC Administrator4-1/+181
2020-12-04runtime: update type descriptor name in fieldtrack C support codeIan Lance Taylor1-1/+1
2020-12-04c++: Fix deduction from auto template parameter [PR93083]Jason Merrill2-5/+86
2020-12-04vec: Simplify use with C++11 range-based 'for'.Jason Merrill5-8/+14
2020-12-04rs6000: fix PTR_SIZE in rs6000.cDavid Edelsohn1-1/+1
2020-12-04doc/implement-c.texi: About same-as-scalar-type volatile aggregate accesses, ...Hans-Peter Nilsson1-0/+5
2020-12-04gimple: Return fnspec only for replaceable new/delete operators called from n...Jakub Jelinek2-1/+27
2020-12-04i386: Add combine splitters to allow combining multiple insns into reg1 = con...Jakub Jelinek2-0/+48
2020-12-04fold-const: Don't use build_constructor for non-aggregate types in native_enc...Jakub Jelinek2-4/+37
2020-12-04c++: Revert dependent-array changes [PR 98116]Nathan Sidwell5-49/+30
2020-12-04c++: Module API declarationsNathan Sidwell1-0/+97
2020-12-04debug: Fix another vector DECL_MODE ICE [PR98100]Jakub Jelinek2-2/+14
2020-12-04dwarf: Add -gdwarf{32,64} optionsJakub Jelinek4-95/+121
2020-12-04testsuite: use param for if-to-switch testsMartin Liska3-3/+3
2020-12-04Add target selector to gcc.dg/pr98099.cEric Botcazou1-1/+1
2020-12-04Refactor -frecord-gcc-switches.Martin Liska8-391/+166
2020-12-04Fix checking failure in IPA-SRAEric Botcazou5-1/+53
2020-12-04Document missing params.Martin Liska1-7/+33
2020-12-04c++: Change __builtin_source_location to use __PRETTY_FUNCTION__ instead of _...Jakub Jelinek5-13/+13
2020-12-04Daily bump.GCC Administrator6-1/+420
2020-12-03c++: XFAIL testcase for PR98019Jason Merrill1-0/+1
2020-12-03c++: Fix bootstrap on 32-bit hosts [PR91828]Jason Merrill1-2/+4
2020-12-03Add support for detecting mismatched allocation/deallocation calls.Martin Sebor26-67/+2524
2020-12-03c++: Exported using declsNathan Sidwell2-7/+25
2020-12-03c++: uninstantiated template friendsNathan Sidwell2-1/+20
2020-12-03Go testsuite: update new tests to version in source repoIan Lance Taylor23-59/+50
2020-12-03PR fortran/95342 - ICE in gfc_match_subroutine, at fortran/decl.c:7913Harald Anlauf2-0/+22
2020-12-03fix __builtin___clear_cache overrider falloutAlexandre Oliva2-1/+8
2020-12-03Go testsuite: add a bunch of new tests from source repoIan Lance Taylor112-0/+3339
2020-12-03go-test.exp: add -I. when compiling in directoryIan Lance Taylor1-5/+5
2020-12-03c++: Add testcase for PR98019Jason Merrill1-0/+10
2020-12-03testsuite: update existing Go tests to source repoIan Lance Taylor582-10318/+4741
2020-12-03RTEMS: Add Cortex-R52 multilibSebastian Huber1-2/+3
2020-12-03c++: templatey type creationNathan Sidwell3-11/+26
2020-12-03i386: Fix up ix86_md_asm_adjust for TImode [PR98086]Uros Bizjak2-30/+25
2020-12-03c++: Testcases [PR 98115]Nathan Sidwell2-0/+33
2020-12-03compiler: cast comparison function result to expected bool typeIan Lance Taylor3-6/+49
2020-12-03compiler: defer to middle-end for complex divisionIan Lance Taylor6-2483/+4171