summaryrefslogtreecommitdiff
path: root/gcc/tree-cfgcleanup.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/68983 (BE)Jason Merrill2016-01-081-2/+4
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR middle-end/68870 (ICE on valid code at -O1, -O2 and -O3 on x86_64-linux...Richard Biener2015-12-161-14/+26
* re PR debug/66688 (compare debug failure building Linux kernel on ppc64le)Jakub Jelinek2015-12-151-5/+15
* re PR tree-optimization/68625 (Segmentation fault in useless_type_conversion_p)Richard Biener2015-12-021-4/+21
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-16/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-8/+8
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-9/+3
* re PR tree-optimization/67915 (ICE on valid code at -O2 and -O3 on x86_64-lin...Richard Biener2015-10-141-9/+14
* switch from gimple to gimple*Trevor Saunders2015-09-201-9/+9
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-18/+5
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-5/+0
* 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