Commit Graph

9321 Commits (54c3dafef8c345b2c97ca5f76cadda51a4954eaa)
 

Author SHA1 Message Date
Gabriela Cunha Sampaio 54c3dafef8 [pulse] Modeling Java instanceof operator as returning true 4 years ago
Loc Le 5cf86cc0c0 [pulse.isl] init for local variables 4 years ago
Ezgi Çiçek a6a279d845 [inferbo] Handle field access from global struct arrays 4 years ago
Sungkeun Cho 9cdd87b67b [inferbo] Handle when const global assigned to local variable 4 years ago
Sungkeun Cho c5de5ee837 [purity] Print warning when inferbo mem is not found 4 years ago
Nikos Gorogiannis 7f6798999a [starvation] warn on SettableFuture.set under lock 4 years ago
Ezgi Çiçek f6f47cd7c9 [inferbo][cost] Add tests for global constant array of structs initialization 4 years ago
Josh Berdine 3593e41de1 [sledge] Change confusing order of Multiset args 4 years ago
Josh Berdine ae787bbde1 [sledge] Simplify Propositional interface 4 years ago
Josh Berdine e284b06e5b [sledge] Refactor Var0 into Trm.Var and Subst 4 years ago
Josh Berdine daaff7ad01 [sledge] Reorder Trm definitions 4 years ago
Josh Berdine 0bcdc59086 [sledge] Avoid using Var.ppx in Trm.ppx 4 years ago
Josh Berdine 6ecdb72fcc [sledge] Do not define Trm.Var recursively with Trm.Trm 4 years ago
Josh Berdine 781280faf1 [sledge] Rename Arithmetic.INDETERMINATE.trm to t 4 years ago
Josh Berdine 768e0b324d [sledge] Remove unneeded Trm.T 4 years ago
Josh Berdine b45b190d05 [sledge] Compare Vars by id 4 years ago
Josh Berdine eef9019442 [sledge] Use (negated) register ids instead of 0 for program vars 4 years ago
Josh Berdine 0534623a63 [sledge] Add unique int ids to Llair registers 4 years ago
Josh Berdine 6010ec45b2 [sledge] Do not consume names for non-call void instructions 4 years ago
Josh Berdine 19a237c730 [sledge] Name trampoline blocks using source block instead of instr 4 years ago
Josh Berdine aaf0921d86 [sledge] Do not regenerate symbol name when updating loc in Frontend 4 years ago
Josh Berdine 5c07232ea3 [sledge] Fix handling of existentials in Sh.and_ 4 years ago
Josh Berdine 05e1e52f0a [sledge] Improve tracing, comments, assertions for function call 4 years ago
Josh Berdine 0587da1c51 [sledge] Fix coverage stats being too low due to clashes 4 years ago
Josh Berdine 3afd679c42 [sledge] Simplify handling of Var.strength 4 years ago
Josh Berdine e625780d73 [sledge] Change build system to ensure report exe is built for testing 4 years ago
Ezgi Çiçek 17a3bec2ca [cost] Add tests for objc differential cost analysis 4 years ago
Sungkeun Cho b50ff19291 [frontend] Reset id generator before generating ObjC getter/setter 4 years ago
Jules Villard b52189d68f [website] Add wolfSSL to the list of Infer users () 4 years ago
Ezgi Çiçek b57ccc3364 [cost] Remove expensive modeling for Provider.get 4 years ago
Xiaoyu Liu 285ddb4a98 Infer# integration () 4 years ago
Daiva Naudziuniene e0f0022fa1 [pulse][objcpp][npe] Basic examples 4 years ago
Ezgi Çiçek 802dce02d1 [cost] Model Collection's containsAll 4 years ago
Ezgi Çiçek 0a517db238 [cost] Model Collection's contains 4 years ago
Josh Berdine 4761e60c5b [sledge] Suppress Context debug wrappers 4 years ago
Josh Berdine 6701194262 [sledge] Minor cleanup in Context 4 years ago
Josh Berdine 8baec586f0 [sledge] Optimize Context.dnf by iterating disjuncts lazily 4 years ago
Josh Berdine 67ce2de306 [sledge] Add some smtlib tests 4 years ago
Josh Berdine c1c83e4da0 [sledge] Test infra improvements 4 years ago
Josh Berdine ee9aa931c4 [sledge] Reimplement equality solver based on "use" superterm index 4 years ago
Josh Berdine ecfb5a1116 [sledge] Improve Context tracing 4 years ago
Josh Berdine 2c46e2b8d4 [sledge] Prepare Context.extend for addition of use lists 4 years ago
Josh Berdine e61278cb9a [sledge] Add Trm.fold_map 4 years ago
Josh Berdine 33731c1a10 [sledge] Improve Context.Subst naming 4 years ago
Josh Berdine cd116fcf41 [sledge] Improve Context.invariant with Theory.classify 4 years ago
Josh Berdine e91fc9d1a3 [sledge] Improve Context.extend with Theory.classify 4 years ago
Josh Berdine 7806a446f6 [sledge] Tighten test for uninterp terms in Context.solve_uninterp_eqs 4 years ago
Josh Berdine 570f2bd8e5 [sledge] Improve test in Context.propagate1 4 years ago
Josh Berdine 745369b83c [sledge] Implement Context.norm in terms of Theory.map_solvables 4 years ago
Josh Berdine 5346f79100 [sledge] Simplify and (minor) strengthen Context.is_valid_eq 4 years ago