rust/compiler/rustc_interface/src
Oleksii Lozovskyi 0e60df9ed1 Parse "-Z instrument-xray" codegen option
Recognize all bells and whistles that LLVM's XRay pass is capable of.
The always/never settings are a bit dumb without attributes but they're
still there. The default instruction count is chosen by the compiler,
not LLVM pass. We'll do it later.
2023-02-09 12:25:21 +09:00
..
callbacks.rs Ignore span references from diagnostics. 2022-12-25 18:48:42 +00:00
errors.rs session: diagnostic migration lint on more fns 2023-01-30 17:11:35 +00:00
interface.rs Move compiler input and ouput paths into session 2023-01-16 14:46:44 +00:00
lib.rs Don't call closures immediately, use try{} blocks 2023-01-17 07:48:19 +00:00
passes.rs rustc_interface: remove huge error imports 2023-02-05 03:48:08 +01:00
proc_macro_decls.rs Simplify code 2022-11-05 17:54:06 +01:00
queries.rs Store the gctxt instead of fetching it twice. 2023-01-23 10:35:21 +00:00
tests.rs Parse "-Z instrument-xray" codegen option 2023-02-09 12:25:21 +09:00
util.rs session: diagnostic migration lint on more fns 2023-01-30 17:11:35 +00:00