aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-10tree-ssa-threadupdate.c (mark_threaded_blocks): Truncate jump threading paths...Jeff Law1-40/+44
2013-11-08tree-ssa-threadupdate.h (delete_thread_path): Declare.Jeff Law1-30/+21
2013-10-23tree-ssa-threadedge.c (thread_across_edge): Do not allow threading through jo...Jeff Law1-51/+68
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+3
2013-10-21tree-ssa-threadedge.c (thread_through_normal_block): New argument VISITED.Jeff Law1-10/+20
2013-10-18tree-ssa-threadupdate.c: Do not include "tm.h" or "tm_p.h".Jeff Law1-2/+9
2013-10-11re PR tree-optimization/58640 (wrong code (segfaults) at -O3 on x86_64-linux-...Jeff Law1-0/+62
2013-10-01tree-ssa-threadupdate.c (struct redirection_data): Delete outgoing_edge and i...Jeff Law1-23/+38
2013-10-01tree-ssa-threadedge.c (thread_across_edge): Make path a pointer to a vec.Jeff Law1-106/+125
2013-09-30tree-ssa-threadupdate.c (ssa_fix_duplicate_block_edges): Update redirected ou...Teresa Johnson1-14/+11