aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Require wi::to_wide for treesRichard Sandiford1-2/+2
2017-09-13tree-cfg.c (verify_gimple_assign_binary): Add verification for WIDEN_SUM_EXPR...Richard Biener1-2/+88
2017-09-05Learn CFG cleanup to transform single case switches to gcond.Martin Liska1-0/+24
2017-08-30[65/77] Add a SCALAR_TYPE_MODE macroRichard Sandiford1-1/+1
2017-08-30[34/77] Add a SCALAR_INT_TYPE_MODE macroRichard Sandiford1-1/+1
2017-08-22tree-cfg.c (gimple_split_edge): Avoid reallocating target PHI nodes.Richard Biener1-1/+2
2017-08-10re PR c/81687 (Compiler drops label in OpenMP region)Jakub Jelinek1-1/+24
2017-07-28re PR middle-end/81502 (In some cases the data is moved to memory unnecessari...Richard Biener1-1/+4
2017-07-27re PR middle-end/81564 (ICE in group_case_labels_stmt())Peter Bergner1-2/+3
2017-07-14Remove Java references in source code.Martin Liska1-2/+0
2017-07-03* tree-cfg.c (gimple_find_sub_bbs): Fix profile updating.Jan Hubicka1-3/+8
2017-07-03tree-cfgcleanup.c (want_merge_blocks_p): New function.Jan Hubicka1-1/+1
2017-07-02dumpfile.c: Include profile-count.hJan Hubicka1-5/+18
2017-07-01cfgrtl.c (rtl_flow_call_edges_add): Update profile.Jan Hubicka1-2/+4
2017-06-30tree-cfg.c (group_case_labels_stmt): Merge scanning and compressing loops.Peter Bergner1-22/+17
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-6/+4
2017-06-29tree-cfg.c (group_case_labels_stmt): Return whether we changed anything.Richard Biener1-13/+19
2017-06-19tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take struct function ...Richard Biener1-1/+1
2017-06-13Implement no_sanitize function attributeMartin Liska1-2/+27
2017-06-06re PR bootstrap/80978 (LTO/PGO bootstrap broken by r248863)Jan Hubicka1-1/+3
2017-06-06predict.c (tree_estimate_probability_bb): Add LOCAL_ONLY.Jan Hubicka1-0/+17
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-32/+38
2017-05-26Simplify usage of some TDF_* flags.Martin Liska1-9/+2
2017-05-24re PR middle-end/80823 (ICE: verify_flow_info failed)Peter Bergner1-1/+0
2017-05-17re PR middle-end/80775 (-O3 produces ice in group_case_labels_stmt)Peter Bergner1-11/+16
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-5/+5
2017-05-16Add default value for last argument of dump functions.Martin Liska1-8/+8
2017-05-14use auto_bitmap moreTrevor Saunders1-6/+1
2017-05-12re PR middle-end/80707 (r247844 causes error: extra outgoing edge)Peter Bergner1-0/+4
2017-05-10tree-cfg.c (gimple_seq_unreachable_p): New function.Peter Bergner1-19/+31
2017-02-01re PR tree-optimization/79315 (ICE while building SPEC CPU 2006 FP with -Ofas...Richard Biener1-4/+5
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-14Split omp-low into multiple filesMartin Jambor1-3/+4
2016-11-29tree-cfg.c (lower_phi_internal_fn): Do not look for further PHIs after a regu...Richard Biener1-10/+17
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal1-2/+59
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-15/+11
2016-09-26ipa-inline-analysis.c (find_foldable_builtin_expect): Use gimple_call_interna...Marek Polacek1-4/+1
2016-09-15Iterator to visit SSAKugan Vivekanandarajah1-3/+5
2016-08-17gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p instead of testi...Jakub Jelinek1-2/+2
2016-08-16re PR target/71910 (ICE on valid OpenMP code)Jakub Jelinek1-9/+16
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-1/+1
2016-07-14gimple.h (stmt_can_terminate_bb_p): New function.Jan Hubicka1-6/+18
2016-07-11Support running the selftests under valgrindDavid Malcolm1-0/+6
2016-06-13Fix CASE_CHAIN typosThomas Schwinge1-1/+1
2016-06-06Selftest frameworkDavid Malcolm1-0/+278
2016-05-30tree-cfg.c (print_loop): Print likely upper bounds.Jan Hubicka1-0/+5
2016-05-24tree-cfg.h (should_remove_lhs_p): New predicate.Marek Polacek1-4/+2
2016-05-20re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ...Richard Guenther1-0/+47
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener1-7/+2
2016-04-28Verify that context of local DECLs is the current functionMartin Jambor1-3/+25