aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-10-01tree-ssa-dom.c (optimize_stmt): Make this a method within the dom_opt_dom_wal...Jeff Law4-26/+163
2017-10-01re PR fortran/61450 (ICE in gfc_global_used())Dominique d'Humieres4-6/+41
2017-10-01Daily bump.GCC Administrator1-1/+1
2017-09-30config.gcc (*-*-netbsd*): New variable nbsd_tm_file containing netbsd.h, netb...Krister Walfridsson3-12/+52
2017-09-30re PR c++/65949 (Compiler can not deduce auto type in lambda)Paolo Carlini2-0/+66
2017-09-30re PR c++/68754 (Explicitly defaulted constexpr assignment operator fails to ...Paolo Carlini5-10/+24
2017-09-30re PR target/82361 (Useless "mov eax, eax" in generated code)Jakub Jelinek6-4/+514
2017-09-30i386.c (ix86_split_idivmod): Use mode instead of always SImode for DIV and MO...Jakub Jelinek2-4/+9
2017-09-30Daily bump.GCC Administrator1-1/+1
2017-09-30Order some filenames in a changelog entry.Segher Boessenkool1-11/+11
2017-09-29c-attribs.c (handle_noipa_attribute): Don't add "stack_protect" attribute.Jakub Jelinek2-4/+5
2017-09-29re PR middle-end/82319 (ICE in generic_simplify_148, at generic-match.c:6436)Yury Gribov4-1/+23
2017-09-29c-ada-spec.c (to_ada_name): Add index parameter.Eric Botcazou4-24/+148
2017-09-29sbitmap.c (bitmap_bit_in_range_p): New function.Jeff Law6-0/+152
2017-09-29c-ada-spec.c (max_ada_macros): Move around.Eric Botcazou2-261/+226
2017-09-29i386.c (ix86_adjust_stack_and_probe_stack_clash): Fix typos and whitespace er...Jeff Law4-5/+12
2017-09-29P0683R1 - default member initializers for bit-fieldsJakub Jelinek11-38/+284
2017-09-29c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD rather than DECL...Jakub Jelinek10-21/+61
2017-09-29re PR target/81481 (Spills %xmm to stack in glibc strspn SSE 4.2 variant)Vladimir Makarov4-1/+33
2017-09-29re PR rtl-optimization/82338 (valgrind error in inherit_in_ebb)Vladimir Makarov2-0/+6
2017-09-29[BRIGFE] Fix crash with calls with more than 4 args.Henry Linjamäki2-2/+11
2017-09-29swaps-p8-30.c: Exchange the order of dg-do and dg-require-effective-target di...Kelvin Nilsen19-18/+41
2017-09-29qsort comparator consistency checkingAlexander Monakov4-1/+112
2017-09-29[multiple changes]Pierre-Marie de Rodat25-71/+159
2017-09-29re PR tree-optimization/82337 (ICE: SSA corruption at tree-ssa-coalesce.c:1010)Bill Schmidt4-1/+45
2017-09-29debug/elf: support 32-bit SPARC relocsIan Lance Taylor1-1/+1
2017-09-29mksysinfo: strip locale structsIan Lance Taylor1-1/+1
2017-09-29exp_ch6.adb (Expand_Call_Helper): Handle case of build-in-place functions ret...Bob Duff15-278/+356
2017-09-29Add missing ChangeLog entries for previous commitJavier Miranda1-0/+8
2017-09-29[multiple changes]Pierre-Marie de Rodat8-16/+115
2017-09-29re PR fortran/25071 (dummy argument larger than actual argument)Dominique d'Humieres11-42/+57
2017-09-29re PR fortran/25071 (dummy argument larger than actual argument)Dominique d'Humieres2-5/+21
2017-09-29[multiple changes]Pierre-Marie de Rodat9-23/+61
2017-09-29[multiple changes]Pierre-Marie de Rodat6-6/+27
2017-09-292017-09-29 Richard Biener <rguenther@suse.de>Richard Biener2-23/+40
2017-09-29parser.c (cp_parser_member_declaration): Parse attributes before colon of a b...Jakub Jelinek6-11/+85
2017-09-29re PR c/82340 (volatile ignored in compound literal)Jakub Jelinek4-3/+24
2017-09-29re PR target/82339 (Inefficient movabs instruction)Jakub Jelinek2-0/+28
2017-09-29* Make-lang.in (check-c++-all): Test also c++2a.Jakub Jelinek2-1/+5
2017-09-29* g++.dg/eh/uncaught3.C: Add -Wno-deprecated for c++17.Jakub Jelinek2-0/+5
2017-09-29Daily bump.GCC Administrator1-1/+1
2017-09-28re PR c++/79488 (ICE from lambda that has invalid return type)Paolo Carlini2-0/+30
2017-09-28PR c++/56973, DR 696 - capture constant variables only as needed.Jason Merrill13-31/+196
2017-09-28Use local_specializations to find capture proxies.Jason Merrill7-26/+76
2017-09-28Small lambda fixes.Jason Merrill5-4/+16
2017-09-28Use -Wno-deprecated for std::uncaught_exception tests.Jason Merrill4-3/+5
2017-09-28re PR target/82342 (i386/pr82260-2.c fail)Jakub Jelinek3-2/+8
2017-09-28i386.c (ix86_print_operand_address_as): Do not check index when encoding %esp...Uros Bizjak2-5/+9
2017-09-28i386.md (*movsf_internal, [...]): Return 256-bit AVX modes for TARGET_PREFER_...Sergey Shalnov4-3/+29
2017-09-28[ARM] Some tests require arm_neon_hwChristophe Lyon11-4/+27