aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-13Tigthen libc_internal and crtstuff for VxWorks shared objectsFrederic Konrad3-19/+109
2021-12-13VxWorks config fixes for shared objectsFrederic Konrad2-3/+23
2021-12-13Preserve cpu specific CRTSTUFF_T_CFLAGS on powerpc-vxworks7Olivier Hainque2-2/+5
2021-12-13Add -fipa-strict-aliasingJan Hubicka3-4/+20
2021-12-13aarch64: Add command-line support for Armv8.8-aKyrylo Tkachov3-1/+9
2021-12-13aarch64: Use +mops to inline memset operationsKyrylo Tkachov5-25/+181
2021-12-13aarch64: Add memmove expansion for +mopsKyrylo Tkachov3-0/+108
2021-12-13aarch64: Add support for Armv8.8-a memory operations and memcpy expansionKyrylo Tkachov7-17/+149
2021-12-13inline: fix ICE with -fprofile-generateMartin Liska1-16/+9
2021-12-13Include yvals.h for VxWorks < 7 RTPs as wellOlivier Hainque1-1/+5
2021-12-13Ensure VxWorks headers expose C99 features for C++Olivier Hainque1-0/+6
2021-12-13Leverage sysroot for VxWorksOlivier Hainque6-55/+61
2021-12-13libstdc++: Add support for '?' in linker script globsJonathan Wakely1-2/+4
2021-12-13Fortran: Handle compare in OpenMP atomicTobias Burnus7-95/+650
2021-12-13libstdc++: Make ranges::size and ranges::empty check for unbounded arraysJonathan Wakely3-0/+24
2021-12-13libstdc++: Fix std::regex_replace for strings with embedded null [PR103664]Jonathan Wakely3-7/+33
2021-12-13docs: add missing @item for the first itemMartin Liska1-1/+1
2021-12-13pch: Small cleanupJakub Jelinek4-5/+5
2021-12-13Do not ICE on ternary expressions when calculating value rangesJan Hubicka2-1/+9
2021-12-12pragma: Update target option node when optimization changes [PR103515]Kewen Lin2-1/+42
2021-12-13Daily bump.GCC Administrator9-1/+104
2021-12-12Replace gnu::unique_ptr with std::unique_ptrJonathan Wakely15-667/+21
2021-12-12libgccjit: Add support for setting the link section of global variables [PR10...Antoni Boucher11-4/+163
2021-12-12nvptx: Add (experimental) support for HFmode with -misa=sm_53Roger Sayle8-4/+174
2021-12-12Terminate BB analysis on NULL memory access in ipa-pure-const and ipa-modrefJan Hubicka2-0/+35
2021-12-12Daily bump.GCC Administrator7-1/+88
2021-12-11libgccjit: Add support for TLS variable [PR95415]Antoni Boucher10-4/+212
2021-12-11libgccjit: Add support for types used by atomic builtins [PR96066] [PR96067]Antoni Boucher7-8/+170
2021-12-11Fortran: fix checking of elemental functions of type CLASSHarald Anlauf2-1/+14
2021-12-11Avoid updating hot bb threshold in call speculation codeJan Hubicka1-12/+0
2021-12-11Fix handling of thunks in ipa-modrefJan Hubicka1-5/+5
2021-12-11libgcc: vxcrtstuff.c: make ctor/dtor functions staticRasmus Villemoes1-3/+7
2021-12-11libgcc: vxcrtstuff.c: remove ctor/dtor declarationsRasmus Villemoes1-3/+0
2021-12-10libstdc++: check length in string append [PR103534]Jason Merrill2-4/+14
2021-12-11Daily bump.GCC Administrator11-1/+226
2021-12-10libgcc, Darwin: Update darwin10 unwinder shim dependencies.Iain Sandoe1-1/+1
2021-12-10jit: set DECL_CONTEXT of RESULT_DECL [PR103562]David Malcolm3-0/+66
2021-12-10symtab: fix comment typoJason Merrill1-1/+1
2021-12-10c++: Add test for C++23 auto(x)Marek Polacek1-0/+18
2021-12-10Fortran: fix check for pointer dummy arguments with INTENT(IN)Harald Anlauf4-31/+47
2021-12-10libstdc++: Add std::time_get %r support [PR71367]Jakub Jelinek8-7/+167
2021-12-10libstdc++: Some time_get fixes [PR78714]Jakub Jelinek9-84/+860
2021-12-10Fix inaccuracies in VxWorks LINK_SPECDouglas B Rupp1-2/+2
2021-12-10Remove assignment to STMP_FIXINC from t-vxworksOlivier Hainque1-1/+0
2021-12-10libstdc++: Guard mutex and condvar with gthreads macro [PR103638]Jonathan Wakely1-0/+4
2021-12-10libstdc++: Fix definition of _GLIBCXX_NO_SLEEP config macroJonathan Wakely3-5/+5
2021-12-10Replace t-ppccomm by t-vxworks in libgcc/config/rs6000Rasmus Villemoes2-2/+3
2021-12-10param: Add missing . in description.Martin Liska1-1/+1
2021-12-10PR ipa/103601: ICE compiling CSiBE in ipa-modref's insert_kill.Roger Sayle2-1/+37
2021-12-10amdgcn: Change offload variable table discoveryAndrew Stubbs3-51/+41