summaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen2012-09-271-7/+7
* function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor2012-09-201-3/+0
* Integrate lexical block into source_location.Dehao Chen2012-09-191-73/+31
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher2012-08-171-20/+30
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-1/+1
* tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher2012-08-131-2/+1
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-1/+26
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Michael Matz2012-08-031-7/+17
* Revert "PR 34548"Richard Henderson2012-08-021-1/+0
* cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck2012-08-021-1/+1
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-7/+0
* re PR middle-end/34548 (GCC generates too many alignment adds for alloca)Richard Henderson2012-08-011-0/+1
* tree-dfa.c (collect_dfa_stats): Simplify.Richard Guenther2012-07-201-4/+3
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-3/+0
* Add VEC_WIDEN_MULT_EVEN/ODD_EXPRRichard Henderson2012-07-101-1/+3
* Add MULT_HIGHPART_EXPRRichard Henderson2012-06-271-1/+5
* re PR middle-end/38474 (compile time explosion in dataflow_set_preserve_mem_l...Michael Matz2012-06-151-68/+0
* integrate.c: Remove.Steven Bosscher2012-05-291-1/+0
* rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2012-05-051-4/+7
* basic-block.h (struct rtl_bb_info, [...]): Move in front of basic_block_def.Michael Matz2012-05-031-1/+2
* tree.c (valid_constant_size_p): New function.Richard Guenther2012-05-021-1/+2
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-2/+2
* Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.Richard Guenther2012-04-121-1/+5
* loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther2012-03-281-0/+9
* Makefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRATE_H) dependencies.Richard Guenther2012-03-211-0/+19
* tree-pass.h (pass_rtl_eh): Remove.Richard Guenther2012-03-201-2/+14
* tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther2012-03-161-3/+16
* cfgexpand.c (gimple_expand_cfg): Free dominator info.Richard Guenther2012-03-051-0/+2
* re PR tree-optimization/46590 (long compile time with -O2 and many loops)Michael Matz2012-01-261-25/+9
* rtl.texi (MEM_IN_STRUCT_P, [...]): Delete.Richard Sandiford2012-01-241-2/+1
* re PR tree-optimization/46590 (long compile time with -O2 and many loops)Michael Matz2012-01-191-9/+25
* cfgexpand.c (convert_debug_memory_address): Allow any valid pointer type, not...DJ Delorie2012-01-121-3/+1
* Delete VEC_EXTRACT_EVEN/ODD_EXPR.Richard Henderson2011-12-231-2/+0
* Delete VEC_INTERLEAVE_*_EXPR.Jakub Jelinek2011-12-231-2/+0
* Revert two unintended commitsRichard Henderson2011-12-131-0/+2
* Delete VEC_INTERLEAVE_*_EXPR.Richard Henderson2011-12-131-2/+0
* life -> live; one favourite typo of mine.Michael Matz2011-12-131-4/+4
* re PR tree-optimization/51117 (rev.181172 causes glibc build failure)Jakub Jelinek2011-12-131-24/+26
* cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th...Richard Guenther2011-12-051-1/+0
* re PR debug/50317 (missing DW_OP_GNU_implicit_pointer)Jakub Jelinek2011-12-031-2/+4
* re PR debug/50317 (missing DW_OP_GNU_implicit_pointer)Jakub Jelinek2011-12-011-0/+6
* gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz2011-11-081-22/+184
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+42
* re PR middle-end/50754 (ICE in expand_debug_expr, at cfgexpand.c:3341)Jakub Jelinek2011-10-191-1/+4
* md.texi (vec_widen_ushiftl_hi, [...]): Document.Ira Rosen2011-10-181-0/+2
* tree-ssa-alias.h (struct pt_solution): Remove vars_contains_restrict member.Richard Guenther2011-10-181-1/+1
* re PR middle-end/50527 (inconsistent vla align)Tom de Vries2011-10-071-1/+2
* cfgexpand.c (add_stack_var): Assert that the alignment is not zero.Eric Botcazou2011-09-031-0/+2
* cfgexpand.c (expand_one_register_var): Use get_pointer_alignment.Michael Matz2011-08-231-1/+26
* re PR debug/48220 (DW_OP_GNU_entry_value/DW_TAG_GNU_call_site_parameter vs re...Eric Botcazou2011-07-151-57/+63