index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
BoundsChecking.cpp
Age
Commit message (
Expand
)
Author
2012-07-20
move the bounds checking pass to the instrumentation folder, where it belongs...
Nuno Lopes
2012-07-03
BoundsChecking: optimize out the check for offset < 0 if size is known to be...
Nuno Lopes
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-23
BoundsChecking: attach debug info to traps to make my life a bit more sane
Nuno Lopes
2012-06-21
port the BoundsChecking patch to the new MemoryBuiltin API (i.e., remove most...
Nuno Lopes
2012-06-08
BoundsChecking: add support for ConstantPointerNull. fixes a bunch of instrum...
Nuno Lopes
2012-06-01
BoundsChecking: fix a bug when the handling of recursive PHIs failed and coul...
Nuno Lopes
2012-05-31
add -bounds-checking-multiple-traps option to make one trap BB per check
Nuno Lopes
2012-05-31
revamp BoundsChecking considerably:
Nuno Lopes
2012-05-29
bounds checking:
Nuno Lopes
2012-05-25
bounds checking: add support for byval arguments
Nuno Lopes
2012-05-25
boundschecking:
Nuno Lopes
2012-05-23
BoundsChecking: add a couple of simple tests and fix a bug in branch emition
Nuno Lopes
2012-05-22
address some of John Criswell's comments
Nuno Lopes
2012-05-22
add a new pass to instrument loads and stores for run-time bounds checking
Nuno Lopes