aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-18tree-cfg.h: Rename from tree-flow.h.Andrew Macleod1-112/+0
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod1-50/+0
2013-10-10tree-flow.h: Move some prototypes to gimple.h.Andrew MacLeod1-11/+0
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-116/+44
2013-10-09tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h.Andrew MacLeod1-83/+0
2013-10-09tree-flow.h: Move some protoypes.Andrew MacLeod1-111/+1
2013-10-08tree-flow.h: Remove some prototypes.Andrew MacLeod1-32/+0
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-15/+0
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-13/+0
2013-10-02tree-flow.h: Include new .h files.Andrew Macleod1-59/+5
2013-10-01tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.Andrew MacLeod1-137/+0
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-26tree-ssa-live.h (find_replaceable_exprs, [...]): Move prototypes to...Andrew MacLeod1-3/+0
2013-09-25tree-flow.h (thread_through_all_blocks): Prototype moved into tree-ssa-thread...Jeff Law1-4/+0
2013-09-17tree-flow.h (ssa_undefined_value_p): Remove prototype.Andrew MacLeod1-3/+0
2013-09-12tree-flow.h (FREE_SSANAMES): Move to tree-ssanames.c (SSANAMES...Andrew MacLeod1-64/+0
2013-09-12tree-ssa.h: New.Andrew MacLeod1-40/+1
2013-09-03tree-ssa-threadedge.c (thread_across_edge): Record entire path when not threa...Jeff Law1-1/+1
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-1/+0
2013-08-21tree-flow.h (register_jump_thread): Pass vector of edges instead of each impo...Jeff Law1-1/+1
2013-06-15tree-flow.h (gimple_check_call_matching_types): Add new argument.Dehao Chen1-1/+1
2013-05-16cfghooks.c (copy_bbs): Add update_dominance argument.Steve Ellcey1-1/+1
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-6/+0
2013-04-11re PR tree-optimization/56878 (Issue with candidate choice in vect_gen_niters...Richard Biener1-0/+1
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+4
2013-02-27re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-1/+1
2013-02-13asan.c (create_cond_insert_point): Add create_then_fallthru_edge argument.Jakub Jelinek1-0/+1
2013-01-16re PR tree-optimization/55964 (Segmentation fault with -O -ftree-loop-distrib...Richard Biener1-2/+0
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-16/+14
2012-11-07re PR debug/54693 (VTA guality issues with loops)Jakub Jelinek1-2/+3
2012-10-30tree-ssa-loop-niter.c (number_of_iterations_exit): New parameter EVERY_ITERAT...Jan Hubicka1-1/+2
2012-08-20tree-flow.h (register_new_name_mapping): Remove.Richard Guenther1-1/+0
2012-08-16re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher1-1/+0
2012-08-07tree-flow.h (copy_ssa_name_fn): New function.Richard Guenther1-1/+2
2012-08-02tree-flow.h (make_rename_temp): Remove.Richard Guenther1-1/+0
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-2/+3
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-27/+0
2012-08-01tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz1-17/+0
2012-08-01graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther1-1/+1
2012-08-01tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther1-6/+5
2012-07-31tree-flow.h (struct var_ann_d): Remove need_phi_state and current_def members.Richard Guenther1-9/+0
2012-07-27tree-cfg.c (gimple_can_merge_blocks_p): Do more fine-grained check whether SS...Richard Guenther1-1/+0
2012-07-27invoke.texi (min-virtual-mappings, [...]): Remove param documentation.Richard Guenther1-1/+0
2012-07-26tree-ssa-loop-ivopts.c (mbc_entry_hash): Remove.Bill Schmidt1-8/+0
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-4/+0
2012-07-17dumpfile.h (TDF_COMMENT): New define.Steven Bosscher1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+1
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-3/+2
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-2/+3