summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-im.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h (copy_mem_ref_info): Delete.Eric Botcazou2012-10-011-15/+8
* statistics.h (CXX_MEM_STAT_INFO): New define.Richard Guenther2012-09-181-3/+3
* re PR middle-end/54149 (write introduction incorrect wrt the C11 memory model)Aldy Hernandez2012-09-111-3/+8
* tree-ssa-loop-im.c (tree_ssa_lim_finalize): Properly free the affine expansio...Richard Guenther2012-08-211-1/+1
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher2012-08-171-23/+14
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther2012-08-161-5/+7
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-2/+2
* tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther2012-08-101-15/+9
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-3/+0
* tree-flow.h (make_rename_temp): Remove.Richard Guenther2012-08-021-2/+2
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-4/+1
* tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther2012-08-011-3/+21
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-3/+0
* revert: tree.h (phi_arg_d): New field.Dehao Chen2012-07-161-1/+1
* tree.h (phi_arg_d): New field.Dehao Chen2012-07-101-1/+1
* tree-ssa-loop-im.c (execute_sm): Do not check flag_tm.Aldy Hernandez2012-06-011-1/+1
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* re PR tree-optimization/52558 (write introduction incorrect wrt the C++11 mem...Aldy Hernandez2012-05-311-12/+209
* coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz2012-05-021-1/+1
* re PR middle-end/51752 (trans-mem: publication safety violated)Aldy Hernandez2012-02-281-1/+24
* re PR tree-optimization/50904 (pessimization when -fno-protect-parens is enab...Richard Guenther2011-12-051-202/+79
* tree-ssa-loop-im.c (stmt_cost): Add WIDEN_*, FMA_EXPR and rotates to the set ...Richard Guenther2011-10-201-0/+8
* expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...Richard Guenther2011-09-011-5/+3
* Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.Richard Guenther2011-08-231-28/+1
* re PR tree-optimization/49712 (internal compiler error: in gen_lsm_tmp_name, ...Jakub Jelinek2011-07-121-0/+1
* tree-ssa-loop-im.c (SET_ALWAYS_EXECUTED_IN): New macro.Eric Botcazou2011-05-141-6/+5
* re PR tree-optimization/47737 (wrong code with -funswitch-loops -fno-tree-dom...Richard Guenther2011-02-181-13/+20
* re PR tree-optimization/47559 (ICE: verify_stmts failed: statement marked for...Richard Guenther2011-02-011-0/+4
* re PR tree-optimization/46864 (ICE: verify_stmts failed: statement marked for...Jakub Jelinek2010-12-101-1/+1
* * tree-ssa-loop-im.c (rewrite_reciprocal): Use build_one_cst.Nathan Froyd2010-10-311-13/+1
* tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther2010-09-061-2/+0
* tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther2010-09-031-0/+4
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-11/+11
* tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther2010-07-051-2/+0
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-4/+10
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-2/+1
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-3/+0
* re PR tree-optimization/43934 (LIM should handle PHI nodes)Richard Guenther2010-05-061-8/+250
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-2/+2
* re PR tree-optimization/43560 (possible wrong code bug)Richard Guenther2010-03-291-5/+34
* tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.Richard Guenther2010-01-151-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-12/+12
* re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva2009-10-121-6/+14
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+2
* domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini2009-06-271-2/+2
* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record TMR_ORIGINAL.Richard Guenther2009-05-211-0/+4
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-8/+7
* re PR tree-optimization/36891 (ICE with vector division and -ffast-math and LIM)Andrew Pinski2008-09-281-1/+17
* tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily2008-08-181-2/+1