about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/lib.rs
AgeCommit message (Expand)AuthorLines
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