aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-10-11Objective-C, Darwin : Make protocols private extern and weak.Iain Sandoe1-9/+27
2020-10-11Objective-C++ : Fix bitfield ivars.Iain Sandoe1-6/+1
2020-10-11testsuite, Objective-c++ : Update diagnostic plugin test.Iain Sandoe1-10/+23
2020-10-11testsuite, objective-c++ : Add a dummy retain/release to testuite object.Iain Sandoe2-0/+16
2020-10-11testsuite, objective-c++ : GC is not available from Darwin16.Iain Sandoe1-1/+1
2020-10-11testsuite, Objective-C++ : Skip an ancient test on newer systems.Iain Sandoe1-2/+2
2020-10-11testsuite, Objective-c++ : Fix GNU API tests to work with NeXT where possible.Iain Sandoe3-2/+8
2020-10-11testsuite, Objective-C : Fix two plugin diagnostics tests for Darwin.Iain Sandoe1-6/+19
2020-10-11testsuite, Objective-C : Fix call-super-2.m for newer NeXT headers.Iain Sandoe1-1/+5
2020-10-11testsuite, Objective-C : Update forward-1.m.Iain Sandoe1-4/+42
2020-10-11testsuite, Objective-C : Add initialize method to root class.Iain Sandoe1-0/+6
2020-10-11testsuite, Objective-C : Adjust gnu-api tests for Darwin.Iain Sandoe3-3/+12
2020-10-11testsuite, Objective-C : Update a test for newer OS versions.Iain Sandoe1-1/+1
2020-10-11testsuite, Objective-C : Compatibility fixes.Iain Sandoe3-1/+6
2020-10-11Darwin, Objective-C : Adjust objective-c symbol linkage with version.Iain Sandoe2-7/+34
2020-10-11Darwin, Objective-C : Update meta-data linkage.Iain Sandoe1-1/+42
2020-10-11Objective-C, Darwin : Update message call codegen.Iain Sandoe1-46/+187
2020-10-11Objective-C, Darwin : Revise the runtime selection options.Iain Sandoe2-3/+3
2020-10-11Objective-C++, Darwin : Make metadata 'extern "C"'.Iain Sandoe1-3/+6
2020-10-11Ojective-C, Darwin : Adjust category superclass ref names (NFC).Iain Sandoe1-3/+3
2020-10-11Objective-C, Darwin : Update protocol metadata to current version.Iain Sandoe1-16/+87
2020-10-11Daily bump.GCC Administrator4-1/+124
2020-10-11Fix parameter map computation in ipa-modrefJan Hubicka1-1/+1
2020-10-10[nvptx] Replace dots in function namesTom de Vries1-3/+54
2020-10-10[nvptx] Factor out write_fn_proto_1Tom de Vries1-19/+23
2020-10-10Fix ICE in remap_arguments with removed parameters.Jan Hubicka1-1/+6
2020-10-10Fix modref_transform ICE with more than 32 parameters.Jan Hubicka1-1/+1
2020-10-10Fix ipa-modref ICE with not allocated summaries.Jan Hubicka1-1/+1
2020-10-10Fix modref handling of parameter adjustments and jump functions.Jan Hubicka2-10/+92
2020-10-10Improve tree-ssa-alias dump files.Jan Hubicka1-12/+32
2020-10-10Objective-C, Darwin : Pick up super refs directly.Iain Sandoe1-38/+38
2020-10-10Darwin : Only emit Objective-C section switches for older linkers.Iain Sandoe1-3/+4
2020-10-10Objective-C, Darwin : Update metadata section uses.Iain Sandoe3-2/+12
2020-10-10Objective-C, Darwin : Use special string sections for V2 NeXT runtime.Iain Sandoe3-3/+23
2020-10-10Objective-C: Addess a FIXME (NFC).Iain Sandoe1-26/+6
2020-10-10Darwin : Begin rework of zero-fill sections.Iain Sandoe2-51/+33
2020-10-10x86-64: Check CMPXCHG16B for x86-64-v[234]H.J. Lu3-0/+9
2020-10-10PR97359: Do not cache relops in GORI cache.Aldy Hernandez2-8/+13
2020-10-10Daily bump.GCC Administrator3-1/+208
2020-10-09Don't keep strict_low_part in reloads for non-registers. [PR97313]Vladimir N. Makarov2-1/+30
2020-10-09x86: Add <x86gprintrin.h>H.J. Lu41-272/+463
2020-10-09[nvptx] Set -misa=sm_35 by defaultTom de Vries2-2/+6
2020-10-09Fixup gcc.dg/vect/pr65947-3.c when masked loads are availableRichard Biener3-4/+16
2020-10-09tree-optimization/97334 - improve BB SLP discoveryRichard Biener2-0/+25
2020-10-09IPA modref: fix miscompilation in clone when IPA modref is usedJan Hubicka1-1/+2
2020-10-09tree-optimization/97347 - fix another SLP constant insertion issueRichard Biener2-6/+54
2020-10-09Fix for PR97317.Andrew MacLeod2-7/+29
2020-10-09random memory leak fixesRichard Biener6-13/+30
2020-10-09vrp: Fix up gcc.target/aarch64/pr90838.c [PR97312, PR94801]Jakub Jelinek3-66/+136
2020-10-09match.pd: Fix up FFS -> CTZ + 1 optimization [PR97325]Jakub Jelinek2-1/+17