aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfgcleanup.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-14re PR tree-optimization/67915 (ICE on valid code at -O2 and -O3 on x86_64-lin...Richard Biener1-9/+14
2015-09-20switch from gimple to gimple*Trevor Saunders1-9/+9
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-01gimplify.c (gimplify_modify_expr_rhs): Use simple test on the size.Eric Botcazou1-2/+4
2015-03-31re PR c++/65626 (ICE in fixup_noreturn_call called by tree-ssa-forwprop.c:2492)Richard Biener1-5/+14
2015-03-13re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-2/+12
2015-03-13re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Richard Biener1-35/+9
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-22/+22
2014-11-06* tree-cfgcleanup.c (fixup_noreturn_call): Do not perform DCE here.Eric Botcazou1-34/+12
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-4/+9
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-09-17re PR debug/63284 (-fcompare-debug issue due to redirection to __builtin_unre...Jakub Jelinek1-1/+14
2014-08-20re PR lto/60449 (Merging function DECLs discards leaf attribute which causes ...Martin Jambor1-23/+38
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-6/+4
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-36/+37
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+0
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-04-07re PR c++/60750 (double free after std::move on string inside throw when comp...Richard Biener1-3/+0
2014-03-13tree-cfgcleanup.c (remove_forwarder_block_with_phi): Record BB's single pred ...Bin Cheng1-0/+11
2014-02-28re PR tree-optimization/60280 (gcc.target/arm/ivopts.c and gcc.target/arm/ivo...Richard Biener1-8/+21
2014-02-26re PR tree-optimization/60280 (gcc.target/arm/ivopts.c and gcc.target/arm/ivo...Bin Cheng1-3/+18
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate last_basic_block macro.David Malcolm1-2/+2
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-4/+4
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+5
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+2
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-3/+3
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-1/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+8
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+87
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-17/+36