about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm
AgeCommit message (Expand)AuthorLines
2020-11-03Rollup merge of #77950 - arlosi:sha256, r=eddybMara Bos-0/+1
2020-10-21rustc_codegen_llvm: avoid converting between DILocation and Value.Eduard-Mihai Burtescu-5/+7
2020-10-21rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method.Eduard-Mihai Burtescu-1/+1
2020-10-14Add support for SHA256 source file hashing for LLVM 11+.Arlo Siemsen-0/+1
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