aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-22ipa-inline.c (can_inline_edge_p): Back out overzealous check on flag_non_call...Eric Botcazou2-6/+7
2016-01-22re PR c++/55843 (ICE after exceeding template instantiation depth)Paolo Carlini2-0/+32
2016-01-22[Testsuite] Fix PR66877Alan Lawrence2-1/+8
2016-01-22re PR debug/66668 (FAIL: gcc.dg/debug/dwarf2/stacked-qualified-types-3.c scan...Jakub Jelinek2-12/+148
2016-01-22extend.texi (scalar_storage_order type attribute): Document restriction on ty...Eric Botcazou2-5/+14
2016-01-22re PR testsuite/67489 (FAIL: gcc.target/powerpc/p8vector-builtin-8.c (test fo...Bill Schmidt2-1/+9
2016-01-22Daily bump.GCC Administrator1-1/+1
2016-01-21PR c/69405 - [6 Regression] ICE in c_tree_printer on an invalidMartin Sebor4-3/+132
2016-01-21re PR target/69252 (gcc.dg/vect/vect-iv-9.c FAILs with -Os -fmodulo-sched -fm...Jeff Law4-1/+45
2016-01-21[PATCH] [PR tree-optimization/69347] Fix memory consumption in threader & min...Jeff Law3-5/+12
2016-01-21re PR fortran/65996 (gfortran ICE with -dH)Jerry DeLisle4-2/+34
2016-01-21re PR c++/68810 (FAIL: g++.dg/cpp0x/constexpr-reinterpret1.C -- test for err...Dominik Vogt2-4/+8
2016-01-21re PR c++/59281 (attribute((constructor)) accepts enum class as integer const...Jason Merrill1-0/+5
2016-01-21re PR c++/65687 (Inconsistent behavior for __attribute__((__deprecated__)) be...Jason Merrill3-3/+24
2016-01-21re PR c++/40751 (G++ never packs typedef'd enums)Jason Merrill3-2/+16
2016-01-21re PR c++/43407 (Specifying visibility attribute of C++0x enum class emits wa...Jason Merrill7-60/+133
2016-01-21Record configure regenerateDavid Edelsohn1-0/+1
2016-01-21configure.ac (gcc_cv_as_powerpc_mfcrf, [...]): Detangle.David Edelsohn3-8/+23
2016-01-21Add missing fileMichael Meissner1-0/+25
2016-01-21aix71.h (ASM_CPU_SPEC): Add entry for Power9.Pat Haugen3-0/+8
2016-01-21libitm: Disable testing transaction-safe exceptions on Darwin and AIX.Torvald Riegel2-1/+9
2016-01-21Fix missed comment fix in last change.Bernd Schmidt1-3/+3
2016-01-21Fix PR66178, ICE due to misexpansion of constant expressions involving labels.Bernd Schmidt7-7/+56
2016-01-21float128-sed: New files to convert TF names to KF names for PowerPC IEEE 128-...Michael Meissner18-3/+1581
2016-01-21re PR target/63354 (gcc -pg -mprofile-kernel creates unused stack frames on l...Anton Blanchard5-0/+37
2016-01-21Issue wic prefetch instruction at call site. Ajit Agarwal4-0/+183
2016-01-21Mark r20 as fixed. Mark r21 not fixed & allocatable in callee.Ajit Agarwal2-2/+8
2016-01-21re PR rtl-optimization/68920 (Undesirable if-conversion for a rarely taken br...Yuri Rumyantsev2-1/+9
2016-01-21re PR rtl-optimization/68990 (wrong code at -O3 on x86_64-pc-linux-gnu in 32-...Vladimir Makarov4-15/+70
2016-01-21Fix typoDavid Edelsohn2-2/+0
2016-01-21re PR target/69129 (ICE in get_attr_got, at config/mips/mips.md:694 on mips-l...Nick Clifton4-8/+63
2016-01-21configure.ac (gcc_cv_as_dwloc): Test support for debug frame section label re...David Edelsohn3-15/+19
2016-01-21libstdc++/69406 Fix test to check for supported headersJonathan Wakely8-6/+45
2016-01-21re PR c++/58046 (template operator= in SFINAE class)Paolo Carlini2-0/+44
2016-01-21graphite-optimize-isl.c (get_schedule_map): Fix typo.Richard Biener2-1/+5
2016-01-21S/390: Fix missing .size directives.Marcin Kościelnicki2-1/+8
2016-01-21re PR target/69187 (ICE: Aborted when native compiling neon code with __built...Stefan Sørensen4-1/+32
2016-01-21S/390: Use proper read-only data section for literals.Marcin Kościelnicki2-2/+16
2016-01-21re PR tree-optimization/69378 (FAIL: g++.dg/tree-ssa/pr61034.C)Richard Biener2-12/+100
2016-01-21re PR tree-optimization/69355 (Wrong results with -O1 optimization)Jakub Jelinek4-1/+162
2016-01-20PR c/52291 - __sync_fetch_and_add and friends poorly specified for pointerMartin Sebor2-6/+27
2016-01-21fix codegen error exposed by compute isl flow patchAditya Kumar4-19/+50
2016-01-21fix pr68692: reinstantiate the copy of internal parametersAditya Kumar5-1/+195
2016-01-21fix PR68976: only add loop close phi for names defined in loopAditya Kumar5-3/+38
2016-01-21check for unstructured control flowAditya Kumar2-0/+18
2016-01-21rewrite computation of iteration domainsAditya Kumar2-215/+204
2016-01-21fix memory leak in scop-detectionAditya Kumar2-3/+18
2016-01-21record loops in execution orderAditya Kumar4-67/+40
2016-01-21check that all loops are valid in the combined regionAditya Kumar2-14/+49
2016-01-21add missing ast node for isl 0.15Aditya Kumar2-0/+16