summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
Commit message (Expand)AuthorAgeFilesLines
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-2/+6
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+7
* re PR bootstrap/63432 (profiledbootstrap failure with bootstrap-lto)Teresa Johnson2014-10-151-13/+15
* re PR bootstrap/63432 (profiledbootstrap failure with bootstrap-lto)Teresa Johnson2014-10-091-14/+70
* tree-ssa-threadupdate.c (freqs_to_counts_path): Scale frequencies up when syn...Teresa Johnson2014-10-031-3/+13
* re PR middle-end/63422 (ICE in freqs_to_counts_path, at tree-ssa-threadupdate...Teresa Johnson2014-10-021-8/+2
* Redesign jump threading profile updates to avoid introducing insanities.Teresa Johnson2014-09-301-29/+604
* cfgloop.c (mark_loop_for_removal): New function.Richard Biener2014-09-051-8/+2
* re PR tree-optimization/61607 (DOM missed jump threading and destroyed loops)Richard Biener2014-06-261-27/+8
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-7/+9
* cfgexpand.c (expand_gimple_cond): Remove check for current_loops.Richard Biener2014-06-061-3/+0
* re PR tree-optimization/60363 (logical_op_short_circuit, gcc.dg/tree-ssa/ssa-...Bin Cheng2014-05-051-14/+79
* re PR tree-optimization/59597 (Performance degradation on Coremark after r205...Jeff Law2014-01-221-39/+86
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR rtl-optimization/59446 (loop2_doloop creates constant comparison and de...Jeff Law2013-12-111-34/+22
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-4/+4
* re PR tree-optimization/59322 (ICE with segfault on valid code at -O1, -O2, a...Jeff Law2013-12-021-20/+15
* tree-ssa-threadupdate.c (thread_through_all_blocks): Do not clobber the loop ...Jeff Law2013-11-271-7/+14
* tree-ssa-threadupdate.c (thread_through_all_blocks): Selectively invalidate l...Jeff Law2013-11-251-29/+9
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+5
* tree-ssa-threadupdate.c: Include tree-cfg.h and tree-pass.hJeff Law2013-11-221-38/+110
* tree-ssa-threadedge.c (thread_across_edge): After threading through a joiner...Jeff Law2013-11-191-27/+46
* tree-ssa-threadupdate.c: Fix trailing whitespace.Jeff Law2013-11-191-8/+8
* cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener2013-11-191-2/+1
* tree-ssa-threadupdate.c: Include ssa-iterators.hJeff Law2013-11-181-30/+112
* tree-ssa-threadupdate.c (thread_through_loop_header): Do not thread through a...Jeff Law2013-11-181-1/+12
* tree-ssa-threadupdate.c (redirection_data): Record two duplicated blocks inst...Jeff Law2013-11-181-36/+74
* tree-ssa-threadupdate.c: Fix file block comment.Jeff Law2013-11-181-13/+10
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* tree-ssa-threadupdate.c (mark_threaded_blocks): Truncate jump threading paths...Jeff Law2013-11-101-40/+44
* tree-ssa-threadupdate.h (delete_thread_path): Declare.Jeff Law2013-11-081-30/+21
* tree-ssa-threadedge.c (thread_across_edge): Do not allow threading through jo...Jeff Law2013-10-231-51/+68
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-0/+3
* tree-ssa-threadedge.c (thread_through_normal_block): New argument VISITED.Jeff Law2013-10-211-10/+20
* tree-ssa-threadupdate.c: Do not include "tm.h" or "tm_p.h".Jeff Law2013-10-181-2/+9
* re PR tree-optimization/58640 (wrong code (segfaults) at -O3 on x86_64-linux-...Jeff Law2013-10-111-0/+62
* tree-ssa-threadupdate.c (struct redirection_data): Delete outgoing_edge and i...Jeff Law2013-10-011-23/+38
* tree-ssa-threadedge.c (thread_across_edge): Make path a pointer to a vec.Jeff Law2013-10-011-106/+125
* tree-ssa-threadupdate.c (ssa_fix_duplicate_block_edges): Update redirected ou...Teresa Johnson2013-09-301-14/+11
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-3/+3
* tree-flow.h (thread_through_all_blocks): Prototype moved into tree-ssa-thread...Jeff Law2013-09-251-32/+70
* tree-ssa-threadedge.c (thread_across_edge): Use foo.last () rather than foo[f...Jeff Law2013-09-251-1/+1
* pr58387.c: New test.Jeff Law2013-09-171-0/+62
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* re PR tree-optimization/58380 (ice in fold_comparison)Jeff Law2013-09-101-2/+4
* re PR tree-optimization/58343 (ICE in dfs_enumerate_from, at cfganal.c:1036)Jeff Law2013-09-101-6/+28
* tree-ssa-threadedge.c (thread_across_edge): Record entire path when not threa...Jeff Law2013-09-031-7/+16
* tree-ssa-threadedge.c (thread_around_empty_block): Remove checks for the numb...Jeff Law2013-08-281-5/+44
* Fix typo.Jeff Law2013-08-211-0/+1