aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-13[ARC] Refurbish and improve prologue/epilogue functions.Claudiu Zissulescu13-465/+1131
2018-11-13[ARC] Add peephole rules to combine store/loads into double store/loadsClaudiu Zissulescu4-0/+240
2018-11-13toplev.c (output_stack_usage): Turn test on flag_stack_usage into test on sta...Eric Botcazou2-2/+8
2018-11-13re PR rtl-optimization/87918 (ICE in simplify_binary_operation, at simplify-r...Jakub Jelinek4-3/+38
2018-11-13tree-ssanames.h (set_range_info): Use value_range_base.Richard Biener5-107/+88
2018-11-13linux-unwind.h (_sig_ucontext_t): Remove.Xianmiao Qu2-53/+58
2018-11-13misc.c (gnat_init_gcc_eh): Set -fnon-call-exceptions for the runtime on platf...Eric Botcazou2-2/+12
2018-11-12Implement P0315R4, Lambdas in unevaluated contexts.Jason Merrill22-37/+262
2018-11-12Avoid double substitution with complete explicit template arguments.Jason Merrill8-51/+61
2018-11-12decl2.c (min_vis_expr_r, [...]): New.Jason Merrill3-15/+85
2018-11-12Implement P0722R3, destroying operator delete.Jason Merrill13-17/+174
2018-11-12Implement P0780R2, pack expansion in lambda init-capture.Jason Merrill4-11/+120
2018-11-12cp-tree.h (struct cp_evaluated): New.Jason Merrill5-28/+27
2018-11-12Change __cpp_explicit_bool to __cpp_conditional_explicit.Jason Merrill3-1/+10
2018-11-13[RS6000] secondary_reload and find_replacementAlan Modra2-12/+10
2018-11-12re PR middle-end/59634 (Documentation (info/man page): lack of information fo...Sandra Loosemore2-3/+10
2018-11-13[RS6000] Comment fixesAlan Modra2-1/+2
2018-11-13[RS6000] Rotate testcaseAlan Modra4-2/+19
2018-11-13[RS6000] Hide insn not needing to be publicAlan Modra2-1/+5
2018-11-13[RS6000] Ignore "c", "l" and "h" for register preferenceAlan Modra3-15/+24
2018-11-12re PR preprocessor/47823 (#pragma once is documented in a weird spot)Sandra Loosemore3-5/+23
2018-11-13Daily bump.GCC Administrator1-1/+1
2018-11-12re PR target/86677 (popcount builtin detection is breaking some kernel build)Kugan Vivekanandarajah9-0/+81
2018-11-12MIPS: Default to --with-llsc for the R5900 Linux target as wellFredrik Noring2-4/+8
2018-11-12Instrument only selected files (PR gcov-profile/87442).Martin Liska7-0/+204
2018-11-12Fix documentation of __builtin_cpu_is and __builtin_cpu_supports for x86.Martin Liska2-2/+104
2018-11-12re PR middle-end/21110 (incorrect documentat for high and lo_sum RTL operators)Sandra Loosemore2-10/+17
2018-11-12PR c/81824 - Warn for missing attributes with function aliasesMartin Sebor2-1/+6
2018-11-12[PR87815]Don't generate shift sequence for load replacement in DSE when the m...Renlin Li4-1/+25
2018-11-12PR libstdc++/87963 fix build for 64-bit mingwJonathan Wakely2-9/+14
2018-11-12[GCC, ARM] Enable armv8.5-a and add +sb and +predres for previous ARMv8-a in ARMSudakshina Das9-7/+135
2018-11-122018-11=12 Richard Biener <rguenther@suse.de>Richard Biener10-253/+343
2018-11-12* config/mcore/mcore.h (WORD_REGISTER_OPERATIONS): Remove duplicate.Eric Botcazou2-2/+4
2018-11-12tree-vrp.h (value_range_base::symbolic_p, [...]): Move from value_range.Richard Biener7-123/+153
2018-11-12tree-vrp.c (set_value_range_to_nonnull): Clear equiv.Richard Biener3-4/+11
2018-11-12sse.md: Combine VFIXUPIMM* patternsWei Xiao2-36/+16
2018-11-12re PR c/69502 (attribute aligned reduces alignment contrary to documentation)Sandra Loosemore2-2/+12
2018-11-12csky.md (*fpuv2_nmulsf3_1, [...]): Handle -frounding-math.Xianmiao Qu7-2/+84
2018-11-12Daily bump.GCC Administrator1-1/+1
2018-11-11re PR c++/43105 (Document restrictions on mixing -fno-rtti and -frtti)Sandra Loosemore2-0/+11
2018-11-11Fix copypasto in las ChangeLog.Hans-Peter Nilsson1-1/+1
2018-11-11re PR libstdc++/54005 (Use __atomic_always_lock_free in libstdc++ is_lock_fre...Hans-Peter Nilsson3-4/+12
2018-11-11re PR c/26366 (__builtin_expect needs better documentation)Sandra Loosemore2-0/+12
2018-11-11re PR target/87928 (ICE in ix86_compute_frame_layout, at config/i386/i386.c:1...Uros Bizjak6-7/+38
2018-11-11csky-linux-elf.h (CC1_SPEC): Support -profile.Xianmiao Qu2-0/+5
2018-11-11csky.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.Xianmiao Qu2-0/+7
2018-11-11tree-vrp.h (class value_range_base): New base class for value_range containin...Richard Biener6-91/+310
2018-11-11Implement P0318R1 unwrap_ref_decay and unwrap_referenceJonathan Wakely4-0/+129
2018-11-11Implement P1007R3 std::assume_alignedJonathan Wakely5-0/+122
2018-11-10re PR middle-end/65703 (-fdefer-pop documentation is confusing)Sandra Loosemore2-20/+96