1. f17120a [safestack] Add canary to unsafe stack frames by Evgeniy Stepanov · 10 years ago
  2. cad7994 [safestack] Make sure the unsafe stack pointer is popped in all cases by Anna Zaks · 10 years ago
  3. 390c33c Move SafeStack to CodeGen. by Benjamin Kramer · 10 years ago[Renamed (99%) from llvm/lib/Transforms/Instrumentation/SafeStack.cpp]
  4. da00f2f Update to use new name alignTo(). by Rui Ueyama · 10 years ago
  5. 8827f2d [safestack] Add option for non-TLS unsafe stack pointer. by Evgeniy Stepanov · 10 years ago
  6. 42f3b12 [safestack] Protect byval function arguments. by Evgeniy Stepanov · 10 years ago
  7. a4ac3f4 [safestack] Fix handling of array allocas. by Evgeniy Stepanov · 10 years ago
  8. 9842d61 [safestack] Fix alignment of dynamic allocas. by Evgeniy Stepanov · 10 years ago
  9. 447bbdb [safestack] Rewrite isAllocaSafe using SCEV. by Evgeniy Stepanov · 10 years ago
  10. ffec81c Fix some Clang-tidy modernize warnings, other minor fixes. by Eugene Zelenko · 10 years ago
  11. d1aad26 [safestack] Fast access to the unsafe stack pointer on AArch64/Android. by Evgeniy Stepanov · 10 years ago
  12. 9addbc9 Revert "[safestack] Fast access to the unsafe stack pointer on AArch64/Android." by Evgeniy Stepanov · 10 years ago
  13. 142947e [safestack] Fast access to the unsafe stack pointer on AArch64/Android. by Evgeniy Stepanov · 10 years ago
  14. e82c286 Instrumentation: Remove ilist iterator implicit conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  15. 5fe279e Add Triple::isAndroid(). by Evgeniy Stepanov · 10 years ago
  16. 083ca9b Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated files; other minor cleanups. by Hans Wennborg · 10 years ago
  17. f608111 Fix debug info with SafeStack. by Evgeniy Stepanov · 10 years ago
  18. d3f544f [safestack] Fix a stupid mix-up in the direct-tls code path. by Evgeniy Stepanov · 10 years ago
  19. 8685daf [safestack] Fix compiler crash in the presence of stack restores. by Evgeniy Stepanov · 10 years ago
  20. a2002b0 Android support for SafeStack. by Evgeniy Stepanov · 10 years ago
  21. 8d0e301 Revert "Android support for SafeStack." by Evgeniy Stepanov · 10 years ago
  22. ce2e16f Android support for SafeStack. by Evgeniy Stepanov · 10 years ago
  23. 3c9c833 Remove unused TargetTransformInfo dependency from SafeStack pass. by Evgeniy Stepanov · 10 years ago
  24. aa15bff Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes" by Hans Wennborg · 10 years ago
  25. d2799a9 Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes" by Hans Wennborg · 10 years ago
  26. 6fa0945 Fix Clang-tidy misc-use-override warnings, other minor fixes by Hans Wennborg · 10 years ago
  27. 7b560d4 [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible by Chandler Carruth · 10 years ago
  28. 7819951 Rename inst_range() to instructions() for consistency. NFC by Nico Rieck · 10 years ago
  29. de26a91 SafeStack: Create the unsafe stack pointer on demand. by Peter Collingbourne · 10 years ago
  30. 82437bf Protection against stack-based memory corruption errors using SafeStack by Peter Collingbourne · 10 years ago