about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/glue.rs
AgeCommit message (Expand)AuthorLines
2018-11-16Great separation of librustc_codegen_llvm: librustc_codegen_ssa compilesDenis Merigoux-122/+0
2018-11-16Beginning of moving all backend-agnostic code to rustc_codegen_ssaDenis Merigoux-1/+1
2018-11-16Starting to move backend-agnostic code into codegen_utilsDenis Merigoux-1/+1
2018-11-16Generalized base::coerce_unsized_intoDenis Merigoux-9/+7
2018-11-16Generalized base::unsize_thin_ptrDenis Merigoux-1/+1
2018-11-16Generalized base::unsized_infoDenis Merigoux-1/+1
2018-11-16Removing LLVM content from CommonMethods -> ConstMethodsDenis Merigoux-1/+1
2018-11-16Prefixed const methods with "const" instead of "c"Denis Merigoux-8/+8
2018-11-16Use the method form for CodegenCx everywhereDenis Merigoux-5/+4
2018-11-16All CommonMethods now real methods (not static)Denis Merigoux-6/+6
2018-11-16Replaced Codegen field access by trait methodDenis Merigoux-9/+9
2018-11-16Traitification of common.rs methodsDenis Merigoux-11/+12
2018-11-16New files and folders for traitsDenis Merigoux-1/+1
2018-11-16Generalized IntPredicate in the BuilderMethods traitDenis Merigoux-3/+2
2018-11-16Generalized base.rs#call_memcpy and everything that it usesDenis Merigoux-2/+6
2018-10-08codegen_llvm: whitespace & formatting improvementsljedrz-2/+2
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-1/+1
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-3/+3
2018-07-30rustc_codegen_llvm: use safe references for Value.Irina Popa-8/+7
2018-07-30rustc_codegen_llvm: use safe references for Type.Irina Popa-1/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+122