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
/
callee.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-23
Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`
marmeladema
-1
/
+1
2020-04-07
fix abuses of tykind::err
mark
-1
/
+1
2020-03-31
Address review feedback
Wesley Wiser
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-01-23
Add projection query for upstream drop-glue instances.
Michael Woerister
-6
/
+1
2020-01-05
Rename Instance.ty to Instance.monomorphic_ty
Aaron Hill
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-15
/
+14
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-0
/
+1
2019-12-03
rustc_target: add abi::call::Conv::Rust distinct from Conv::C.
Eduard-Mihai Burtescu
-1
/
+1
2019-12-03
rustc_codegen_llvm: take an Instance in attributes::from_fn_attrs.
Eduard-Mihai Burtescu
-7
/
+1
2019-12-03
rustc: compute FnAbi's for virtual calls through FnAbi::of_instance.
Eduard-Mihai Burtescu
-1
/
+1
2019-12-03
rustc_codegen_ssa: use FnAbi::of_instance wherever possible.
Eduard-Mihai Burtescu
-11
/
+12
2019-12-03
rustc_codegen_ssa: take a FnAbi instead of a FnSig in declare_fn.
Eduard-Mihai Burtescu
-10
/
+12
2019-10-13
Remove MiscMethods::instances
bjorn3
-1
/
+1
2019-09-04
Remove `LocalInternedString` uses from `librustc/ty/`.
Nicholas Nethercote
-1
/
+1
2019-06-02
remove reexport of rustc::ty::Instance
Mark Mansi
-2
/
+1
2019-03-05
Use non_erasable_generics for codegen
varkor
-1
/
+1
2019-02-18
librustc_codegen_llvm => 2018
Taiki Endo
-5
/
+5
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-12
rustc: Switch `extern` functions to abort by default on panic
Alex Crichton
-1
/
+1
2018-11-29
Rename StaticMethods::static_ptrcast to ConstMethods::const_ptrcast
bjorn3
-1
/
+1
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-16
Finished moving backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-4
/
+2
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-32
/
+0
2018-11-16
Move doc to trait declarations
Denis Merigoux
-3
/
+1
2018-11-16
Generalized mir::codegen_mir (and all subsequent functions)
Denis Merigoux
-12
/
+9
2018-11-16
Generalized base::unsized_info
Denis Merigoux
-13
/
+15
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
CommonWriteMethods are not static any more
Denis Merigoux
-2
/
+2
2018-11-16
Split CommonMethods to accomodate for use in back/write.rs
Denis Merigoux
-1
/
+1
2018-11-16
Traitification of common.rs methods
Denis Merigoux
-3
/
+4
2018-11-03
Shift both late bound regions and bound types
scalexm
-1
/
+1
2018-10-24
Move codegen_llvm::common::ty_fn_sig into rustc::ty::Instance.
Masaki Hara
-4
/
+4
2018-10-24
Make declare_fn accept PolyFnSig instead of Ty.
Masaki Hara
-1
/
+1
2018-10-24
Resolve to Instance::VtableShim when necessary.
Masaki Hara
-0
/
+16
2018-10-24
Make declare_fn aware of vtable shims.
Masaki Hara
-1
/
+1
2018-10-24
Add ty_fn_sig_vtable for getting adjusted signature for vtable shims.
Masaki Hara
-1
/
+1
2018-08-23
AMDGPU ignores `noinline` when it slaps `alwaysinline` everywhere.
Richard Diamond
-1
/
+1
2018-08-16
Set more llvm function attributes for __rust_try
Alex Crichton
-1
/
+1
2018-08-04
Move share_generics getter onto options directly
Mark Rousskov
-1
/
+1
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-10
/
+11
2018-05-24
std: Ensure OOM is classified as `nounwind`
Alex Crichton
-11
/
+0
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+232