aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-11-06Move ipa-refs from ggc to heap.Jan Hubicka5-29/+24
2020-11-06ipa-modref: Fix comment typosJakub Jelinek2-19/+19
2020-11-06IBM Z: Remove override of inline paramsAndreas Krebbel1-7/+0
2020-11-06tree-optimization/97706 - part one, refactor vect_determine_mask_precisionRichard Biener1-80/+81
2020-11-06OpenACC/Fortran: Reject '!$acc atomic update capture'Tobias Burnus4-5/+122
2020-11-06OpenACC (C/C++): Fix 'acc atomic' parsingTobias Burnus4-10/+110
2020-11-06tree-optimization/97732 - fix init of SLP induction vectorizationRichard Biener3-1/+16
2020-11-06Add dg-require-profiling directives to gcc.target/i386 testsOlivier Hainque6-0/+6
2020-11-06Add dg-require-effective-target fpic to g++ testsOlivier Hainque5-0/+5
2020-11-06Add fnspec handling to ipa mode of ipa-modef.Jan Hubicka6-148/+501
2020-11-06Move size time tables from GGC to heapJan Hubicka2-44/+44
2020-11-06c-common: Remove DEBUG_FUNCTION from verify_sequence_pointsJakub Jelinek1-1/+1
2020-11-06tree-optimization/97733 - fix SLP of reductions with zero relevantRichard Biener1-0/+3
2020-11-06Fortran: Fix type-decl for PDT / wrong-code pdt_14.f03 issue [PR97652]Tobias Burnus1-0/+3
2020-11-05Improve overflow checkJeff Law2-8/+13
2020-11-05Simplify x >> x to 0. This fixes PR96701.Eugene Rozenfeld2-0/+17
2020-11-06RISC-V: Mark non-export symbol static and const in riscv-common.cKito Cheng1-2/+2
2020-11-06PR target/96307: Fix KASAN option checking.Kito Cheng5-1/+38
2020-11-06Daily bump.GCC Administrator6-1/+256
2020-11-05c++: Add auto_diagnostic_group to check_handlers_1.Marek Polacek1-0/+1
2020-11-05c++: Fix decltype(auto) deduction with rvalue ref [PR78209]Marek Polacek2-0/+10
2020-11-05c++: Add -Wexceptions warning option [PR97675]Marek Polacek6-8/+36
2020-11-05c++: Implement -Wvexing-parse [PR25814]Marek Polacek25-21/+615
2020-11-05Pass multi-range from range_query::value_* routinesAndrew MacLeod3-9/+37
2020-11-05Handle use of r18 as a TCB pointer on aarch64-vxworksOlivier Hainque1-5/+7
2020-11-05Add dg-require-effective-target fpic to gcc.dg testOlivier Hainque1-0/+1
2020-11-05Move and adjust PROBE_STACK reg definitions for aarch64Olivier Hainque2-6/+9
2020-11-05Add fnspecs for C++ new and delete operatorsJan Hubicka3-2/+15
2020-11-05middle-end: guard slp-11b.c testcase on vec_lanesTamar Christina1-1/+2
2020-11-05Drop overflow from constants while building ranges in ranger.Aldy Hernandez2-0/+15
2020-11-05diagnostic paths: loosen coupling between path-printing and path_summaryDavid Malcolm1-104/+100
2020-11-05i386: Fix PR97715qing zhao2-0/+16
2020-11-05analyzer: fix ICE comparing COMPLEX_CSTs [PR97668]David Malcolm3-0/+57
2020-11-05Fix uninitialized memory use in ipa-modrefJan Hubicka1-1/+6
2020-11-05Fix SLP vectorization of stores from boolean vectorsRichard Biener3-3/+96
2020-11-05middle-end: optimize slp simplify back to back permutes.Tamar Christina1-1/+13
2020-11-05testsuite: disable vect tests that was accidentally enabled on x86Tamar Christina2-4/+4
2020-11-05debug/97718 - fix abstract origin references after last changeRichard Biener1-1/+10
2020-11-05middle-end: Store and use the SLP instance kind when aborting load/store lanesTamar Christina3-7/+15
2020-11-05rs6000: Use direct move for char/short vector CTOR [PR96933]Kewen Lin8-2/+349
2020-11-05Daily bump.GCC Administrator8-1/+212
2020-11-04middle-end: Move load/store-lanes check till late.Tamar Christina4-53/+77
2020-11-04IBM Z: Unhardcode NR_C_MODESIlya Leoshkevich1-7/+7
2020-11-04IBM Z: Remove unused RRe and RXe mode_attrsIlya Leoshkevich1-5/+0
2020-11-04go: disable -fipa-icf-functions by default in Go frontendIan Lance Taylor1-0/+6
2020-11-04Add Ranger temporal cacheAndrew MacLeod4-10/+196
2020-11-04targhooks.c: Fix -fzero-call-used-regs 'sorry' typoTobias Burnus1-1/+1
2020-11-04add costing to SLP vectorized PHIsRichard Biener3-4/+7
2020-11-04tree-optimization/97709 - set abnormal flag when vectorizing live lanesRichard Biener2-0/+29
2020-11-04phiopt: Optimize x ? 1024 : 0 to (int) x << 10 [PR97690]Jakub Jelinek4-14/+43