summaryrefslogtreecommitdiff
path: root/gcc/tree-cfgcleanup.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.Eric Botcazou2015-06-011-2/+4
* re PR c++/65626 (ICE in fixup_noreturn_call called by tree-ssa-forwprop.c:2492)Richard Biener2015-03-311-5/+14
* re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener2015-03-131-2/+12
* re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener2015-03-131-35/+9
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-1/+13
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-1/+1
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-22/+22
* * tree-cfgcleanup.c (fixup_noreturn_call): Do not perform DCE here.Eric Botcazou2014-11-061-34/+12
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-4/+9
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+6
* re PR debug/63284 (-fcompare-debug issue due to redirection to __builtin_unre...Jakub Jelinek2014-09-171-1/+14
* re PR lto/60449 (Merging function DECLs discards leaf attribute which causes ...Martin Jambor2014-08-201-23/+38
* convert many uses of pointer_map to hash_mapTrevor Saunders2014-08-021-6/+4
* remove has_executeTrevor Saunders2014-07-091-2/+0
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-1/+1
* pass cfun to pass::executeTrevor Saunders2014-04-171-36/+37
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-7/+0
* remove has_gateTrevor Saunders2014-04-171-2/+0
* re PR c++/60750 (double free after std::move on string inside throw when comp...Richard Biener2014-04-071-3/+0
* tree-cfgcleanup.c (remove_forwarder_block_with_phi): Record BB's single pred ...Bin Cheng2014-03-131-0/+11
* re PR tree-optimization/60280 (gcc.target/arm/ivopts.c and gcc.target/arm/ivo...Richard Biener2014-02-281-8/+21
* re PR tree-optimization/60280 (gcc.target/arm/ivopts.c and gcc.target/arm/ivo...Bin Cheng2014-02-261-3/+18
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-2/+2
* Eliminate last_basic_block macro.David Malcolm2013-12-091-2/+2
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-4/+4
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+5
* Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-211-2/+2
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-3/+3
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-1/+1
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+1
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* tree-ssa-loop.h: Remove include files.Andrew MacLeod2013-10-231-1/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-0/+8
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-0/+87
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-17/+36
* re PR middle-end/57147 (setjmp call and if body wrongly elided (function runs...Richard Biener2013-05-061-1/+4
* tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener2013-04-261-6/+16
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-2/+1
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-02-271-1/+1
* re PR tree-optimization/56264 (ICE in check_loop_closed_ssa_use, at tree-ssa...Richard Biener2013-02-111-3/+7
* tree-cfgcleanup.c (remove_forwarder_block): Unshare propagated PHI argument.Richard Biener2013-01-141-1/+2