summaryrefslogtreecommitdiff
path: root/gcc/tree-nested.c
Commit message (Expand)AuthorAgeFilesLines
* backport: re PR middle-end/52547 (ICE with openmp with nested function which ...Jakub Jelinek2013-04-031-3/+21
* bootstrap-lto.mk (BOOT_ADAFLAGS): Delete.Eric Botcazou2010-11-271-22/+39
* tree-nested.c (build_addr): Use build_fold_addr_expr.Richard Guenther2010-11-041-1/+1
* tree-nested.c (convert_all_function_calls): Iterate until after the sum of st...Eric Botcazou2010-08-311-12/+7
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-16/+16
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-7/+37
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* re PR middle-end/43337 (ICE: in lookup_decl_in_outer_ctx, at omp-low.c:2103)Jakub Jelinek2010-04-191-2/+3
* Remove trailing white spaces.H.J. Lu2009-11-251-16/+16
* tree-nested.c (convert_nonlocal_reference_stmt): New case.Eric Botcazou2009-10-171-0/+12
* cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek2009-09-241-36/+16
* Fix out-of-date comment.Richard Henderson2009-09-161-3/+1
* re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...Richard Henderson2009-09-161-55/+157
* re PR c/40401 (ICE: verify_gimple failed)Richard Guenther2009-07-171-0/+13
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-13/+18
* tree-nested.c (finalize_nesting_tree_1): Declare the frame_decl in the bindin...Alexandre Oliva2009-06-051-1/+17
* tree-nested.c (get_nonlocal_vla_type): If not optimizing, call note_nonlocal_...Jakub Jelinek2009-04-261-3/+185
* tree.h (DECL_BY_REFERENCE): Note that it is also valid for !TREE_STATIC VAR_D...Jakub Jelinek2009-04-261-3/+97
* re PR middle-end/30141 (nested function can produce invalid gimple)Richard Guenther2008-09-131-0/+9
* gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.Richard Guenther2008-08-091-4/+3
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-473/+530
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-17/+18
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek2008-06-061-50/+143
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-1/+1
* tree-nested.c (check_for_nested_with_variably_modified): Fix typo.Eric Botcazou2008-05-291-1/+1
* tree-nested.c (convert_tramp_reference): Do not build a trampoline if we don'...Eric Botcazou2008-05-251-0/+4
* [multiple changes]Diego Novillo2008-05-161-0/+1
* tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini2008-04-231-2/+2
* re PR middle-end/34921 (Misalign stack variable referenced by nested function)Joey Ye2008-02-181-0/+4
* re PR middle-end/35130 (OpenMP: Private variable passed to subroutine)Jakub Jelinek2008-02-151-1/+2
* re PR middle-end/33880 (ICE: in extract_omp_for_data, at omp-low.c:162)Jakub Jelinek2008-01-251-1/+70
* tree-nested.c (get_trampoline_type): Fix thinko.Eric Botcazou2007-10-261-6/+6
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* tree-nested.c (convert_local_reference): Handle VIEW_CONVERT_EXPR.Olivier Hainque2007-06-121-0/+14
* tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle2007-03-081-5/+5
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-22/+19
* Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.Paolo Bonzini2007-02-061-108/+49
* alpha.md, [...]: Always use set_unique_reg_note to add REG_EQUAL notes.Steven Bosscher2007-01-021-1/+1
* tree-nested.c (create_tmp_var_for): Check for vector type when setting DECL_G...Andrew Pinski2006-12-211-1/+2
* re PR middle-end/30262 (ICE with nested fn accessed var in asm "m" constraint)Jakub Jelinek2006-12-211-0/+45
* re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski2006-12-121-1/+1
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-10/+10
* re PR middle-end/25261 ([gomp] Nested function calls in #pragma omp parallel ...Jakub Jelinek2006-09-261-3/+38
* re PR middle-end/27889 (ICE on complex assignment in nested function)Richard Henderson2006-07-171-0/+3
* re PR debug/26754 (Wrong debug info for variable accessed non-locally)Eric Botcazou2006-06-131-6/+9
* re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo2006-01-251-8/+11
* [multiple changes]Diego Novillo2006-01-181-44/+422
* tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis2005-12-181-17/+17
* tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo2005-12-091-2/+2