aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-nested.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-21tree-nested.c (create_tmp_var_for): Check for vector type when setting DECL_G...Andrew Pinski1-1/+2
2006-12-21re PR middle-end/30262 (ICE with nested fn accessed var in asm "m" constraint)Jakub Jelinek1-0/+45
2006-12-12re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski1-1/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-10/+10
2006-09-26re PR middle-end/25261 ([gomp] Nested function calls in #pragma omp parallel ...Jakub Jelinek1-3/+38
2006-07-17re PR middle-end/27889 (ICE on complex assignment in nested function)Richard Henderson1-0/+3
2006-06-13re PR debug/26754 (Wrong debug info for variable accessed non-locally)Eric Botcazou1-6/+9
2006-01-25re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo1-8/+11
2006-01-18[multiple changes]Diego Novillo1-44/+422
2005-12-18tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis1-17/+17