OSDN Git Service

add a new pass to instrument loads and stores for run-time bounds checking
authorNuno Lopes <nunoplopes@sapo.pt>
Tue, 22 May 2012 17:19:09 +0000 (17:19 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Tue, 22 May 2012 17:19:09 +0000 (17:19 +0000)
commit5c525b59d5e0036a778d278eeff4832edfd41357
treeeb0e146a3ad637e382f3af8527aa385327b643e0
parent23e75da7e0622528be3c3908b5fe3ae8857cdf65
add a new pass to instrument loads and stores for run-time bounds checking
move EmitGEPOffset from InstCombine to Transforms/Utils/Local.h

(a draft of this) patch reviewed by Andrew, thanks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157261 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Utils/Local.h
lib/Transforms/InstCombine/InstCombine.h
lib/Transforms/InstCombine/InstCombineAddSub.cpp
lib/Transforms/InstCombine/InstructionCombining.cpp
lib/Transforms/Scalar/BoundsChecking.cpp [new file with mode: 0644]
lib/Transforms/Scalar/Scalar.cpp