summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SafeStack.cpp
Commit message (Expand)AuthorAgeFilesLines
* Test commit.Michael LeMay2016-10-171-1/+1
* [safestack] Use non-thread-local unsafe stack pointer for Contiki OSDavid L Kreitzer2016-10-141-49/+1
* [safestack] Reapply r283248 after moving X86-targeted SafeStack tests intoDavid L Kreitzer2016-10-131-7/+6
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* Revert r283248. It caused failures in the hexagon buildbots.David L Kreitzer2016-10-041-6/+7
* [safestack] Requires a valid TargetMachine to be passed to the SafeStack pass.David L Kreitzer2016-10-041-7/+6
* [safestack] Fix stack guard live range.Evgeniy Stepanov2016-07-261-1/+1
* StackColoring for SafeStack.Evgeniy Stepanov2016-06-291-38/+50
* Fix doubly included headerMatt Arsenault2016-06-231-1/+0
* [safestack] Sink unsafe address computation to each use.Evgeniy Stepanov2016-06-161-8/+31
* [safestack] Fixup llvm.dbg.value when rewriting unsafe allocas.Evgeniy Stepanov2016-06-161-0/+1
* [safestack] Add canary to unsafe stack framesEvgeniy Stepanov2016-04-111-19/+76
* [safestack] Make sure the unsafe stack pointer is popped in all casesAnna Zaks2016-02-021-27/+26
* Move SafeStack to CodeGen.Benjamin Kramer2016-01-271-0/+760
OpenPOWER on IntegriCloud