aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-18libgo: update to Go1.12beta2Ian Lance Taylor1331-44980/+71622
2019-01-18rs6000: Fix *movsi_from_df (PR88892)Segher Boessenkool2-14/+15
2019-01-18re PR libbacktrace/88890 (libbacktrace on 32-bit system with _FILE_OFFSET_BIT...Ian Lance Taylor5-4/+25
2019-01-18re PR c++/86926 (ICE for a recursive generic lambda)Marek Polacek2-0/+21
2019-01-18Update PR middle-end/88587 testsH.J. Lu3-4/+12
2019-01-18re PR tree-optimization/88903 (wrong-code with SLP vectorized shift)Richard Biener5-0/+77
2019-01-18c-family: Update unaligned adress of packed member checkH.J. Lu14-88/+250
2019-01-18PR target/88799 Add +mp and +sec extensions to ARMv7-aRichard Earnshaw7-10/+78
2019-01-18Bump version of __gcov_indirect_call_profiler function as there was ABI change.Martin Liska9-9/+30
2019-01-18Update error message prefix in libgcov profiling.Martin Liska2-8/+18
2019-01-18Describe better version mismatch in libgcov driver.Martin Liska2-2/+32
2019-01-18[AArch64] Add support for system register based stack protector canary accessRamana Radhakrishnan6-5/+201
2019-01-18re PR tree-optimization/86214 (Strongly increased stack usage)Jakub Jelinek6-3/+129
2019-01-18[ARM][testsuite] follow-up to PR target/52813 and target/11807 fix.Christophe Lyon2-1/+6
2019-01-18PR target/85596 Add --with-multilib-list doc for aarch64Christophe Lyon2-2/+16
2019-01-18re PR target/88734 (AArch64's ACLE intrinsics give an ICE instead of compile ...Jakub Jelinek2-2/+8
2019-01-18Reapply:Jakub Jelinek3-0/+49
2019-01-18Document atomic fetch and nandSebastian Huber2-0/+7
2019-01-18RTEMS/Ada: Remove RTEMS quirkSebastian Huber2-8/+4
2019-01-18Reset proper type on vector types (PR middle-end/88587).Martin Liska8-24/+90
2019-01-18Add self to MAINTAINERSLi Jia He2-0/+5
2019-01-17PR c++/86205 - ICE with ?: of throw and template-id.Jason Merrill6-7/+49
2019-01-18re PR go/88202 (FAIL: runtime/pprof)Ian Lance Taylor2-3/+10
2019-01-18libphobos: Add Fiber/Thread support for StackGrowsUp.Iain Buclaw2-10/+12
2019-01-18libphobos: Add platform bindings for hppa-linux-gnu.Iain Buclaw17-0/+460
2019-01-18re PR fortran/88898 ([Regression 9] gomp is broken by r268045)Steve Ellcey4-5/+13
2019-01-18Daily bump.GCC Administrator1-1/+1
2019-01-18libphobos: Add OSX bindings for core.sys.posix.aioIain Buclaw2-0/+47
2019-01-18re PR target/88734 (AArch64's ACLE intrinsics give an ICE instead of compile ...Jakub Jelinek2-5/+12
2019-01-17PR middle-end/88273 - [8/9 Regression] warning: 'memcpy' offset [-527, -529]Martin Sebor4-5/+42
2019-01-17Improve the C error for mismatched array string literal initialization.Tom Honermann7-80/+91
2019-01-17PR c++/86740, ICE with constexpr if and nested generic lambdas.Jason Merrill3-0/+40
2019-01-17pr60823-1.c: Add aarch64 specific warning checks and assembler scans.Steve Ellcey19-5/+66
2019-01-17aarch64.c (cgraph.h): New include.Steve Ellcey4-0/+179
2019-01-17decl.c (grokdeclarator): Use typespec_loc in error messages about 'auto' and ...Paolo Carlini10-32/+51
2019-01-17C++: Fix ICE when adding overloaded operator via using_decl (PR c++/88699)David Malcolm4-1/+25
2019-01-17PR tree-optimization/88800 - Spurious -Werror=array-bounds for non-taken branchMartin Sebor10-44/+221
2019-01-17Fix filesystem::equivalent for mingwJonathan Wakely2-0/+47
2019-01-17PR libstdc++/88884 fix filesystem::absolute("//") for mingwJonathan Wakely2-5/+30
2019-01-17PR libstdc++/88881 adjust filesystem::status and tests for mingw semanticsJonathan Wakely5-6/+95
2019-01-17Fix Arm testcase by using NEON.Tamar Christina2-12/+13
2019-01-17[libbacktrace] Add btest_dwz test-caseTom de Vries5-9/+106
2019-01-17[libbacktrace] Handle DW_FORM_GNU_ref_altTom de Vries2-1/+24
2019-01-17[libbacktrace] Add find_unitTom de Vries2-11/+87
2019-01-17Port testsuite to GCNAndrew Stubbs18-48/+199
2019-01-17Ignore LLVM's blank lines.Andrew Stubbs6-1/+35
2019-01-17Testsuite: GCN is always PIE.Andrew Stubbs9-8/+22
2019-01-17Add dg-require-effective-target exceptionsAndrew Stubbs36-1/+92
2019-01-17GCN back-end configAndrew Stubbs8-2/+142
2019-01-17GCN back-end codeAndrew Stubbs15-0/+9051