aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-range.cc
AgeCommit message (Expand)AuthorFilesLines
2023-10-05Add a dom based ranger for fast VRP.Andrew MacLeod1-0/+300
2023-09-07Some ssa-names get incorrectly marked as always_current.Andrew MacLeod1-3/+7
2023-07-28Add a merge_range to ssa_cache and use it. add empty_p and param tweaks.Andrew MacLeod1-4/+2
2023-05-24Make ssa_cache a range_query.Andrew MacLeod1-0/+8
2023-05-24Only update global value if it changes.Andrew MacLeod1-4/+4
2023-05-04Rename last_stmt to last_nondebug_stmtRichard Biener1-1/+1
2023-04-26Rename ssa_global_cache to ssa_cache and add has_rangeAndrew MacLeod1-7/+7
2023-03-23ranger: Ranger meets aspellJakub Jelinek1-5/+5
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-12-08Ensure arguments to range-op handler are supported.Andrew MacLeod1-11/+13
2022-11-11Don't add dependencies in update_stmt.Andrew MacLeod1-1/+1
2022-11-07Add transitive inferred range processing.Andrew MacLeod1-0/+48
2022-11-03Update range query cache when a statement is updated.Andrew MacLeod1-0/+34
2022-11-01Allow queries on exit block.Andrew MacLeod1-1/+0
2022-10-19Add assume support to VRP.Andrew MacLeod1-0/+190
2022-09-22Create gimple_range_op_handler in a new source file.Andrew MacLeod1-5/+6
2022-07-25[PR middle-end/106432] Gracefully handle unsupported type in range_on_edgeAldy Hernandez1-1/+3
2022-07-11Implement global ranges for all vrange types (SSA_NAME_RANGE_INFO).Aldy Hernandez1-26/+4
2022-07-04Misc conversions to vrange.Aldy Hernandez1-3/+8
2022-06-03Misc range temporary fixes.Aldy Hernandez1-3/+6
2022-06-03Implement vrange::supports_type_p.Aldy Hernandez1-2/+2
2022-06-01Convert ranger and clients to vrange.Aldy Hernandez1-24/+40
2022-06-01Convert range-op.* to vrange.Aldy Hernandez1-3/+3
2022-05-25Tweak comments.Andrew MacLeod1-1/+1
2022-05-25Use infer instead of side-effect for ranges.Andrew MacLeod1-5/+4
2022-05-17Add side effect infrastructure.Andrew MacLeod1-16/+11
2022-05-13Export global ranges during the VRP block walk.Andrew MacLeod1-0/+22
2022-04-25Retain existing range knowledge when prefilling statements.Andrew MacLeod1-0/+4
2022-02-09Register non-null side effects properly.Andrew MacLeod1-3/+24
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-01Also pre-process PHIs in range-of-stmt.Andrew MacLeod1-10/+19
2021-11-24Directly resolve range_of_stmt dependencies.Andrew MacLeod1-2/+105
2021-11-24Split return functionality of get_non_stale_global_range.Andrew MacLeod1-9/+12
2021-11-24Range-on-edge trace tweak.Andrew MacLeod1-2/+2
2021-11-09Keep x_range_query NULL for global ranges.Andrew MacLeod1-2/+3
2021-11-08Don't calculate new values when using the private context callback.Andrew MacLeod1-2/+2
2021-11-03Provide some context to folding via ranger.Andrew MacLeod1-1/+27
2021-10-29Perform on-entry propagation after range_of_stmt on a gcond.Andrew MacLeod1-1/+11
2021-10-25Always output exported ranges to a dump_file.Andrew MacLeod1-1/+1
2021-10-21Split --param=evrp-mode into evrp-mode and ranger-debug.Andrew MacLeod1-1/+1
2021-10-18Process EH edges again and call get_tree_range on non gimple_range_ssa_p names.Andrew MacLeod1-5/+5
2021-10-15Ranger : Do not process abnormal ssa-names.Andrew MacLeod1-0/+4
2021-09-30Add gimple_ranger::debug.Aldy Hernandez1-0/+6
2021-09-23Create a ranger-local flag for non-executable edges.Andrew MacLeod1-4/+18
2021-09-20Use EDGE_EXECUTABLE in ranger and return UNDEFINED for those edges.Andrew MacLeod1-11/+25
2021-08-25Avoid printing range table header alone.Martin Sebor1-21/+24
2021-08-19Document enable_ranger and disable_ranger.Martin Sebor1-0/+7
2021-08-17Abstract tracing routines into a class.Andrew MacLeod1-292/+101
2021-07-15Abstract out non_null adjustments in ranger.Aldy Hernandez1-6/+2
2021-06-23Split gimple-range into gimple-range-fold and gimple-range.Andrew MacLeod1-1379/+0