Daily bump.
[platform/upstream/gcc.git] / gcc / tree-ssa-threadedge.c
2021-09-28 Aldy HernandezControl all jump threading passes with -fjump-threads.
2021-09-27 Aldy HernandezMinor cleanups to solver.
2021-09-27 Aldy HernandezReplace VRP threader with a hybrid forward threader.
2021-09-23 Aldy HernandezOverhaul jump thread state in forward threader.
2021-09-19 Aldy HernandezMinor cleanups to forward threader.
2021-09-13 Aldy HernandezRemove references to FSM threads.
2021-09-11 Aldy HernandezRefactor jump_thread_path_registry.
2021-09-07 Aldy HernandezRename forwarder_block_p in treading code to empty_bloc...
2021-09-03 Aldy HernandezAbstract PHI and forwarder block checks in jump threader.
2021-09-03 Aldy HernandezAvoid using unavailable objects in jt_state.
2021-09-03 Aldy HernandezDo not release state location until after path registry.
2021-07-29 Aldy HernandezBackwards jump threader rewrite with ranger.
2021-07-27 Aldy HernandezAbstract out (forward) jump threader state handling.
2021-04-30 Aldy HernandezJump threader refactor.
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-03 Ilya Leoshkevichtree-ssa-threadedge.c (record_temporary_equivalences_fr...
2020-10-01 Aldy HernandezConvert vr-values to value query class.
2020-08-27 Martin Liskavec: add exact argument for various grow functions.
2020-01-24 Jeff LawFix ICE due to invalid jump threading request
2020-01-01 Jakub JelinekUpdate copyright years.
2019-11-12 Martin LiskaRemove gcc/params.* files.
2019-11-12 Martin LiskaApply mechanical replacement (generated patch).
2019-11-05 Aldy HernandezThe base class for ranges is currently value_range_base...
2019-08-16 Aldy HernandezAdd type to VR_VARYING.
2019-08-13 Richard SandifordProtect some checks of DECL_FUNCTION_CODE
2019-06-27 Martin LiskaRemove quite obvious dead assignments.
2019-06-13 Jiufu Guore PR tree-optimization/77820 (A jump threading opportu...
2019-01-09 Sandra LoosemorePR other/16615 [1/5]
2019-01-01 Jakub JelinekUpdate copyright years.
2018-11-12 Richard Biener2018-11=12 Richard Biener <rguenther@suse.de>
2018-11-12 Richard Bienertree-vrp.h (value_range_base::symbolic_p, [...]): Move...
2018-10-23 Richard Bienerre PR tree-optimization/87693 (ICE in thread_around_emp...
2018-10-17 Aldy Hernandezbitmap.c (bitmap_head::dump): New.
2018-08-27 Martin LiskaAdd new gswitch related functions into tree-cfg.c.
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-19 Jeff Lawre PR middle-end/83477 (Wrong code w/ -O1)
2017-12-15 Jeff Lawre PR tree-optimization/81165 (Regression in GCC-8...
2017-12-12 Jeff Lawre PR tree-optimization/83298 (wrong code at -O1, ...
2017-12-12 Alexandre Oliva[SFN] introduce statement frontier notes, still disabled
2017-12-12 Alexandre Oliva[SFN] boilerplate changes in preparation to introduce...
2017-03-16 Jeff Lawre PR tree-optimization/71437 (Performance regression...
2017-03-16 Jeff Lawre PR tree-optimization/71437 (Performance regression...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-02 Jeff Law* tree-ssa-threadedge.c
2016-11-09 Richard Bienerfold-const.c (tree_swap_operands_p): Remove unused...
2016-08-05 Patrick PalkaImprove forward jump threading of switch statements...
2016-06-01 Patrick Palkare PR tree-optimization/71077 (gcc -lto raises ICE)
2016-05-27 Jeff Lawtree-ssa-threadedge.c: Remove include of tree-ssa-threa...
2016-04-29 Patrick Palkatree-ssa-threadedge.c (simplify_control_stmt_condition...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-07 Jeff Law[PATCH] Remove more backedge threading support
2015-10-29 Jeff Law[PATCH] Remove unnecessary invalidation support in...
2015-10-29 Jeff Law[PATCH][PR tree-optimization/67892] Use FSM threader...
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-27 Nathan Sidwellinternal-fn.c (expand_UNIQUE): New.
2015-10-26 Richard Bienertree-object-size.c: Remove builtins.h include, include...
2015-10-12 Jeff Law[PATCH] Allow FSM threader to thread more complex condi...
2015-10-12 Jeff Law[PATCH] Refactoring FSM bits into their own file
2015-09-20 Jeff Law[PATCH] Fix 47679 by improving jump threading
2015-09-20 Trevor Saundersswitch from gimple to gimple*
2015-09-19 Jeff Law[PATCH] avail_expr_stack is no longer file scoped
2015-09-18 Jeff Law[PATCH] avail_exprs is no longer file scoped
2015-09-17 Jeff Law[PATCH] Pass in avail_expr_stack and setup edge_infos...
2015-09-04 Jeff Law[PATCH] Minor cleanup of const_and_copies stack
2015-08-28 Jeff Law[PATCH][lto/66752] Fix missed FSM jump thread
2015-07-25 Jeff Lawrevert: re PR lto/66752 (spec2000 255.vortex performanc...
2015-07-23 Jeff Lawre PR lto/66752 (spec2000 255.vortex performance compil...
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-19 Mikhail MaltsevUse std::swap instead of explicit swaps
2015-04-17 Jeff Lawre PR tree-optimization/47679 (Strange uninitialized...
2015-04-11 Jakub Jelinekre PR middle-end/65735 (ICE (in duplicate_thread_path...
2015-02-16 Jeff Lawre PR tree-optimization/64823 (false "may be used unini...
2015-02-13 Jeff Lawre PR bootstrap/65060 (r220696 breaks bootstrap on...
2015-02-13 Jeff Lawre PR tree-optimization/64823 (false "may be used unini...
2015-02-06 Sebastian PopPR 64878: do not jump thread across more than one back...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-06 James Greenhalghextend jump thread for finite state automata
2014-11-19 David MalcolmPR jit/63854: Fix leak of paths within jump threading
2014-11-19 David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-07 Jeff Lawre PR tree-optimization/61515 (Extremely long compile...
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-08-02 Trevor Saundersadd a hash_set based on hash_table
2014-06-30 Jeff Lawtree-ssa-threadedge.c (simplify_control_stmt_condition...
2014-06-12 Jeff Lawre PR tree-optimization/61009 (Incorrect jump threading...
2014-06-05 Jeff Lawre PR tree-optimization/61289 (Bad jump threading gener...
2014-06-02 Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-09 Jeff Lawre PR tree-optimization/61009 (Incorrect jump threading...
2014-04-28 Jeff Lawre PR tree-optimization/60902 (ffmpeg built with gcc...
2014-04-23 Jeff Lawre PR tree-optimization/60902 (ffmpeg built with gcc...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-20 Trevor Saundersmerge auto_vec and stack_vec
2013-11-22 Jeff Lawtree-ssa-threadedge.c (record_temporary_equivalence...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-22 Jeff Lawtree-ssa-threadedge.c (thread_across_edge): Mark the...
next