]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gimple-range-path.h
[PATCH v1 1/1] RISC-V: Nan-box the result of movbf on soft-bf16
[thirdparty/gcc.git] / gcc / gimple-range-path.h
2024-01-03  Jakub JelinekUpdate copyright years.
2023-04-26  Andrew MacLeodCreate a lazy ssa_cache.
2023-04-26  Andrew MacLeodRename ssa_global_cache to ssa_cache and add has_range
2023-01-02  Jakub JelinekUpdate copyright years.
2022-08-19  Aldy HernandezRemove path_range_query constructor that takes an edge.
2022-08-18  Aldy HernandezMake path_range_query standalone and add reset_path.
2022-08-16  Aldy HernandezRename imports nomenclature in path_range_query to...
2022-08-11  Richard BienerFix path query compute_imports for external path
2022-06-01  Aldy HernandezConvert ranger and clients to vrange.
2022-05-17  Andrew MacLeodAdd side effect infrastructure.
2022-01-21  Aldy HernandezReset relations when crossing backedges.
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-01  Aldy Hernandezpath solver: Use only one ssa_global_cache.
2021-11-25  Aldy Hernandezpath solver: Revert computation of ranges in gimple...
2021-11-25  Aldy Hernandezpath solver: Compute ranges in path in gimple order.
2021-11-15  Aldy HernandezFix PHI ordering problems in the path solver.
2021-11-13  Aldy Hernandezpath solver: Compute all PHI ranges simultaneously.
2021-11-13  Aldy Hernandezpath solver: Merge path_range_query constructors.
2021-11-11  Aldy HernandezMake ranger optional in path_range_query.
2021-11-11  Aldy HernandezMove import population from threader to path solver.
2021-11-10  Aldy Hernandezpath solver: Adjustments for use outside of the backwar...
2021-11-04  Aldy Hernandezpath solver: Only compute relations for imports.
2021-10-27  Aldy HernandezReorder relation calculating code in the path solver.
2021-10-01  Aldy HernandezRemove shadowed oracle field.
2021-09-27  Aldy HernandezMinor cleanups to solver.
2021-09-22  Aldy Hernandezpath solver: Use range_on_path_entry instead of looking...
2021-09-21  Aldy Hernandezpath solver: Use ranger to solve unknowns.
2021-09-21  Aldy Hernandezpath solver: Add related SSAs to solvable set.
2021-09-21  Aldy Hernandezpath solver: Add relation support.
2021-09-05  Aldy HernandezAdd an unreachable_path_p method to path_range_query.
2021-09-03  Aldy HernandezUse non-null knowledge in path_range_query.
2021-08-04  Aldy HernandezMark path_range_query::dump as override.
2021-07-27  Aldy HernandezImplement basic block path solver.