aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/BoundsChecking.cpp
AgeCommit message (Expand)Author
2012-07-20move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes
2012-07-03BoundsChecking: optimize out the check for offset < 0 if size is known to be...Nuno Lopes
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth
2012-06-23BoundsChecking: attach debug info to traps to make my life a bit more saneNuno Lopes
2012-06-21port the BoundsChecking patch to the new MemoryBuiltin API (i.e., remove most...Nuno Lopes
2012-06-08BoundsChecking: add support for ConstantPointerNull. fixes a bunch of instrum...Nuno Lopes
2012-06-01BoundsChecking: fix a bug when the handling of recursive PHIs failed and coul...Nuno Lopes
2012-05-31add -bounds-checking-multiple-traps option to make one trap BB per checkNuno Lopes
2012-05-31revamp BoundsChecking considerably:Nuno Lopes
2012-05-29bounds checking:Nuno Lopes
2012-05-25bounds checking: add support for byval argumentsNuno Lopes
2012-05-25boundschecking:Nuno Lopes
2012-05-23BoundsChecking: add a couple of simple tests and fix a bug in branch emitionNuno Lopes
2012-05-22address some of John Criswell's commentsNuno Lopes
2012-05-22add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes