summaryrefslogtreecommitdiff
path: root/gcc/gimple-low.c
Commit message (Expand)AuthorAgeFilesLines
* gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod2013-11-171-0/+1
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+0
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-97/+1
* target.c: New file.Jakub Jelinek2013-10-111-0/+3
* tree-flow.h: Include new .h files.Andrew Macleod2013-10-021-124/+2
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+5
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-17/+34
* tree-flow.h (gimple_check_call_matching_types): Add new argument.Dehao Chen2013-06-151-4/+8
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* 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