aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-nested.c
AgeCommit message (Expand)AuthorFilesLines
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-10-02tree.h (DECL_NONLOCAL_FRAME): New macro.Eric Botcazou1-0/+1
2012-08-07tree-into-ssa.c (rewrite_stmt): Remove clobbers for variables we rewrite into...Richard Guenther1-0/+14
2012-07-25expr.c (expand_expr_real_1): Do not expand operand #1 and #2 of BIT_FIELD_REF...Eric Botcazou1-14/+0
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-32/+33
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-5/+6
2012-03-22re PR middle-end/52547 (ICE with openmp with nested function which requires a...Jakub Jelinek1-3/+21
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-4/+4
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-0/+4
2011-04-29tree-nested.c (get_trampoline_type): Use size_int.Richard Guenther1-2/+2
2011-04-11except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor1-4/+4
2010-11-27bootstrap-lto.mk (BOOT_ADAFLAGS): Delete.Eric Botcazou1-22/+39
2010-11-04tree-nested.c (build_addr): Use build_fold_addr_expr.Richard Guenther1-1/+1
2010-08-31tree-nested.c (convert_all_function_calls): Iterate until after the sum of st...Eric Botcazou1-12/+7
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-16/+16
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-7/+37
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-04-19re PR middle-end/43337 (ICE: in lookup_decl_in_outer_ctx, at omp-low.c:2103)Jakub Jelinek1-2/+3
2009-11-25Remove trailing white spaces.H.J. Lu1-16/+16
2009-10-17tree-nested.c (convert_nonlocal_reference_stmt): New case.Eric Botcazou1-0/+12
2009-09-24cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek1-36/+16
2009-09-16Fix out-of-date comment.Richard Henderson1-3/+1
2009-09-16re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...Richard Henderson1-55/+157
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-0/+13
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-13/+18
2009-06-05tree-nested.c (finalize_nesting_tree_1): Declare the frame_decl in the bindin...Alexandre Oliva1-1/+17
2009-04-26tree-nested.c (get_nonlocal_vla_type): If not optimizing, call note_nonlocal_...Jakub Jelinek1-3/+185
2009-04-26tree.h (DECL_BY_REFERENCE): Note that it is also valid for !TREE_STATIC VAR_D...Jakub Jelinek1-3/+97
2008-09-13re PR middle-end/30141 (nested function can produce invalid gimple)Richard Guenther1-0/+9
2008-08-09gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.Richard Guenther1-4/+3
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-473/+530
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-17/+18
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-50/+143
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-1/+1
2008-05-29tree-nested.c (check_for_nested_with_variably_modified): Fix typo.Eric Botcazou1-1/+1
2008-05-25tree-nested.c (convert_tramp_reference): Do not build a trampoline if we don'...Eric Botcazou1-0/+4
2008-05-16[multiple changes]Diego Novillo1-0/+1
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-2/+2
2008-02-18re PR middle-end/34921 (Misalign stack variable referenced by nested function)Joey Ye1-0/+4
2008-02-15re PR middle-end/35130 (OpenMP: Private variable passed to subroutine)Jakub Jelinek1-1/+2
2008-01-25re PR middle-end/33880 (ICE: in extract_omp_for_data, at omp-low.c:162)Jakub Jelinek1-1/+70
2007-10-26tree-nested.c (get_trampoline_type): Fix thinko.Eric Botcazou1-6/+6
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-12tree-nested.c (convert_local_reference): Handle VIEW_CONVERT_EXPR.Olivier Hainque1-0/+14
2007-03-08tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle1-5/+5
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-22/+19
2007-02-06Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.Paolo Bonzini1-108/+49
2007-01-02alpha.md, [...]: Always use set_unique_reg_note to add REG_EQUAL notes.Steven Bosscher1-1/+1