aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-low.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-07-10re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou1-1/+1
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-04-04re PR middle-end/60746 (ICE segfault in gimple-expr.c:314)Richard Biener1-9/+1
2014-02-12re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...Richard Biener1-13/+25
2014-02-07re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...Richard Biener1-5/+56
2014-02-01re PR tree-optimization/60003 (wrong code with __builtin_setjmp/__builtin_lon...Jakub Jelinek1-0/+6
2014-01-29re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401)Jakub Jelinek1-44/+7
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
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