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
/
declare.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-95
/
+0
2020-08-06
Incorporate tracing crate
bishtpawan
-1
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-1
/
+1
2020-03-11
librustc_codegen_llvm: Replace deprecated API usage
Tomasz Miąsko
-1
/
+1
2020-03-11
librustc_codegen_llvm: Use slices instead of 0-terminated strings
Tomasz Miąsko
-5
/
+4
2020-02-05
Selectively disable sanitizer instrumentation
Tomasz Miąsko
-16
/
+0
2019-12-22
Format the world
Mark Rousskov
-48
/
+19
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-0
/
+1
2019-12-04
Migrate to LLVM{Get,Set}ValueName2
Josh Stone
-2
/
+1
2019-12-03
rustc_codegen_llvm: move NoReturn attribute to apply_attrs_llfn.
Eduard-Mihai Burtescu
-7
/
+0
2019-12-03
rustc_codegen_ssa: take a FnAbi instead of a FnSig in declare_fn.
Eduard-Mihai Burtescu
-8
/
+5
2019-12-03
rustc_codegen_ssa: remove define_fn and define_internal_fn.
Eduard-Mihai Burtescu
-22
/
+0
2019-11-03
rustc_codegen_ssa: rename FnTypeLlvmExt to FnAbiLlvmExt.
Eduard-Mihai Burtescu
-1
/
+1
2019-11-03
rustc: rename {Fn,Arg}TypeExt to {Fn,Arg}AbiExt.
Eduard-Mihai Burtescu
-1
/
+1
2019-11-03
rustc_target: rename {Fn,Arg}Type to {Fn,Arg}Abi.
Eduard-Mihai Burtescu
-4
/
+4
2019-07-09
Pass type to byval attributes
Nikita Popov
-1
/
+1
2019-05-14
removes `AbiMethods`
Saleem Jaffer
-1
/
+1
2019-05-14
refactor complete
Saleem Jaffer
-4
/
+4
2019-05-14
some more refactor of FnType. Things build now
Saleem Jaffer
-3
/
+3
2019-02-18
librustc_codegen_llvm => 2018
Taiki Endo
-7
/
+7
2019-01-25
Resolve breakage
Simonas Kazlauskas
-22
/
+2
2019-01-24
Support revisions for codegen tests
Simonas Kazlauskas
-2
/
+2
2019-01-24
Implement optimize(size) and optimize(speed)
Simonas Kazlauskas
-6
/
+15
2018-12-25
Remove licenses
Mark Rousskov
-9
/
+0
2018-12-12
rustc: Switch `extern` functions to abort by default on panic
Alex Crichton
-10
/
+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
-1
/
+1
2018-11-16
Move doc to trait declarations
Denis Merigoux
-40
/
+0
2018-11-16
Adapt code to latest rustc master changes
Denis Merigoux
-2
/
+2
2018-11-16
Generalized mir::codegen_mir (and all subsequent functions)
Denis Merigoux
-120
/
+128
2018-11-16
Removed genericity over Value in various functions
Denis Merigoux
-9
/
+9
2018-11-16
Generalized base.rs#call_memcpy and everything that it uses
Denis Merigoux
-7
/
+11
2018-10-24
Make declare_fn accept PolyFnSig instead of Ty.
Masaki Hara
-11
/
+7
2018-10-24
Make declare_fn aware of vtable shims.
Masaki Hara
-3
/
+5
2018-10-11
Support for disabling the PLT on ELF targets
Gabriel Majeri
-0
/
+2
2018-09-30
use is_uninhabited in more places
Jorge Aparicio
-2
/
+2
2018-09-29
Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"
Ralf Jung
-2
/
+2
2018-09-22
use is_uninhabited in more places
Jorge Aparicio
-2
/
+2
2018-08-10
Introduce SmallCStr and use it where applicable.
Michael Woerister
-10
/
+4
2018-07-31
Make globals with private linkage unnamed. Fixes #50862.
Colin Pronovost
-1
/
+9
2018-07-30
rustc_codegen_llvm: fix tidy errors.
Irina Popa
-1
/
+6
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-29
/
+29
2018-07-30
rustc_codegen_llvm: use safe references for Type.
Irina Popa
-6
/
+6
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+223