about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/back/write.rs
AgeCommit message (Expand)AuthorLines
2020-10-31Implement -Z relax-elf-relocations=yes|noAnthony Ramine-1/+5
2020-10-26Implement -Z function-sections=yes|noAnthony Ramine-1/+2
2020-10-23Revert "Set .llvmbc and .llvmcmd sections as allocatable"Tyler Mandry-2/+2
2020-10-17Rollup merge of #77961 - glandium:embed-bitcode, r=nagisaDylan DPC-2/+2
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-8/+8
2020-10-15Set .llvmbc and .llvmcmd sections as allocatableMike Hommey-2/+2
2020-09-30Update LLVM and add Unsupported diagnosticHugues de Valon-0/+7
2020-09-09Add `-Z combine_cgu` flagVictor Ding-0/+25
2020-08-30mv compiler to compiler/mark-0/+1035