| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-11-16 | Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles | Denis Merigoux | -126/+0 | |
| 2018-11-16 | Generalized mir::codegen_mir (and all subsequent functions) | Denis Merigoux | -8/+8 | |
| 2018-11-16 | Generalized base::coerce_unsized_into | Denis Merigoux | -5/+5 | |
| 2018-11-16 | Generalized base::unsized_info | Denis Merigoux | -13/+11 | |
| 2018-11-16 | Added StaticMethods trait | Denis Merigoux | -3/+2 | |
| 2018-11-16 | Generalized memset and memcpy | Denis Merigoux | -1/+1 | |
| 2018-11-16 | Removing LLVM content from CommonMethods -> ConstMethods | Denis Merigoux | -1/+1 | |
| 2018-11-16 | Prefixed type methods & removed trait impl for write::CodegenContext | Denis Merigoux | -3/+3 | |
| 2018-11-16 | Prefixed const methods with "const" instead of "c" | Denis Merigoux | -6/+6 | |
| 2018-11-16 | Traitification of type_ methods | Denis Merigoux | -5/+7 | |
| The methods are now attached to CodegenCx instead of Type | ||||
| 2018-11-16 | Use the method form for CodegenCx everywhere | Denis Merigoux | -5/+5 | |
| 2018-11-16 | Added self argument for Codegen CommonMethod trait methods | Denis Merigoux | -1/+1 | |
| 2018-11-16 | Replaced Codegen field access by trait method | Denis Merigoux | -4/+4 | |
| 2018-11-16 | Traitification of common.rs methods | Denis Merigoux | -8/+14 | |
| 2018-11-16 | New files and folders for traits | Denis Merigoux | -1/+1 | |
| Moved common enums to common | ||||
| 2018-11-16 | Removed genericity over Value in various functions | Denis Merigoux | -1/+1 | |
| Prelude to using associated types in traits rather than type parameters | ||||
| 2018-11-16 | Generalized base.rs#call_memcpy and everything that it uses | Denis Merigoux | -1/+7 | |
| Generalized operand.rs#nontemporal_store and fixed tidy issues Generalized operand.rs#nontemporal_store's implem even more With a BuilderMethod trait implemented by Builder for LLVM Cleaned builder.rs : no more code duplication, no more ValueTrait Full traitification of builder.rs | ||||
| 2018-11-08 | Support for the program data address space option | Tim Neumann | -1/+1 | |
| of LLVM's Target Datalayout. https://llvm.org/docs/LangRef.html#data-layout | ||||
| 2018-10-24 | Resolve to Instance::VtableShim when necessary. | Masaki Hara | -1/+1 | |
| 2018-10-15 | Add comments to remind everyone to keep the `get_vtable` impls in sync | Oliver Scherer | -0/+4 | |
| 2018-10-13 | Check the invariant for `principal` inside the method | Oliver Scherer | -14/+10 | |
| 2018-07-31 | Make globals with private linkage unnamed. Fixes #50862. | Colin Pronovost | -1/+1 | |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Value. | Irina Popa | -11/+11 | |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Type. | Irina Popa | -2/+2 | |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -0/+115 | |
