aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-nested.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-0/+2
2014-08-25Fix invalid gimple made by finalize_nesting_tree_1.Bernd Schmidt1-5/+5
2014-08-25IPA C++ refactoring 4/NMartin Liska1-1/+1
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-40/+30
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-7/+7
2014-07-24IPA C++ refactoring 1/NMartin Liska1-4/+4
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek1-10/+157
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-1/+76
2014-06-06re PR debug/53927 (wrong value for DW_AT_static_link)Eric Botcazou1-2/+12
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek1-0/+2
2014-04-24tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.Jakub Jelinek1-0/+22
2014-01-17re PR fortran/59440 (ICE in force_decl_die, at dwarf2out.c:20111 with -g)Jakub Jelinek1-0/+49
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+6
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-5/+5
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+2
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-10-11target.c: New file.Jakub Jelinek1-0/+37
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
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