search for: llvmpatch

Displaying 1 result from an estimated 1 matches for "llvmpatch".

Did you mean: livepatch
2011 Jun 23
1
[LLVMdev] Request for Review: SAFECode Patch
Dear All, I've developed a patch for mainline LLVM that integrates parts of the SAFECode memory safety compiler (http://sva.cs.illinois.edu) into LLVM. The patch includes transforms that add run-time safety checks to loads and stores and GetElementPtr instructions, a run-time library that implements the checks, a transform that enhances the run-time checks with source file debugging