aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-tail-merge.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-01remove many typedefsTrevor Saunders1-52/+48
2015-09-30re PR tree-optimization/67690 (wrong code with -O2 on x86_64/Linux)Marek Polacek1-0/+4
2015-09-20switch from gimple to gimple*Trevor Saunders1-14/+14
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-15/+5
2015-06-25cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.Richard Sandiford1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+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-4/+0
2015-05-18Fix whitespace in tree-ssa-tail-merge.cTom de Vries1-7/+6
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-1/+1
2015-04-18remove need for store_values_directlyTrevor Saunders1-7/+7
2015-03-11re PR tree-optimization/65388 (Wrong comparison in same_succ_def::equal() tre...Marek Polacek1-1/+1
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-06Fix typo in struct same_succ_def commentTom de Vries1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-10real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.Marc Glisse1-2/+1
2014-11-27re PR middle-end/64088 (ICE: in fold_abs_const, at fold-const.c:15550)Richard Biener1-10/+5
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-16/+16
2014-11-19Fix tail-merge pass for dead type-unsafe codeTom de Vries1-2/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-3/+8
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-10-09re PR tree-optimization/63380 (Wrong constant folding)Richard Biener1-3/+3
2014-08-01Convert tree-ssa-tail-merge to inchashAndi Kleen1-12/+10
2014-07-31re PR tree-optimization/61964 (krb5 database propagation enters infinite loop...Richard Biener1-11/+3
2014-07-25Add an abstract incremental hash data typeAndi Kleen1-0/+1
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-7/+8
2014-06-07tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a call state...Eric Botcazou1-6/+15
2014-06-06cfgexpand.c (expand_gimple_cond): Remove check for current_loops.Richard Biener1-12/+1
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-13/+13
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+6
2013-11-21tree-ssa-tail-merge.c (stmt_local_def): Return false if the statement could t...Eric Botcazou1-0/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-3/+3
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-0/+1
2013-11-14Handle GIMPLE_ASSIGNs with different vuse in gimple_equal_pTom de Vries1-2/+11
2013-11-14Factor out gimple_operand_equal_value_p from gimple_equal_pTom de Vries1-7/+21
2013-11-14Add is_tm_endingTom de Vries1-15/+6
2013-11-14Simplify code in gimple_equal_pTom de Vries1-6/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-29re PR ipa/58862 (LTO profiledbootstrap failure: lto1: ICE in edge_badness, at...Teresa Johnson1-5/+11
2013-10-23Add missing check in stmt_local_def for tail-merge.Tom de Vries1-1/+2
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+6
2013-10-18tree-ssa-tail-merge.c (replace_block_by): Update edge weights during merging.Teresa Johnson1-0/+14
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1