aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-06-01c++: vptr ubsan and object of known type [PR95466]Jason Merrill3-15/+25
2020-06-01coroutines: Correct handling of references in parm copies [PR95350].Iain Sandoe4-41/+50
2020-06-01Cleanup global decl stream reference streaming, part 2Jan Hubicka4-132/+22
2020-06-01Cleanup global decl stream reference streaming, part 1Jan Hubicka5-103/+64
2020-06-01Fix dump in clone materializationFeng Xue2-4/+7
2020-06-01Move array bounds checking into its own file.Aldy Hernandez4-681/+745
2020-06-01Move value_range_equiv code to its own file.Aldy Hernandez6-369/+408
2020-06-01Fix missed IPA-CP on by-ref argument directly passed through (PR 93429)Feng Xue3-16/+57
2020-06-01Daily bump.GCC Administrator5-1/+86
2020-05-31coroutines: Avoid functions with unlowered coroutine trees [PR95087].Iain Sandoe2-1/+4
2020-05-31coroutines: Remove up some unused values.Iain Sandoe1-15/+13
2020-05-31Fix execute/20071219-1.c regression on H8 due to loss of REG_INC notes in pee...Jeff Law5-54/+34
2020-05-31Cleanup indexable tree streaming.Jan Hubicka3-199/+134
2020-05-31Finalization depends on the expression, not on the component.Thomas Koenig6-6/+57
2020-05-31expr: Fix fallout from optimize store_expr from STRING_CST [PR95052]Jakub Jelinek2-0/+17
2020-05-30Disable brabc/brabs patterns as their length computation is horribly broken a...Jeff Law1-2/+12
2020-05-31Daily bump.GCC Administrator6-1/+65
2020-05-30RISC-V: Optimize si to di zero-extend followed by left shift.Jim Wilson2-0/+30
2020-05-30Ability to build the GNAT runtime with project filesArnaud Charlet10-143/+329
2020-05-30PR fortran/95373 - ICE in build_reference_type, at tree.c:7942Harald Anlauf3-25/+24
2020-05-30PR fortran/95090 - ICE: identifier overflowHarald Anlauf1-1/+8
2020-05-30coroutines: Fix unused value found by static analysis.Iain Sandoe1-5/+3
2020-05-30gcc/config/i386/mingw32.h: Ensure `-lmsvcrt` precede `-lkernel32`Jonathan Yong1-1/+1
2020-05-29c++: satisfaction value of type typedef to bool [PR95386]Patrick Palka2-7/+18
2020-05-30Daily bump.GCC Administrator5-1/+300
2020-05-29rs6000: Prefer VSX insns over VMX ones (part 1: perm and mrg)Segher Boessenkool2-53/+53
2020-05-29c++: P0848R3 and member function templates [PR95181]Patrick Palka3-4/+28
2020-05-29c++: Template template parameter in constraint [PR95371]Jason Merrill2-1/+26
2020-05-29Simplify tree streaming.Jan Hubicka6-165/+256
2020-05-29Avoid nested save_CFLAGS and save_LDFLAGSH.J. Lu1-6/+6
2020-05-29PR fortran/95090 - ICE: identifier overflowHarald Anlauf1-4/+7
2020-05-29libgfortran: Export forgotten _gfortran_{,m,s}findloc{0,1}_c10 [PR95390]Jakub Jelinek1-0/+29
2020-05-29c++: Fix bogus -Wparentheses warning [PR95344]Marek Polacek2-2/+24
2020-05-29c++: vptr ubsan and derived class [PR95311].Jason Merrill2-2/+20
2020-05-29c++: lambdas inside constraints [PR92652]Patrick Palka4-6/+44
2020-05-29c++: constexpr ctor with RANGE_EXPR index [PR95241]Patrick Palka2-0/+37
2020-05-29amdgcn: Fix VCC early clobberAndrew Stubbs1-16/+16
2020-05-29tree-optimization/95272 - add SLP_TREE_REPRESENTATIVERichard Biener4-12/+33
2020-05-29tree-optimization/95356 - more vectorizable_shift massagingRichard Biener1-17/+20
2020-05-29Fix streamer desynchornization caused by streamer debugging patchJan Hubicka1-2/+3
2020-05-29tree-optimization/95403 - guard vect_init_vector_1 against NULL stmt_infoRichard Biener2-1/+17
2020-05-29openmp: One omp_resolve_declare_variant followupJakub Jelinek2-1/+47
2020-05-29expander: Optimize store_expr from STRING_CST [PR95052]Jakub Jelinek2-1/+53
2020-05-29tree-optimization/95393 - fold MIN/MAX_EXPR generated by phioptRichard Biener3-13/+29
2020-05-29aarch64: add support for unpacked EOR, ORR and ANDJoe Ramsay28-10/+358
2020-05-29Daily bump.GCC Administrator7-1/+243
2020-05-28c++: Try to complete decomp types [PR95328]Jakub Jelinek2-0/+24
2020-05-28PR fortran/95373 - ICE in build_reference_type, at tree.c:7942Harald Anlauf3-0/+52
2020-05-28c++: Immediately deduce auto member [PR94926].Jason Merrill6-12/+29
2020-05-28jit: port libgccjit to WindowsNicolás Bértolo10-25/+413