aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-31* check.c (gfc_check_num_images): Fix a pasto.Jakub Jelinek2-1/+5
2017-07-31Learn GIMPLE pretty printer to produce nicer dump output.Martin Liska5-29/+22
2017-07-31Do UBSAN sanitization just when current_function_decl != NULL_TREE (PR saniti...Martin Liska16-6/+62
2017-07-31re PR sanitizer/81604 (Ubsan type reporting can be bogus in some cases)Jakub Jelinek4-6/+48
2017-07-31re PR tree-optimization/81603 (Various compiler UB on very large constant off...Jakub Jelinek2-5/+22
2017-07-31Remove a Java-specific hunk.Martin Liska2-8/+7
2017-07-31Daily bump.GCC Administrator1-1/+1
2017-07-30i386: Update INCOMING_FRAME_SP_OFFSET for exception handlerH.J. Lu8-36/+88
2017-07-30i386.h (ASM_PRINTF_EXTENSIONS): New macro.Uros Bizjak3-24/+35
2017-07-30c-format.c (asm_fprintf_char_table): Add 'z' to format_chars.Uros Bizjak2-0/+5
2017-07-30Daily bump.GCC Administrator1-1/+1
2017-07-29c-ada-spec.c (dump_generic_ada_node): Take into account signedness for enumer...Eric Botcazou4-2/+30
2017-07-29debug.h (struct gcc_debug_hooks): Add IMPLICIT argument to imported_module_or...Jakub Jelinek17-26/+148
2017-07-29use c++ for fold_buildN_locTrevor Saunders3-19/+23
2017-07-29use c++ for gimple_build_debug_bind{,_source}Trevor Saunders3-8/+11
2017-07-29use c++ for bitmap_initializeTrevor Saunders3-4/+9
2017-07-29simplify the bitmap alloc_stat functions with c++Trevor Saunders5-13/+19
2017-07-29replace shallow_copy_rtx_stat with c++Trevor Saunders3-3/+7
2017-07-29replace rtx_alloc_stat with c++Trevor Saunders5-5/+11
2017-07-29use c++ for build_tree_list{,_vec}_statTrevor Saunders3-7/+12
2017-07-29use C++ for {make,build}_vector_statTrevor Saunders3-6/+11
2017-07-29remove unused build_var_debug_value prototypeTrevor Saunders2-4/+4
2017-07-29use c++ for tree_cons_statTrevor Saunders3-3/+7
2017-07-29use c++ instead of build_vl_exp_statTrevor Saunders3-3/+7
2017-07-29use c++ instead of build_decl_statTrevor Saunders3-4/+8
2017-07-29replace gimple_alloc_stat with c++Trevor Saunders3-4/+9
2017-07-29use c++ instead of {make,grow}_tree_vec_statTrevor Saunders3-6/+13
2017-07-29use c++ instead of buildN_stat{,_loc}Trevor Saunders4-49/+53
2017-07-29use c++ for make_int_cst_statTrevor Saunders3-4/+8
2017-07-29use cxx instead of make_tree_binfo_statTrevor Saunders3-3/+8
2017-07-29use c++ instead of _stat for copy_node_statTrevor Saunders5-6/+17
2017-07-29use c++ instead of make_node_statTrevor Saunders3-10/+22
2017-07-29Daily bump.GCC Administrator1-1/+1
2017-07-28ppc-auxv.h (PPC_FEATURE2_DARN): New define.Peter Bergner5-1/+17
2017-07-28compiler: add backend type conversionIan Lance Taylor2-2/+5
2017-07-28configure.ac (target-libffi): Don't disable for AIX.Tony Reix3-14/+9
2017-07-28* xcoff.c: Don't leak a file descriptor if an archive is malformed.Tony Reix2-4/+9
2017-07-28compiler: track placeholder pointer types for conversionIan Lance Taylor3-5/+15
2017-07-28compiler: use a single temporary for calls with multiple resultsIan Lance Taylor3-135/+60
2017-07-282017-07-28 Tamar Christina <tamar.christina@arm.com>Tamar Christina5-6/+102
2017-07-28pr80815-3.c: Require vect_perm.Bin Cheng2-1/+5
2017-07-28Fix pid_t printingRainer Orth2-1/+6
2017-07-28dbl_mov_immediate_1.c: New.Tamar Christina6-9/+217
2017-07-28aarch64.md (mov<mode>): Generalize.Tamar Christina4-26/+82
2017-07-282017-07-28 Tamar Christina <tamar.christina@arm.com>Tamar Christina5-46/+207
2017-07-28tree-predcom.c: (struct chain): Handle store-store chain in which stores for ...Bin Cheng2-6/+135
2017-07-28tree-predcom.c: Revise general description of the pass.Bin Cheng14-46/+1206
2017-07-28tree-predcom.c (initialize_root): Delete.Bin Cheng2-21/+16
2017-07-28tree-predcom.c (ref_at_iteration): Add parameter NITERS.Bin Cheng2-11/+30
2017-07-28tree-predcom.c (struct chain): New field init_seq.Bin Cheng2-1/+33