about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/asm.rs
AgeCommit message (Expand)AuthorLines
2019-03-29Remove inline_asm_call from cg_ssabjorn3-2/+46
2019-02-18librustc_codegen_llvm => 2018Taiki Endo-5/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-29Use implicit deref instead of BuilderMethods::cx()bjorn3-6/+6
2018-11-16[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.Eduard-Mihai Burtescu-1/+1
2018-11-16[eddyb] rustc_codegen_ssa: handle LLVM unsafety correctly.Eduard-Mihai Burtescu-2/+2
2018-11-16All Builder methods now take &mut self instead of &selfDenis Merigoux-1/+1
2018-11-16Finished moving backend-agnostic code to rustc_codegen_ssaDenis Merigoux-3/+3
2018-11-16Move doc to trait declarationsDenis Merigoux-1/+0
2018-11-16Generalized mir::codegen_mir (and all subsequent functions)Denis Merigoux-92/+96
2018-11-16Generalized base::coerce_unsized_intoDenis Merigoux-3/+3
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-2/+2
2018-11-16Prefixed const methods with "const" instead of "c"Denis Merigoux-1/+1
2018-11-16Traitification of type_ methodsDenis Merigoux-4/+3
2018-11-16Use the method form for CodegenCx everywhereDenis Merigoux-1/+1
2018-11-16Replaced Codegen field access by trait methodDenis Merigoux-6/+6
2018-11-16Traitification of common.rs methodsDenis Merigoux-3/+3
2018-11-16New files and folders for traitsDenis Merigoux-1/+1
2018-11-16Generalized AsmDialect for BuilderMethodsDenis Merigoux-7/+1
2018-11-16Generalized base.rs#call_memcpy and everything that it usesDenis Merigoux-0/+1
2018-11-16rustc_codegen_llvm: begin generalizing over backend values.Irina Popa-1/+1
2018-09-25codegen_llvm: check inline assembly constraints with LLVMLevente Kurusa-1/+7
2018-07-30rustc_codegen_llvm: use safe references for Value.Irina Popa-4/+5
2018-07-30rustc_codegen_llvm: use safe references for Type.Irina Popa-2/+2
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+127