summaryrefslogtreecommitdiff
path: root/gcc/gimple-low.c
Commit message (Expand)AuthorAgeFilesLines
* gimple-low.c (lower_function_body): Don't remove the location of the return s...Andreas Krebbel2011-02-081-6/+8
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-021-0/+2
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers2010-12-011-1/+0
* builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd2010-11-031-2/+1
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-2/+2
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd2010-07-061-2/+1
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-8/+0
* toplev.c: Include varray.h for statistics dumping.Steven Bosscher2010-04-301-1/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-5/+5
* gimple-low.c (struct lower_data): Add cannot_fallthru field.Eric Botcazou2009-10-191-24/+52
* gimple-low.c (lower_stmt): If the call is noreturn, remove a subsequent GOTO ...Eric Botcazou2009-10-171-0/+13
* Squash commit of EH in gimpleRichard Henderson2009-09-141-3/+3
* Fix to PR41012Xinliang David Li2009-08-121-17/+8
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-8/+8
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-4/+5
* re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther2009-05-221-1/+0
* tree-pass.h (pass_del_ssa, [...]): Remove decls.Michael Matz2009-04-261-58/+0
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-1/+1
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-3/+3
* re PR c++/36631 (attribute always_inline -> sorry, unimplemented: recursive...Jakub Jelinek2008-11-201-1/+77
* tree-ssa-live.c (remove_unused_locals): Mark all edge's goto_block as used.Jakub Jelinek2008-10-091-0/+6
* rtlanal.c: Fix uses of "it's" with "its" where appropriate.Ben Elliston2008-08-261-1/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-255/+320
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek2008-06-061-0/+1
* re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka2008-04-251-1/+1
* except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka2008-04-181-2/+2
* 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