aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadedge.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-23re PR tree-optimization/87693 (ICE in thread_around_empty_blocks, at tree-ssa...Richard Biener1-1/+2
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez1-2/+2
2018-08-27Add new gswitch related functions into tree-cfg.c.Martin Liska1-2/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-19re PR middle-end/83477 (Wrong code w/ -O1)Jeff Law1-4/+30
2017-12-15re PR tree-optimization/81165 (Regression in GCC-8.0.0's optimizer)Jeff Law1-1/+16
2017-12-12re PR tree-optimization/83298 (wrong code at -O1, -O2 and -O3 on x86_64-linux...Jeff Law1-11/+50
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-8/+17
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-1/+1
2017-03-16re PR tree-optimization/71437 (Performance regression after r235817)Jeff Law1-7/+70
2017-03-16re PR tree-optimization/71437 (Performance regression after r235817)Jeff Law1-88/+22
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-01* tree-ssa-threadedge.cJeff Law1-3/+4
2016-11-09fold-const.c (tree_swap_operands_p): Remove unused arg.Richard Biener1-1/+1
2016-08-05Improve forward jump threading of switch statements (PR18046)Patrick Palka1-6/+34
2016-06-01re PR tree-optimization/71077 (gcc -lto raises ICE)Patrick Palka1-14/+12
2016-05-27tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.Jeff Law1-11/+2
2016-04-29tree-ssa-threadedge.c (simplify_control_stmt_condition): Split out into ...Patrick Palka1-45/+204
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-06[PATCH] Remove more backedge threading supportJeff Law1-78/+36
2015-10-29[PATCH] Remove unnecessary invalidation support in threadingJeff Law1-36/+5
2015-10-29[PATCH][PR tree-optimization/67892] Use FSM threader to handle backedgesJeff Law1-26/+7
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-1/+1
2015-10-27internal-fn.c (expand_UNIQUE): New.Nathan Sidwell1-0/+7
2015-10-26tree-object-size.c: Remove builtins.h include, include tree-cfg.h.Richard Biener1-80/+46
2015-10-12[PATCH] Allow FSM threader to thread more complex conditionsJeff Law1-8/+19
2015-10-11[PATCH] Refactoring FSM bits into their own fileJeff Law1-291/+2
2015-09-20[PATCH] Fix 47679 by improving jump threadingJeff Law1-0/+5
2015-09-20switch from gimple to gimple*Trevor Saunders1-16/+16
2015-09-18[PATCH] avail_expr_stack is no longer file scopedJeff Law1-22/+47
2015-09-18[PATCH] avail_exprs is no longer file scopedJeff Law1-8/+8
2015-09-16[PATCH] Pass in avail_expr_stack and setup edge_infos earlierJeff Law1-0/+5
2015-09-04[PATCH] Minor cleanup of const_and_copies stackJeff Law1-4/+6
2015-08-28[PATCH][lto/66752] Fix missed FSM jump threadJeff Law1-0/+33
2015-07-24revert: re PR lto/66752 (spec2000 255.vortex performance compiled with GCC is...Jeff Law1-25/+0
2015-07-23re PR lto/66752 (spec2000 255.vortex performance compiled with GCC is ~20% lo...Jeff Law1-0/+25
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-4/+1
2015-04-17re PR tree-optimization/47679 (Strange uninitialized warning after SRA)Jeff Law1-109/+20
2015-04-11re PR middle-end/65735 (ICE (in duplicate_thread_path, at tree-ssa-threadupda...Jakub Jelinek1-6/+6
2015-02-16re PR tree-optimization/64823 (false "may be used uninitialized", missed jump...Jeff Law1-7/+32
2015-02-13re PR bootstrap/65060 (r220696 breaks bootstrap on Linux/x86-32)Jeff Law1-32/+7
2015-02-13re PR tree-optimization/64823 (false "may be used uninitialized", missed jump...Jeff Law1-7/+32
2015-02-06PR 64878: do not jump thread across more than one back-edgeSebastian Pop1-3/+16
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1