aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell2-2/+4
2018-08-17[PATCH] Move cpp_macro to cpplib.hNathan Sidwell5-3/+10
2018-08-17re PR tree-optimization/86841 (ICE in gcc/gcc/tree-vrp.c:1325 with graphite)Richard Biener2-1/+6
2018-08-17Merge Ignore and Deprecated in .opt files.Martin Liska73-227/+219
2018-08-17re PR middle-end/86505 (__builtin_va_arg_pack_len() computes the number of ar...Richard Biener4-6/+60
2018-08-16re PR tree-optimization/86853 (sprintf optimization for wide strings doesn't ...Martin Sebor6-22/+259
2018-08-17Daily bump.GCC Administrator1-1/+1
2018-08-16builtins.c (c_strlen): Add new parameter eltsize.Bernd Edlinger8-53/+87
2018-08-16diagnostics: fix bad interaction between line spans and line numbersDavid Malcolm4-3/+39
2018-08-16diagnostics: tweak to line-insertion fix-it hints with line-numberingDavid Malcolm4-5/+19
2018-08-16rs6000: Delete old add+cmp patternsSegher Boessenkool2-45/+5
2018-08-16rs6000: Remove "length 4" from other insnsSegher Boessenkool8-138/+80
2018-08-16rs6000: Remove "length 4" from branch insnsSegher Boessenkool4-68/+40
2018-08-16rs6000: Change the length attribute defaultSegher Boessenkool2-15/+40
2018-08-16[PATCH] Macro definition parameter parsingNathan Sidwell3-8/+13
2018-08-16re PR testsuite/86745 (gcc.target/i386/avx-cvt-2.c etc. FAIL on 64-bit x86)Uros Bizjak3-12/+18
2018-08-16-Wmisleading-indentation: fix ICE in get_visual_column (PR c++/70693)David Malcolm6-14/+220
2018-08-16Allow larger copies when not slow_unaligned_access and no padding.Tamar Christina2-0/+25
2018-08-16Remove rtl.texi references to old RTX code class namesMatthew Malcomson2-13/+21
2018-08-16expmed.h (canonicalize_comparison): New declaration.Vlad Lazar7-0/+174
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell10-42/+59
2018-08-16Add __USER_LABEL_PREFIX__ to the asm names for targets that need it.Iain Sandoe2-2/+12
2018-08-16Darwin doesn't have pthread_barrier, at least up to Darwin18Iain Sandoe4-0/+9
2018-08-16Update fall through pattern for FP16 patterns in ARM.Tamar Christina3-25/+21
2018-08-16fix section naming convention for Darwin in three testsIain Sandoe4-0/+23
2018-08-16Remove dead pattern on ARM.Tamar Christina2-7/+11
2018-08-16[aarch64] Make common aarch64 options target-dependentSam Tebbs2-4/+10
2018-08-16Fix pr81923 test for targets using __USER_LABEL_PREFIX__Iain Sandoe2-1/+8
2018-08-16Daily bump.GCC Administrator1-1/+1
2018-08-15i386.opt (mmitigate-rop): Mark as deprecated.Uros Bizjak8-354/+24
2018-08-15ChangeLog: Fix whitespace.Uros Bizjak2-169/+170
2018-08-15fold-vec-splat-char.c: New.Will Schmidt7-0/+296
2018-08-15rs600.c (rs6000_gimple_fold_builtin): Add entries to allow folding of mergeh(...Will Schmidt2-4/+31
2018-08-15i386.c (expand_vec_perm_movs): Enable V4SFmode for TARGET_SSE.Uros Bizjak3-4/+8
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm48-183/+1547
2018-08-15Do not expand the call to memcmp at all when overflow is detected.Qing Zhao4-4/+21
2018-08-15c-decl.c (start_decl): Do not warn if variables is named as main and is a loc...Prathamesh Kulkarni4-1/+21
2018-08-15PR tree-optimization/71625 - missing strlen optimization on different arrayMartin Sebor2-0/+10
2018-08-15S/390: Remove branch splitting loopIlya Leoshkevich2-53/+21
2018-08-15Don't make unsized objects into extern.Iain Sandoe5-11/+16
2018-08-15Darwin - remove unnecessary target hookIain Sandoe3-19/+7
2018-08-15Update Darwin section names for DWARF5Iain Sandoe2-12/+28
2018-08-15Fix merging of 2 predictors (PR tree-optimization/86925).Martin Liska5-3/+58
2018-08-15decl.c (check_previous_goto_1): When decl_jump_unsafe returns 2 emit an error...Paolo Carlini4-4/+14
2018-08-14i386.c (expand_vec_perm_movs): New method matching movs patterns.Allan Sandfeld Jensen6-2/+77
2018-08-14re PR target/86547 (s390x: Maximum number of LRA assignment passes is achieve...Ilya Leoshkevich2-1/+8
2018-08-15Daily bump.GCC Administrator1-1/+1
2018-08-14PR tree-optimization/86650 - -Warray-bounds missing inlining contextMartin Sebor4-75/+124
2018-08-14re PR fortran/86116 (Ambiguous generic interface not recognised)Janus Weil4-3/+52
2018-08-14pretty-print.c (eat_esc_sequence): Swap the foreground and background colors ...Liu Hao2-0/+16