about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2018-11-16Separating the back folder between backend-agnostic and LLVM-specific codeDenis Merigoux-49/+4023
2018-11-16Added default impl for DerivedTypeMethods + empty impl for Cranelift BaseType...Denis Merigoux-31/+106
2018-11-16All Builder methods now take &mut self instead of &selfDenis Merigoux-392/+440
2018-11-16Added some docs + start to &mut self builder methodsDenis Merigoux-46/+68
2018-11-16Finished moving backend-agnostic code to rustc_codegen_ssaDenis Merigoux-20/+20
2018-11-16Great separation of librustc_codegen_llvm: librustc_codegen_ssa compilesDenis Merigoux-8/+6734
2018-11-16Moved DeclareMethods, MiscMethods and StaticMethodsDenis Merigoux-0/+160
2018-11-16Beginning of moving all backend-agnostic code to rustc_codegen_ssaDenis Merigoux-0/+359