aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-10-10runtime: copy channel code from Go 1.7 runtimeIan Lance Taylor7-57/+118
2016-10-10S/390: Wrap more macro args into ()Andreas Krebbel2-43/+49
2016-10-10re PR fortran/77915 (Internal error for matmul() in forall with optimization)Thomas Koenig4-0/+30
2016-10-10gen-avr-mmcu-texi.c (string.h): Include.Georg-Johann Lay2-0/+5
2016-10-10[4/4] ARMv8.2-A testsuite for new scalar intrinsicsJiong Wang60-0/+1916
2016-10-10[3/4] ARMv8.2-A testsuite for new vector intrinsicsJiong Wang15-0/+3428
2016-10-10[2/4] ARMv8.2-A testsuite for new data movement intrinsicsJiong Wang7-15/+1053
2016-10-10[1/4] ARMv8.2-A FP16 testsuite selectorJiong Wang2-13/+53
2016-10-10re PR target/77738 (Invalid initialisation of ar.lc register)Andreas Schwab2-6/+15
2016-10-10[ARC] Disable compact casesi patterns for arcv2Claudiu Zissulescu4-3/+21
2016-10-10decl.c (gnat_to_gnu_entity): Put volatile qualifier on types at the very end ...Eric Botcazou4-14/+40
2016-10-10utils2.c (find_common_type): Do not return the LHS type if it's an array with...Eric Botcazou7-12/+82
2016-10-10utils.c (convert): For a biased input type, convert the bias itself to the ba...Eric Botcazou4-4/+41
2016-10-10* config-lang.in (lang_requires_boot_languages): Delete.Eric Botcazou2-4/+4
2016-10-09rs6000.h (TARGET_EFFICIENT_OVERLAPPING_UNALIGNED): Add macro to say we can ef...Aaron Sawdey3-4/+33
2016-10-10Daily bump.GCC Administrator1-1/+1
2016-10-09* gen-pass-instances.awk: Remove GNUism.Eric Botcazou2-8/+11
2016-10-09ipa-prop.c (ipcp_transform_function): Set fields m_vr and bits to NULL of (*i...Prathamesh Kulkarni2-0/+8
2016-10-09pa.h (BIGGEST_ALIGNMENT): Adjust comment.John David Anglin2-1/+18
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek73-392/+460
2016-10-09re PR tree-optimization/77901 (ICE in tree-sse-reassoc,c:2881)Jakub Jelinek4-1/+28
2016-10-09ipa-cp.c (ipcp_alignment_lattice): Remove.Prathamesh Kulkarni12-488/+131
2016-10-08* cp-gimplify.c (cp_fold): Add variable name.Jason Merrill2-1/+3
2016-10-09Daily bump.GCC Administrator1-1/+1
2016-10-08Delay folding of bool conversion into COND_EXPR.Jason Merrill4-15/+21
2016-10-08sparc.h (FIXED_REGISTERS): Add %icc.Eric Botcazou3-10/+14
2016-10-08diagnostic-core.h (warning_at_rich_loc_n): Declare.Prathamesh Kulkarni3-7/+48
2016-10-08utils.c (convert): Add missing break.Eric Botcazou6-34/+46
2016-10-08Further P0135 refinement.Jason Merrill9-59/+110
2016-10-08gen-pass-instances.awk: Rewritten.Jakub Jelinek1-0/+31
2016-10-08gen-pass-instances.awk: Rewritten.Jakub Jelinek6-81/+219
2016-10-08invoke.texi: Document accepting Else, fallthrough.Jakub Jelinek4-3/+19
2016-10-08invoke.texi (-Wimplicit-fallthrough): Document FALLTHRU comment style changes.Jakub Jelinek4-5/+120
2016-10-08c-lex.c (c_lex_with_flags): For CPP_COMMENT token with PREV_FALLTHROUGH...Jakub Jelinek7-7/+178
2016-10-08Daily bump.GCC Administrator1-1/+1
2016-10-07aarch64-arches.def (AARCH64_ARCH): #undef at the end.Andrew Pinski12-17/+31
2016-10-07Fix ICE due to map typespecs with different sized charlens being copied.Fritz Reese4-0/+82
2016-10-07re PR c++/64433 (Segmentation fault while compiling)Nathan Sidwell9-12/+193
2016-10-07Implement LWG2296 helper intrinsic c-family/Jakub Jelinek17-13/+244
2016-10-07rs6000-c.c (rs6000_cpu_cpp_builtins): Split -mfloat128 into -mfloat128-type t...Michael Meissner12-94/+355
2016-10-07re PR fortran/77406 (ICE in generic_correspondence, at fortran/interface.c:1123)Steven G. Kargl18-50/+122
2016-10-07re PR c++/77700 (suspicios code in cp/parser.c)Bernd Edlinger6-1/+30
2016-10-07[simplify-rtx] Zero-initialise local array in simplify_immed_subregKyrylo Tkachov2-3/+6
2016-10-07tree-ssa-propagate.c (replace_phi_args_in): Remove no longer required hack.Richard Biener7-38/+69
2016-10-07gimplify.c (should_warn_for_implicit_fallthrough): Check for FALLTHROUGH_LABE...Marek Polacek4-1/+37
2016-10-07re PR c++/69733 (-Wignored-qualifiers points to wrong const)Bernd Schmidt8-5/+131
2016-10-07re PR tree-optimization/77880 (out of memory building recent LLVM on ppc64le ...Bernd Schmidt2-1/+7
2016-10-07re PR c++/77803 (Bogus implicit-fallthrough warning)Marek Polacek4-0/+45
2016-10-07bitmap.h: Document constraints on bitmap modification while iterating over it.Richard Biener2-0/+17
2016-10-07bitmap.c (bitmap_elem_to_freelist): Set indx to -1.Richard Biener5-46/+94