about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/lib.rs
AgeCommit message (Expand)AuthorLines
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
2020-12-16cg_ssa: introduce `TargetMachineFactoryFn` aliasDavid Wood-4/+5
2020-10-14Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obkDylan DPC-43/+12
2020-10-13Auto merge of #76830 - Artoria2e5:tune, r=nagisabors-0/+3
2020-10-12Remove dump_incremental_databjorn3-3/+0
2020-10-10Move llvm_util::time_trace_profiler_finish call to join_codegenbjorn3-6/+6
2020-10-10Use fixed type for CodegenResultsbjorn3-22/+4
2020-10-10Move finalize_session_directory call out of cg_llvmbjorn3-4/+0
2020-10-10Move save_work_product_index call out of cg_llvmbjorn3-10/+4
2020-10-09Move supported_target_features query provider to cg_ssabjorn3-2/+2
2020-10-05Pass tune-cpu to LLVMMingye Wang-0/+3
2020-10-02Implement Make `handle_alloc_error` default to panic (for no_std + liballoc)Harald Hoyer-1/+2
2020-09-26Rollup merge of #77161 - est31:swich_len_already_trusted, r=petrochenkovRalf Jung-1/+0
2020-09-24Remove TrustedLen requirement from BuilderMethods::switchest31-1/+0
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-09Add `-Z combine_cgu` flagVictor Ding-0/+7
2020-08-30mv compiler to compiler/mark-0/+400