aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
AgeCommit message (Expand)Author
2014-02-04re PR tree-optimization/60023 (ICE: verify_gimple failed: dead STMT in EH tab...Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-20merge auto_vec and stack_vecTrevor Saunders
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-11-29re PR middle-end/59208 (ice in initialize_flags_in_bb)Richard Biener
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-22add auto_vecTrevor Saunders
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-14gimplify-be.h: New file.Andrew MacLeod
2013-11-13gimple-walk.h: New File.Andrew Macleod
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-11-07gimplify.c (gimple_regimplify_operands): Do not set SSA_NAME_DEF_STMT.Aldy Hernandez
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-16Introduce -ftree-loop-vectorize optionXinliang David Li
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek
2013-08-27re PR tree-optimization/57521 (wrong code for expressions in loop at -O3)Richard Biener
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai
2012-09-03re PR tree-optimization/53395 (The LAPACK functions i(d|s)amax are more than ...Andrew Pinski
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther
2012-08-03tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther
2012-08-01graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther
2012-07-17dumpfile.h (TDF_COMMENT): New define.Steven Bosscher
2012-07-16system.h (dump_file): Do not define.Steven Bosscher
2012-04-24tree-if-conv.c (main_tree_if_conversion): Move bb under ENABLE_CHECKING.Richard Biener
2012-04-23re PR tree-optimization/53070 (ICE: in execute_cse_reciprocals, at tree-ssa-m...Richard Guenther
2012-04-16re PR tree-optimization/52975 (Ofast produces not optimized code for vectoriz...Richard Guenther
2012-04-13re PR tree-optimization/52969 (ICE in in get_expr_operands, at tree-ssa-opera...Richard Guenther
2012-03-13Fix sgi typosRainer Orth
2012-03-05cfgexpand.c (gimple_expand_cfg): Free dominator info.Richard Guenther
2012-02-24tree-if-conv (predicate_scalar_phi): Commentary typo fix.Bernhard Reutner-Fischer
2011-09-07re PR tree-optimization/50319 (if-conversion produces unvectorizable conditions)Richard Guenther
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li
2011-05-12re PR tree-optimization/48975 (ICE in execute_cse_reciprocals() with -fno-tre...Jakub Jelinek
2011-04-20re PR c/47892 (Fails to vectorize comparison code, if-conversion fails)Richard Guenther
2011-04-03tree-if-conv.c (memrefs_read_or_written_unconditionally): Strip all non-varia...Richard Guenther
2011-02-23re PR tree-optimization/47849 (ICE: SIGSEGV in find_edge (cfganal.c:491) with...Richard Guenther
2011-01-25Fix PR47271: only if-convert full writes.Sebastian Pop
2010-12-23Fix PR47002: memory leaks.Sebastian Pop