Commit Graph

442 Commits (774223165c9ecf743ce3d86d4bc3b6cad2335221)

Author SHA1 Message Date
Josh Berdine f7a860401b [sledge] Move Term.solve to Equality 5 years ago
Josh Berdine 0b35328eb0 [sledge] Factor out solving polynomial = 0 equalities from solve 5 years ago
Josh Berdine 62dc914de7 [sledge] Use a defined variant type for Term.classify 5 years ago
Josh Berdine fad59b4dc4 [sledge] Add some missing Vector operations 5 years ago
Josh Berdine 2f0a0cf288 [sledge] Replace Memory and Concat Term constructors with eq_concat 5 years ago
Josh Berdine 0137186fe5 [sledge] Improve Solver tracing 5 years ago
Josh Berdine 18fd68f60a [sledge] Add Trace.infok 5 years ago
Josh Berdine ff65bcce1c [sledge] Minor simplification in Term.map 5 years ago
Josh Berdine 7f727df119 [sledge] Remove size of Splat exps and terms 5 years ago
Josh Berdine 2aa73f9946 [sledge] Use Int.sign instead of non-exhaustive matches 5 years ago
Josh Berdine b17cfd7db6 [sledge] Printing and tracing improvements 5 years ago
Josh Berdine 1ad2c9025a [sledge] Improve Sh docs 5 years ago
Josh Berdine 65f0b691a9 [sledge] Remove redundant `open` 5 years ago
Josh Berdine 84bb409412 [sledge] Sort arguments of Eq terms 5 years ago
Josh Berdine 9338bf1adb [sledge] Minor optimization of nop Var.Subst.freshen 5 years ago
Josh Berdine 914cd06e4d [sledge] Close Equality.classes under one-step congruence 5 years ago
Josh Berdine adb1e48467 [sledge] Simplify printing of symbolic heaps 5 years ago
Josh Berdine 960a9f76a0 [sledge] Remove some fragile patterns 5 years ago
Josh Berdine c52b49e6c0 [sledge] Add Term.Map and Var.Map 5 years ago
Josh Berdine 83c59dc795 [sledge] Simplify Sh.fold_terms to fold_vars 5 years ago
Josh Berdine 01825598f7 [sledge] Equality.and_eq is part of the exposed interface 5 years ago
Josh Berdine 6e01fa91d5 [sledge] Replace Set.inter_diff with clearer diff_inter 5 years ago
Josh Berdine b8833b76b8 [sledge] Add classic equality tests for arithmetic and congruence 5 years ago
Josh Berdine 8fb0632aba [sledge] Add test Makefile targets for generating Llair code 5 years ago
Josh Berdine c9a0b06be2 [sledge] Update expected test results 5 years ago
Scott Owens 1ddeacee50 [sledge sem] Rework phi instructions 5 years ago
Josh Berdine 3c6e2469de [ocamlformat] Enable parsing and reformatting docstrings 5 years ago
Josh Berdine 517b99e673 [sledge] Avoid infix monad operators in non-pipeline code 5 years ago
Josh Berdine c9449cce77 [sledge] Some simplifications using let+ 5 years ago
Josh Berdine f60ce32125 [sledge] Undeprecate Not_found in the implementation of Import 5 years ago
Josh Berdine 0999d202ad [sledge] Remove dead List.remove 5 years ago
Josh Berdine 661db9db76 [sledge] Implement Map.find_and_remove more directly 5 years ago
Josh Berdine 30aa8aa3b9 [sledge] Basic definitions for monadic binding operators 5 years ago
Josh Berdine cfbbacf9f1 [sledge] Improve using extended open 5 years ago
Josh Berdine 7ed8a6a260 [sledge] Simplify and improve using local subst in sigs 5 years ago
Josh Berdine b22d8b4151 [sledge] Simplify using shadowing of modules from includes 5 years ago
Josh Berdine b1a6928a50 [sledge] Avoid wildcard exception handler 5 years ago
Josh Berdine f2be1cbed0 [sledge] Hashtbl.Key has been deprecated in favor of Hashtbl.Key.S 5 years ago
Josh Berdine b5915db605 [sledge] Clear terminal between builds in watch mode 5 years ago
Josh Berdine 48fd99d48f [sledge] Avoid matching on Not_found 5 years ago
Josh Berdine e201e517c9 [sledge][NFC] Refactor to avoid an unused open warning 5 years ago
Josh Berdine 6c5d9d4acb [sledge] Remove dependency on ppx_import 5 years ago
Josh Berdine 9d7580b5cd [sledge] Remove ocamlformat from dev-tools.opam 5 years ago
Josh Berdine e3734d3d2c [sledge] Fix bug in Term.solve 5 years ago
Josh Berdine 28e4c74426 [sledge] Fix bug in Equality.or_ 5 years ago
Josh Berdine 8d20e4d64d [ocamlformat] Upgrade ocamlformat version 5 years ago
Josh Berdine 52380b017c [sledge][NFC] Simplify Term rec module 5 years ago
Josh Berdine 1f64634093 [sledge] Simplify type conversions 5 years ago
Josh Berdine e6d93dcf94 [sledge][NFC] Simplify term tests 5 years ago
Scott Owens 1bd290634b [sledge sem] Update integer conversions to new LLAIR 5 years ago