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
/
llvm_util.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-26
codegen_llvm: Simplify logic for relaxing PIC into PIE
Vadim Petrochenkov
-2
/
+2
2020-04-14
Update the minimum external LLVM to 8
Josh Stone
-11
/
+9
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-24
Invert `-Z generate-arange-section`.
Nicholas Nethercote
-2
/
+1
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-2
/
+2
2020-02-28
use is_empty() instead of len() == x to determine if structs are empty.
Matthias Krüger
-1
/
+1
2020-02-01
Add support for enabling the LLVM time-trace feature
Wesley Wiser
-0
/
+18
2020-01-17
Actually pass target LLVM args to LLVM
Jethro Beekman
-2
/
+3
2020-01-10
Allow specifying LLVM args in target specifications
Jethro Beekman
-9
/
+6
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-43
/
+42
2019-12-20
Remove rarely used -Zdisable_instrumentation_preinliner flag.
Michael Woerister
-3
/
+1
2019-12-20
Allow -Cllvm-args to override rustc's default LLVM args.
Michael Woerister
-13
/
+33
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-0
/
+1
2019-12-02
Rollup merge of #66918 - makotokato:aarch32-crc-crypto, r=petrochenkov
Mazdak Farrokhzad
-0
/
+2
2019-11-30
Add crc and crypto to target feature whitelist on arm
Makoto Kato
-0
/
+2
2019-11-30
move UnstableFeatures -> rustc_feature
Mazdak Farrokhzad
-1
/
+1
2019-11-18
Generate DWARF address ranges for faster lookups
Josh Stone
-0
/
+3
2019-10-25
Formatting
Thomas Lively
-1
/
+2
2019-10-25
Re-enable Emscripten's exception handling support
Thomas Lively
-1
/
+5
2019-10-16
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-2
/
+1
2019-10-05
Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...
Tyler Mandry
-1
/
+2
2019-10-04
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-2
/
+1
2019-07-22
add support for hexagon-unknown-linux-musl
Brian Cain
-1
/
+1
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-67
/
+68
2019-04-23
Add f16c target_feature
gnzlbg
-0
/
+1
2019-04-19
Rollup merge of #60097 - cuviper:llvm8-mergefunc-use-aliases, r=rkruppe
Mazdak Farrokhzad
-1
/
+1
2019-04-18
Use -mergefunc-use-aliases for any LLVM >= 8
Josh Stone
-1
/
+1
2019-04-17
whitelist rtm x86 cpu feature
tyler
-0
/
+1
2019-02-18
librustc_codegen_llvm => 2018
Taiki Endo
-2
/
+2
2019-02-14
Whitelist the ARM v8 target-feature
gnzlbg
-0
/
+1
2019-02-13
Whitelist the ARM v6 target-feature
gnzlbg
-0
/
+1
2019-01-30
Add MOVBE feature
Jethro Beekman
-0
/
+1
2019-01-24
Implement optimize(size) and optimize(speed)
Simonas Kazlauskas
-3
/
+3
2019-01-05
Add a target option "merge-functions" taking values in ("disabled",
Peter Jin
-1
/
+9
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-21
Enable emission of alignment attrs for pointer params
Nikita Popov
-0
/
+4
2018-12-14
rustc: Add the `cmpxchg16b` target feature on x86/x86_64
Alex Crichton
-0
/
+2
2018-12-12
x86: Add the `adx` target feature to whitelist
Alex Crichton
-0
/
+1
2018-11-30
Enable -mergefunc-use-aliases
Nikita Popov
-0
/
+3
2018-11-11
Fix typos.
Bruce Mitchener
-1
/
+1
2018-11-10
Auto merge of #55650 - nikic:funnel-shift, r=nagisa
bors
-0
/
+4
2018-11-08
Disable wasm32 features on emscripten
Nikita Popov
-1
/
+2
2018-11-03
Implement rotate using funnel shift on LLVM >= 7
Nikita Popov
-0
/
+4
2018-10-12
exit with status code 101 on fatal LLVM error
Andy Russell
-0
/
+2
2018-10-08
codegen_llvm: improve allocations
ljedrz
-2
/
+3
2018-09-05
Auto merge of #53878 - alexcrichton:wasm-atomics-feature, r=eddyb
bors
-0
/
+1
2018-09-03
whitelist some ARM features
Jorge Aparicio
-0
/
+4
[next]