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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_codegen_llvm
/
attributes.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-0
/
+1
2019-12-06
Use `to_option` in various places
varkor
-5
/
+1
2019-12-03
rustc_target: add abi::call::Conv::Rust distinct from Conv::C.
Eduard-Mihai Burtescu
-6
/
+5
2019-12-03
rustc_codegen_llvm: privatize as much of attributes::* as possible.
Eduard-Mihai Burtescu
-4
/
+4
2019-12-03
rustc_codegen_llvm: take an Instance in attributes::from_fn_attrs.
Eduard-Mihai Burtescu
-16
/
+20
2019-12-03
rustc_codegen_ssa: take a FnAbi instead of a FnSig in declare_fn.
Eduard-Mihai Burtescu
-4
/
+3
2019-11-02
Simplify various `Symbol` use points.
Nicholas Nethercote
-1
/
+1
2019-10-12
some typography
Ralf Jung
-2
/
+2
2019-10-12
remove old branch of unwind logic
Ralf Jung
-21
/
+1
2019-10-12
Auto merge of #65020 - pnkfelix:targetted-fix-for-always-marking-rust-abi-unw...
bors
-13
/
+39
2019-10-04
Disable stack probe when thread sanitizer is enabled
Tomasz Miąsko
-4
/
+6
2019-10-03
Update attributes.rs
Felix S Klock II
-4
/
+5
2019-10-03
Apply suggestions from code review
Felix S Klock II
-2
/
+2
2019-10-02
Fix missing calls to drop on unwind with lto=fat; issue 64655.
Felix S. Klock II
-13
/
+38
2019-07-09
Translate target features for LLVM 9
Nikita Popov
-0
/
+24
2019-06-21
Stabilize profile-guided optimization.
Michael Woerister
-2
/
+2
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-05-23
Update wasm_import_module_map and target_features_whitelist
John Kåre Alsaker
-4
/
+3
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-2
/
+2
2019-04-11
Clean up handling of -Zpgo-gen commandline option.
Michael Woerister
-1
/
+1
2019-03-30
Use CString
Yuki OKUSHI
-5
/
+3
2019-03-30
Use target_mcount
Yuki OKUSHI
-24
/
+4
2019-03-29
Use platform dependent mcount function
Yuki OKUSHI
-1
/
+29
2019-02-25
librustc_codegen_llvm: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-3
/
+3
2019-02-23
Implement ffi_returns_twice attribute
gnzlbg
-0
/
+3
2019-02-18
librustc_codegen_llvm => 2018
Taiki Endo
-7
/
+7
2019-01-25
Resolve breakage
Simonas Kazlauskas
-18
/
+23
2019-01-24
Support revisions for codegen tests
Simonas Kazlauskas
-3
/
+3
2019-01-24
Implement optimize(size) and optimize(speed)
Simonas Kazlauskas
-9
/
+35
2018-12-30
Add `-Z instrument-mcount`
Jun Wu
-0
/
+13
2018-12-25
Remove licenses
Mark Rousskov
-9
/
+0
2018-12-14
Rollup merge of #56609 - michaelwoerister:unconditional-target-cpu-attr, r=al...
kennytm
-7
/
+3
2018-12-12
rustc: Switch `extern` functions to abort by default on panic
Alex Crichton
-23
/
+34
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-12-07
Unconditionally emit the target-cpu LLVM attribute.
Michael Woerister
-7
/
+3
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
Generalized mir::codegen_mir (and all subsequent functions)
Denis Merigoux
-0
/
+1
2018-11-16
Removed genericity over Value in various functions
Denis Merigoux
-1
/
+1
2018-11-16
Generalized base.rs#call_memcpy and everything that it uses
Denis Merigoux
-1
/
+1
2018-10-20
Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper
bors
-1
/
+1
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-1
/
+1
2018-10-11
Auto merge of #54592 - GabrielMajeri:no-plt, r=nagisa
bors
-0
/
+9
2018-10-11
Support for disabling the PLT on ELF targets
Gabriel Majeri
-0
/
+9
2018-10-08
codegen_llvm: improve common patterns
ljedrz
-3
/
+2
2018-10-08
codegen_llvm: improve allocations
ljedrz
-7
/
+9
2018-09-12
Rollup merge of #52514 - DiamondLovesYou:amdgpu-fixes, r=eddyb
kennytm
-3
/
+8
2018-08-28
Fix warnings about the `native` target-cpu
Alex Crichton
-1
/
+2
[next]