about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/context.rs
AgeCommit message (Expand)AuthorLines
2018-07-30rustc_codegen_llvm: fix tidy errors.Irina Popa-1/+5
2018-07-30rustc_codegen_llvm: use safe references for Value.Irina Popa-21/+21
2018-07-30rustc_codegen_llvm: use safe references for Type.Irina Popa-18/+18
2018-07-30rustc_codegen_llvm: use safe references for Context and Module.Irina Popa-59/+51
2018-07-30rustc_codegen_llvm: move from empty enums to extern types.Irina Popa-6/+5
2018-07-16Revert "Clean up LLVM module naming (just use CodegenUnit names)."Michael Woerister-2/+3
2018-07-11Clean up LLVM module naming (just use CodegenUnit names).Michael Woerister-3/+2
2018-05-24add simd float intrinsics and gather/scattergnzlbg-0/+117
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+666