aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-01remove many typedefsTrevor Saunders1-8/+8
2015-09-20switch from gimple to gimple*Trevor Saunders1-37/+37
2015-09-17Split up optabs.[hc]Richard Sandiford1-1/+1
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-2/+6
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-6/+2
2015-08-05re PR tree-optimization/67121 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener1-2/+17
2015-08-03tree-if-conv.c: Fix various typos in comments.Abe Skolnik1-7/+7
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-10tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Use ifcvt_could_trap_p ...Richard Biener1-22/+14
2015-07-10re PR tree-optimization/66823 (-ftree-loop-if-convert-stores miscompiles gfor...Richard Biener1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-3/+1
2015-06-25tree-hash-traits.h: New file.Richard Sandiford1-20/+3
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-20/+4
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-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-29re PR tree-optimization/66142 (Loop is not vectorized because not sufficient ...Jakub Jelinek1-1/+2
2015-05-20expr.c (expand_cond_expr_using_cmove): Use COMPARISON_CLASS_P.Marek Polacek1-1/+1
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-1/+1
2015-01-29re PR tree-optimization/64746 (Loop with nested load/stores is not vectorized...Yuri Rumyantsev1-21/+75
2015-01-15tree-if-conv.c: Include hash-map.h.Yuri Rumyantsev1-132/+657
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-12-10real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.Marc Glisse1-1/+1
2014-12-01re PR tree-optimization/63941 (ICE on valid code at -O3 and above on x86_64-l...Yuri Rumyantsev1-2/+4
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-7/+8
2014-11-10tree-if-conv.c (add_to_predicate_list): Check unconditionally that bb is alwa...Yuri Rumyantsev1-8/+29
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-07-08re PR tree-optimization/61576 (wrong code at -O3 on x86_64-linux-gnu)Yuri Rumyantsev1-1/+7
2014-06-18re PR tree-optimization/61518 (wrong code (by tree vectorizer) at -O3 on x86_...Yuri Rumyantsev1-0/+14
2014-06-05re PR other/61391 (ICE in execute_one_pass at -O3 and above)Yuri Rumyantsev1-0/+3
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+1
2014-05-01tree-if-conv.c (is_cond_scalar_reduction): New function.Yuri Rumyantsev1-4/+149
2014-04-17pass cfun to pass::executeTrevor Saunders1-28/+28
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-12/+10
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-04-14cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou1-5/+5
2014-02-04re PR tree-optimization/60023 (ICE: verify_gimple failed: dead STMT in EH tab...Jakub Jelinek1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek1-113/+303
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-29re PR middle-end/59208 (ice in initialize_flags_in_bb)Richard Biener1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5