about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper
AgeCommit message (Expand)AuthorLines
2021-02-07HWASan supportTri Vo-0/+29
2021-02-02Add a new ABI to support cmse_nonsecure_callHugues de Valon-0/+8
2021-01-14Use probe-stack=inline-asm in LLVM 11+Erik Desjardins-0/+2
2021-01-13Remove the unused context from CreateDebugLocationJosh Stone-4/+2
2020-12-16llvm: update ffi bindings for split dwarfDavid Wood-6/+25
2020-11-25Improved version checkRich Kadel-3/+2
2020-11-24Check for LLVM 11+ when using `-Z instrument-coverage`Rich Kadel-0/+8
2020-11-23Upgrades the coverage map to Version 4Rich Kadel-17/+32
2020-11-12fully exploited the dropped support of LLVM 8DevJPM-46/+2
2020-11-03Rollup merge of #77950 - arlosi:sha256, r=eddybMara Bos-0/+5
2020-11-01Auto merge of #78531 - cuviper:unwrap-metadata, r=tmandrybors-1/+1
2020-10-29rustc_llvm: unwrap LLVMMetadataRef before castingJosh Stone-1/+1
2020-10-29Rollup merge of #78462 - danielframpton:fixnullisa, r=nagisaJonas Schievink-1/+1
2020-10-27Use unwrapDIPtr because the Scope may be passed as NoneDaniel Frampton-1/+1
2020-10-21rustc_codegen_llvm: avoid converting between DILocation and Value.Eduard-Mihai Burtescu-4/+4
2020-10-21rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method.Eduard-Mihai Burtescu-2/+3
2020-10-14Add support for SHA256 source file hashing for LLVM 11+.Arlo Siemsen-0/+5
2020-10-11Auto merge of #76859 - Aaron1011:fix/llvm-cgu-reuse, r=davidtwco,nikicbors-3/+36
2020-09-30Update LLVM and add Unsupported diagnosticHugues de Valon-0/+3
2020-09-17Use llvm::computeLTOCacheKey to determine post-ThinLTO CGU reuseAaron Hill-3/+36
2020-09-09Move `rustllvm` into `rustc_llvm`Vadim Petrochenkov-0/+3857