sem_aux.adb, [...] (Get_Low_Bound): Use Type_Low_Bound.
[gcc.git] / gcc / tree-ssa-loop-ivopts.c
2015-05-20 Bin Chengre PR tree-optimization/65447 (AArch64: iv-opt causes...
2015-05-19 Mikhail MaltsevUse std::swap instead of explicit swaps
2015-04-30 David MalcolmFix spurious semicolons
2015-04-18 Trevor Saundersremove need for store_values_directly
2015-02-13 Bin Chengre PR tree-optimization/64705 (Bad code generation...
2015-02-09 Richard Bienerre PR tree-optimization/54000 (Performance breakdown...
2015-02-06 Eric Botcazoure PR target/62631 (gcc.dg/tree-ssa/ivopts-lt-2.c FAILs)
2015-02-04 Eric Botcazou* tree-ssa-loop-ivopts.c (get_address_cost): Use right...
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-18 Bin Chengre PR middle-end/62178 ([AArch64] Performance regressio...
2014-11-20 Markus TrippelsdorfPR63426 Fix various signed integer overflows
2014-11-19 David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-21 Zhenqiang Chencfgloopanal.c (seq_cost): Delete.
2014-08-28 David MalcolmNEXT_INSN and PREV_INSN take a const rtx_insn
2014-08-28 Bin Chengtree-ssa-loop-ivopts.c (iv_ca_add_use): Delete paramete...
2014-08-15 Bin Chengtree-ssa-loop-ivopts.c (ivopts_data): New field name_ex...
2014-08-07 Zhenqiang Chentree-ssa-loop-ivopts.c (get_address_cost): Try aligned...
2014-08-06 Richard Bienerre PR bootstrap/61320 (ICE in jcf-parse.c:1622 (parse_c...
2014-08-02 Trevor Saundersconvert many uses of pointer_map to hash_map
2014-07-24 Martin LiskaIPA C++ refactoring 1/N
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-06-02 Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-13 Bin Chengtree-ssa-loop-ivopts.c (contain_complex_addr_expr)...
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-04-07 Richard Bienerre PR tree-optimization/60766 (Wrong optimization with...
2014-01-13 Eric Botcazoubuiltins.c (get_object_alignment_2): Minor tweak.
2014-01-11 Bin Chengtree-ssa-loop-ivopts.c (iv_ca_narrow): New parameter.
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-13 Bin Chengre PR tree-optimization/58296 (ivopts is unable to...
2013-12-11 Bin Chengrevert: re PR tree-optimization/41488 (IVOpts cannot...
2013-12-10 Oleg Endocgraph.h (cgraph_node_set_iterator, [...]): Remove...
2013-12-10 Bin Chengre PR tree-optimization/41488 (IVOpts cannot coalesce...
2013-11-27 Bernd Edlinger2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
2013-11-26 Bernd EdlingerRemove parameter keep_aligning from get_inner_reference.
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-20 Kenneth Zadeckcuintp.c (UI_From_gnu): Use tree_to_shwi.
2013-11-19 David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19 Richard Bienercfgloop.h (struct loop_iterator): C++-ify, add construc...
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-19 Bin Chengtree-ssa-loop-ivopts.c (enum ainc_type): New.
2013-11-18 Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-18 Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
2013-11-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-13 Andrew Macleodgimple-walk.h: New File.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-12 Bin Chengtree-ssa-loop-ivopts.c (force_expr_to_var_cost): Refact...
2013-11-07 Bin Chengtree-ssa-loop-ivopts.c (get_shiftadd_cost): Check equal...
2013-11-07 Bin Chengtree-ssa-loop-ivopts.c (alloc_iv): Lower address expres...
2013-10-28 Bin Chengtree-ssa-loop-ivopts.c (strip_offset_1): Change paramet...
2013-10-24 Igor Shevlyakovtree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p...
2013-10-23 Andrew MacLeodtree-ssa-loop.h: Remove include files.
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-18 Andrew MacLeodtree-ssa.h: Don't include gimple-low.h...
2013-10-09 Andrew MacLeodtree-flow.h: Move some protoypes.
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-09-02 Bin Chengtree-ssa-loop-ivopts.c (set_autoinc_for_original_candid...
2013-04-26 Lawrence CrowlThis patch is the main part of a consolodation of the...
2013-04-11 Richard Bienerre PR tree-optimization/56878 (Issue with candidate...
2013-02-20 Richard Bienertree-ssa-loop-ivopts.c (alloc_use_cost_map): Use bitmap...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-12 Zdenek Dvorakre PR middle-end/55481 (-O2 generates a wrong-code...
2012-12-11 Eric Botcazoutree-ssa-loop-ivopts.c (prepare_decl_rtl): Generate...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-15 Tom de Vriesre PR tree-optimization/54619 (GCC aborts during compil...
2012-11-04 Alexandre Olivare PR debug/54693 (VTA guality issues with loops)
2012-11-01 Lawrence CrowlThis patch normalizes more bitmap function names.
2012-10-30 Lawrence CrowlThis patch implements the unification of the *bitmap...
2012-09-07 Lawrence CrowlModify gcc/*.[hc] double_int call sites to use the...
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-08-14 Richard Guenthercfgexpand.c (expand_used_vars): Use virtual_operand_p.
2012-08-13 Jakub Jelinekre PR c/53968 (integer undefined behaviors in GCC)
2012-08-10 Richard Guenthertree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIE...
2012-08-09 Richard Guenthertree.h (SSA_VAR_P): Simplify.
2012-08-02 Richard Guenthertree-dfa.c (referenced_var_lookup): Remove.
2012-07-27 Nathan Froydexpmed.h (alg_hash, [...]): Delete macro definitions...
2012-07-26 Bill Schmidttree-ssa-loop-ivopts.c (mbc_entry_hash): Remove.
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-06-26 Bill Schmidttree-pass.h (pass_strength_reduction): New decl.
2012-06-22 Bill Schmidtdouble-int.c (double_int_multiple_of): New function.
2012-06-17 Steven Bosschercfgloop.h: Do not include rtl.h.
2012-06-04 Steven Bosscheroutput.h (merge_weak, [...]): Move protos from here...
2012-05-29 Joseph MyersLANGUAGES: Fix typos.
2012-05-09 Ramana Radhakrishnantree-ssa-loop-ivopts.c (add_autoinc_candidates, [....
2012-05-03 Martin Jamborbuiltins.c (get_object_alignment_1): Return whether...
2012-04-23 Jan Hubicka* tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p...
2012-04-12 Richard Guenthercfgloop.h (estimated_loop_iterations_int): Ditch 'conse...
2012-03-07 Richard Guenthercoverage.c (get_gcov_type): Use type_for_mode.
2012-02-06 Richard Guentherre PR tree-optimization/50955 (IVopts incorrectly rewri...
2011-10-11 Bill Schmidttree.h (copy_ref_info): Expose existing function.
2011-08-28 Mikael Petterssonre PR bootstrap/50218 (tree-ssa-loop-ivopts.c triggers...
2011-08-26 Zdenek Dvoraktree-ssa-loop-ivopts.c (struct cost_pair): Add comp...
2011-08-18 Richard Guenthertree.h (tree_int_cst_msb): Remove.
2011-08-18 Richard Sandifordrtl.h (set_src_cost, [...]): New functions.
2011-08-17 Richard Guenthertree.h (convert_to_ptrofftype_loc): New function.
next