summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/60291 (slow compile times for any mode (-O0/-O1/-O2) on larg...Richard Biener2014-02-211-1/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm2013-12-091-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-9/+9
* Eliminate last_basic_block macro.David Malcolm2013-12-091-5/+5
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+5
* Add minimal line tables at -g1.Cary Coutant2013-11-211-4/+4
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-7/+7
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-2/+6
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-0/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* tree-ssa-live.c (var_map_base_init): Handle SSA names with DECL_IGNORED_P bas...Richard Biener2013-09-261-2/+5
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* gimple.h (gimple_can_coalesce_p): Prototype.Jeff Law2013-06-141-2/+6
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-6/+28
* re PR c++/34949 (Dead code in empty destructors.)Jakub Jelinek2013-04-021-4/+12
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-0/+37
* tree-cfg.c (verify_expr_no_block): New function.Richard Biener2013-03-211-14/+0
* tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener2013-03-211-2/+2
* tree-call-cdce.c (tree_call_cdce): Do not remove unused locals.Richard Biener2013-02-201-1/+4
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-4/+4
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-4/+4
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-1/+1
* re PR lto/54811 (tree code '�' is not supported in LTO streams)Richard Guenther2012-10-051-0/+5
* tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen2012-09-271-2/+3
* tree-ssa-live.c (clear_unused_block_pointer): Use explicitit (void) for funct...Dehao Chen2012-09-261-2/+2
* re PR lto/54632 (not supported in LTO streams : tree code '�F ��D�� `)Richard Guenther2012-09-241-5/+10
* Integrate lexical block into source_location.Dehao Chen2012-09-191-3/+50
* tree-ssa-live.c (dump_var_map): Do not dump the partition map of virtual oper...Steven Bosscher2012-08-241-1/+2
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher2012-08-171-31/+28
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-3/+3
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-9/+23
* tree-dfa.c (set_ssa_default_def): Clear the SSA_NAME_DEFAULT_DEF bit of the o...Richard Guenther2012-08-071-0/+7
* tree-into-ssa.c (rewrite_stmt): Remove clobbers for variables we rewrite into...Richard Guenther2012-08-071-3/+0
* tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther2012-08-031-1/+1
* tree-ssa-live.c (set_is_used): Return a bool.Michael Matz2012-08-021-54/+26
* tree-flow.h (set_default_def): Rename to ...Richard Guenther2012-08-021-1/+1
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-11/+1
* tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz2012-08-011-53/+51
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-91/+2
* revert: tree.h (phi_arg_d): New field.Dehao Chen2012-07-161-4/+0
* tree.h (phi_arg_d): New field.Dehao Chen2012-07-101-0/+4
* tree-ssa-live.c (remove_unused_scope_block_p): Remove again DECL_IGNORED_P no...Eric Botcazou2012-06-221-5/+2
* expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp.Michael Matz2012-05-291-0/+3
* re PR bootstrap/53466 (Bootstrap failure)Richard Guenther2012-05-241-4/+17