aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-06-28runtime: don't stat a NULL filenameIan Lance Taylor1-1/+1
2018-06-28C++: less verbose error-recovery for version conflict markersDavid Malcolm3-0/+36
2018-06-28PR c++/86342 - -Wdeprecated-copy and system headers.Jason Merrill3-2/+27
2018-06-28p9-extract-1.c: Add test case.Carl Love3-0/+56
2018-06-28re PR target/86348 (ICE: in curr_insn_transform, at lra-constraints.c:3919: u...Uros Bizjak4-1/+24
2018-06-28Fix insn length for pdp11 shift patterns.Paul Koning5-23/+44
2018-06-28re PR go/86343 (types built by GO share TYPE_FIELDS in unsupported way)Ian Lance Taylor2-1/+7
2018-06-28[testsuite] Fix f16_mov_immediate_3.cWilco Dijkstra2-10/+7
2018-06-28re PR fortran/82865 (Option -fdec collides with PDT)Fritz Reese4-32/+103
2018-06-28Hide alt_dump_file within dumpfile.cDavid Malcolm5-12/+71
2018-06-28tree-cfg.c (verify_gimple_in_cfg): Call verify_location on the goto_locus of ...Eric Botcazou2-0/+11
2018-06-28dwarf2out.c (decl_scope_table): Remove.Richard Biener2-47/+13
2018-06-28dwarf2out.c (gen_subprogram_die): Use is_unit_die when deciding whether to no...Richard Biener2-4/+6
2018-06-28re PR c/55976 (-Werror=return-type should error on returning a value from a v...David Pagan2-0/+7
2018-06-28Add missing header file inclusion.Martin Liska2-0/+5
2018-06-28dwarf2out.c (gen_subprogram_die): Always re-use DIEs with an DW_AT_abstract_o...Richard Biener2-16/+24
2018-06-28Come up with jump_table ratio constants used in jump_table_cluster.Martin Liska3-1/+15
2018-06-28Fix clustering algorithm in switch expansion.Martin Liska4-2/+154
2018-06-28Come up with new --completion option.Martin Liska9-0/+412
2018-06-28Makefile.in: Add opt-suggestions.o.Martin Liska13-115/+215
2018-06-28Introduce auto_string_vec class.Martin Liska4-22/+35
2018-06-28tree-inline.c (remap_gimple_stmt): Force input_location on the new statement ...Eric Botcazou5-12/+66
2018-06-27* doc/invoke.texi (Debugging Options): Add -gsplit-dwarf.Stephan Bergmann2-0/+5
2018-06-27lra-eliminations.c (update_reg_eliminate): Mark all spanning hard registers f...Dimitar Dimitrov3-3/+11
2018-06-28Daily bump.GCC Administrator1-1/+1
2018-06-27C++: don't offer bogus "._0" suggestions (PR c++/86329)David Malcolm4-0/+27
2018-06-27Convert pdp11 back end to CCmode.Paul Koning12-864/+1504
2018-06-27Add test case that was supposed to be added in commit 255556 on 2017-12-11.Carl Love2-0/+102
2018-06-27v850.md (addsi3_set_flags): New pattern.Jeff Law2-0/+190
2018-06-27v850-protos.h (notice_update_cc): Remove.Jeff Law5-336/+493
2018-06-27v850-modes.def (CCZ, CCNZ): Add new modes.Jeff Law5-372/+109
2018-06-27Avoid crash on friend in nested class template.Jason Merrill4-18/+44
2018-06-27[AArch64] Add support for Arm Cortex-A76Kyrylo Tkachov4-5/+16
2018-06-27t-v850 (MULTILIB_OPTIONS): Remove 8byte-align.Jeff Law2-2/+7
2018-06-27gimple.h (gimple_return_retbnd): Delete.Eric Botcazou6-60/+26
2018-06-27add support for --disable-gcovRasmus Villemoes5-4/+34
2018-06-27[arm] Add support for Arm Cortex-A76Kyrylo Tkachov6-5/+42
2018-06-27Add SIMD to REG pattern for movhf without armv8.2-a support for AArch64Tamar Christina4-5/+35
2018-06-27[aarch64] Fix obsolete comment about X30Siddhesh Poyarekar2-12/+17
2018-06-26PR c++/86320 - memory-hog with std::array of pairJason Merrill2-1/+19
2018-06-26PR c++/80290 - memory-hog with std::pair.Jason Merrill5-101/+167
2018-06-27Daily bump.GCC Administrator1-1/+1
2018-06-26v850-common.c (TARGET_DEFAULT_TARGET_FLAGS): Turn on -mbig-switch by default.Jeff Law2-1/+5
2018-06-26tree-inline.c (remap_location): New function extracted from...Eric Botcazou2-13/+38
2018-06-26builtins-1.c: Correct a comment.Kelvin Nilsen2-1/+5
2018-06-26rs6000-string.c (expand_block_clear): Don't use unaligned vsx for 16B memset.Aaron Sawdey2-1/+8
2018-06-26I typoed the PR numnber, correct is:Segher Boessenkool1-1/+1
2018-06-26fold-vec-neg-int.p8.c: Specify powerpc_p8vector_ok requirement for this test.Will Schmidt3-4/+11
2018-06-26rs6000: Set up ieee128_float_type_node correctly (PR82625)Segher Boessenkool2-5/+15
2018-06-26Introduce dump_location_tDavid Malcolm33-153/+515