Age | Commit message (Expand) | Author | Files | Lines |
2019-06-25 | re PR tree-optimization/90930 (Excessive memory consumption) | Richard Biener | 5 | -14/+32 |
2019-06-25 | [ARC] Fix for PR89838 | Claudiu Zissulescu | 5 | -162/+95 |
2019-06-25 | Implement alternate "__intN__" form of "__intN" type | Jozef Lawrynowicz | 17 | -18/+109 |
2019-06-25 | tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Check that base2_alias_set ... | Jan Hubicka | 2 | -3/+9 |
2019-06-25 | Properly sum costs in tree-vect-loop.c (PR tree-optimization/90973). | Martin Liska | 2 | -2/+8 |
2019-06-25 | decl.c (gnat_to_gnu_entity): Remove superfluous test in previous change. | Eric Botcazou | 3 | -10/+16 |
2019-06-25 | re PR sanitizer/90954 (ICE: combining undefined behavior sanitizer with openmp) | Jakub Jelinek | 4 | -1/+39 |
2019-06-25 | runtime: mark memequal and memclrNoHeapPointers nosplit | Ian Lance Taylor | 1 | -1/+1 |
2019-06-25 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2019-06-24 | ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P. | Jan Hubicka | 23 | -23/+115 |
2019-06-24 | [Darwin, PPC, testsuite] Skip tests for unimplemented functionality. | Iain Sandoe | 3 | -0/+7 |
2019-06-24 | [Darwin, PPC, testsuite] Fix spec-barr-1.c for Darwin. | Iain Sandoe | 2 | -1/+6 |
2019-06-24 | [Darwin, testsuite] Fix isystem-2.c. | Iain Sandoe | 3 | -2/+15 |
2019-06-24 | compiler: open code string equality | Ian Lance Taylor | 3 | -15/+52 |
2019-06-24 | re PR target/90972 (ICE in fold_convert_loc, at fold-const.c:2429) | Richard Biener | 4 | -10/+44 |
2019-06-24 | re PR tree-optimization/90930 (Excessive memory consumption) | Richard Biener | 2 | -0/+8 |
2019-06-24 | compiler: use builtin memcmp directly | Ian Lance Taylor | 3 | -3/+4 |
2019-06-24 | utils.c (handle_nonnull_attribute): Quote attribute name. | Martin Sebor | 10 | -15/+36 |
2019-06-24 | Don't use a separate CLASSTYPE_AS_BASE if it's the same size. | Jason Merrill | 2 | -0/+11 |
2019-06-24 | Define C11 macros such as FLT_DECIMAL_DIG for C++17 | Jonathan Wakely | 2 | -1/+8 |
2019-06-24 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2019-06-23 | compiler: edit error messages to avoid -Wformat-diag warnings | Ian Lance Taylor | 12 | -38/+45 |
2019-06-23 | compiler: add go_debug and use it for debug messages | Ian Lance Taylor | 6 | -103/+137 |
2019-06-23 | [Darwin, PPC, testsuite] Fix builtins-2 for Darwin. | Iain Sandoe | 2 | -0/+5 |
2019-06-23 | [Darwin, PPC, testsuite] Fix pr80125 testcase for Darwin. | Iain Sandoe | 2 | -1/+6 |
2019-06-23 | [Darwin, PPC, testsuite] Fix builtins-1 testcase for Darwin. | Iain Sandoe | 2 | -4/+9 |
2019-06-23 | [Darwin, PPC] Handle GCC target pragma. | Iain Sandoe | 2 | -0/+5 |
2019-06-23 | [Darwin, PPC] Emit uppercase versions of ppc defines. | Iain Sandoe | 2 | -0/+6 |
2019-06-23 | [Darwin, PPC, testsuite] Fix pr71785 testcase for Darwin. | Iain Sandoe | 2 | -1/+12 |
2019-06-23 | Rename DEFAULT_ARG to DEFERRED_PARSE. | Marek Polacek | 13 | -52/+100 |
2019-06-23 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2019-06-22 | Fix typo in ChangeLog | Jerry DeLisle | 1 | -1/+1 |
2019-06-22 | re PR fortran/89782 (Can do an internal READ of a character array when it is ... | Jerry DeLisle | 4 | -0/+32 |
2019-06-22 | [Darwin, PPC, testsuite] Add requires for DFP to two tests. | Iain Sandoe | 3 | -0/+7 |
2019-06-22 | [Darwin, PPC, testsuite] Fix darwin-bool-1.c. | Iain Sandoe | 2 | -0/+7 |
2019-06-22 | * config/avr/avr.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Remove. | Jeff Law | 2 | -3/+4 |
2019-06-22 | re PR c++/65707 (internal compiler error: in unify, at cp/pt.c:18577) | Marek Polacek | 4 | -0/+49 |
2019-06-22 | re PR c++/66256 (noexcept evaluation done before end of class) | Marek Polacek | 2 | -0/+15 |
2019-06-22 | alias-access-path-6.c: New testcase. | Jan Hubicka | 4 | -9/+45 |
2019-06-22 | PR c++/86476 - noexcept-specifier is a complete-class context. | Marek Polacek | 21 | -58/+722 |
2019-06-22 | PR c++/90881 - bogus -Wunused-value in unevaluated context. | Marek Polacek | 4 | -1/+33 |
2019-06-22 | decl.c (grokdeclarator): Use id_loc... | Paolo Carlini | 12 | -18/+54 |
2019-06-22 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2019-06-21 | compiler: intrinsify some math/bits functions | Cherry Zhang | 6 | -9/+192 |
2019-06-21 | runtime: inline and remove eqtype | Ian Lance Taylor | 1 | -1/+1 |
2019-06-21 | compiler: open code some type assertions | Ian Lance Taylor | 6 | -38/+41 |
2019-06-21 | re PR c++/90909 (call devirtualized to pure virtual) | Paolo Carlini | 2 | -0/+16 |
2019-06-21 | tree-vect-data-refs.c (vect_find_stmt_data_reference): Handle even zero DR_OF... | Jakub Jelinek | 5 | -31/+61 |
2019-06-21 | re PR c++/90909 (call devirtualized to pure virtual) | Paolo Carlini | 3 | -63/+0 |
2019-06-21 | re PR c++/90909 (call devirtualized to pure virtual) | Paolo Carlini | 4 | -1/+35 |