Extract instrumenting dynamic allocas into separate method.
Rename asan-instrument-allocas -> asan-instrument-dynamic-allocas
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D23707
[asan] Cleanup instrumentation of dynamic allocas ClosedPublic Authored by vitalybuka on Aug 19 2016, 12:08 AM.
Details Summary Extract instrumenting dynamic allocas into separate method.
Diff Detail
Event Timelinevitalybuka updated this object. This revision is now accepted and ready to land.Aug 19 2016, 12:26 PM Closed by commit rL279376: [asan] Cleanup instrumentation of dynamic allocas (authored by vitalybuka). · Explain WhyAug 20 2016, 10:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 68782 llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp
llvm/trunk/test/Instrumentation/AddressSanitizer/debug_info_noninstrumented_alloca.ll
llvm/trunk/test/Instrumentation/AddressSanitizer/do-not-instrument-promotable-allocas.ll
llvm/trunk/test/Instrumentation/AddressSanitizer/instrument-dynamic-allocas.ll
llvm/trunk/test/Instrumentation/AddressSanitizer/lifetime.ll
|