about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm
AgeCommit message (Expand)AuthorLines
2020-10-14Remove unused code from rustc_codegen_*est31-5/+0
2020-10-11Auto merge of #76859 - Aaron1011:fix/llvm-cgu-reuse, r=davidtwco,nikicbors-0/+6
2020-09-30Add support for cmse_nonsecure_entry attributeHugues de Valon-0/+6
2020-09-30Update LLVM and add Unsupported diagnosticHugues de Valon-0/+3
2020-09-20Remove MMX from RustMateusz MikuĊ‚a-1/+0
2020-09-17Use llvm::computeLTOCacheKey to determine post-ThinLTO CGU reuseAaron Hill-0/+6
2020-09-09Move `rustllvm` into `rustc_llvm`Vadim Petrochenkov-2/+2
2020-08-30mv compiler to compiler/mark-0/+2946