Age | Commit message (Expand) | Author | Files | Lines |
2020-10-12 | Daily bump. | GCC Administrator | 5 | -1/+174 |
2020-10-11 | import elementary functions as intrinsics | Alexandre Oliva | 4 | -50/+50 |
2020-10-11 | Objective-C, Darwin : Make protocols private extern and weak. | Iain Sandoe | 1 | -9/+27 |
2020-10-11 | Objective-C++ : Fix bitfield ivars. | Iain Sandoe | 1 | -6/+1 |
2020-10-11 | testsuite, Objective-c++ : Update diagnostic plugin test. | Iain Sandoe | 1 | -10/+23 |
2020-10-11 | testsuite, objective-c++ : Add a dummy retain/release to testuite object. | Iain Sandoe | 2 | -0/+16 |
2020-10-11 | testsuite, objective-c++ : GC is not available from Darwin16. | Iain Sandoe | 1 | -1/+1 |
2020-10-11 | testsuite, Objective-C++ : Skip an ancient test on newer systems. | Iain Sandoe | 1 | -2/+2 |
2020-10-11 | testsuite, Objective-c++ : Fix GNU API tests to work with NeXT where possible. | Iain Sandoe | 3 | -2/+8 |
2020-10-11 | testsuite, Objective-C : Fix two plugin diagnostics tests for Darwin. | Iain Sandoe | 1 | -6/+19 |
2020-10-11 | testsuite, Objective-C : Fix call-super-2.m for newer NeXT headers. | Iain Sandoe | 1 | -1/+5 |
2020-10-11 | testsuite, Objective-C : Update forward-1.m. | Iain Sandoe | 1 | -4/+42 |
2020-10-11 | testsuite, Objective-C : Add initialize method to root class. | Iain Sandoe | 1 | -0/+6 |
2020-10-11 | testsuite, Objective-C : Adjust gnu-api tests for Darwin. | Iain Sandoe | 3 | -3/+12 |
2020-10-11 | testsuite, Objective-C : Update a test for newer OS versions. | Iain Sandoe | 1 | -1/+1 |
2020-10-11 | testsuite, Objective-C : Compatibility fixes. | Iain Sandoe | 3 | -1/+6 |
2020-10-11 | Darwin, Objective-C : Adjust objective-c symbol linkage with version. | Iain Sandoe | 2 | -7/+34 |
2020-10-11 | Darwin, Objective-C : Update meta-data linkage. | Iain Sandoe | 1 | -1/+42 |
2020-10-11 | Objective-C, Darwin : Update message call codegen. | Iain Sandoe | 1 | -46/+187 |
2020-10-11 | Objective-C, Darwin : Revise the runtime selection options. | Iain Sandoe | 2 | -3/+3 |
2020-10-11 | Objective-C++, Darwin : Make metadata 'extern "C"'. | Iain Sandoe | 1 | -3/+6 |
2020-10-11 | Ojective-C, Darwin : Adjust category superclass ref names (NFC). | Iain Sandoe | 1 | -3/+3 |
2020-10-11 | Objective-C, Darwin : Update protocol metadata to current version. | Iain Sandoe | 1 | -16/+87 |
2020-10-11 | Daily bump. | GCC Administrator | 4 | -1/+124 |
2020-10-11 | Fix parameter map computation in ipa-modref | Jan Hubicka | 1 | -1/+1 |
2020-10-10 | [nvptx] Replace dots in function names | Tom de Vries | 1 | -3/+54 |
2020-10-10 | [nvptx] Factor out write_fn_proto_1 | Tom de Vries | 1 | -19/+23 |
2020-10-10 | Fix ICE in remap_arguments with removed parameters. | Jan Hubicka | 1 | -1/+6 |
2020-10-10 | Fix modref_transform ICE with more than 32 parameters. | Jan Hubicka | 1 | -1/+1 |
2020-10-10 | Fix ipa-modref ICE with not allocated summaries. | Jan Hubicka | 1 | -1/+1 |
2020-10-10 | Fix modref handling of parameter adjustments and jump functions. | Jan Hubicka | 2 | -10/+92 |
2020-10-10 | Improve tree-ssa-alias dump files. | Jan Hubicka | 1 | -12/+32 |
2020-10-10 | Objective-C, Darwin : Pick up super refs directly. | Iain Sandoe | 1 | -38/+38 |
2020-10-10 | Darwin : Only emit Objective-C section switches for older linkers. | Iain Sandoe | 1 | -3/+4 |
2020-10-10 | Objective-C, Darwin : Update metadata section uses. | Iain Sandoe | 3 | -2/+12 |
2020-10-10 | Objective-C, Darwin : Use special string sections for V2 NeXT runtime. | Iain Sandoe | 3 | -3/+23 |
2020-10-10 | Objective-C: Addess a FIXME (NFC). | Iain Sandoe | 1 | -26/+6 |
2020-10-10 | Darwin : Begin rework of zero-fill sections. | Iain Sandoe | 2 | -51/+33 |
2020-10-10 | x86-64: Check CMPXCHG16B for x86-64-v[234] | H.J. Lu | 3 | -0/+9 |
2020-10-10 | PR97359: Do not cache relops in GORI cache. | Aldy Hernandez | 2 | -8/+13 |
2020-10-10 | Daily bump. | GCC Administrator | 3 | -1/+208 |
2020-10-09 | Don't keep strict_low_part in reloads for non-registers. [PR97313] | Vladimir N. Makarov | 2 | -1/+30 |
2020-10-09 | x86: Add <x86gprintrin.h> | H.J. Lu | 41 | -272/+463 |
2020-10-09 | [nvptx] Set -misa=sm_35 by default | Tom de Vries | 2 | -2/+6 |
2020-10-09 | Fixup gcc.dg/vect/pr65947-3.c when masked loads are available | Richard Biener | 3 | -4/+16 |
2020-10-09 | tree-optimization/97334 - improve BB SLP discovery | Richard Biener | 2 | -0/+25 |
2020-10-09 | IPA modref: fix miscompilation in clone when IPA modref is used | Jan Hubicka | 1 | -1/+2 |
2020-10-09 | tree-optimization/97347 - fix another SLP constant insertion issue | Richard Biener | 2 | -6/+54 |
2020-10-09 | Fix for PR97317. | Andrew MacLeod | 2 | -7/+29 |
2020-10-09 | random memory leak fixes | Richard Biener | 6 | -13/+30 |