Min-Yih Hsu
6685a3f3e4
[cfe] Support target-specific escaped character in inline asm
...
GCC allows each target to define a set of non-letter and non-digit
escaped characters for inline assembly that will be replaced by another
string (They call this "punctuation" characters. The existing "%%" and
"%{" -- replaced by '%' and '{' at the end -- can be seen as special
cases shared by all targets).
This patch implements this feature by adding a new hook in `TargetInfo`.
Differential Revision: https://reviews.llvm.org/D103036
2021-05-24 21:39:21 -07:00
..
2020-11-17 13:02:58 +00:00
2021-01-06 16:44:50 -08:00
2021-05-18 10:27:35 +03:00
2020-10-21 13:21:41 -07:00
2020-11-03 13:59:01 -08:00
2021-05-19 13:31:53 -07:00
2020-07-28 11:52:29 -05:00
2021-01-20 15:55:35 +01:00
2021-05-12 19:00:08 +00:00
2021-05-06 02:10:41 -05:00
2020-09-09 07:32:40 +00:00
2020-10-27 00:03:43 +00:00
2020-10-26 12:08:57 -07:00
2021-01-20 15:55:35 +01:00
2021-02-05 11:27:30 -05:00
2021-03-17 08:59:04 +00:00
2021-05-04 11:19:01 +02:00
2021-01-27 11:21:01 +00:00
2021-03-17 08:59:04 +00:00
2021-05-20 16:28:58 +02:00
2021-04-06 11:17:01 -04:00
2020-08-06 12:25:19 -04:00
2021-05-12 19:00:08 +00:00
2021-05-12 18:45:34 -07:00
2021-05-12 19:00:08 +00:00
2020-10-21 13:21:41 -07:00
2021-04-10 11:48:41 +01:00
2021-01-20 15:55:35 +01:00
2021-03-17 08:59:04 +00:00
2020-07-10 15:10:24 -04:00
2021-02-05 11:27:30 -05:00
2021-05-18 10:27:35 +03:00
2021-05-17 22:42:17 -07:00
2020-11-09 22:10:27 -08:00
2021-04-27 22:26:10 -04:00
2021-02-05 11:27:30 -05:00
2021-02-18 10:17:31 +08:00
2021-05-12 19:00:08 +00:00
2021-02-18 10:17:31 +08:00
2021-01-20 15:55:35 +01:00
2021-04-09 14:00:36 -05:00
2020-07-14 08:59:57 -07:00
2021-02-18 15:04:03 +00:00
2021-02-18 10:17:31 +08:00
2020-07-27 15:13:03 -04:00
2021-05-17 11:30:29 -04:00
2021-05-24 21:39:21 -07:00
2021-04-09 14:00:36 -05:00
2021-05-12 19:00:08 +00:00
2021-04-09 14:00:36 -05:00
2021-05-12 19:00:08 +00:00
2020-10-19 17:48:04 -04:00
2021-05-17 22:42:17 -07:00
2021-05-12 18:45:34 -07:00
2021-02-18 10:17:31 +08:00
2021-05-18 10:27:35 +03:00
2021-04-12 14:10:52 +08:00