Don't wipe out global variables that are probably storing pointers to heap
[oota-llvm.git] / lib / Transforms / Scalar / BoundsChecking.cpp
2012-07-03 Nuno LopesBoundsChecking: optimize out the check for offset ...
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-23 Nuno LopesBoundsChecking: attach debug info to traps to make...
2012-06-21 Nuno Lopesport the BoundsChecking patch to the new MemoryBuiltin...
2012-06-08 Nuno LopesBoundsChecking: add support for ConstantPointerNull...
2012-06-01 Nuno LopesBoundsChecking: fix a bug when the handling of recursiv...
2012-05-31 Nuno Lopesadd -bounds-checking-multiple-traps option to make...
2012-05-31 Nuno Lopesrevamp BoundsChecking considerably:
2012-05-29 Nuno Lopesbounds checking:
2012-05-25 Nuno Lopesbounds checking: add support for byval arguments
2012-05-25 Nuno Lopesboundschecking:
2012-05-23 Nuno LopesBoundsChecking: add a couple of simple tests and fix...
2012-05-22 Nuno Lopesaddress some of John Criswell's comments
2012-05-22 Nuno Lopesadd a new pass to instrument loads and stores for run...