8041 Commits (f41575411cb154771ce27bc32ef70e976fc0c43a)
 

Author SHA1 Message Date
Jules Villard edba795825 [AI] move disjunctive scheduling to AbstractInterpreter
6 years ago
Jules Villard 60184a5e73 [AI] light internal refactoring of the scheduler
6 years ago
Jules Villard 401ecc2406 [IR] `Instrs.empty` and `Instrs.singleton` have both directions
6 years ago
Ezgi Çiçek b0da1c6837 [frontend][clang] Remove call to skip when translating CXXStdInitializerListExpr
6 years ago
Mitya Lyubarskiy a7e8bb5f4d [reporting] Don't secretly hide `Info` issues
6 years ago
Josh Berdine 53822697f9 [sledge] Rename contexts/profiles to be more conventional
6 years ago
Josh Berdine de20da4fb6 [sledge] Rename lib to src
6 years ago
Josh Berdine 8b59dc58fc [sledge] Remove dead llmodule field from frontend translation context
6 years ago
Jules Villard 50feb5481c [pudge] only ask unsat when reporting
6 years ago
Jules Villard 822a78c576 [pudge] lazily compute sledge stuff
6 years ago
Jules Villard 3220804ddb [pulse] add a cache of constants to equate them
6 years ago
Mitya Lyubarskiy 196043ab61 [nullsafe] Don't specify full class name in meta-issue text
6 years ago
Nikos Gorogiannis 73dda893ed [racerd] record dynamic types used in constructors for synchronized containers
6 years ago
Mitya Lyubarskiy 94b75585e5 [nullsafe] x-plat friendly JSON data for nullsafe metainfo
6 years ago
Daiva Naudziuniene dae7f36339 [pulse] Vector iterator model
6 years ago
David Pichardie ccb2d23c5b Make source file baby parser fails silently
6 years ago
Scott Owens d30b0959a1 [sledge sem] Add a README
6 years ago
Nikos Gorogiannis 72819a3865 [racerd] remove ownership init logic for locals
6 years ago
Jules Villard 36f44f030d [pudge] spit out sledge replay tests
6 years ago
Jules Villard 7a888170e7 [pudge] it's alive!
6 years ago
Jules Villard ab41305509 [pudge] Add a dependency on the sledge lib
6 years ago
Scott Owens 49d95f40a2 [sledge sem] Adds a theorem about block processing order
6 years ago
Nikos Gorogiannis 3b46c3b4da [racerd] refactor analysis driver function
6 years ago
Sungkeun Cho 572af451a9 [inferbo] Sanity check when constructing a set of known locations
6 years ago
Mitya Lyubarskiy 6a75ba6429 [nullsafe] Take into account Lambda classes in JavaClassName
6 years ago
Sungkeun Cho 2152af123d [inferbo] Remove dead check in appending field to location
6 years ago
Mitya Lyubarskiy 54c4715adc [nullsafe] Specify the right class location in meta-issue info
6 years ago
Scott Owens 8d49b8d6ef [sledge sem] Remove some proof cheats
6 years ago
Scott Owens 9327f41880 [sledge sem] Organise the tranlation corectness proof
6 years ago
Scott Owens 2a6ababa99 [sledge sem] Rework emap invariant
6 years ago
Sungkeun Cho 30ca51366d [inferbo] Do not append field to the unknown location
6 years ago
Josh Berdine 6e4a729ab6 [sledge] Do not add simple constants to Equality relation representation
6 years ago
Josh Berdine 1b5302b4d2 [sledge] Simplify remainder of a rational by an integer
6 years ago
Josh Berdine fcd0e41ee6 [sledge] Return early for == args in Term compare and equal
6 years ago
Josh Berdine 76695690b8 [sledge] Do not simplify Mul and Div terms
6 years ago
Josh Berdine a3a6a5a6fe [sledge] Do not solve for Integer constants
6 years ago
Josh Berdine 32c5fb2837 [sledge] Do not represent Equality rep sparsely on constants
6 years ago
Josh Berdine de1689ac87 [sledge] Change And and Or terms from binary to flattened n-ary
6 years ago
Josh Berdine 87c8eb7c3a [sledge] Strengthen normalization of division
6 years ago
Josh Berdine cd72d3a82e [sledge] Simplify Term.Sum.to_term
6 years ago
Josh Berdine 2fc8bc1f84 [sledge] Export Term.map_rec_pre and add Term.fold_map_rec_pre
6 years ago
Josh Berdine 548928a839 [sledge] Strengthen Equality invariant to ensure carrier closed under subterms
6 years ago
Josh Berdine 2124be1c71 [sledge] Remove the "simplified" intermediate between interpreted and uninterpreted
6 years ago
Josh Berdine ee595f2ebf [sledge] Strengthen Equality.close to handle rep being sparse on constants
6 years ago
Josh Berdine 2f4f9801ed [sledge] Add Term.is_constant
6 years ago
Josh Berdine c91e09031f [sledge] Strengthen Equality normalization
6 years ago
Josh Berdine 0f50d3c248 [sledge] Do not solve polynomials for Mul or Div terms
6 years ago
Josh Berdine eb750ba6f9 [sledge] Avoid cyclic solutions to polynomial equations
6 years ago
Josh Berdine 1b20f02052 [sledge] Strengthen normalization of division, avoiding non-reals
6 years ago
Josh Berdine 4ea9eced05 [sledge] Improve Term.Sum.to_term
6 years ago