aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-16rs6000: Change the length attribute defaultSegher Boessenkool2-15/+40
2018-08-16[PATCH] Macro definition parameter parsingNathan Sidwell7-147/+190
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-16Fix warning with -Wsign-compare -Wsystem-headersJonathan Wakely2-1/+4
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-16Avoid deprecation warning with -Wsystem-headersJonathan Wakely2-0/+6
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-16Fix bootstrap with --enable-fully-dynamic-stringJonathan Wakely2-0/+30
2018-08-16Merge trunk r263587.Nathan Sidwell108-835/+3178
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell20-132/+166
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-15Fix experimental::pmr typedefs and add testsJonathan Wakely17-7/+546
2018-08-15i386.c (expand_vec_perm_movs): Enable V4SFmode for TARGET_SSE.Uros Bizjak3-4/+8
2018-08-15Refactor uses-allocator constructionJonathan Wakely8-58/+274
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm51-194/+1637
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-15Merge trunk r263558.Nathan Sidwell374-4051/+8929
2018-08-15cpplib.h (NODE_...): Reenumerate.Nathan Sidwell3-48/+43
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-15Fix single-threaded build for targets without atomicsJonathan Wakely2-1/+26
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-15backport: ffi.c (ffi_call_go, [...]): New functions.Andreas Schwab4-13/+140
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-14Include <sys/random.h> for getentropy on SolarisRainer Orth5-4/+20
2018-08-14PR libstdc++/86954 use non-placement operator deleteJonathan Wakely2-4/+8
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-14Simplify overflow checks in duration literalsJonathan Wakely2-14/+7
2018-08-14PR libstdc++/86846 Alternative to pointer-width atomicsJonathan Wakely3-1/+57