summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/llvm
AgeCommit message (Expand)AuthorLines
2018-07-30rustc_codegen_llvm: remove unused ExecutionEngineRef type.Irina Popa-2/+0
2018-07-30rustc_codegen_llvm: use safe references for Metadata and DI*.Irina Popa-108/+102
2018-07-30rustc_codegen_llvm: use safe references for DIBuilder.Irina Popa-29/+28
2018-07-30rustc_codegen_llvm: use safe references for Builder.Irina Popa-141/+140
2018-07-30rustc_codegen_llvm: use safe references for Type.Irina Popa-82/+81
2018-07-30rustc_codegen_llvm: use safe references for Context and Module.Irina Popa-87/+83
2018-07-30rustc_codegen_llvm: move from empty enums to extern types.Irina Popa-87/+68
2018-07-30rustc_llvm: move to rustc_codegen_llvm::llvm.Irina Popa-0/+2431