Age | Commit message (Expand) | Author | Files | Lines |
2013-10-09 | tree-flow.h: Move some protoypes. | Andrew MacLeod | 1 | -27/+0 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -1/+1 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-02 | tree-ssa-loop-ivopts.c (set_autoinc_for_original_candidates): Find auto-incre... | Bin Cheng | 1 | -8/+22 |
2013-04-26 | This patch is the main part of a consolodation of the hash_table patches to t... | Lawrence Crowl | 1 | -32/+33 |
2013-04-11 | re PR tree-optimization/56878 (Issue with candidate choice in vect_gen_niters... | Richard Biener | 1 | -0/+48 |
2013-02-20 | tree-ssa-loop-ivopts.c (alloc_use_cost_map): Use bitmap_count_bits and ceil_l... | Richard Biener | 1 | -10/+7 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-12-12 | re PR middle-end/55481 (-O2 generates a wrong-code infinite loop in C++Benchm... | Zdenek Dvorak | 1 | -32/+10 |
2012-12-11 | tree-ssa-loop-ivopts.c (prepare_decl_rtl): Generate RTL only for a DECL which... | Eric Botcazou | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -40/+30 |
2012-11-15 | re PR tree-optimization/54619 (GCC aborts during compilation with '-O2 -mips16') | Tom de Vries | 1 | -3/+28 |
2012-11-04 | re PR debug/54693 (VTA guality issues with loops) | Alexandre Oliva | 1 | -1/+105 |
2012-11-01 | This patch normalizes more bitmap function names. | Lawrence Crowl | 1 | -3/+3 |
2012-10-30 | This patch implements the unification of the *bitmap interfaces as discussed. | Lawrence Crowl | 1 | -1/+1 |
2012-09-07 | Modify gcc/*.[hc] double_int call sites to use the new interface. | Lawrence Crowl | 1 | -19/+17 |
2012-08-14 | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 1 | -1/+1 |
2012-08-14 | cfgexpand.c (expand_used_vars): Use virtual_operand_p. | Richard Guenther | 1 | -4/+4 |
2012-08-13 | re PR c/53968 (integer undefined behaviors in GCC) | Jakub Jelinek | 1 | -3/+3 |
2012-08-10 | tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ... | Richard Guenther | 1 | -0/+4 |
2012-08-09 | tree.h (SSA_VAR_P): Simplify. | Richard Guenther | 1 | -1/+1 |
2012-08-02 | tree-dfa.c (referenced_var_lookup): Remove. | Richard Guenther | 1 | -1/+0 |
2012-07-27 | expmed.h (alg_hash, [...]): Delete macro definitions and re-purpose as inline... | Nathan Froyd | 1 | -12/+12 |
2012-07-26 | tree-ssa-loop-ivopts.c (mbc_entry_hash): Remove. | Bill Schmidt | 1 | -291/+15 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -3/+0 |
2012-06-26 | tree-pass.h (pass_strength_reduction): New decl. | Bill Schmidt | 1 | -2/+2 |
2012-06-22 | double-int.c (double_int_multiple_of): New function. | Bill Schmidt | 1 | -42/+213 |
2012-06-17 | cfgloop.h: Do not include rtl.h. | Steven Bosscher | 1 | -1/+1 |
2012-06-04 | output.h (merge_weak, [...]): Move protos from here... | Steven Bosscher | 1 | -1/+0 |
2012-05-29 | LANGUAGES: Fix typos. | Joseph Myers | 1 | -2/+2 |
2012-05-09 | tree-ssa-loop-ivopts.c (add_autoinc_candidates, [...]): Replace use of HAVE_{... | Ramana Radhakrishnan | 1 | -8/+20 |
2012-05-03 | builtins.c (get_object_alignment_1): Return whether we can determine the alig... | Martin Jambor | 1 | -4/+1 |
2012-04-23 | * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Bail out at NULL tree refs. | Jan Hubicka | 1 | -1/+2 |
2012-04-12 | cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter. | Richard Guenther | 1 | -2/+2 |
2012-03-07 | coverage.c (get_gcov_type): Use type_for_mode. | Richard Guenther | 1 | -15/+13 |
2012-02-06 | re PR tree-optimization/50955 (IVopts incorrectly rewrite the address of a gl... | Richard Guenther | 1 | -1/+5 |
2011-10-11 | tree.h (copy_ref_info): Expose existing function. | Bill Schmidt | 1 | -58/+0 |
2011-08-28 | re PR bootstrap/50218 (tree-ssa-loop-ivopts.c triggers -Werror=maybe-uninitia... | Mikael Pettersson | 1 | -1/+1 |
2011-08-26 | tree-ssa-loop-ivopts.c (struct cost_pair): Add comp field. | Zdenek Dvorak | 1 | -51/+320 |
2011-08-18 | tree.h (tree_int_cst_msb): Remove. | Richard Guenther | 1 | -20/+0 |
2011-08-18 | rtl.h (set_src_cost, [...]): New functions. | Richard Sandiford | 1 | -2/+2 |
2011-08-17 | tree.h (convert_to_ptrofftype_loc): New function. | Richard Guenther | 1 | -1/+1 |
2011-08-10 | tree.h (get_pointer_alignment): Remove max-align argument. | Richard Guenther | 1 | -1/+1 |
2011-07-31 | re PR middle-end/43513 (The stack pointer is adjusted twice) | Tom de Vries | 1 | -1/+2 |
2011-07-19 | tree.h (fold_build_pointer_plus_loc): New helper function. | Richard Guenther | 1 | -3/+1 |
2011-06-14 | re PR middle-end/45098 (Missed induction variable optimization) | Zdenek Dvorak | 1 | -1/+1 |
2011-05-22 | re PR middle-end/45098 (Missed induction variable optimization) | Tom de Vries | 1 | -1/+1 |
2011-05-20 | re PR middle-end/45098 (Missed induction variable optimization) | Tom de Vries | 1 | -0/+59 |
2011-05-19 | re PR middle-end/45098 (Missed induction variable optimization) | Tom de Vries | 1 | -17/+68 |
2011-05-19 | re PR middle-end/45098 (Missed induction variable optimization) | Tom de Vries | 1 | -0/+5 |