Age | Commit message (Expand) | Author | Files | Lines |
2014-01-13 | builtins.c (get_object_alignment_2): Minor tweak. | Eric Botcazou | 1 | -33/+13 |
2014-01-11 | tree-ssa-loop-ivopts.c (iv_ca_narrow): New parameter. | Bin Cheng | 1 | -18/+27 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-13 | re PR tree-optimization/58296 (ivopts is unable to handle some loops altered ... | Bin Cheng | 1 | -6/+21 |
2013-12-11 | revert: re PR tree-optimization/41488 (IVOpts cannot coalesce multiple induct... | Bin Cheng | 1 | -13/+5 |
2013-12-10 | cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef. | Oleg Endo | 1 | -2/+2 |
2013-12-10 | re PR tree-optimization/41488 (IVOpts cannot coalesce multiple induction vari... | Bin Cheng | 1 | -5/+13 |
2013-11-27 | 2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de> | Bernd Edlinger | 1 | -2/+2 |
2013-11-26 | Remove parameter keep_aligning from get_inner_reference. | Bernd Edlinger | 1 | -2/+2 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -3/+7 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -2/+2 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -1/+1 |
2013-11-19 | cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and... | Richard Biener | 1 | -2/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-19 | tree-ssa-loop-ivopts.c (enum ainc_type): New. | Bin Cheng | 1 | -12/+52 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+2 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-11-12 | tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Refactor the code. | Bin Cheng | 1 | -18/+23 |
2013-11-07 | tree-ssa-loop-ivopts.c (get_shiftadd_cost): Check equality using operand_equa... | Bin Cheng | 1 | -2/+6 |
2013-11-07 | tree-ssa-loop-ivopts.c (alloc_iv): Lower address expressions. | Bin Cheng | 1 | -1/+20 |
2013-10-28 | tree-ssa-loop-ivopts.c (strip_offset_1): Change parameter type. | Bin Cheng | 1 | -15/+31 |
2013-10-24 | tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p ): Check both [reg+mu... | Igor Shevlyakov | 1 | -4/+7 |
2013-10-23 | tree-ssa-loop.h: Remove include files. | Andrew MacLeod | 1 | -0/+3 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -0/+9 |
2013-10-18 | tree-ssa.h: Don't include gimple-low.h... | Andrew MacLeod | 1 | -0/+1 |
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 |