summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/llvm/mod.rs
AgeCommit message (Expand)AuthorLines
2019-02-18librustc_codegen_llvm => 2018Taiki Endo-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-11-06refactor: use shorthand fieldsteresy-1/+1
2018-08-10Introduce SmallCStr and use it where applicable.Michael Woerister-2/+3
2018-07-30rustc_codegen_llvm: use safe references for SectionIterator.Irina Popa-5/+5
2018-07-30rustc_codegen_llvm: use safe references for OperandBundleDef.Irina Popa-11/+7
2018-07-30rustc_codegen_llvm: use safe references for RustString.Irina Popa-15/+18
2018-07-30rustc_codegen_llvm: use safe references for Twine, DiagnosticInfo, SMDiagnostic.Irina Popa-1/+1
2018-07-30rustc_codegen_llvm: use safe references for MemoryBuffer and ObjectFile.Irina Popa-10/+5
2018-07-30rustc_codegen_llvm: use safe references for Value.Irina Popa-14/+14
2018-07-30rustc_codegen_llvm: remove _opaque suffix.Irina Popa-2/+2
2018-07-30rustc_codegen_llvm: remove #![allow(dead_code)] from llvm.Irina Popa-27/+0
2018-07-30rustc_codegen_llvm: use safe references for Metadata and DI*.Irina Popa-1/+0
2018-07-30rustc_codegen_llvm: use safe references for Context and Module.Irina Popa-1/+1
2018-07-30rustc_llvm: move to rustc_codegen_llvm::llvm.Irina Popa-0/+315