aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-01revert: re PR middle-end/66314 (ice in verify_loop_structure)Richard Biener1-17/+7
2015-05-29re PR middle-end/66314 (ice in verify_loop_structure)Richard Biener1-7/+17
2015-05-26tree-ssa-threadupdate.c: Replace 8 space sequences with tabs.Jeff Law1-146/+146
2015-05-20tree-ssa-threadupdate.c (mark_threaded_blocks): Properly dispose of the jump ...Jeff Law1-3/+12
2015-05-19tree-ssa-threadupdate.c (thread_single_edge): Use delete_jump_thread instead ...Jeff Law1-3/+2
2015-04-20re PR tree-optimization/65658 (Jump threading too pessimistic when optimizing...Jeff Law1-2/+1
2015-04-20re PR tree-optimization/65658 (Jump threading too pessimistic when optimizing...Jeff Law1-1/+3
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+6
2015-03-25diamonds are not valid execution threads for jump threadingSebastian Pop1-26/+67
2015-02-26improve FSM jump thread dumpSebastian Pop1-0/+3
2015-02-26re PR middle-end/65048 (ICE in add_phi_args_after_copy_edge, at tree-cfg.c)Sebastian Pop1-6/+34
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-15re PR tree-optimization/64284 (ICE: Segmentation fault)Richard Biener1-5/+4
2014-12-06extend jump thread for finite state automataJames Greenhalgh1-1/+202
2014-11-27re PR middle-end/64083 (ICE: in fix_loop_structure, at loop-init.c:252 compil...Richard Biener1-9/+1
2014-11-19PR jit/63854: Fix leak of paths within jump threadingDavid Malcolm1-0/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-11/+11
2014-11-10[PATCH] Partially fix PR61529, bound basic block frequencyRenlin Li1-0/+5
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-2/+6
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+7
2014-10-15re PR bootstrap/63432 (profiledbootstrap failure with bootstrap-lto)Teresa Johnson1-13/+15
2014-10-09re PR bootstrap/63432 (profiledbootstrap failure with bootstrap-lto)Teresa Johnson1-14/+70
2014-10-03tree-ssa-threadupdate.c (freqs_to_counts_path): Scale frequencies up when syn...Teresa Johnson1-3/+13
2014-10-02re PR middle-end/63422 (ICE in freqs_to_counts_path, at tree-ssa-threadupdate...Teresa Johnson1-8/+2
2014-09-30Redesign jump threading profile updates to avoid introducing insanities.Teresa Johnson1-29/+604
2014-09-05cfgloop.c (mark_loop_for_removal): New function.Richard Biener1-8/+2
2014-06-26re PR tree-optimization/61607 (DOM missed jump threading and destroyed loops)Richard Biener1-27/+8
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-7/+9
2014-06-06cfgexpand.c (expand_gimple_cond): Remove check for current_loops.Richard Biener1-3/+0
2014-05-05re PR tree-optimization/60363 (logical_op_short_circuit, gcc.dg/tree-ssa/ssa-...Bin Cheng1-14/+79
2014-01-22re PR tree-optimization/59597 (Performance degradation on Coremark after r205...Jeff Law1-39/+86
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-11re PR rtl-optimization/59446 (loop2_doloop creates constant comparison and de...Jeff Law1-34/+22
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-4/+4
2013-12-02re PR tree-optimization/59322 (ICE with segfault on valid code at -O1, -O2, a...Jeff Law1-20/+15
2013-11-27tree-ssa-threadupdate.c (thread_through_all_blocks): Do not clobber the loop ...Jeff Law1-7/+14
2013-11-25tree-ssa-threadupdate.c (thread_through_all_blocks): Selectively invalidate l...Jeff Law1-29/+9
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+5
2013-11-22tree-ssa-threadupdate.c: Include tree-cfg.h and tree-pass.hJeff Law1-38/+110
2013-11-19tree-ssa-threadedge.c (thread_across_edge): After threading through a joiner...Jeff Law1-27/+46
2013-11-19tree-ssa-threadupdate.c: Fix trailing whitespace.Jeff Law1-8/+8
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-18tree-ssa-threadupdate.c: Include ssa-iterators.hJeff Law1-30/+112
2013-11-18tree-ssa-threadupdate.c (thread_through_loop_header): Do not thread through a...Jeff Law1-1/+12
2013-11-18tree-ssa-threadupdate.c (redirection_data): Record two duplicated blocks inst...Jeff Law1-36/+74
2013-11-18tree-ssa-threadupdate.c: Fix file block comment.Jeff Law1-13/+10