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
/
mono_item.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-07
fix abuses of tykind::err
mark
-1
/
+1
2020-04-02
nix rustc_target::abi::* reexport in ty::layout
Mazdak Farrokhzad
-3
/
+3
2020-03-31
Address review feedback
Wesley Wiser
-1
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-2
/
+2
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-4
/
+4
2020-01-06
Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa
bors
-1
/
+1
2020-01-05
Rename Instance.ty to Instance.monomorphic_ty
Aaron Hill
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-20
/
+26
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
-13
/
+3
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
-9
/
+7
2019-12-03
rustc_codegen_ssa: take a FnAbi instead of a FnSig in declare_fn.
Eduard-Mihai Burtescu
-5
/
+11
2019-06-02
remove reexport of rustc::ty::Instance
Mark Mansi
-2
/
+1
2019-02-27
Support defining C compatible variadic functions
Dan Robertson
-4
/
+4
2019-02-18
librustc_codegen_llvm => 2018
Taiki Endo
-6
/
+6
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
/
+6
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-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
/
+1
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-98
/
+0
2018-11-16
Preparing the generalization of base:compile_coodegen_unit
Denis Merigoux
-10
/
+9
2018-11-16
Generalized mono_item.rs and base.rs:codegen_instance
Denis Merigoux
-73
/
+78
2018-11-16
Generalized mir::codegen_mir (and all subsequent functions)
Denis Merigoux
-6
/
+4
2018-11-16
Added StaticMethods trait
Denis Merigoux
-2
/
+2
2018-10-24
Move codegen_llvm::common::ty_fn_sig into rustc::ty::Instance.
Masaki Hara
-4
/
+2
2018-10-24
Make declare_fn accept PolyFnSig instead of Ty.
Masaki Hara
-1
/
+3
2018-10-24
Make declare_fn aware of vtable shims.
Masaki Hara
-1
/
+1
2018-10-08
codegen_llvm: whitespace & formatting improvements
ljedrz
-2
/
+2
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-11
Remove statics field from CodegenCx
bjorn3
-1
/
+0
2018-07-16
rustc: Use link_section, not wasm_custom_section
Alex Crichton
-12
/
+3
2018-07-16
ItemKind
csmoe
-1
/
+1
2018-07-10
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
-0
/
+7
2018-07-07
Fix some errors
bjorn3
-1
/
+0
2018-07-07
Move some functions out of rustc_codegen_llvm and fix metadata_only backend
bjorn3
-1
/
+1
2018-07-02
incr.comp.: Take names of children into account when computing the ICH of a m...
Michael Woerister
-3
/
+2
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+193