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
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
2018-08-23
AMDGPU ignores `noinline` when it slaps `alwaysinline` everywhere.
Richard Diamond
-3
/
+8
2018-08-16
Set more llvm function attributes for __rust_try
Alex Crichton
-12
/
+40
2018-08-10
Introduce SmallCStr and use it where applicable.
Michael Woerister
-1
/
+1
2018-08-10
Introduce const_cstr!() macro and use it where applicable.
Michael Woerister
-9
/
+5
2018-08-07
Annotate functions in LLVM with target-cpu, same as Clang does.
Michael Woerister
-0
/
+18
2018-07-30
rustc_codegen_llvm: use safe references for Value.
Irina Popa
-9
/
+11
2018-07-18
rustc: Stabilize #[wasm_import_module] as #[link(...)]
Alex Crichton
-6
/
+15
2018-07-10
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
-30
/
+1
2018-06-20
Disable probestack when GCOV profiling is being used
Marco Castelluccio
-0
/
+5
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-24
std: Ensure OOM is classified as `nounwind`
Alex Crichton
-5
/
+24
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+259