aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-11-28Makefile.in (SELFTEST_FLAGS): Use nul instead of /dev/null on mingw build hosts.Olivier Hainque2-1/+9
2017-11-28re PR debug/81307 (g++.dg/debug/debug9.C -gstabs FAILs)Jakub Jelinek2-2/+7
2017-11-28re PR tree-optimization/83141 (SRA and memcpy folding interact badly generati...Richard Biener2-1/+24
2017-11-28re PR c/83117 (FAIL: gcc.target/x86_64/abi/ms-sysv/ms-sysv.c (test for excess...Jakub Jelinek2-1/+7
2017-11-28Remove Cilk Plus support.Julia Koval246-17531/+451
2017-11-28[Patch AArch64] Fixup floating point division with -march=armv8-a+nosimdRamana Radhakrishnan3-1/+10
2017-11-28re PR rtl-optimization/81020 (wrong code with -O -fno-tree-bit-ccp -fno-tree-...Jakub Jelinek2-0/+26
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek22-71/+71
2017-11-28re PR tree-optimization/80788 (ICE in set_value_range, at tree-vrp.c:252)Jakub Jelinek4-1/+26
2017-11-28re PR target/83158 (gcc.target/i386/pr78057.c fail)Richard Biener2-3/+12
2017-11-28rs6000: Improve comparison rtx_cost (PR81288)Segher Boessenkool2-17/+12
2017-11-28rs6000: Improve scc iselSegher Boessenkool2-4/+37
2017-11-28Daily bump.GCC Administrator1-1/+1
2017-11-27PR c++/83058 - ICE on C++ code with negative array index: in warn_placement_n...Martin Sebor4-56/+317
2017-11-27re PR c++/81888 (Structured bindings stopped working)Jakub Jelinek5-1/+36
2017-11-27pt.c (primary_template_specialization_p): Rename fromJason Merrill5-14/+50
2017-11-27[gcc]Michael Meissner4-2/+53
2017-11-27hash-set.h (DEFINE_DEBUG_HASH_SET): Remove static qualifier from explicit ins...Gerald Pfeifer3-3/+9
2017-11-27gimple-fold.c (gimple_fold_builtin_memory_op): Remove dead code, refactor a bit.Richard Biener2-50/+16
2017-11-27tree.c (wide_int_to_tree): Free discarded INTEGER_CST.Richard Biener2-4/+23
2017-11-27extend.texi: Add -A suffix (ARMv8*-A, ARMv7-A).Tamar Christina4-21/+27
2017-11-27re PR c++/81675 (attribute(noreturn) of destructor in :? not honored)Jakub Jelinek4-8/+55
2017-11-27Fix UB in hash-map.hMarkus Trippelsdorf2-1/+6
2017-11-27cfgloop.h (struct loop): Document usage of USHRT_MAX for unroll.Eric Botcazou13-13/+70
2017-11-27Fix code generation for buildtin_longjmp with CET.Igor Tsimbalist5-20/+76
2017-11-27[PR 81248] Fix ipa-sra size checkMartin Jambor8-36/+84
2017-11-27null-8.C (bar): New function.Jakub Jelinek2-2/+12
2017-11-27re PR debug/81307 (g++.dg/debug/debug9.C -gstabs FAILs)Jakub Jelinek5-25/+170
2017-11-27re PR target/83100 (powerpc: internal compiler error: in get_variable_section...Jakub Jelinek7-3/+52
2017-11-27Fix PR82488 - signed integer overflow in expr.cMarkus Trippelsdorf2-2/+10
2017-11-27Daily bump.GCC Administrator1-1/+1
2017-11-26i386.c (processor_target_table): Add skylake_cost for skylake-avx512.Uros Bizjak11-25/+193
2017-11-26Plugin support on Windows/MinGWBoris Kolpackov9-18/+217
2017-11-26Daily bump.GCC Administrator1-1/+1
2017-11-25re PR rtl-optimization/81553 (ICE in immed_wide_int_const, at emit-rtl.c:607)Jakub Jelinek4-3/+28
2017-11-25structret1.C (FrameworkObject::action): Return a value.Andreas Schwab2-0/+6
2017-11-25re PR target/82848 (ICE in expand_expr_real_2, at expr.c:8715)Jakub Jelinek4-0/+30
2017-11-25Daily bump.GCC Administrator1-1/+1
2017-11-24re PR fortran/81304 (Bogus warning with -Wsurprising and -fopenmp: Type speci...Jakub Jelinek2-1/+8
2017-11-24Factor out division by squaresJackson Woodruff6-30/+289
2017-11-24re PR tree-optimization/82402 (error: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should ...Richard Biener4-0/+33
2017-11-24Simplify 0 - ptr.Marc Glisse2-0/+8
2017-11-24re PR bootstrap/83015 (bootstrap comparison failure on ia64)Jan Hubicka2-0/+8
2017-11-24re PR tree-optimization/83128 (Unable to optimize {m,c}alloc when strings bui...Richard Biener4-3/+30
2017-11-24re PR sanitizer/83014 (ICE in pretty-print with -fsanitize=bounds)Jakub Jelinek4-3/+23
2017-11-24tree-object-size.c (pass_through_call): Use gimple_call_return_flags ERF_RETU...Jakub Jelinek4-27/+36
2017-11-24Add missing gcc/config.gcc hunks from r255121.Kirill Yukhin1-2/+4
2017-11-24Add missing hunks from r255121.Kirill Yukhin2-1/+59
2017-11-24Daily bump.GCC Administrator1-1/+1
2017-11-24[ARM] Fix Dot Product NEON intrinsicsChristophe Lyon2-1/+6