1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jan 09, 2025 — Jan 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve BasicBlock API (#1078) More... over 1 year ago
Add State::getPath (#1079) More... over 1 year ago
llvm2alive: handle fnattr for all arithmetic intrinsics (#1081) More... over 1 year ago
initialize current_bb properly (test case) (#1082) More... over 1 year ago
init #init BB properly during sym execution More... over 1 year ago
Add Instr::isTerminator (#1077) More... over 1 year ago
Add missing getters (#1076) More... over 1 year ago
prevent infinite recursion in bounded approximator More... over 1 year ago
limit local blks in alias analysis More... over 1 year ago
disable some alias rules that never hit in practice after some profiling More... over 1 year ago
implement tracking of ptr escaping in fn calls (in preparation for next commit) More... over 1 year ago
another small tweak to alias analysis taking advantage of alignment More... over 1 year ago
fix unit tests More... over 1 year ago
fix unit test More... over 1 year ago
asm mode: improve memory access() computed offset for singletions More... over 1 year ago
improve alias analysis and escaped ptr analysis reduces number of aliases and thus vcgen time More... over 1 year ago
Name SMT queries & file dumps (#1073) More... over 1 year ago
llvm2alive: mark intrinsic calls as approximated when reading in clang.arc.attachedcall More... over 1 year ago
if a call only has the allocsize attribute consider that it allocates More... over 1 year ago
allow introduction of dereferenceable param attrs This is done by LLVM's assume simplifier More... over 1 year ago
fix access to uninit var More... over 1 year ago
llvm2alive: add support for assume dereferenceable & ignore cold as well More... over 1 year ago
fix #1070: broken counterexample printing when nondet vars have preconditions More... over 1 year ago
minor code simplification More... over 1 year ago
asm mode: implement full provenance in pointers More... over 1 year ago
fix crash with fn calls interleaved with full store More... over 1 year ago
llvm2alive: fix missing fn decls for addr taken functions More... over 1 year ago
llvm2alive: add support for clang.arc.attachedcall call bundle More... over 1 year ago
make input ptr args with align keyword dereferenceable for the size up to align if needed More... over 1 year ago
zero out aligned offset bits of input ptr arguments More... over 1 year ago