rust/compiler/rustc_codegen_gcc/src
Tomasz Miąsko 3f2a1c9c17 Use OutputFilenames to generate output file for -Zllvm-time-trace
The resulting profile will include the crate name and will be stored in
the `--out-dir` directory.

This implementation makes it convenient to use LLVM time trace together
with cargo, in the contrast to the previous implementation which would
overwrite profiles or store them in `.cargo/registry/..`.
2021-12-13 00:00:00 +00:00
..
back Remove redundant [..]s 2021-12-09 00:01:29 +01:00
intrinsic Remove workaround for the forward progress handling in LLVM 2021-11-14 16:35:09 +01:00
abi.rs Auto merge of #91003 - psumbera:sparc64-abi, r=nagisa 2021-12-02 02:59:44 +00:00
allocator.rs Merge commit '48d60ab7c5' into libgccjit-codegen 2021-09-17 17:52:40 -04:00
archive.rs Move rustc_middle::middle::cstore to rustc_session. 2021-10-03 16:08:51 +02:00
asm.rs Remove the reg_thumb register class for asm! on ARM 2021-12-07 23:54:09 +00:00
base.rs Use object crate for .rustc metadata generation 2021-12-07 09:39:05 +01:00
builder.rs Add LLVM CFI support to the Rust compiler 2021-10-25 16:23:01 -07:00
callee.rs Merge commit '9809f5d219' into libgccjit-codegen 2021-09-28 09:19:11 -04:00
common.rs Merge commit '9809f5d219' into libgccjit-codegen 2021-09-28 09:19:11 -04:00
consts.rs Merge commit '9809f5d219' into libgccjit-codegen 2021-09-28 09:19:11 -04:00
context.rs Merge commit '9809f5d219' into libgccjit-codegen 2021-09-28 09:19:11 -04:00
coverageinfo.rs Merge commit 'e228f0c16e' into libgccjit-codegen 2021-08-15 08:29:07 -04:00
debuginfo.rs Create more accurate debuginfo for vtables. 2021-10-08 10:33:47 +02:00
declare.rs Merge commit 'cd4810de42' into libgccjit-codegen 2021-09-28 09:33:06 -04:00
lib.rs Use OutputFilenames to generate output file for -Zllvm-time-trace 2021-12-13 00:00:00 +00:00
mono_item.rs Merge commit '9809f5d219' into libgccjit-codegen 2021-09-28 09:19:11 -04:00
type_.rs Merge commit 'e228f0c16e' into libgccjit-codegen 2021-08-15 08:29:07 -04:00
type_of.rs Merge commit '9809f5d219' into libgccjit-codegen 2021-09-28 09:19:11 -04:00