]> git.lizzy.rs Git - rust.git/history - src/librustc_codegen_llvm/llvm/ffi.rs
rustc: Handle linker diagnostic from LLVM
[rust.git] / src / librustc_codegen_llvm / llvm / ffi.rs
2018-07-31 Alex Crichtonrustc: Handle linker diagnostic from LLVM
2018-07-31 borsAuto merge of #52461 - irinagpopa:safe-llvm, r=nikomatsakis
2018-07-30 Irina Poparustc_codegen_llvm: fix ownership of DIBuilder.
2018-07-30 Irina Poparustc_codegen_llvm: fix ownership of Builder.
2018-07-30 Irina Poparustc_codegen_llvm: fix tidy errors.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for ThinLTOData.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for ThinLTOBuffer.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for ModuleBuffer.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for RustArchive...
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for ArchiveChild.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for ArchiveIter...
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for Linker.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for SectionIter...
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for PassManager.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for OperandBund...
2018-07-30 Irina Poparustc_codegen_llvm: use safe mutable references for...
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for RustString.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for Twine,...
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for Archive.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for TargetMachine.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for Pass.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for PassManager...
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for MemoryBuffe...
2018-07-30 Irina Poparustc_codegen_llvm: remove more unused functions.
2018-07-30 Irina Poparustc_codegen_llvm: remove unused UseRef type.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for BasicBlock.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for Value.
2018-07-30 Irina Poparustc_codegen_llvm: remove _opaque suffix.
2018-07-30 Irina Poparustc_codegen_llvm: remove #![allow(dead_code)] from...
2018-07-30 Irina Poparustc_codegen_llvm: remove unused ExecutionEngineRef...
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for Metadata...
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for DIBuilder.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for Builder.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for Type.
2018-07-30 Irina Poparustc_codegen_llvm: use safe references for Context...
2018-07-30 Irina Poparustc_codegen_llvm: move from empty enums to extern...
2018-07-30 Irina Poparustc_llvm: move to rustc_codegen_llvm::llvm.