Dmitry Vasilyev
569ec185f5
[llvm-cxxfilt] Added the option --no-params ( #75348 )
...
Added -p / --no-params flag to skip demangling function parameters
similar to how it is supported by GNU c++filt tool.
There are cases when users want to demangle a large number of symbols in
bulk, for example, at startup, and do not care about function parameters
and overloads at that time. Skipping the demangling of parameter types
led to a measurable improvement in performance. Our users reported about
15% speed up with GNU c++filt and we expect similar results with
llvm-cxxfilt with this patch.
2024-01-04 20:42:51 +04:00
..
2023-11-07 17:26:26 +01:00
2023-12-07 15:04:56 -05:00
2023-12-13 15:47:54 -08:00
2023-11-10 12:11:13 -08:00
2023-12-19 21:51:26 -08:00
2024-01-03 11:21:22 +01:00
2023-12-25 12:33:00 -08:00
2023-12-11 21:01:36 -08:00
2023-12-12 17:15:05 +01:00
2023-12-03 16:24:43 -08:00
2023-12-14 14:03:19 -08:00
2023-12-19 19:15:39 +09:00
2023-08-15 01:16:58 -07:00
2023-12-11 21:01:36 -08:00
2024-01-04 20:42:51 +04:00
2023-08-17 23:26:51 +00:00
2023-10-09 14:20:04 -07:00
2023-12-25 12:33:00 -08:00
2023-12-11 21:01:36 -08:00
2023-10-09 15:03:29 -07:00
2023-12-28 21:16:03 +01:00
2023-12-11 21:01:36 -08:00
2023-12-18 12:47:24 -08:00
2024-01-04 00:40:30 -08:00
2023-12-03 11:31:38 -08:00
2023-08-04 13:57:13 -07:00
2023-10-04 13:45:16 -07:00
2024-01-03 15:12:31 +01:00
2023-12-11 21:01:36 -08:00
2023-08-04 14:43:11 -07:00
2023-09-30 15:25:41 -07:00
2023-12-02 10:47:26 -08:00
2023-07-05 14:53:14 -07:00
2023-09-01 07:57:45 -07:00
2023-06-26 11:20:08 +02:00
2023-06-26 11:20:08 +02:00
2023-11-11 22:46:28 -08:00
2023-12-09 14:28:45 -08:00
2023-08-15 01:16:58 -07:00
2023-12-11 21:01:36 -08:00
2023-12-14 16:28:34 -06:00
2023-12-21 08:17:32 -06:00
2023-10-04 13:45:16 -07:00
2023-06-25 15:42:22 +01:00
2023-12-03 16:24:43 -08:00
2023-12-21 10:43:04 -08:00
2023-12-24 17:48:18 +01:00
2023-12-18 12:31:05 +02:00
2023-12-18 09:22:22 -06:00
2024-01-02 15:22:26 -08:00
2023-12-13 11:13:09 +07:00
2023-12-02 10:47:26 -08:00
2023-10-12 21:21:45 -07:00
2023-12-08 23:10:14 -08:00
2023-08-04 13:57:13 -07:00
2023-12-28 18:04:25 +01:00
2023-12-11 21:01:36 -08:00
2023-08-15 01:16:58 -07:00
2023-12-15 17:35:33 +07:00
2023-08-15 01:16:58 -07:00
2023-12-11 21:01:36 -08:00
2023-12-03 22:32:21 -08:00
2023-10-24 23:03:13 -07:00
2023-10-24 23:03:13 -07:00
2023-09-14 14:10:14 -07:00
2023-12-13 13:13:53 -05:00
2023-12-13 16:18:24 +08:00
2023-08-04 13:57:13 -07:00
2023-12-04 12:24:51 -05:00
2023-12-06 17:14:58 +00:00
2023-12-11 21:01:36 -08:00
2023-07-14 19:29:28 +00:00