about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm
AgeCommit message (Expand)AuthorLines
2021-03-27Address review commentsJoshua Nelson-0/+68
2021-03-27Remove (lots of) dead codeJoshua Nelson-87/+1
2021-03-12Add support for storing code model to LLVM module IRHiroki Noda-0/+1
2021-03-01Mark pure asm as willreturnNikita Popov-0/+1
2021-03-01Don't directly expose coverage::CounterMappingRegion via FFINikita Popov-4/+2
2021-02-28Support LLVM 12 in rustcNikita Popov-0/+4
2021-02-07HWASan supportTri Vo-0/+4
2021-02-02Add a new ABI to support cmse_nonsecure_callHugues de Valon-0/+5
2021-01-14Use probe-stack=inline-asm in LLVM 11+Erik Desjardins-0/+1
2021-01-13Remove the unused context from CreateDebugLocationJosh Stone-1/+0
2021-01-07Use LLVMGetHostCPUFeatures instead of stdsimdAndrew Sun-0/+4
2020-12-16llvm: update ffi bindings for split dwarfDavid Wood-0/+4
2020-11-23Updated links to LLVM 11 docs and typesRich Kadel-3/+3
2020-11-23Upgrades the coverage map to Version 4Rich Kadel-2/+18
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