aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-07-05Add missing '|' as wrong patch was applied.Jeff Law1-1/+1
2018-07-05dfp.m4 (enable_decimal_float): Enable for x86_64*-*-gnu* to catch x86_64 kFre...James Clarke2-1/+5
2018-07-05re PR fortran/86408 (bogus error: ABSTRACT INTERFACE must not have an assumed...Paul Thomas4-3/+49
2018-07-05re PR fortran/83183 (Out of memory with option -finit-derived)Fritz Reese5-25/+122
2018-07-05rs6000-c.c: Map ALTIVEC_BUILTIN_VEC_UNPACKH for float argument to VSX_BUILTIN...Carl Love6-6/+369
2018-07-05PR tree-optimization/86400 - set<string>::set<char (*)[2]) constructor does n...Martin Sebor5-16/+94
2018-07-05Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.Nathan Sidwell47-136/+57
2018-07-05Fix can_change_mode_class for big-endian on ArmTamar Christina4-2/+26
2018-07-05Correct subreg no-op handling for big-endian vec_select.Tamar Christina4-2/+27
2018-07-05Simplify movmem code by always doing overlapping copies when larger than 8 by...Tamar Christina4-77/+112
2018-07-05RevertJakub Jelinek3-2/+12
2018-07-05[testsuite] Remove 'note:' from scan-tree-dump directivesChristophe Lyon27-43/+72
2018-07-05[testsuite] Simplify dg-finalTom de Vries2-7/+8
2018-07-05Daily bump.GCC Administrator1-1/+1
2018-07-04re PR sanitizer/84250 (Symbol collision when using both Address and Undefined...Maxim Ostapenko3-2/+9
2018-07-04re PR c++/86398 (is_trivially_constructible always returns true even when is_...Ville Voutilainen3-1/+12
2018-07-04re PR tree-optimization/86274 (SEGFAULT when logging std::to_string(NAN))Martin Sebor2-3/+7
2018-07-04re PR fortran/82009 ([F08] ICE with block construct)Jerry DeLisle4-1/+38
2018-07-04re PR middle-end/86380 (incorrect comparison in function choose_multiplier)Eric Botcazou2-1/+6
2018-07-04Remove spurious $HOME include from BRIG FE MakefileMartin Jambor2-2/+6
2018-07-04tree-vrp.c (extract_range_from_binary_expr_1): Initialze neg_*_op* variables.Aldy Hernandez2-0/+7
2018-07-04ssa-dom-thread-7.c: Adjust test because aarch64 has a slightly different IL t...Aldy Hernandez2-1/+12
2018-07-04Fix bootstrap on ia64 with old GCC version.Martin Liska2-0/+10
2018-07-04[multiple changes]Martin Liska44-347/+861
2018-07-04Temporary remove "at least 8 byte alignment" code from x86Denys Vlasenko11-68/+64
2018-07-04Fix DOS-based system build and fix documentation.Martin Liska3-4/+11
2018-07-04Remove legacy testcase for -fprofile-generate=./Martin Liska2-13/+4
2018-07-04Fix typo in bb-slp-over-widen-*.cRichard Sandiford3-2/+8
2018-07-03i386: Add indirect_return function attributeH.J. Lu8-1/+107
2018-07-03h8300.md (logical<mode>3_sn, [...]): Merge into a single pattern.Jeff Law2-22/+4
2018-07-03PR tree-optimization/86274 - SEGFAULT when logging std::to_string(NAN)Martin Sebor11-214/+401
2018-07-03print-tree.c (print_real_cst): New function.Martin Sebor2-37/+74
2018-07-03h8300.md (ors code_iterator): New.Jeff Law2-98/+26
2018-07-03h8300.md (movmd_internal_normal): Consolidated with (movmd_internal) into a s...Jeff Law2-93/+26
2018-07-04Daily bump.GCC Administrator1-1/+1
2018-07-03decl.c (min_location): New.Paolo Carlini17-59/+171
2018-07-03h8300.c (h8300_insn_length_from_table): Consolidate ADDB...Jeff Law3-159/+119
2018-07-03re PR tree-optimization/85694 (Generation of vectorized AVG (Average) instruc...Uros Bizjak4-10/+48
2018-07-03re PR c++/86201 (ICE: Error reporting routines re-entered)Marek Polacek4-0/+23
2018-07-03[17/n] PR85694: AArch64 support for AVG_FLOOR/CEILRichard Sandiford10-3/+165
2018-07-03Remove "note: " prefix from some scan-tree-dump directivesDavid Malcolm8-7/+18
2018-07-03re PR c++/84306 (Wrong overload selected with -std=c++17, explicit and {})Marek Polacek2-0/+21
2018-07-03re PR middle-end/86202 (ICE in get_range_info calling an invalid memcpy() dec...Marek Polacek4-1/+22
2018-07-03PR c++/86378 - functional cast in noexcept-specifier.Jason Merrill3-2/+35
2018-07-03h8300.md (HSI, [...]): New mode iterators.Jeff Law2-308/+136
2018-07-03re PR ipa/86389 (execute FAILs with -fipa-pta)Richard Biener4-0/+36
2018-07-03Pass more vector types to append_pattern_def_seqRichard Sandiford2-82/+43
2018-07-03Ensure PATTERN_DEF_SEQ is empty before recognising patternsRichard Sandiford2-22/+21
2018-07-03Clean up interface to vector pattern recognisersRichard Sandiford2-148/+81
2018-07-03[16/n] PR85694: Add detection of averaging operationsRichard Sandiford23-3/+502