index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_codegen_llvm
Age
Commit message (
Expand
)
Author
Lines
2018-11-16
Separating the back folder between backend-agnostic and LLVM-specific code
Denis Merigoux
-2351
/
+319
2018-11-16
Added default impl for DerivedTypeMethods + empty impl for Cranelift BaseType...
Denis Merigoux
-120
/
+5
2018-11-16
All Builder methods now take &mut self instead of &self
Denis Merigoux
-264
/
+276
2018-11-16
Added some docs + start to &mut self builder methods
Denis Merigoux
-14
/
+14
2018-11-16
Finished moving backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-134
/
+90
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-6656
/
+94
2018-11-16
Moved DeclareMethods, MiscMethods and StaticMethods
Denis Merigoux
-159
/
+4
2018-11-16
Beginning of moving all backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-102
/
+104
2018-11-16
Moved Backend interface into rustc_codegen_utils
Denis Merigoux
-176
/
+16
2018-11-16
[eddyb/rebase cleanup] move type_{needs_drop,is_sized,is_freeze} to rustc_cod...
Eduard-Mihai Burtescu
-3
/
+4
2018-11-16
[eddyb/rebase cleanup] abstracted Funclet
Eduard-Mihai Burtescu
-86
/
+59
2018-11-16
Moved common.rs enums
Denis Merigoux
-155
/
+95
2018-11-16
Starting to move backend-agnostic code into codegen_utils
Denis Merigoux
-29
/
+22
2018-11-16
Added compile codegen to backend trait
Denis Merigoux
-30
/
+18
2018-11-16
Preparing the generalization of base:compile_coodegen_unit
Denis Merigoux
-57
/
+114
2018-11-16
Renamed lifetimes for better understanding
Denis Merigoux
-14
/
+13
2018-11-16
Generalized base:codegen_crate
Denis Merigoux
-66
/
+160
2018-11-16
Move doc to trait declarations
Denis Merigoux
-111
/
+124
2018-11-16
Generalized base:maybe_create_entry_wrapper
Denis Merigoux
-24
/
+39
2018-11-16
Adapt code to latest rustc master changes
Denis Merigoux
-9
/
+3
2018-11-16
Generalized mono_item.rs and base.rs:codegen_instance
Denis Merigoux
-90
/
+136
2018-11-16
Generalized mir::codegen_mir (and all subsequent functions)
Denis Merigoux
-1347
/
+1735
2018-11-16
Generalized base::coerce_unsized_into
Denis Merigoux
-145
/
+184
2018-11-16
Generalized base::unsize_thin_ptr
Denis Merigoux
-41
/
+61
2018-11-16
Generalized base::unsized_info
Denis Merigoux
-290
/
+341
2018-11-16
[eddyb/rebase cleanup] s/&self./self.
Eduard-Mihai Burtescu
-79
/
+79
2018-11-16
Traitified IntrinsicCallMethods
Denis Merigoux
-624
/
+648
2018-11-16
Transfered memcpy and memset to BuilderMethods
Denis Merigoux
-99
/
+110
2018-11-16
Added StaticMethods trait
Denis Merigoux
-343
/
+390
2018-11-16
Generalized memset and memcpy
Denis Merigoux
-368
/
+444
2018-11-16
Generalized some base.rs methods
Denis Merigoux
-50
/
+99
2018-11-16
Attempt at including CodegenCx within Builder with Associated types
Denis Merigoux
-41
/
+52
2018-11-16
Fixed typos
Denis Merigoux
-2
/
+2
2018-11-16
Removed phantomdata no longer necessary
Denis Merigoux
-22
/
+12
2018-11-16
Removing LLVM content from CommonMethods -> ConstMethods
Denis Merigoux
-124
/
+55
2018-11-16
Prefixed type methods & removed trait impl for write::CodegenContext
Denis Merigoux
-272
/
+265
2018-11-16
Prefixed const methods with "const" instead of "c"
Denis Merigoux
-212
/
+212
2018-11-16
Traitification of type_ methods
Denis Merigoux
-407
/
+402
2018-11-16
Added definition of type trait
Denis Merigoux
-1
/
+51
2018-11-16
Use the method form for CodegenCx everywhere
Denis Merigoux
-55
/
+54
2018-11-16
All CommonMethods now real methods (not static)
Denis Merigoux
-32
/
+31
2018-11-16
Removed code duplication for CommonWriteMethods
Denis Merigoux
-42
/
+36
2018-11-16
CommonWriteMethods are not static any more
Denis Merigoux
-85
/
+179
2018-11-16
Split CommonMethods to accomodate for use in back/write.rs
Denis Merigoux
-24
/
+29
2018-11-16
Added self argument for Codegen CommonMethod trait methods
Denis Merigoux
-118
/
+119
2018-11-16
Replaced Codegen field access by trait method
Denis Merigoux
-247
/
+247
2018-11-16
Traitification of common.rs methods
Denis Merigoux
-391
/
+492
2018-11-16
New Backend trait containing associated types
Denis Merigoux
-9
/
+26
2018-11-16
New files and folders for traits
Denis Merigoux
-172
/
+188
2018-11-16
Use real type names rather than Self::
Denis Merigoux
-163
/
+163
[prev]
[next]