rust/src/librustc_codegen_ssa
Manish Goregaokar 45ec25e088
Rollup merge of #73525 - cuviper:llvm11, r=nikic
Prepare for LLVM 11

These are just the code changes needed to build with the current LLVM master (version 11).

r? @nikic
2020-06-27 22:29:54 -07:00
..
back Rollup merge of #72738 - mati865:self-contained-option, r=petrochenkov 2020-06-25 18:00:03 -07:00
debuginfo make all uses of ty::Error or ConstKind::Error delay a span bug 2020-06-15 18:25:58 -05:00
mir Show the values and computation that would overflow a const evaluation or propagation 2020-06-26 10:08:52 +02:00
traits Make is_freeze and is_copy_modulo_regions take TyCtxtAt 2020-06-21 11:47:19 +02:00
base.rs Use OnceCell instead of Once 2020-05-22 13:31:02 -07:00
build.rs rustbuild: include channel in sanitizers installed name 2020-02-11 09:40:58 +01:00
Cargo.toml Make things build again 2020-06-02 20:38:24 +03:00
common.rs Prepare for LLVM 11 2020-06-25 18:52:41 -07:00
glue.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
lib.rs Rename some types describing native libraries 2020-05-20 21:53:19 +03:00
meth.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
mono_item.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
README.md fix rustc-dev-guide url in src/librustc_codegen_ssa 2020-04-10 22:48:34 +08:00

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