aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-27tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen1-7/+7
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-3/+0
2012-09-19Integrate lexical block into source_location.Dehao Chen1-73/+31
2012-08-17re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher1-20/+30
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-1/+1
2012-08-13tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher1-2/+1
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-1/+26
2012-08-03re PR middle-end/54146 (Very slow compile with attribute((flatten)))Michael Matz1-7/+17
2012-08-02Revert "PR 34548"Richard Henderson1-1/+0
2012-08-02cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck1-1/+1
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-7/+0
2012-08-01re PR middle-end/34548 (GCC generates too many alignment adds for alloca)Richard Henderson1-0/+1
2012-07-20tree-dfa.c (collect_dfa_stats): Simplify.Richard Guenther1-4/+3
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-07-10Add VEC_WIDEN_MULT_EVEN/ODD_EXPRRichard Henderson1-1/+3
2012-06-27Add MULT_HIGHPART_EXPRRichard Henderson1-1/+5
2012-06-15re PR middle-end/38474 (compile time explosion in dataflow_set_preserve_mem_l...Michael Matz1-68/+0
2012-05-29integrate.c: Remove.Steven Bosscher1-1/+0
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-4/+7
2012-05-03basic-block.h (struct rtl_bb_info, [...]): Move in front of basic_block_def.Michael Matz1-1/+2
2012-05-02tree.c (valid_constant_size_p): New function.Richard Guenther1-1/+2
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-2/+2
2012-04-12Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.Richard Guenther1-1/+5
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-0/+9
2012-03-21Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies.Richard Guenther1-0/+19
2012-03-20tree-pass.h (pass_rtl_eh): Remove.Richard Guenther1-2/+14
2012-03-16tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther1-3/+16
2012-03-05cfgexpand.c (gimple_expand_cfg): Free dominator info.Richard Guenther1-0/+2
2012-01-26re PR tree-optimization/46590 (long compile time with -O2 and many loops)Michael Matz1-25/+9
2012-01-24rtl.texi (MEM_IN_STRUCT_P, [...]): Delete.Richard Sandiford1-2/+1
2012-01-19re PR tree-optimization/46590 (long compile time with -O2 and many loops)Michael Matz1-9/+25
2012-01-12cfgexpand.c (convert_debug_memory_address): Allow any valid pointer type, not...DJ Delorie1-3/+1
2011-12-23Delete VEC_EXTRACT_EVEN/ODD_EXPR.Richard Henderson1-2/+0
2011-12-23Delete VEC_INTERLEAVE_*_EXPR.Jakub Jelinek1-2/+0
2011-12-13Revert two unintended commitsRichard Henderson1-0/+2
2011-12-13Delete VEC_INTERLEAVE_*_EXPR.Richard Henderson1-2/+0
2011-12-13life -> live; one favourite typo of mine.Michael Matz1-4/+4
2011-12-13re PR tree-optimization/51117 (rev.181172 causes glibc build failure)Jakub Jelinek1-24/+26
2011-12-05cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th...Richard Guenther1-1/+0
2011-12-03re PR debug/50317 (missing DW_OP_GNU_implicit_pointer)Jakub Jelinek1-2/+4
2011-12-01re PR debug/50317 (missing DW_OP_GNU_implicit_pointer)Jakub Jelinek1-0/+6
2011-11-08gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz1-22/+184
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+42
2011-10-19re PR middle-end/50754 (ICE in expand_debug_expr, at cfgexpand.c:3341)Jakub Jelinek1-1/+4
2011-10-18md.texi (vec_widen_ushiftl_hi, [...]): Document.Ira Rosen1-0/+2
2011-10-18tree-ssa-alias.h (struct pt_solution): Remove vars_contains_restrict member.Richard Guenther1-1/+1
2011-10-07re PR middle-end/50527 (inconsistent vla align)Tom de Vries1-1/+2
2011-09-03cfgexpand.c (add_stack_var): Assert that the alignment is not zero.Eric Botcazou1-0/+2
2011-08-23cfgexpand.c (expand_one_register_var): Use get_pointer_alignment.Michael Matz1-1/+26
2011-07-15re PR debug/48220 (DW_OP_GNU_entry_value/DW_TAG_GNU_call_site_parameter vs re...Eric Botcazou1-57/+63