| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-11-16 | Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles | Denis Merigoux | -122/+0 | |
| 2018-11-16 | Beginning of moving all backend-agnostic code to rustc_codegen_ssa | Denis Merigoux | -1/+1 | |
| 2018-11-16 | Starting to move backend-agnostic code into codegen_utils | Denis Merigoux | -1/+1 | |
| IntPredicate moved | ||||
| 2018-11-16 | Generalized base::coerce_unsized_into | Denis Merigoux | -9/+7 | |
| 2018-11-16 | Generalized base::unsize_thin_ptr | Denis Merigoux | -1/+1 | |
| 2018-11-16 | Generalized base::unsized_info | Denis Merigoux | -1/+1 | |
| 2018-11-16 | Removing LLVM content from CommonMethods -> ConstMethods | Denis Merigoux | -1/+1 | |
| 2018-11-16 | Prefixed const methods with "const" instead of "c" | Denis Merigoux | -8/+8 | |
| 2018-11-16 | Use the method form for CodegenCx everywhere | Denis Merigoux | -5/+4 | |
| 2018-11-16 | All CommonMethods now real methods (not static) | Denis Merigoux | -6/+6 | |
| 2018-11-16 | Replaced Codegen field access by trait method | Denis Merigoux | -9/+9 | |
| 2018-11-16 | Traitification of common.rs methods | Denis Merigoux | -11/+12 | |
| 2018-11-16 | New files and folders for traits | Denis Merigoux | -1/+1 | |
| Moved common enums to common | ||||
| 2018-11-16 | Generalized IntPredicate in the BuilderMethods trait | Denis Merigoux | -3/+2 | |
| 2018-11-16 | Generalized base.rs#call_memcpy and everything that it uses | Denis Merigoux | -2/+6 | |
| 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-10-08 | codegen_llvm: whitespace & formatting improvements | ljedrz | -2/+2 | |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -1/+1 | |
| 2018-08-22 | Remove Ty prefix from ↵ | varkor | -3/+3 | |
| Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closure|Generator|GeneratorWitness|Never|Tuple|Projection|Anon|Infer|Error} | ||||
| 2018-07-30 | rustc_codegen_llvm: use safe references for Value. | Irina Popa | -8/+7 | |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Type. | Irina Popa | -1/+1 | |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -0/+122 | |
