aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfgcleanup.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-14tree-cfgcleanup.c (cleanup_control_expr_graph): Remove first_p paramter and h...Richard Biener1-34/+55
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-1/+0
2017-10-10tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Avoid compacting blocks if SCEV ...Richard Biener1-1/+5
2017-09-05Learn CFG cleanup to transform single case switches to gcond.Martin Liska1-0/+49
2017-07-03tree-cfgcleanup.c (want_merge_blocks_p): New function.Jan Hubicka1-2/+15
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-2/+0
2017-06-29tree-cfg.c (group_case_labels_stmt): Return whether we changed anything.Richard Biener1-1/+2
2017-06-19re PR tree-optimization/81118 (ice in remove_redundant_iv_tests)Richard Biener1-1/+6
2017-06-19tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take struct function ...Richard Biener1-1/+1
2017-05-02re PR tree-optimization/80549 (wrong code at -O2 and -O3 in both 32-bit and 6...Richard Biener1-0/+63
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-23re PR tree-optimization/78482 (wrong code at -O3 in both 32-bit and 64-bit mo...Richard Biener1-0/+14
2016-11-17re PR c++/78383 (label as values ICE with C++ lambda)Richard Biener1-0/+2
2016-10-06re PR tree-optimization/71661 (wrong code at -O3)Jeff Law1-0/+5
2016-08-17re PR middle-end/77259 (ICE in emit_move_insn since r232167)Jakub Jelinek1-2/+7
2016-08-09re PR tree-optimization/71802 (gcc ICE at -O3 on valid code on x86_64-linux-g...Richard Biener1-14/+15
2016-08-05tree-cfgcleanup.c (tree_forwarder_block_p): Use bb_loop_header_p.Richard Biener1-1/+1
2016-05-24tree-cfg.h (should_remove_lhs_p): New predicate.Marek Polacek1-2/+1
2016-01-08PR c++/68983 (BE)Jason Merrill1-2/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-16re PR middle-end/68870 (ICE on valid code at -O1, -O2 and -O3 on x86_64-linux...Richard Biener1-14/+26
2015-12-15re PR debug/66688 (compare debug failure building Linux kernel on ppc64le)Jakub Jelinek1-5/+15
2015-12-02re PR tree-optimization/68625 (Segmentation fault in useless_type_conversion_p)Richard Biener1-4/+21
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-16/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+8
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-9/+3
2015-10-14re PR tree-optimization/67915 (ICE on valid code at -O2 and -O3 on x86_64-lin...Richard Biener1-9/+14
2015-09-20switch from gimple to gimple*Trevor Saunders1-9/+9
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-01gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.Eric Botcazou1-2/+4
2015-03-31re PR c++/65626 (ICE in fixup_noreturn_call called by tree-ssa-forwprop.c:2492)Richard Biener1-5/+14
2015-03-13re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-2/+12
2015-03-13re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-35/+9
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-22/+22
2014-11-06* tree-cfgcleanup.c (fixup_noreturn_call): Do not perform DCE here.Eric Botcazou1-34/+12
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-4/+9
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-09-17re PR debug/63284 (-fcompare-debug issue due to redirection to __builtin_unre...Jakub Jelinek1-1/+14
2014-08-20re PR lto/60449 (Merging function DECLs discards leaf attribute which causes ...Martin Jambor1-23/+38
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-6/+4
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1