summaryrefslogtreecommitdiff
path: root/gcc/gimple-low.c
Commit message (Expand)AuthorAgeFilesLines
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-6/+10
* tree-pretty-print.c: Include predict.h.Jan Hubicka2008-03-181-0/+1
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-5/+1
* 2007-09-23 Razya LadelskyRazya Ladelsky2007-10-291-0/+2
* Add target hook invoked when cfun changes.Sandra Loosemore2007-09-051-4/+2
* system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi2007-09-031-1/+1
* c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi2007-09-011-1/+3
* alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi2007-08-141-3/+3
* tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak2007-08-011-0/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor2007-06-121-0/+1
* function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle2007-02-191-4/+6
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-11/+6
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-17/+17
* builtins.c (expand_builtin_setjmp): Delete.Eric Botcazou2006-09-291-7/+184
* re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson2006-04-131-9/+6
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-2/+4
* passes.c (register_one_dump_file): Accept the current properties instead of p...Paolo Bonzini2006-02-081-1/+1
* re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo2006-01-251-3/+0
* tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo2006-01-191-2/+58
* [multiple changes]Diego Novillo2006-01-181-7/+1
* tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther2006-01-051-77/+0
* tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther2005-12-021-3/+3
* re PR c++/20624 (wrong "control reaches end of non-void function" warning)Andrew Pinski2005-08-181-0/+3
* function.h (struct function): Add saved blocks/unexpanded var list.Jan Hubicka2005-06-301-2/+4
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* gimple-low.c (lower_stmt_body): Make it static.Kazu Hirata2005-03-081-1/+1
* re PR middle-end/19583 (Incorrect diagnostic: control may reach end of non-vo...Ian Lance Taylor2005-02-091-9/+10
* re PR middle-end/16558 (bogus missing-return warning)Ian Lance Taylor2005-01-281-1/+9
* re PR middle-end/19583 (Incorrect diagnostic: control may reach end of non-vo...Ian Lance Taylor2005-01-271-0/+50
* gimple-low.c (block_may_fallthru): Correct handling of SWITCH_EXPR--may fall ...Ian Lance Taylor2005-01-261-1/+1
* re PR tree-optimization/13000 ([unit-at-a-time] Using -O2 cannot detect missi...Ian Lance Taylor2005-01-211-1/+7
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* Fix PR middle-end/19286 Fix PR debug/19267Daniel Berlin2005-01-061-32/+2
* Fix PR debug/17924 Fix PR debug/19191Daniel Berlin2005-01-041-0/+84
* gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-091-11/+9
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-2/+4
* gimple-low.c (expand_var_p): Don't look at TREE_ADDRESSABLE...Richard Henderson2004-07-211-22/+22
* builtins.c (std_expand_builtin_va_arg): Remove.Richard Henderson2004-07-161-1/+0
* tree-flow.h (struct var_ann_d): Remove has_hidden_use.Richard Henderson2004-07-161-1/+0
* gimple-low.c (lower_function_body): Don't reset_block_changes here.Richard Henderson2004-07-011-2/+0
* function.h (struct function): Remove dont_emit_block_notes.Richard Henderson2004-07-011-2/+0
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-1/+5
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-2/+0
* re PR c++/16036 (Spurious "may be used uninitialized in this function" warning)Richard Henderson2004-06-181-17/+26
* gimple-low.c (struct lower_data): Replace the_return_label and one_return_stm...Richard Henderson2004-06-081-16/+46
* gimple-low.c (struct lower_data): Add the_return_label and one_return_stmt.Richard Henderson2004-06-071-3/+38
* tree-gimple.c: Rename from tree-simple.c.Diego Novillo2004-05-131-1/+1
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+472