rust/src/librustc_codegen_llvm/debuginfo
Denis Merigoux 34c5dc045f Generalized base.rs#call_memcpy and everything that it uses
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-16 14:11:09 +02:00
..
create_scope_map.rs codegen_llvm/misc: improve common patterns 2018-10-09 15:15:41 +02:00
doc.rs Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
gdb.rs Generalized base.rs#call_memcpy and everything that it uses 2018-11-16 14:11:09 +02:00
metadata.rs Use type safe VariantIdx instead of usize everywhere 2018-11-12 14:24:45 +01:00
mod.rs Generalized base.rs#call_memcpy and everything that it uses 2018-11-16 14:11:09 +02:00
namespace.rs Introduce SmallCStr and use it where applicable. 2018-08-10 11:13:00 +02:00
source_loc.rs Generalized base.rs#call_memcpy and everything that it uses 2018-11-16 14:11:09 +02:00
type_names.rs Move BoundTy to ty::TyKind 2018-11-03 11:33:14 +01:00
utils.rs mv codemap() source_map() 2018-08-19 23:01:01 +02:00