about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/meth.rs
AgeCommit message (Expand)AuthorLines
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