aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-06-25Create GCN-specific gthreadsKwok Cheung Yeung3-0/+20
2019-06-25[PR 90939] Remove outdated assert in ipcp_bits_lattice::meet_withMartin Jambor5-1/+119
2019-06-25re PR tree-optimization/90930 (Excessive memory consumption)Richard Biener5-14/+32
2019-06-25[ARC] Fix for PR89838Claudiu Zissulescu5-162/+95
2019-06-25Implement alternate "__intN__" form of "__intN" typeJozef Lawrynowicz17-18/+109
2019-06-25tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Check that base2_alias_set ...Jan Hubicka2-3/+9
2019-06-25Properly sum costs in tree-vect-loop.c (PR tree-optimization/90973).Martin Liska2-2/+8
2019-06-25decl.c (gnat_to_gnu_entity): Remove superfluous test in previous change.Eric Botcazou3-10/+16
2019-06-25re PR sanitizer/90954 (ICE: combining undefined behavior sanitizer with openmp)Jakub Jelinek4-1/+39
2019-06-25runtime: mark memequal and memclrNoHeapPointers nosplitIan Lance Taylor1-1/+1
2019-06-25Daily bump.GCC Administrator1-1/+1
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka23-23/+115
2019-06-24[Darwin, PPC, testsuite] Skip tests for unimplemented functionality.Iain Sandoe3-0/+7
2019-06-24[Darwin, PPC, testsuite] Fix spec-barr-1.c for Darwin.Iain Sandoe2-1/+6
2019-06-24[Darwin, testsuite] Fix isystem-2.c.Iain Sandoe3-2/+15
2019-06-24compiler: open code string equalityIan Lance Taylor3-15/+52
2019-06-24re PR target/90972 (ICE in fold_convert_loc, at fold-const.c:2429)Richard Biener4-10/+44
2019-06-24re PR tree-optimization/90930 (Excessive memory consumption)Richard Biener2-0/+8
2019-06-24compiler: use builtin memcmp directlyIan Lance Taylor3-3/+4
2019-06-24utils.c (handle_nonnull_attribute): Quote attribute name.Martin Sebor10-15/+36
2019-06-24Don't use a separate CLASSTYPE_AS_BASE if it's the same size.Jason Merrill2-0/+11
2019-06-24Define C11 macros such as FLT_DECIMAL_DIG for C++17Jonathan Wakely2-1/+8
2019-06-24Daily bump.GCC Administrator1-1/+1
2019-06-23compiler: edit error messages to avoid -Wformat-diag warningsIan Lance Taylor12-38/+45
2019-06-23compiler: add go_debug and use it for debug messagesIan Lance Taylor6-103/+137
2019-06-23[Darwin, PPC, testsuite] Fix builtins-2 for Darwin.Iain Sandoe2-0/+5
2019-06-23[Darwin, PPC, testsuite] Fix pr80125 testcase for Darwin.Iain Sandoe2-1/+6
2019-06-23[Darwin, PPC, testsuite] Fix builtins-1 testcase for Darwin.Iain Sandoe2-4/+9
2019-06-23[Darwin, PPC] Handle GCC target pragma.Iain Sandoe2-0/+5
2019-06-23[Darwin, PPC] Emit uppercase versions of ppc defines.Iain Sandoe2-0/+6
2019-06-23[Darwin, PPC, testsuite] Fix pr71785 testcase for Darwin.Iain Sandoe2-1/+12
2019-06-23Rename DEFAULT_ARG to DEFERRED_PARSE.Marek Polacek13-52/+100
2019-06-23Daily bump.GCC Administrator1-1/+1
2019-06-22Fix typo in ChangeLogJerry DeLisle1-1/+1
2019-06-22re PR fortran/89782 (Can do an internal READ of a character array when it is ...Jerry DeLisle4-0/+32
2019-06-22[Darwin, PPC, testsuite] Add requires for DFP to two tests.Iain Sandoe3-0/+7
2019-06-22[Darwin, PPC, testsuite] Fix darwin-bool-1.c.Iain Sandoe2-0/+7
2019-06-22* config/avr/avr.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Remove.Jeff Law2-3/+4
2019-06-22re PR c++/65707 (internal compiler error: in unify, at cp/pt.c:18577)Marek Polacek4-0/+49
2019-06-22re PR c++/66256 (noexcept evaluation done before end of class)Marek Polacek2-0/+15
2019-06-22alias-access-path-6.c: New testcase.Jan Hubicka4-9/+45
2019-06-22PR c++/86476 - noexcept-specifier is a complete-class context.Marek Polacek21-58/+722
2019-06-22PR c++/90881 - bogus -Wunused-value in unevaluated context.Marek Polacek4-1/+33
2019-06-22decl.c (grokdeclarator): Use id_loc...Paolo Carlini12-18/+54
2019-06-22Daily bump.GCC Administrator1-1/+1
2019-06-21compiler: intrinsify some math/bits functionsCherry Zhang6-9/+192
2019-06-21runtime: inline and remove eqtypeIan Lance Taylor1-1/+1
2019-06-21compiler: open code some type assertionsIan Lance Taylor6-38/+41
2019-06-21re PR c++/90909 (call devirtualized to pure virtual)Paolo Carlini2-0/+16
2019-06-21tree-vect-data-refs.c (vect_find_stmt_data_reference): Handle even zero DR_OF...Jakub Jelinek5-31/+61