summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/SafeStack.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg2015-09-101-4/+3
* Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"Hans Wennborg2015-09-101-3/+4
* Fix Clang-tidy misc-use-override warnings, other minor fixesHans Wennborg2015-09-101-4/+3
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-2/+2
* Rename inst_range() to instructions() for consistency. NFCNico Rieck2015-08-061-1/+1
* SafeStack: Create the unsafe stack pointer on demand.Peter Collingbourne2015-06-221-3/+4
* Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne2015-06-151-0/+608
OpenPOWER on IntegriCloud