toaarnio / llvm-ir-memprotect

LLVM IR instrumentation for protection against out-of-bounds memory accesses
Mozilla Public License 2.0
9 stars 2 forks source link

Add better heuristics to resolve if load / store is safe to do. #16

Open elhigu opened 11 years ago

elhigu commented 11 years ago

Current heuristic is so naive that when clamping is done from O0 input it produces better results than giving O3 optimized input to the pass.