aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-01-08c++: ICE with constexpr call that returns a PMF [PR98551]Patrick Palka2-1/+10
2021-01-08c++: Fix access checking of scoped non-static member [PR98515]Patrick Palka3-5/+32
2021-01-08x86-64: Use R10 and R11 for profiling large model with PICH.J. Lu2-3/+12
2021-01-08reset the SCEV htab after FRE in loop pipelineRichard Biener1-0/+3
2021-01-08fix vectorizer memleaksRichard Biener2-2/+3
2021-01-08tree-optimization/98544 - more permute optimization fixesRichard Biener2-13/+53
2021-01-08x86-64: Use R10 for profiling large modelH.J. Lu3-2/+42
2021-01-08i386: Fix -mcmodel= vs. target attribute [PR98585]Jakub Jelinek3-28/+30
2021-01-08aarch64: Support unpacked CNOT on SVERichard Sandiford8-18/+220
2021-01-08aarch64: Support conditional unpacked UXT on SVERichard Sandiford9-11/+242
2021-01-08SVE2: Fix aarch64-sve2-acle-asm tests.Tamar Christina3-3/+3
2021-01-08aarch64: Reimplement most vpadal intrinsics using builtinsKyrylo Tkachov4-66/+23
2021-01-08aarch64: Reimplement vabd* intrinsics using builtinsKyrylo Tkachov3-74/+18
2021-01-08aarch64: Reimplement vaba* intrinsics using builtinsKyrylo Tkachov2-72/+17
2021-01-08aarch64: Fix RTL patterns for UABA/SABAKyrylo Tkachov2-7/+40
2021-01-08Fortran: Allow pointer deferred length associate selectors. [PR93794]Paul Thomas2-1/+19
2021-01-08Fortran:Fix simplification of constructors with implied-do [PR98458]Paul Thomas2-1/+47
2021-01-08Fix array-quals-1.c for RISC-VKito Cheng1-20/+20
2021-01-08RISC-V: Implement new style of architecture extension test macros.Kito Cheng7-0/+214
2021-01-08RISC-V: Move class riscv_subset_list and riscv_subset_t to riscv-protos.hKito Cheng3-67/+94
2021-01-08Daily bump.GCC Administrator9-1/+214
2021-01-07c++: Fix up tsubst of BIT_CAST_EXPR [PR98329]Jakub Jelinek2-1/+52
2021-01-07PR middle-end/98578 - ICE warning on uninitialized VLA accessMartin Sebor3-15/+128
2021-01-07c++: Fix thinko in auto return type checking [PR98441]Marek Polacek2-3/+18
2021-01-07c++: Add TARGET_EXPR commentsJason Merrill1-0/+6
2021-01-07c++: Add some conversion sanity checking.Jason Merrill1-15/+22
2021-01-07analyzer: fix ICE when DECL_INITIAL is error_mark_node [PR98580]David Malcolm3-0/+16
2021-01-07test: add new Go tests from source repoIan Lance Taylor3-0/+33
2021-01-07Fortran: Improve resolution of associate variables. [PR93701].Paul Thomas4-0/+114
2021-01-07d: Merge upstream dmd 9038e64c5.Iain Buclaw20-74/+432
2021-01-07fix GIMPLE parser for loopsRichard Biener1-2/+3
2021-01-07i386: Optimize blsi followed by comparison [PR98567]Jakub Jelinek3-0/+91
2021-01-07aarch64: Support conditional unpacked integer unary arithmetic on SVERichard Sandiford9-14/+321
2021-01-07gimple-isel: Check whether IFN_VCONDEQ is supported [PR98560]Richard Sandiford4-19/+30
2021-01-07gimple-isel: Fall back to using vcond_mask [PR98560]Richard Sandiford2-7/+36
2021-01-07i386: Merge various insn name mapping code attributesUros Bizjak3-99/+94
2021-01-07bswap: Fix up recent vector CONSTRUCTOR optimization [PR98568]Jakub Jelinek2-3/+59
2021-01-07Adjust testcase for PR 92658Hongyu Wang2-2/+2
2021-01-06analyzer: fix false leak reports when merging states [PR97074]David Malcolm5-3/+72
2021-01-06analyzer: fix missing bitmap_clear [PR98564]David Malcolm2-0/+7
2021-01-07Daily bump.GCC Administrator7-1/+120
2021-01-06[PR97978] LRA: Permit temporary allocation incorrectness after hard reg split.Vladimir N. Makarov4-4/+33
2021-01-06PR c++/95768 - pretty-printer ICE on -Wuninitialized with allocated storageMartin Sebor5-50/+324
2021-01-06PR c++/98305 spurious -Wmismatched-new-delete on template instanceMartin Sebor2-89/+280
2021-01-06testsuite, coroutines : Fix a bad testcase [PR96504].Iain Sandoe1-1/+1
2021-01-06PR fortran/78746 - invalid access after error recoveryHarald Anlauf1-1/+1
2021-01-06c++: Fix g++.dg/warn/Wmismatched-dealloc.C for C++11 [PR98566]Marek Polacek1-2/+2
2021-01-06add alignment to enable store merging in strict-alignment targetsAlexandre Oliva1-1/+3
2021-01-06robustify vxworks glimits.h overridingAlexandre Oliva2-26/+16
2021-01-06add signed_bool_precision attribute for GIMPLE FE useRichard Biener2-0/+60