summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
Commit message (Expand)AuthorAgeFilesLines
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-40/+30
* re PR tree-optimization/54619 (GCC aborts during compilation with '-O2 -mips16')Tom de Vries2012-11-151-3/+28
* re PR debug/54693 (VTA guality issues with loops)Alexandre Oliva2012-11-041-1/+105
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-3/+3
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-1/+1
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-19/+17
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-1/+1
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-4/+4
* re PR c/53968 (integer undefined behaviors in GCC)Jakub Jelinek2012-08-131-3/+3
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-0/+4
* tree.h (SSA_VAR_P): Simplify.Richard Guenther2012-08-091-1/+1
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-1/+0
* expmed.h (alg_hash, [...]): Delete macro definitions and re-purpose as inline...Nathan Froyd2012-07-271-12/+12
* tree-ssa-loop-ivopts.c (mbc_entry_hash): Remove.Bill Schmidt2012-07-261-291/+15
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-3/+0
* tree-pass.h (pass_strength_reduction): New decl.Bill Schmidt2012-06-261-2/+2
* double-int.c (double_int_multiple_of): New function.Bill Schmidt2012-06-221-42/+213
* cfgloop.h: Do not include rtl.h.Steven Bosscher2012-06-171-1/+1
* output.h (merge_weak, [...]): Move protos from here...Steven Bosscher2012-06-041-1/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-2/+2
* tree-ssa-loop-ivopts.c (add_autoinc_candidates, [...]): Replace use of HAVE_{...Ramana Radhakrishnan2012-05-091-8/+20
* builtins.c (get_object_alignment_1): Return whether we can determine the alig...Martin Jambor2012-05-031-4/+1
* * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Bail out at NULL tree refs.Jan Hubicka2012-04-231-1/+2
* cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.Richard Guenther2012-04-121-2/+2
* coverage.c (get_gcov_type): Use type_for_mode.Richard Guenther2012-03-071-15/+13
* re PR tree-optimization/50955 (IVopts incorrectly rewrite the address of a gl...Richard Guenther2012-02-061-1/+5
* tree.h (copy_ref_info): Expose existing function.Bill Schmidt2011-10-111-58/+0
* re PR bootstrap/50218 (tree-ssa-loop-ivopts.c triggers -Werror=maybe-uninitia...Mikael Pettersson2011-08-281-1/+1
* tree-ssa-loop-ivopts.c (struct cost_pair): Add comp field.Zdenek Dvorak2011-08-261-51/+320
* tree.h (tree_int_cst_msb): Remove.Richard Guenther2011-08-181-20/+0
* rtl.h (set_src_cost, [...]): New functions.Richard Sandiford2011-08-181-2/+2
* tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther2011-08-171-1/+1
* tree.h (get_pointer_alignment): Remove max-align argument.Richard Guenther2011-08-101-1/+1
* re PR middle-end/43513 (The stack pointer is adjusted twice)Tom de Vries2011-07-311-1/+2
* tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther2011-07-191-3/+1
* re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak2011-06-141-1/+1
* re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries2011-05-221-1/+1
* re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries2011-05-201-0/+59
* re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries2011-05-191-17/+68
* re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries2011-05-191-0/+5
* re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries2011-05-181-0/+2
* re PR middle-end/45098 (Missed induction variable optimization)Tom de Vries2011-05-181-1/+1
* remove useless if-before-free testsJim Meyering2011-04-201-4/+2
* except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor2011-04-111-1/+1
* re PR tree-optimization/47086 (ICE: verify_flow_info failed: BB 3 can not thr...Jeff Law2011-01-111-1/+7
* re PR debug/46150 (-fcompare-debug failure (length) with -fPIC -O2)Jakub Jelinek2010-11-111-1/+2
* Fix PR/46200Xinliang David Li2010-11-031-2/+19
* re PR bootstrap/45611 (SIGBUS in generate_option_input_file on Solaris 2/SPARC)Richard Guenther2010-09-131-2/+2
* re PR tree-optimization/45578 (The polyhedron test mdbx is miscompiled with -...Richard Guenther2010-09-081-11/+38
* tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther2010-09-061-5/+0