summaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-0/+10
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-0/+1
* tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod2013-10-171-93/+4
* target.c: New file.Jakub Jelinek2013-10-111-0/+9
* tree-flow.h: Remove all remaining prototypes...Andrew MacLeod2013-10-091-58/+143
* tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.Andrew MacLeod2013-10-011-43/+0
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-1/+1
* re PR tree-optimization/58532 (bootstrap failure with BOOT_CFLAGS="-g -O3")Richard Biener2013-09-301-0/+3
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-12/+12
* re PR middle-end/58551 (ICE with abort in OpenMP SESE region inside of some l...Jakub Jelinek2013-09-271-8/+25
* re PR libgomp/58392 (internal compiler error: in expand_GOMP_SIMD_VF, at inte...Jakub Jelinek2013-09-131-3/+20
* tree-data-ref.h (known_dependences_p): Move here ...Richard Biener2013-09-131-0/+1
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* re PR c++/58377 (spurious "may be used uninitialized" warning with -Og)Richard Biener2013-09-111-0/+1
* re PR tree-optimization/58137 ([trunk, ICE] full unroll + AVX2 vectorization)Richard Biener2013-09-051-21/+10
* cgraph.c (cgraph_get_body): Update call of lto_input_function_body.Jan Hubicka2013-08-311-0/+6
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-90/+177
* tree-cfg.c (verify_expr): Verify that BIT_FIELD_REF...Martin Jambor2013-05-291-25/+34
* tree-cfg.c (verify_expr): Verify that BIT_FIELD_REFs, IMAGPART_EXPRs and REAL...Martin Jambor2013-05-281-1/+8
* Fix the typo of discriminator.Dehao Chen2013-05-241-4/+4
* Change the discriminator assignment algorithm to make it more robust.Dehao Chen2013-05-241-35/+34
* cfghooks.c (copy_bbs): Add update_dominance argument.Steve Ellcey2013-05-161-14/+23
* re PR middle-end/57147 (setjmp call and if body wrongly elided (function runs...Richard Biener2013-05-061-1/+4
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-12/+13
* re PR middle-end/57103 (ICE: verify_gimple failed: location references block ...Richard Biener2013-04-291-21/+14
* omp-low.c (finalize_task_copyfn): Do not drop PROP_loops.Richard Biener2013-04-261-13/+69
* tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener2013-04-261-2/+16
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-29/+34
* re PR tree-optimization/56982 (Bad optimization with setjmp())Richard Biener2013-04-191-17/+34
* re PR c++/34949 (Dead code in empty destructors.)Jakub Jelinek2013-04-021-2/+2
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-1/+36
* re PR tree-optimization/56695 (ICE in expand_vec_cond_expr, at optabs.c:6751)Marek Polacek2013-03-281-1/+4
* tree-cfg.c (verify_expr_no_block): New function.Richard Biener2013-03-211-1/+29
* tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener2013-03-211-1/+1
* re PR lto/56570 (ICE when streaming a TREE_BLOCK)Richard Biener2013-03-081-0/+9
* tree-inline.c (expand_call_inline): Do not associate a BLOCK with the locatio...Richard Biener2013-03-081-0/+2
* tree-cfg.c (verify_expr_location, [...]): New functions.Richard Biener2013-01-141-1/+98
* tree-cfgcleanup.c (remove_forwarder_block): Unshare propagated PHI argument.Richard Biener2013-01-141-7/+0
* tree-cfg.c (verify_node_sharing_1): Split out from ...Richard Biener2013-01-111-5/+14
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* dumpfile.h (enum tree_dump_index): Remove TDI_vcg.Steven Bosscher2012-12-121-100/+0
* rtl.h (print_insn_with_notes): Remove prototype.Steven Bosscher2012-12-041-0/+1
* tree-cfg.c (verify_gimple_comparison): Verify that vector comparison returns ...Marc Glisse2012-11-271-1/+10
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-2/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-63/+54
* tm: Add uninstrumented code pathAldy Hernandez2012-11-061-3/+3
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-2/+2
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+5
* * basic-block. (profile_record): New struct, moved from passes.c.Steven Bosscher2012-10-091-0/+25
* re PR middle-end/54782 (ICE: in change_scope, at final.c:1543 with -O -ffast-...Dehao Chen2012-10-031-0/+18