index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Scalar
/
BoundsChecking.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
move the bounds checking pass to the instrumentation folder, where it belongs...
Nuno Lopes
2012-07-20
1
-209
/
+0
*
BoundsChecking: optimize out the check for offset < 0 if size is known to be...
Nuno Lopes
2012-07-03
1
-7
/
+10
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-4
/
+4
*
BoundsChecking: attach debug info to traps to make my life a bit more sane
Nuno Lopes
2012-06-23
1
-9
/
+10
*
port the BoundsChecking patch to the new MemoryBuiltin API (i.e., remove most...
Nuno Lopes
2012-06-21
1
-393
/
+30
*
BoundsChecking: add support for ConstantPointerNull. fixes a bunch of instrum...
Nuno Lopes
2012-06-08
1
-6
/
+7
*
BoundsChecking: fix a bug when the handling of recursive PHIs failed and coul...
Nuno Lopes
2012-06-01
1
-22
/
+39
*
add -bounds-checking-multiple-traps option to make one trap BB per check
Nuno Lopes
2012-05-31
1
-1
/
+5
*
revamp BoundsChecking considerably:
Nuno Lopes
2012-05-31
1
-129
/
+230
*
bounds checking:
Nuno Lopes
2012-05-29
1
-13
/
+51
*
bounds checking: add support for byval arguments
Nuno Lopes
2012-05-25
1
-1
/
+9
*
boundschecking:
Nuno Lopes
2012-05-25
1
-50
/
+104
*
BoundsChecking: add a couple of simple tests and fix a bug in branch emition
Nuno Lopes
2012-05-23
1
-7
/
+19
*
address some of John Criswell's comments
Nuno Lopes
2012-05-22
1
-31
/
+84
*
add a new pass to instrument loads and stores for run-time bounds checking
Nuno Lopes
2012-05-22
1
-0
/
+280