summaryrefslogtreecommitdiff
path: root/gcc/tree-nested.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* tree.h (DECL_NONLOCAL_FRAME): New macro.Eric Botcazou2012-10-021-0/+1
* tree-into-ssa.c (rewrite_stmt): Remove clobbers for variables we rewrite into...Richard Guenther2012-08-071-0/+14
* expr.c (expand_expr_real_1): Do not expand operand #1 and #2 of BIT_FIELD_REF...Eric Botcazou2012-07-251-14/+0
* coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz2012-05-021-32/+33
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-5/+6
* re PR middle-end/52547 (ICE with openmp with nested function which requires a...Jakub Jelinek2012-03-221-3/+21
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-4/+4
* backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek2011-08-021-0/+4
* tree-nested.c (get_trampoline_type): Use size_int.Richard Guenther2011-04-291-2/+2
* except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor2011-04-111-4/+4
* 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