summaryrefslogtreecommitdiff
path: root/gcc/gimple-low.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/54046 (wrong control reaches end of non-void function for switch ca...Jakub Jelinek2012-11-231-1/+8
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-22/+10
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* re PR debug/54826 (gdb test case failure (bs15503) due to gaps in lexical block)Dehao Chen2012-10-061-0/+8
* function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor2012-09-201-2/+4
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-1/+1
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-3/+3
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-2/+0
* gimple-low.c (lower_try_catch): New function.Eric Botcazou2012-07-251-25/+84
* coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz2012-05-021-19/+18
* re PR middle-end/52888 (Unable to inline function pointer call with inexact s...Richard Guenther2012-04-101-6/+10
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+13
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-3/+3
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-1/+1
* Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford2011-04-201-0/+4
* sanity check ic targetXinliang David Li2011-04-111-4/+23
* gimple.h (gimple_call_fntype): New function.Richard Guenther2011-04-081-3/+2
* gimple-low.c (lower_gimple_return): When not optimizing, force labels associa...Eric Botcazou2011-04-061-0/+3
* 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