aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-12-11nvptx.h (RETURN_ADDR_REGNO): Delete.Nathan Sidwell3-41/+53
2015-12-11re PR target/26427 (with -fsection-anchors with zero sized structs)Jan-Benedict Glaw2-5/+15
2015-12-11* gcc.dg/pr59605-1.c: Reduce iterations for nvptx.Nathan Sidwell2-1/+5
2015-12-11avoid alignment of static variables affecting stack'sJan Beulich4-0/+38
2015-12-11* ChangeLog: Remove confusign PR marker.Uros Bizjak1-1/+0
2015-12-11S/390: Wide int support.Dominik Vogt4-14/+37
2015-12-11Makefile.am (libmpx_la_LDFLAGS): Add -version-info option.Tsvetkova Alexandra3-0/+162
2015-12-11nvptx.h (TARGET_SUPPORTS_WIDE_INT): Define.Nathan Sidwell6-20/+46
2015-12-11Remove unpaired TERMINATE_PASS_LIST in passes.defTom de Vries2-1/+4
2015-12-11hash-map.h (hash_map::hash_map): Gather statistics only when GATHER_STATISTIC...Michael Matz4-5/+18
2015-12-11Add an asssert and testcase for PR 68064Martin Jambor4-0/+47
2015-12-11S/390: Fix warnings in "*setmem_long..." patterns.Dominik Vogt5-11/+115
2015-12-11S/390: Fix warnings in "*setmem_long..." patterns.Dominik Vogt5-9/+71
2015-12-11re PR target/67484 (options-save.c sanitizer asan detects freed storage refer...Martin Liska2-2/+12
2015-12-11lto-streamer.h (lto_simple_header_with_strings): Remove main_size field alrea...Richard Biener2-3/+5
2015-12-11tree-vect-stmts.c (vectorizable_mask_load_store): Check mask vectype.Ilya Enkovich2-1/+6
2015-12-11i386.c (ix86_get_mask_mode): Use scalar modes for 32 and 16 byte boolean vect...Ilya Enkovich4-1/+27
2015-12-11Fix shrink-wrapping bug (PR67778, PR68634)Segher Boessenkool2-5/+43
2015-12-11Daily bump.GCC Administrator1-1/+1
2015-12-10re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka4-6/+90
2015-12-11rtlanal: Fix bits/bytes confusion in set_noop_p (PR68814)Segher Boessenkool2-1/+7
2015-12-10nvptx.c (nvptx_function_arg, [...]): Move earlier.Nathan Sidwell2-229/+250
2015-12-10* lto-streamer-out.c (wrap_refs): Only wrap public decls.Jan Hubicka2-1/+6
2015-12-10ipa-cp.c (ipcp_cloning_candidate_p): Use node->optimize_for_size_p.Jan Hubicka4-13/+36
2015-12-10Add -Wmisleading-indentation to -WallDavid Malcolm4-3/+15
2015-12-10re PR rtl-optimization/68691 (ICE at -O3 with -g enabled on x86_64-linux-gnu ...Vladimir Makarov4-0/+77
2015-12-10invoke.texi (Warning Options): Update -Wall options.Martin Sebor2-11/+27
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Uros Bizjak2-4/+12
2015-12-10testsuite/lib/multline.exp: show test name and line numbersDavid Malcolm2-7/+30
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law23-136/+740
2015-12-10re PR rtl-optimization/68376 (wrong code at -O1 and above on x86_64-linux-gnu)Jakub Jelinek6-32/+69
2015-12-10tree-chkp.c (chkp_call_returns_bounds_p): Return true for VA_ARG call.Ilya Enkovich4-1/+85
2015-12-10re PR c++/68348 (ICE: segfault in cxx_eval_constant_expression at cp/constexp...Marek Polacek2-0/+23
2015-12-10tree-inline.c (duplicate_remap_omp_clause_seq): New function.Martin Jambor2-0/+51
2015-12-10Fix -Wmisleading-indentation warning in graphite-optimize-isl.cDavid Malcolm2-1/+5
2015-12-10Fix -Wmisleading-indentation warning in ifcvt.cDavid Malcolm2-6/+10
2015-12-10Fix -Wmisleading-indentation warning in gcc/regrename.cDavid Malcolm2-2/+6
2015-12-10Fix misleading indentation in gcc/fortran/io.cDavid Malcolm2-2/+6
2015-12-10Fix -Wmisleading-indentation warning in function.cDavid Malcolm2-8/+12
2015-12-10re PR ada/48013 (generic instantiation breaks the No_Elaboration_Code restric...Eric Botcazou6-4/+62
2015-12-10tree-ssa-structalias.c (struct variable_info): Add is_ipa_escape_point flag.Richard Biener2-8/+32
2015-12-10trans.c (Call_to_gnu): Remove guard for NULL_EXPR.Eric Botcazou7-4/+60
2015-12-10gigi.h (create_var_decl): Adjust comment.Eric Botcazou3-8/+27
2015-12-10[ARC] Add support for atomic memory built-in. Add atomic.md file.Claudiu Zissulescu2-0/+222
2015-12-10[ARC] Add support for atomic memory built-in.Claudiu Zissulescu11-2/+440
2015-12-10re PR tree-optimization/68817 (internal compiler error: Segmentation fault (p...Richard Biener4-0/+24
2015-12-10Revert [testsuite][ARM target attributes] Fix effective_target testsChristophe Lyon7-136/+48
2015-12-10* alias.c (get_alias_set): Add cut-off for recursion.Eric Botcazou4-0/+25
2015-12-10fix typo in date formatChristian Bruel1-1/+1
2015-12-10tree-vect-stmts.c (vectorizable_assignment): Support useless boolean conversion.Ilya Enkovich2-1/+11