rust/compiler/rustc_codegen_ssa
Tomasz Miąsko f4c92cc4d1 rustc_codegen_ssa: cleanup AtomicOrdering
* Remove unused `NotAtomic` ordering.
* Rename `Monotonic` to `Relaxed` - a Rust specific name.
2022-05-25 10:34:35 +02:00
..
src rustc_codegen_ssa: cleanup AtomicOrdering 2022-05-25 10:34:35 +02:00
Cargo.toml Fix e_flags for 32-bit MIPS targets in generated object file 2022-05-10 22:48:19 -04:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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