aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-08-19Daily bump.GCC Administrator11-1/+277
2021-08-18Fortran: Add OpenMP's nothing directive support (con't)Tobias Burnus2-1/+1
2021-08-18Darwin, jit: Fix build [PR100613].Iain Sandoe1-1/+62
2021-08-18Objective-C: fix crash with -fobjc-nilcheckIain Sandoe8-22/+108
2021-08-18Darwin: Handle the -rpath command line option.Iain Sandoe2-2/+3
2021-08-18analyzer: detect and analyze virtual function callsAnkur Saini5-0/+212
2021-08-18analyzer: detect and analyze calls via function pointerAnkur Saini17-54/+481
2021-08-18Make 'gcc/hash-map-tests.c:test_map_of_type_with_ctor_and_dtor_expand' work o...Thomas Schwinge1-3/+14
2021-08-18aarch64: Fix float <-> int errors in vld4[q]_lane intrinsicsJonathan Wright1-4/+4
2021-08-18Fortran: Add OpenMP's nothing directive supportTobias Burnus5-0/+50
2021-08-18c++: aggregate CTAD and brace elision [PR101344]Patrick Palka5-10/+65
2021-08-18c++: ignore explicit dguides during NTTP CTAD [PR101883]Patrick Palka2-1/+10
2021-08-18Fix thinko in latest change for GNAT encodingsEric Botcazou1-3/+3
2021-08-18Add EAF_NOREAD check to tree-ssa-uninitJan Hubicka1-1/+1
2021-08-18Add more self-tests for 'hash_map' with Value type with non-trivial construct...Thomas Schwinge1-0/+152
2021-08-18Turn 'bool force_collect' parameter to 'ggc_collect' into an 'enum ggc_collec...Thomas Schwinge7-21/+24
2021-08-18openmp: Add nothing directive supportJakub Jelinek9-2/+73
2021-08-18openmp: Actually ignore pragma_stmt pragmas for which c_parser_pragma returns...Jakub Jelinek8-89/+99
2021-08-18Add x86 tune to enable v2df vector reduction by paddpd.liuhongt5-3/+32
2021-08-18Daily bump.GCC Administrator8-1/+569
2021-08-17Add GORI tracing faciltiies.Andrew MacLeod2-24/+149
2021-08-17Change evrp-mode options.Andrew MacLeod4-12/+16
2021-08-17Abstract tracing routines into a class.Andrew MacLeod7-326/+377
2021-08-17Move more warning code to gimple-ssa-warn-access etc.Martin Sebor14-861/+952
2021-08-17c++: Implement P0466R5 __cpp_lib_is_layout_compatible compiler helpers [PR101...Jakub Jelinek25-31/+1155
2021-08-17Objective-C: Default flag_objc_sjlj_exceptions off for NeXT ABI >= 2.Matt Jacobson2-4/+4
2021-08-17Turn global 'ggc_force_collect' variable into 'force_collect' parameter to 'g...Thomas Schwinge9-42/+22
2021-08-17Restore 'gcc.dg/pr78213.c' testingThomas Schwinge1-8/+1
2021-08-17Darwin: Reset section names table at the end of compile.Iain Sandoe1-0/+8
2021-08-17Darwin, X86, config: Adjust 'as' command lines [PR100340].Iain Sandoe4-1/+60
2021-08-17Fall back to masked_gather_load/masked_scatter_storeRichard Biener4-15/+28
2021-08-17Improved handling of MINUS_EXPR in bit CCP.Roger Sayle2-9/+23
2021-08-17Improved handling of MULT_EXPR in bit CCP.Roger Sayle2-18/+104
2021-08-17Fortran: Implement OpenMP 5.1 scope constructTobias Burnus23-6/+1774
2021-08-17Do not enable DT_INIT_ARRAY/DT_FINI_ARRAY on uclinuxfdpiceabiChristophe Lyon1-2/+8
2021-08-17retain debug stmt order when moving to successorsAlexandre Oliva1-2/+2
2021-08-17don't access cfun in dump_function_to_fileAlexandre Oliva1-5/+5
2021-08-17aarch64: Remove macros for vld4[q]_lane Neon intrinsicsJonathan Wright1-104/+624
2021-08-17aarch64: Remove macros for vld3[q]_lane Neon intrinsicsJonathan Wright1-92/+549
2021-08-17aarch64: Remove macros for vld2[q]_lane Neon intrinsicsJonathan Wright1-84/+474
2021-08-17Improve diff-ability of scheduler logsMaxim Kuvyrkov1-2/+4
2021-08-17Add missing entry for rank_for_schedule stats.Maxim Kuvyrkov1-3/+3
2021-08-17Improve autoprefetcher heuristic (partly fix regression in PR91598)Maxim Kuvyrkov1-1/+8
2021-08-17aarch64: Replace some uses of GET_CODE with RTL predicate macrosAlistair Lee2-14/+17
2021-08-17Special case -TYPE_MIN_VALUE for flag_wrapv in operator_abs::op1_range.Andrew MacLeod2-0/+34
2021-08-17tree-optimization/101868 - avoid PRE of trapping mems across callsRichard Biener4-0/+75
2021-08-17vect: Add extraction cost for slp reducKewen Lin1-1/+3
2021-08-17openmp: Implement OpenMP 5.1 scope constructJakub Jelinek34-28/+608
2021-08-17c++: Add C++20 #__VA_OPT__ supportJakub Jelinek2-0/+84
2021-08-17tree-optimization/101925 - fix VN with reverse storage orderRichard Biener2-1/+132