about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/context.rs
AgeCommit message (Expand)AuthorLines
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-1/+1
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-1/+1
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-1/+1
2018-08-14Rollup merge of #53274 - bjorn3:remove_statics_field, r=nagisakennytm-5/+0
2018-08-11Remove statics field from CodegenCxbjorn3-5/+0
2018-08-10Introduce SmallCStr and use it where applicable.Michael Woerister-5/+5
2018-08-07Annotate functions in LLVM with target-cpu, same as Clang does.Michael Woerister-0/+3
2018-08-04Normalize DebugInfoLevel to standard styleMark Rousskov-3/+3
2018-08-04Normalize variants of CrateType to standard styleMark Rousskov-1/+1
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