Wesley Wiser
019d75b44e
Add SafeStack support to rustc
...
Adds support for LLVM [SafeStack] which provides backward edge control
flow protection by separating the stack into two parts: data which is
only accessed in provable safe ways is allocated on the normal stack
(the "safe stack") and all other data is placed in a separate allocation
(the "unsafe stack").
SafeStack support is enabled by passing `-Zsanitizer=safestack`.
[SafeStack]: https://clang.llvm.org/docs/SafeStack.html
2023-05-26 15:18:54 -04:00
..
2023-05-16 17:59:56 +10:00
2023-05-25 16:59:57 +00:00
2023-05-26 03:31:04 +00:00
2023-05-25 23:49:35 +00:00
2023-05-25 23:49:35 +00:00
2023-05-26 06:20:21 +00:00
2023-05-25 23:49:35 +00:00
2023-05-25 13:58:02 -07:00
2023-05-25 23:49:35 +00:00
2023-05-26 15:18:54 -04:00
2023-05-26 15:18:54 -04:00
2023-05-26 03:31:04 +00:00
2023-05-25 08:01:08 +02:00
2023-05-25 23:49:35 +00:00
2023-05-09 20:49:32 +02:00
2023-05-26 03:31:04 +00:00
2023-05-25 23:49:35 +00:00
2023-05-24 14:33:43 +00:00
2023-05-07 00:12:29 +03:00
2023-05-24 14:20:41 +00:00
2023-05-25 23:49:35 +00:00
2023-05-26 03:31:04 +00:00
2023-05-25 23:49:35 +00:00
2023-05-25 00:33:43 +00:00
2023-05-26 06:20:21 +00:00
2023-05-25 23:49:35 +00:00
2023-05-15 18:33:12 +10:00
2023-05-26 03:31:04 +00:00
2023-05-08 04:50:28 +00:00
2023-05-26 15:18:54 -04:00
2023-05-18 09:45:12 +02:00
2023-05-25 23:49:35 +00:00
2023-05-26 08:58:40 +00:00
2023-05-26 08:24:09 +02:00
2023-05-25 23:49:35 +00:00
2023-05-26 03:31:04 +00:00
2023-05-26 08:24:07 +02:00
2023-05-25 23:49:35 +00:00
2023-05-25 23:49:35 +00:00
2023-05-25 23:49:35 +00:00
2023-05-21 11:25:07 +02:00
2023-05-25 23:49:35 +00:00
2023-05-26 03:31:04 +00:00
2023-05-15 08:59:11 +10:00
2023-05-26 15:18:54 -04:00
2023-05-08 14:23:19 +00:00
2023-05-25 16:43:14 +00:00
2023-05-24 14:20:41 +00:00
2023-05-26 15:18:54 -04:00
2023-05-26 06:20:21 +00:00
2023-05-25 17:29:22 +00:00
2023-05-25 23:49:35 +00:00
2023-05-13 10:12:14 +00:00