Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
de8c6fb24f79c670badcb2ec7426796386a7f1c7
/
llvm
/
lib
/
Transforms
/
Scalar
/
BoundsChecking.cpp
de8c6fb
BoundsChecking: attach debug info to traps to make my life a bit more sane
by Nuno Lopes
· 13 years ago
0e967e0
port the BoundsChecking patch to the new MemoryBuiltin API (i.e., remove most of the code from here).
by Nuno Lopes
· 13 years ago
4b68c1d
BoundsChecking: add support for ConstantPointerNull. fixes a bunch of instrumentation failures in loops with reallocs
by Nuno Lopes
· 13 years ago
adf1c85
BoundsChecking: fix a bug when the handling of recursive PHIs failed and could leave dangling references in the cache
by Nuno Lopes
· 14 years ago
288e86ff6
add -bounds-checking-multiple-traps option to make one trap BB per check
by Nuno Lopes
· 14 years ago
7d00061
revamp BoundsChecking considerably:
by Nuno Lopes
· 14 years ago
8bd45f8
bounds checking:
by Nuno Lopes
· 14 years ago
e9b0bdf
bounds checking: add support for byval arguments
by Nuno Lopes
· 14 years ago
a6da3ff
boundschecking:
by Nuno Lopes
· 14 years ago
10287d8
BoundsChecking: add a couple of simple tests and fix a bug in branch emition
by Nuno Lopes
· 14 years ago
59e9df7
address some of John Criswell's comments
by Nuno Lopes
· 14 years ago
a2f6cec
add a new pass to instrument loads and stores for run-time bounds checking
by Nuno Lopes
· 14 years ago