No functional changes, just refactoring to make D23947 simpler.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D23954
[asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayout ClosedPublic Authored by vitalybuka on Aug 26 2016, 8:58 PM.
Details
Diff Detail
Event Timelinevitalybuka retitled this revision from to [asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayout. vitalybuka updated this object. eugenis edited edge metadata. Comment ActionsLGTM
This revision is now accepted and ready to land.Aug 29 2016, 10:08 AM vitalybuka marked an inline comment as done. vitalybuka edited edge metadata. Comment ActionsRemoved unused declaration Closed by commit rL279982: [asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayout (authored by vitalybuka). · Explain WhyAug 29 2016, 10:49 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 69585 llvm/trunk/include/llvm/Transforms/Utils/ASanStackFrameLayout.h
llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp
llvm/trunk/lib/Transforms/Utils/ASanStackFrameLayout.cpp
llvm/trunk/unittests/Transforms/Utils/ASanStackFrameLayoutTest.cpp
|