[llvm-dev] Dynamic detection of signed integer overflow

John Regehr via llvm-dev llvm-dev at lists.llvm.org
Mon Sep 14 00:25:16 PDT 2015


Moritz,

While implementing the dynamic integer overflow checks that eventually 
lead to UBSan, we did two implementations: one based on generated IR and 
the other inside Clang.  The latter approach was better and is the one 
that stuck.

John


More information about the llvm-dev mailing list