toaarnio / llvm-ir-memprotect

LLVM IR instrumentation for protection against out-of-bounds memory accesses
Mozilla Public License 2.0
9 stars 2 forks source link

Create API to AreaLimit class to be able to request area limits for values #6

Closed elhigu closed 11 years ago

elhigu commented 11 years ago

Class should utilize AddressSpaceInfoManager and LimitAnalyser to be able to create lazily limit structures for code generation to be able to create safe pointer arguments for functions and boundary checks for loads/stores.