about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-03-25Skip needless bitset for debuginfoJubilee Young-0/+1
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-3/+3
2022-03-01Querify `global_backend_features`Simonas Kazlauskas-1/+9
2022-02-25Auto merge of #94290 - Mark-Simulacrum:bump-bootstrap, r=pietroalbinibors-1/+1
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-21debuginfo: Simplify TypeMap used during LLVM debuginfo generation.Michael Woerister-0/+4
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2022-01-18Use let_else in even more placesest31-0/+1
2021-12-16Remove `in_band_lifetimes` from `rustc_codegen_llvm`LegionMammal978-1/+0
2021-12-15Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcmMatthias Krüger-1/+0
2021-12-15Rollup merge of #91868 - tmiasko:llvm-time-trace-out, r=oli-obkMatthias Krüger-1/+3
2021-12-14Stabilize iter::zip.PFPoitras-1/+0
2021-12-13Stabilize const_cstr_uncheckedKonrad Borowski-1/+0
2021-12-13Use `OutputFilenames` to generate output file for `-Zllvm-time-trace`Tomasz Miąsko-1/+3
2021-12-07Use object crate for .rustc metadata generationNikita Popov-8/+0
2021-11-22add rustc option for using LLVM stack smash protectionBenjamin A. Bjørnseth-0/+25
2021-11-05Initialize LLVM time trace profiler on each code generation threadTomasz Miąsko-0/+49
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-10-01Fix clippy lintsGuillaume Gomez-1/+1
2021-10-01Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkovManish Goregaokar-3/+10
2021-10-01Add `pie` as another `relocation-model` valueMarcel Hlopko-3/+10
2021-09-30Move EncodedMetadata to rustc_metadata.Camille GILLOT-1/+1
2021-08-31Include debug info for the allocator shimDaniel Paoliello-2/+3
2021-08-16Dispose LLVM context after TargetMachineNikita Popov-1/+1
2021-07-16Consider all fields when comparing DllImports, to remove nondetermininsm in m...Richard Cobbe-3/+1
2021-07-06Don't pass local_crate_name to link_binary separatelybjorn3-6/+1
2021-06-28Update to new bootstrap compilerMark Rousskov-1/+0
2021-06-04Move crate_name field from OngoingCodegen to CrateInfobjorn3-1/+1
2021-06-04Remove unused importsbjorn3-2/+2
2021-06-04Provide default MetadataLoaderbjorn3-4/+0
2021-06-04Provide a default provide* implementation for CodegenBackendbjorn3-3/+0
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-18Stabilize extended_key_value_attributesJoshua Nelson-1/+1
2021-05-14Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisabors-2/+1
2021-05-12Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillotbors-9/+3
2021-05-08Support -C passes in NewPMNikita Popov-3/+4
2021-05-07Remove cg_llvm::metadata modulebjorn3-1/+0
2021-05-07Use the object crate for metadata readingbjorn3-1/+1
2021-05-02Move wasm_import_module_map provider to cg_ssabjorn3-7/+2
2021-05-02Pass target_cpu to LinkerInfo::new instead of link_binarybjorn3-2/+1
2021-03-26Use iter::zip in compiler/Josh Stone-0/+1
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-1/+1
2021-03-20Move debuginfo docs from `doc.rs` module to `doc.md` fileCamelid-0/+1
2021-03-19stabilize or_patternsmark-1/+1
2021-01-28rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`Alex Crichton-6/+1
2020-12-30remove unused return types such as empty Results or Options that would always...Matthias Krüger-1/+1
2020-12-17Move some code out of CodegenBackend::{codegen_crate,link}bjorn3-13/+11
2020-12-16cg_llvm: split dwarf filename and comp dirDavid Wood-1/+1
2020-12-16cg_llvm: implement split dwarf supportDavid Wood-3/+9