about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/meth.rs
AgeCommit message (Expand)AuthorLines
2018-11-16Great separation of librustc_codegen_llvm: librustc_codegen_ssa compilesDenis Merigoux-126/+0
2018-11-16Generalized mir::codegen_mir (and all subsequent functions)Denis Merigoux-8/+8
2018-11-16Generalized base::coerce_unsized_intoDenis Merigoux-5/+5
2018-11-16Generalized base::unsized_infoDenis Merigoux-13/+11
2018-11-16Added StaticMethods traitDenis Merigoux-3/+2
2018-11-16Generalized memset and memcpyDenis Merigoux-1/+1
2018-11-16Removing LLVM content from CommonMethods -> ConstMethodsDenis Merigoux-1/+1
2018-11-16Prefixed type methods & removed trait impl for write::CodegenContextDenis Merigoux-3/+3
2018-11-16Prefixed const methods with "const" instead of "c"Denis Merigoux-6/+6
2018-11-16Traitification of type_ methodsDenis Merigoux-5/+7
2018-11-16Use the method form for CodegenCx everywhereDenis Merigoux-5/+5
2018-11-16Added self argument for Codegen CommonMethod trait methodsDenis Merigoux-1/+1
2018-11-16Replaced Codegen field access by trait methodDenis Merigoux-4/+4
2018-11-16Traitification of common.rs methodsDenis Merigoux-8/+14
2018-11-16New files and folders for traitsDenis Merigoux-1/+1
2018-11-16Removed genericity over Value in various functionsDenis Merigoux-1/+1
2018-11-16Generalized base.rs#call_memcpy and everything that it usesDenis Merigoux-1/+7
2018-11-08Support for the program data address space optionTim Neumann-1/+1
2018-10-24Resolve to Instance::VtableShim when necessary.Masaki Hara-1/+1
2018-10-15Add comments to remind everyone to keep the `get_vtable` impls in syncOliver Scherer-0/+4
2018-10-13Check the invariant for `principal` inside the methodOliver Scherer-14/+10
2018-07-31Make globals with private linkage unnamed. Fixes #50862.Colin Pronovost-1/+1
2018-07-30rustc_codegen_llvm: use safe references for Value.Irina Popa-11/+11
2018-07-30rustc_codegen_llvm: use safe references for Type.Irina Popa-2/+2
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+115