aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-12-13Tigthen libc_internal and crtstuff for VxWorks shared objectsFrederic Konrad1-14/+28
2021-12-13VxWorks config fixes for shared objectsFrederic Konrad2-3/+23
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 Hainque3-26/+58
2021-12-13Fortran: Handle compare in OpenMP atomicTobias Burnus5-93/+336
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 Administrator8-1/+100
2021-12-12Replace gnu::unique_ptr with std::unique_ptrJonathan Wakely14-262/+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 Administrator5-1/+72
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-10libstdc++: check length in string append [PR103534]Jason Merrill1-0/+10
2021-12-11Daily bump.GCC Administrator6-1/+115
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-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-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 Stubbs1-32/+19
2021-12-10pr103523: Check for PLUS/MINUS supportJoel Hutton2-4/+17
2021-12-10d: Merge upstream dmd 3982604c5, druntime bc58b1e9, phobos 12329adb6.Iain Buclaw111-3822/+5909
2021-12-10x86: Update -mtune=tremontCui,Lili1-2/+1
2021-12-10d: Align methods to MINIMUM_METHOD_BOUNDARY.Iain Buclaw1-0/+3
2021-12-10Daily bump.GCC Administrator8-1/+312
2021-12-09Limit inlining functions called onceJan Hubicka3-17/+46
2021-12-09Extend the offset and size of merged object references [PR103215].Martin Sebor8-46/+664
2021-12-09Avoid expecting nonzero size for access none void* arguments [PR101751].Martin Sebor3-2/+70
2021-12-09pch: Fix aarch64 build [PR71934]Jakub Jelinek1-1/+1
2021-12-09Leverage VX_CPU_PREFIX in aarch64-vxworks.hOlivier Hainque1-1/+2
2021-12-09Add a new dump function.Martin Sebor2-26/+94
2021-12-09Refactor compute_objsize_r into helpers.Martin Sebor2-355/+423