aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-coalesce.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-14gimple.h (gimple_can_coalesce_p): Prototype.Jeff Law1-10/+40
2013-04-23This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl1-83/+47
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-18re PR other/54324 (GCC install document does not list minimum required g++ ve...Aldy Hernandez1-1/+1
2012-11-19re PR middle-end/54630 (GCC 4.8 --enable-languages=c build fails: Undefined s...Jakub Jelinek1-2/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-15/+15
2012-10-25Change hash_table to support a comparator type different from the value type ...Lawrence Crowl1-4/+5
2012-09-07bitmap.c (bitmap_last_set_bit): Rewrite to return the correct bit.Steven Bosscher1-2/+2
2012-08-22tree-ssa-coalesce.c (struct ssa_conflicts_d): Make contents of this a VEC and...Steven Bosscher1-47/+45
2012-08-17hash-table.h (class hash_table): Use a descriptor template argument instead o...Richard Guenther1-9/+14
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-15/+13
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-1/+1
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-45/+19
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-1/+1
2012-08-01tree-flow-inline.h (referenced_var): Remove.Richard Guenther1-40/+0
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2011-12-15re PR debug/51517 (Wrong debug information for pointers with negative strides.)Jakub Jelinek1-2/+2
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-10/+6
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-5/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+1
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-01-04tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate a new entry only ...Richard Guenther1-8/+9
2009-11-25Remove trailing white spaces.H.J. Lu1-57/+57
2009-09-26re PR lto/40758 ([LTO] ICE in partition_view_bitmap, at tree-ssa-live.c:331)Michael Matz1-1/+4
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+5
2009-05-02tree-ssa-coalesce.c (coalesce_cost): Do not take ciritical parameter; update ...Jan Hubicka1-11/+32
2009-04-26Expand from SSA.Michael Matz1-30/+5
2009-04-26tree-ssa-copyrename.c (rename_ssa_copies): Don't iterate beyond num_ssa_names.Michael Matz1-1/+1
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-6/+3
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-2/+2
2009-02-09re PR middle-end/38981 (internal compiler error)Eric Botcazou1-7/+6
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-9/+5
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-44/+58
2008-07-20cgraph.c (cgraph_add_new_function): Do early local passes.Jan Hubicka1-0/+50
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-2/+2
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+3
2008-06-02predict.c (maybe_hot_frequency_p): Break out of...Jan Hubicka1-1/+1
2007-08-31tree-ssa-coalesce.c (compare_pairs): Use the elements as secondary keys in or...Nick Clifton1-2/+16
2007-08-01re PR tree-optimization/32919 (SSA corruption because of abnormal edges and PRE)Daniel Jacobowitz1-0/+20
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-5/+7
2007-06-21re PR tree-optimization/31866 (ICE with tree check error: expected ssa_name, ...Jakub Jelinek1-2/+2
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-2/+2
2007-05-26i386.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-03-08tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): RemoveMartin Michlmayr1-1/+1
2007-02-16tree-flow-inline.h (single_imm_use_p): Remove.Richard Guenther1-1/+1