aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-11Fix Xmethod for shared_ptr::use_count()Jonathan Wakely2-1/+4
2019-09-11Fix libstdc++ tests for -Wvolatile warnings in C++2a modeJonathan Wakely3-5/+15
2019-09-11re PR rtl-optimization/89435 (wrong code with -O1 -march=armv4 -fno-forward-p...Jakub Jelinek4-0/+77
2019-09-11[PATCH] some tree struct markingNathan Sidwell6-126/+140
2019-09-11lto-opts.c (lto_write_options): Stream -g when debug is enabled.Richard Biener4-0/+26
2019-09-11re PR tree-optimization/90387 (__builtin_constant_p and -Warray-bounds warnings)Richard Biener4-9/+36
2019-09-11re PR rtl-optimization/89795 (wrong code with -O2 -fno-dce -fno-forward-propa...Eric Botcazou4-2/+12
2019-09-11re PR tree-optimization/91723 (builtin fma is not optimized or vectorized as *+)Jakub Jelinek4-1/+26
2019-09-11re PR middle-end/91725 (ICE in get_nonzero_bits starting with r275587)Jakub Jelinek4-3/+23
2019-09-11revert: match.pd: Add flag_unsafe_math_optimizations check before deciding on...Richard Biener4-68/+17
2019-09-11Update my email addressTobias Burnus2-3/+7
2019-09-11Daily bump.GCC Administrator1-1/+1
2019-09-10PR c++/91673 - ICE with noexcept in alias-declaration.Marek Polacek5-26/+105
2019-09-10PR c++/91705 - constexpr evaluation rejects ++/-- on floats.Marek Polacek4-0/+81
2019-09-10libgo: Solaris and x/sys/cpu compatibility fixesIan Lance Taylor16-121/+50
2019-09-10re PR go/91621 (libgo/mksysinfo.sh: please avoid test ==)Ian Lance Taylor2-2/+2
2019-09-10go/internal/gccgoimporter: support embedded field in pointer loopIan Lance Taylor5-26/+75
2019-09-10Remove call_really_used_regsRichard Sandiford29-438/+214
2019-09-10Hide call_used_regs in target-independent codeRichard Sandiford3-1/+12
2019-09-10Remove redundant fixed_regs testsRichard Sandiford10-20/+29
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford68-173/+306
2019-09-10Make more use of regs_invalidated_by_callRichard Sandiford3-2/+9
2019-09-10Replace call_used_reg_set with call_used_or_fixed_regsRichard Sandiford26-53/+81
2019-09-10Remove no_caller_save_reg_setRichard Sandiford4-12/+11
2019-09-10Remove call_fixed_reg_setRichard Sandiford5-35/+42
2019-09-10Move c6x REGNO_REG_CLASS out of lineRichard Sandiford4-6/+31
2019-09-10Implement std::common_reference for C++20Jonathan Wakely5-6/+353
2019-09-10Make get_call_rtx_from take a const rtx_insn *Richard Sandiford6-7/+16
2019-09-10Rename Deprecated to WarnRemoved in *.opt files.Martin Liska17-80/+105
2019-09-10default_format_1.f90: Remove XFAIL AIX.David Edelsohn3-2/+7
2019-09-10* doc/install.texi: Fix syntax for html generation.Arnaud Charlet2-1/+10
2019-09-10LWG 3266. to_chars(bool) should be deletedJonathan Wakely4-13/+112
2019-09-10re PR middle-end/91680 (Integer promotion quirk prevents efficient power of 2...Jakub Jelinek5-13/+113
2019-09-10[ARM/FDPIC v6 24/24] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in libstdc++...Christophe Lyon4-17/+39
2019-09-10decl.c (has_designator_problem): Use cp_expr_loc_or_input_loc in error_at.Paolo Carlini9-25/+49
2019-09-10[ARM/FDPIC v6 23/24] [ARM] FDPIC: Implement libitm support.Christophe Lyon2-3/+16
2019-09-10[ARM/FDPIC v6 22/24] [ARM][testsuite] FDPIC: Skip tests that require -static ...Christophe Lyon2-0/+8
2019-09-10[ARM/FDPIC v6 21/24] [ARM] FDPIC: Handle stack-protector combined patternsChristophe Lyon2-2/+22
2019-09-10[ARM/FDPIC v6 19/24] [ARM][testsuite] FDPIC: Adjust pr43698.c to avoid clash ...Christophe Lyon2-2/+6
2019-09-10[ARM/FDPIC v6 18/24] [ARM][testsuite] FDPIC: Enable tests on pie_enabled targetsChristophe Lyon21-23/+44
2019-09-10[ARM/FDPIC v6 17/24] [ARM][testsuite] FDPIC: Handle *-*-uclinux*Christophe Lyon46-44/+99
2019-09-10[ARM/FDPIC v6 16/24] [ARM][testsuite] FDPIC: Skip tests that don't work in PI...Christophe Lyon3-1/+7
2019-09-10[ARM/FDPIC v6 15/24] [ARM][testsuite] FDPIC: Adjust scan-assembler patterns.Christophe Lyon4-5/+18
2019-09-10[ARM/FDPIC v6 14/24] [ARM][testsuite] FDPIC: Skip unsupported testsChristophe Lyon24-11/+54
2019-09-10[ARM/FDPIC v6 13/24] [ARM] FDPIC: Force LSB bit for PC in Cortex-M architectureChristophe Lyon2-1/+11
2019-09-10[ARM/FDPIC v6 12/24] [ARM] FDPIC: Restore r9 after we call __aeabi_read_tpChristophe Lyon3-4/+35
2019-09-10[ARM/FDPIC v6 11/24] [ARM] FDPIC: Add support to unwind FDPIC signal frameChristophe Lyon2-0/+135
2019-09-10[ARM/FDPIC v6 10/24] [ARM] FDPIC: Implement TLS support.Christophe Lyon2-26/+82
2019-09-10[ARM/FDPIC v6 09/24] [ARM] FDPIC: Add support for taking address of nested fu...Christophe Lyon3-9/+87
2019-09-10[ARM/FDPIC v6 08/24] [ARM] FDPIC: Enforce local/global binding for function d...Christophe Lyon2-2/+50