aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-06-10Daily bump.GCC Administrator1-1/+1
2018-06-09ieee_4.f90: xfail on i?86-*-freebsd*Steven G. Kargl4-3/+9
2018-06-09re PR fortran/38351 (Poor error message for rank mismatch in operator args)Steven G. Kargl5-2/+41
2018-06-09re PR fortran/85138 (ICE with generic function)Steven G. Kargl6-6/+163
2018-06-09re PR fortran/78278 (ICE in gfc_wide_memset, at fortran/scanner.c:153)Steven G. Kargl7-16/+46
2018-06-09re PR fortran/63514 (functions containing volatile are considered pure)Steven G. Kargl4-0/+65
2018-06-09Daily bump.GCC Administrator1-1/+1
2018-06-08compiler: remove stack_allocation_expressionCherry Zhang3-21/+5
2018-06-08re PR fortran/85631 (Runtime error message array bound mismatch with nonzero ...Thomas Koenig6-10/+52
2018-06-08p8vector-builtin-3.c: Add vec_pack test.Carl Love7-48/+292
2018-06-08re PR fortran/86059 (ICE in reduce_binary_ac, at fortran/arith.c:1308 (and ot...Steven G. Kargl7-7/+31
2018-06-08re PR fortran/78571 (ICE in create_character_initializer, at fortran/data.c:191)Steven G. Kargl4-1/+24
2018-06-08re PR target/85755 (PowerPC Gcc's -mupdate produces inefficient code on power...Peter Bergner4-0/+40
2018-06-08dumpfile.c (FIRST_ME_AUTO_NUMBERED_DUMP): Bump to 4.Jan Hubicka8-89/+155
2018-06-08* config/rs6000/rs6000.c (rs6000_passes_ieee128): Protect with #if TARGET_ELF.David Edelsohn2-0/+7
2018-06-08Whoops, forgot to commit the patch with r261324, just did the changelog.Segher Boessenkool1-3/+0
2018-06-08vsx-vector-6-be.p7.c: Rename this file to vsx-vector-6.p7.c.Carl Love5-61/+47
2018-06-08* es.po: Update.Joseph Myers2-201/+142
2018-06-08Fix function signature in header file.Martin Liska2-1/+6
2018-06-08PPC: remove usage of cgraph_node::instrumentation_clone and cgraph_node::inst...Martin Liska3-14/+6
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm23-121/+326
2018-06-08rs6000: Delete unused min/max macrosSegher Boessenkool1-0/+4
2018-06-08rs6000: Delete mention of -mabi={no-,}spe in the documentationSegher Boessenkool2-2/+7
2018-06-08Make ipa-pure-const more strict about summary constrains.Martin Liska2-4/+9
2018-06-08Replace some ::get_create with ::get in IPA inline.Martin Liska3-5/+10
2018-06-08Come up with cgraph_node::get_uid and make cgraph_node::uid private.Martin Liska10-23/+53
2018-06-08Make cgraph_edge::uid really unique.Martin Liska4-24/+31
2018-06-08Port edge_growth_cache to call_summary.Martin Liska5-82/+80
2018-06-08Port IPA CP to edge_clone_summaries.Martin Liska2-53/+62
2018-06-08Add call_summary::get method and m_initialize_when_cloning.Martin Liska2-16/+55
2018-06-08Remove cgraph_node::summary_uid and make cgraph_node::uid really unique.Martin Liska7-65/+57
2018-06-08Convert IPA CP to symbol_summary.Martin Liska4-41/+82
2018-06-08Covert ipa-pure-const.c to symbol_summary.Martin Liska2-127/+92
2018-06-08Use symtab_summary in ipa-reference.c.Martin Liska2-110/+117
2018-06-08Use summaries->get where possible. Small refactoring of multiple calls.Martin Liska5-16/+23
2018-06-08Add {symbol,call}_summary::get method and use it in HSA.Martin Liska5-38/+62
2018-06-08Rename get methods in symbol-summary.h to get_create.Martin Liska22-149/+246
2018-06-08Code refactoring for call_summary.Martin Liska2-53/+77
2018-06-08Code refactoring of symtab_summary.Martin Liska2-89/+140
2018-06-08Fix scan in ipa-icf-38.c.Martin Liska2-3/+7
2018-06-08Remove MPXMartin Liska483-21580/+886
2018-06-08Daily bump.GCC Administrator1-1/+1
2018-06-07vsx.md (vextract_fp_from_shorth, [...]): Add BE support.Carl Love4-8/+56
2018-06-07vec-cntlz-lsbb-2.c (dg-error): Update expected error message.Carl Love2-1/+6
2018-06-07re PR c/85318 (-Wc90-c99-compat does not warn about for loop initial declarat...Marek Polacek7-0/+66
2018-06-07compare-elim.c (try_merge_compare): Don't merge compare if address contains a...Paul Koning4-0/+32
2018-06-07re PR fortran/86045 (ICE in reduce_binary_ac, at fortran/arith.c:1308)Steven G. Kargl4-18/+41
2018-06-07compiler: speed up variable initializer sortingIan Lance Taylor2-97/+193
2018-06-07* g++.dg/cpp0x/range-for9.C: Adjust dg-error.Marek Polacek2-1/+5
2018-06-07config.gcc: Support "tremont".Olga Makhotina10-30/+87