aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-22add auto_vecTrevor Saunders1-1/+0
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-07gimplify.c (gimple_regimplify_operands): Do not set SSA_NAME_DEF_STMT.Aldy Hernandez1-1/+0
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-2/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+7
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-16Introduce -ftree-loop-vectorize optionXinliang David Li1-2/+2
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-1/+6
2013-08-27re PR tree-optimization/57521 (wrong code for expressions in loop at -O3)Richard Biener1-62/+26
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+35
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-22/+22
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-09-03re PR tree-optimization/53395 (The LAPACK functions i(d|s)amax are more than ...Andrew Pinski1-3/+62
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-2/+2
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-18/+3
2012-08-03tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther1-2/+2
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-1/+0
2012-08-01graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther1-1/+1
2012-07-17dumpfile.h (TDF_COMMENT): New define.Steven Bosscher1-2/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-04-24tree-if-conv.c (main_tree_if_conversion): Move bb under ENABLE_CHECKING.Richard Biener1-3/+5
2012-04-23re PR tree-optimization/53070 (ICE: in execute_cse_reciprocals, at tree-ssa-m...Richard Guenther1-1/+7
2012-04-16re PR tree-optimization/52975 (Ofast produces not optimized code for vectoriz...Richard Guenther1-5/+3
2012-04-13re PR tree-optimization/52969 (ICE in in get_expr_operands, at tree-ssa-opera...Richard Guenther1-0/+17
2012-03-13Fix sgi typosRainer Orth1-2/+2
2012-03-05cfgexpand.c (gimple_expand_cfg): Free dominator info.Richard Guenther1-0/+3
2012-02-24tree-if-conv (predicate_scalar_phi): Commentary typo fix.Bernhard Reutner-Fischer1-1/+1
2011-09-07re PR tree-optimization/50319 (if-conversion produces unvectorizable conditions)Richard Guenther1-31/+27
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2011-05-12re PR tree-optimization/48975 (ICE in execute_cse_reciprocals() with -fno-tre...Jakub Jelinek1-1/+5
2011-04-20re PR c/47892 (Fails to vectorize comparison code, if-conversion fails)Richard Guenther1-0/+16
2011-04-03tree-if-conv.c (memrefs_read_or_written_unconditionally): Strip all non-varia...Richard Guenther1-16/+33
2011-02-23re PR tree-optimization/47849 (ICE: SIGSEGV in find_edge (cfganal.c:491) with...Richard Guenther1-0/+2
2011-01-25Fix PR47271: only if-convert full writes.Sebastian Pop1-0/+23
2010-12-23Fix PR47002: memory leaks.Sebastian Pop1-2/+6
2010-11-10Fix PR45971: do not predicate condition phi nodes that are scev analyzable.Sebastian Pop1-3/+7