aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-low.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-4/+2
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-1/+1
2007-09-01c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi1-1/+3
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-3/+3
2007-08-01tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak1-0/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-12re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor1-0/+1
2007-02-19function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle1-4/+6
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-11/+6
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-17/+17
2006-09-29builtins.c (expand_builtin_setjmp): Delete.Eric Botcazou1-7/+184
2006-04-13re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson1-9/+6
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+4
2006-02-08passes.c (register_one_dump_file): Accept the current properties instead of p...Paolo Bonzini1-1/+1
2006-01-25re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo1-3/+0
2006-01-19tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo1-2/+58
2006-01-18[multiple changes]Diego Novillo1-7/+1
2006-01-05tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther1-77/+0
2005-12-02tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther1-3/+3
2005-08-18re PR c++/20624 (wrong "control reaches end of non-void function" warning)Andrew Pinski1-0/+3
2005-06-30function.h (struct function): Add saved blocks/unexpanded var list.Jan Hubicka1-2/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-03-08gimple-low.c (lower_stmt_body): Make it static.Kazu Hirata1-1/+1
2005-02-09re PR middle-end/19583 (Incorrect diagnostic: control may reach end of non-vo...Ian Lance Taylor1-9/+10
2005-01-28re PR middle-end/16558 (bogus missing-return warning)Ian Lance Taylor1-1/+9
2005-01-27re PR middle-end/19583 (Incorrect diagnostic: control may reach end of non-vo...Ian Lance Taylor1-0/+50
2005-01-26gimple-low.c (block_may_fallthru): Correct handling of SWITCH_EXPR--may fall ...Ian Lance Taylor1-1/+1
2005-01-21re PR tree-optimization/13000 ([unit-at-a-time] Using -O2 cannot detect missi...Ian Lance Taylor1-1/+7
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-06Fix PR middle-end/19286 Fix PR debug/19267Daniel Berlin1-32/+2
2005-01-04Fix PR debug/17924 Fix PR debug/19191Daniel Berlin1-0/+84
2004-09-09gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-11/+9
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-2/+4
2004-07-21gimple-low.c (expand_var_p): Don't look at TREE_ADDRESSABLE...Richard Henderson1-22/+22
2004-07-16builtins.c (std_expand_builtin_va_arg): Remove.Richard Henderson1-1/+0
2004-07-16tree-flow.h (struct var_ann_d): Remove has_hidden_use.Richard Henderson1-1/+0
2004-07-01gimple-low.c (lower_function_body): Don't reset_block_changes here.Richard Henderson1-2/+0
2004-07-01function.h (struct function): Remove dont_emit_block_notes.Richard Henderson1-2/+0
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-1/+5
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-2/+0
2004-06-18re PR c++/16036 (Spurious "may be used uninitialized in this function" warning)Richard Henderson1-17/+26
2004-06-08gimple-low.c (struct lower_data): Replace the_return_label and one_return_stm...Richard Henderson1-16/+46
2004-06-07gimple-low.c (struct lower_data): Add the_return_label and one_return_stmt.Richard Henderson1-3/+38
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+472