aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-31tree-cfg.c (assert_unreachable_fallthru_edge_p): New function.Jakub Jelinek1-0/+44
2013-10-30re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-1/+2
2013-10-24re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-0/+66
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-1/+2
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+10
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod1-93/+4
2013-10-11target.c: New file.Jakub Jelinek1-0/+9
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-58/+143
2013-10-01tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.Andrew MacLeod1-43/+0
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-30re PR tree-optimization/58532 (bootstrap failure with BOOT_CFLAGS="-g -O3")Richard Biener1-0/+3
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-12/+12
2013-09-27re PR middle-end/58551 (ICE with abort in OpenMP SESE region inside of some l...Jakub Jelinek1-8/+25
2013-09-13re PR libgomp/58392 (internal compiler error: in expand_GOMP_SIMD_VF, at inte...Jakub Jelinek1-3/+20
2013-09-13tree-data-ref.h (known_dependences_p): Move here ...Richard Biener1-0/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-11re PR c++/58377 (spurious "may be used uninitialized" warning with -Og)Richard Biener1-0/+1
2013-09-05re PR tree-optimization/58137 ([trunk, ICE] full unroll + AVX2 vectorization)Richard Biener1-21/+10
2013-08-31cgraph.c (cgraph_get_body): Update call of lto_input_function_body.Jan Hubicka1-0/+6
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-90/+177
2013-05-29tree-cfg.c (verify_expr): Verify that BIT_FIELD_REF...Martin Jambor1-25/+34
2013-05-28tree-cfg.c (verify_expr): Verify that BIT_FIELD_REFs, IMAGPART_EXPRs and REAL...Martin Jambor1-1/+8
2013-05-24Fix the typo of discriminator.Dehao Chen1-4/+4
2013-05-24Change the discriminator assignment algorithm to make it more robust.Dehao Chen1-35/+34
2013-05-16cfghooks.c (copy_bbs): Add update_dominance argument.Steve Ellcey1-14/+23
2013-05-06re PR middle-end/57147 (setjmp call and if body wrongly elided (function runs...Richard Biener1-1/+4
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-12/+13
2013-04-29re PR middle-end/57103 (ICE: verify_gimple failed: location references block ...Richard Biener1-21/+14
2013-04-26omp-low.c (finalize_task_copyfn): Do not drop PROP_loops.Richard Biener1-13/+69
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-2/+16
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-29/+34
2013-04-19re PR tree-optimization/56982 (Bad optimization with setjmp())Richard Biener1-17/+34
2013-04-02re PR c++/34949 (Dead code in empty destructors.)Jakub Jelinek1-2/+2
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-1/+36
2013-03-28re PR tree-optimization/56695 (ICE in expand_vec_cond_expr, at optabs.c:6751)Marek Polacek1-1/+4
2013-03-21tree-cfg.c (verify_expr_no_block): New function.Richard Biener1-1/+29
2013-03-21tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener1-1/+1
2013-03-08re PR lto/56570 (ICE when streaming a TREE_BLOCK)Richard Biener1-0/+9
2013-03-08tree-inline.c (expand_call_inline): Do not associate a BLOCK with the locatio...Richard Biener1-0/+2
2013-01-14tree-cfg.c (verify_expr_location, [...]): New functions.Richard Biener1-1/+98
2013-01-14tree-cfgcleanup.c (remove_forwarder_block): Unshare propagated PHI argument.Richard Biener1-7/+0
2013-01-11tree-cfg.c (verify_node_sharing_1): Split out from ...Richard Biener1-5/+14
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-12dumpfile.h (enum tree_dump_index): Remove TDI_vcg.Steven Bosscher1-100/+0
2012-12-04rtl.h (print_insn_with_notes): Remove prototype.Steven Bosscher1-0/+1
2012-11-27tree-cfg.c (verify_gimple_comparison): Verify that vector comparison returns ...Marc Glisse1-1/+10
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-2/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-63/+54
2012-11-06tm: Add uninstrumented code pathAldy Hernandez1-3/+3