rust/src/librustc_codegen_ssa
bors 6c19a10e24 Auto merge of #68404 - Amanieu:llvm-asm, r=estebank
Rename asm! to llvm_asm!

As per https://github.com/rust-lang/rfcs/pull/2843, this PR renames `asm!` to `llvm_asm!`. It also renames the compiler's internal `InlineAsm` data structures to `LlvmInlineAsm` in preparation for the new `asm!` functionality specified in https://github.com/rust-lang/rfcs/pull/2850.

This PR doesn't actually deprecate `asm!` yet, it just makes it redirect to `llvm_asm!`. This is necessary because we first need to update the submodules (in particular stdarch) to use `llvm_asm!`.
2020-03-27 03:27:09 +00:00
..
back Introduce EmitObj. 2020-03-26 13:49:02 +11:00
debuginfo Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
mir Rename asm! to llvm_asm! 2020-03-26 15:49:22 +00:00
traits Rename asm! to llvm_asm! 2020-03-26 15:49:22 +00:00
base.rs Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddyb 2020-03-21 08:51:14 +01:00
build.rs rustbuild: include channel in sanitizers installed name 2020-02-11 09:40:58 +01:00
Cargo.toml Refactorings to begin getting rid of rustc_codegen_utils 2020-03-19 23:14:46 -05:00
common.rs use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00
glue.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00
meth.rs Format the world 2019-12-22 17:42:47 -05:00
mono_item.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.