aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-09-25re PR fortran/77429 (ICE in gfc_check_dependency, at fortran/dependency.c:1261)Steven G. Kargl4-1/+20
2016-09-25re PR fortran/77694 (ICE in optimize_binop_array_assignment, at fortran/front...Steven G. Kargl4-0/+21
2016-09-25* gcc.target/i386/pr77621.c (dg-options): Add -mno-avx.Uros Bizjak1-1/+1
2016-09-25This fixes a fallout that actually goes back to 5.0 but went unnoticed.Oleg Endo6-18/+64
2016-09-25Daily bump.GCC Administrator1-1/+1
2016-09-24coarray_lib_comm_1.f90: Really fix test for 32-bit mode.Dominique d'Humieres2-2/+7
2016-09-24rs6000.c (expand_block_compare, [...]): Change TARGET_LITTLE_ENDIAN to !BYTES...Aaron Sawdey2-6/+11
2016-09-24configure.ac (gcc_cv_as_aix_dwloc): Fix typo in assembly fragment.David Edelsohn3-2/+7
2016-09-24Add missing changelong entry for 240455Aaron Sawdey1-0/+19
2016-09-24coarray_lib_comm_1.f90: Fix test for 32-bit mode.Dominique d'Humieres2-2/+7
2016-09-24re PR c/77490 (bit-not (~) on boolean should be warned about)Marek Polacek11-4/+134
2016-09-24Daily bump.GCC Administrator1-1/+1
2016-09-23lang.opt, [...]: New flag -fdec-static.Fritz Reese17-16/+452
2016-09-23internal/syscall/unix: add getrandom syscall for MIPS and SPARCIan Lance Taylor1-1/+1
2016-09-23re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle10-7/+102
2016-09-23rs6000.md (cmpmemsi): New define_expand.Aaron Sawdey4-36/+481
2016-09-23S/390: Fix hotpatch test cases.Dominik Vogt8-7/+17
2016-09-23compiler: better abstraction layer for diagnostics.Than McIntosh22-846/+1217
2016-09-23hooks.c (hook_bool_bool_false, [...]): For arguments with ATTRIBUTE_UNUSED...Jakub Jelinek2-88/+87
2016-09-23re PR go/77701 (suspicious code in go/go-gcc.cc)Chris Manghane2-4/+10
2016-09-23re PR testsuite/77713 (gcc.dg/tree-ssa/builtin-sprintf.c compilation failed t...Martin Sebor2-0/+11
2016-09-23Implement P0138R2, C++17 construction rules for enum class valuesJakub Jelinek6-0/+287
2016-09-23Make-lang.in (check-c++1z): Pass RUNTESTFLAGS down to make check-g++.Jakub Jelinek2-1/+4
2016-09-23vec.h (vNULL): Extend comment to say = vNULL initialization isn't needed for ...Jakub Jelinek2-1/+6
2016-09-23sel-sched-ir.c (sel_global_bb_info, [...]): Remove unnecessary = vNULL initia...Jakub Jelinek10-20/+32
2016-09-23vec.h (vnull::operator vec): Add constexpr keyword for C++11 and later.Jakub Jelinek2-0/+8
2016-09-23Fix gcc.dg/tree-ssa/builtin-sprintf-warn-4.cDavid Malcolm2-1/+8
2016-09-23builtin-sprintf-warn-2.c: Fix xfail pattern.Thomas Preud'homme2-2/+6
2016-09-23Fix incorrect file in ChangeLog on previous commitMatthew Fortune1-1/+1
2016-09-23Ensure points-to information is maintained for prefetch.Doug Gilmore2-0/+18
2016-09-23re PR testsuite/77411 (object-size-9.c -fpic -m32 failure)Bernd Edlinger2-0/+10
2016-09-23atomic-12.c: Skip for C++1z.Marek Polacek13-23/+43
2016-09-23Provide location information for terminator characters (PR preprocessor/77672)David Malcolm4-32/+89
2016-09-23Really commit testcase intended for r240230.Fritz Reese1-0/+27
2016-09-23tree-ssa-sccvn.c (visit_reference_op_call): Value number virtual definition t...Richard Biener4-3/+68
2016-09-23re PR tree-optimization/77697 (suspicious code in tree-ssa-forwprop.c)Richard Biener2-7/+12
2016-09-23[PATCH 17/17][ARM] Add tests for NEON FP16 ACLE intrinsics.Matthew Wahab55-17/+2276
2016-09-23[PATCH 16/17][ARM] Add tests for VFP FP16 ACLE instrinsics.Jiong Wang38-0/+2367
2016-09-23[PATCH 15/17][ARM] Add tests for ARMv8.2-A FP16 support.Matthew Wahab5-0/+785
2016-09-23[PATCH 14/17][ARM] Add NEON FP16 instrinsics.Matthew Wahab2-0/+788
2016-09-23[PATCH 13/17][ARM] Add VFP FP16 instrinsics.Matthew Wahab4-1/+263
2016-09-23[PATCH 12/17][ARM] Add builtins for NEON FP16 intrinsics.Matthew Wahab2-2/+120
2016-09-23[PATCH 11/17][ARM] Add builtins for VFP FP16 intrinsics.Matthew Wahab4-9/+137
2016-09-23Drop TREE_OVERFLOWKugan Vivekanandarajah4-0/+31
2016-09-23trans-intrinsic.c (gfc_conv_intrinsic_caf_get): Use the old caf- interface wh...Andre Vehreschild4-6/+15
2016-09-23[PATCH][IRA]Initialize ira_use_lra_p early by moving the initialization intoRenlin Li2-1/+7
2016-09-23hooks.h (hook_uint_uintp_false): Rename to...Uros Bizjak4-4/+13
2016-09-23[PATCH 10/17][ARM] Refactor support code for NEON builtins.Matthew Wahab2-134/+168
2016-09-23[PATCH 9/17][ARM] Add NEON FP16 arithmetic instructions.Matthew Wahab6-59/+650
2016-09-23S/390: Improved risbg usage.Dominik Vogt7-66/+910