aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-low.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+0
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-97/+1
2013-10-11target.c: New file.Jakub Jelinek1-0/+3
2013-10-02tree-flow.h: Include new .h files.Andrew Macleod1-124/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+5
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-17/+34
2013-06-15tree-flow.h (gimple_check_call_matching_types): Add new argument.Dehao Chen1-4/+8
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-23re PR c++/54046 (wrong control reaches end of non-void function for switch ca...Jakub Jelinek1-1/+8
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-22/+10
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-06re PR debug/54826 (gdb test case failure (bs15503) due to gaps in lexical block)Dehao Chen1-0/+8
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-2/+4
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-1/+1
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-3/+3
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-2/+0
2012-07-25gimple-low.c (lower_try_catch): New function.Eric Botcazou1-25/+84
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-19/+18
2012-04-10re PR middle-end/52888 (Unable to inline function pointer call with inexact s...Richard Guenther1-6/+10
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+13
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-3/+3
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2011-04-20Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford1-0/+4
2011-04-11sanity check ic targetXinliang David Li1-4/+23
2011-04-08gimple.h (gimple_call_fntype): New function.Richard Guenther1-3/+2
2011-04-06gimple-low.c (lower_gimple_return): When not optimizing, force labels associa...Eric Botcazou1-0/+3
2011-02-08gimple-low.c (lower_function_body): Don't remove the location of the return s...Andreas Krebbel1-6/+8
2011-02-02re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-0/+2
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-2/+1
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-2/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd1-2/+1
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-8/+0
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-5/+5
2009-10-19gimple-low.c (struct lower_data): Add cannot_fallthru field.Eric Botcazou1-24/+52
2009-10-17gimple-low.c (lower_stmt): If the call is noreturn, remove a subsequent GOTO ...Eric Botcazou1-0/+13
2009-09-14Squash commit of EH in gimpleRichard Henderson1-3/+3
2009-08-12Fix to PR41012Xinliang David Li1-17/+8
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-8/+8
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-4/+5
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-1/+0
2009-04-26tree-pass.h (pass_del_ssa, [...]): Remove decls.Michael Matz1-58/+0
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-1/+1