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
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-902
/
+0
2020-08-27
Abort when catch_unwind catches a foreign exception
Amanieu d'Antras
-0
/
+21
2020-07-29
Auto merge of #72049 - mati865:mingw-lld, r=petrochenkov
bors
-3
/
+12
2020-07-29
MinGW: emit dllexport/dllimport by rustc
Mateusz Mikuła
-3
/
+12
2020-07-22
Improve codegen for unchecked float casts on wasm
Alex Crichton
-0
/
+8
2020-07-14
Stabilize control-flow-guard codegen option
Andrew Paverd
-1
/
+1
2020-07-10
Only add cfguard module flag on windows-msvc
Andrew Paverd
-7
/
+12
2020-07-02
Rollup merge of #73724 - CryZe:wasm-saturating-casts, r=alexcrichton
Manish Goregaokar
-0
/
+9
2020-07-02
Use WASM's saturating casts if they are available
Christopher Serr
-0
/
+9
2020-06-29
add spans to injected coverage counters
Rich Kadel
-2
/
+19
2020-06-15
[WIP] injects llvm intrinsic instrprof.increment for coverage reports
Rich Kadel
-0
/
+2
2020-05-22
Use `OnceCell` instead of `Once`
Dylan MacKenzie
-1
/
+1
2020-05-21
rustllvm: Fix warnings about unused function parameters
Vadim Petrochenkov
-15
/
+5
2020-05-02
Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkor
Dylan DPC
-3
/
+4
2020-05-02
cleanup: `config::CrateType` -> `CrateType`
Vadim Petrochenkov
-4
/
+5
2020-05-02
fix rustdoc warnings
Tshepang Lekhonkhobe
-3
/
+4
2020-04-26
rustc_target: Stop using "string typing" for TLS models
Vadim Petrochenkov
-15
/
+8
2020-04-26
codegen_llvm: Simplify logic for relaxing PIC into PIE
Vadim Petrochenkov
-4
/
+9
2020-04-26
rustc_target: Stop using "string typing" for relocation models
Vadim Petrochenkov
-23
/
+4
2020-04-18
Detect mistyped associated consts in `Instance::resolve`.
Eduard-Mihai Burtescu
-0
/
+1
2020-04-05
Remove Arcs in queries.
Camille GILLOT
-5
/
+4
2020-04-02
nix rustc_target::abi::* reexport in ty::layout
Mazdak Farrokhzad
-5
/
+4
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-6
/
+6
2020-03-29
Rollup merge of #69702 - anyska:tylayout-rename, r=oli-obk
Dylan DPC
-4
/
+4
2020-03-27
Rename TyLayout to TyAndLayout.
Ana-Maria Mihalache
-4
/
+4
2020-03-26
Retire DepGraphSafe and HashStableContext.
Camille GILLOT
-3
/
+0
2020-03-23
Rollup merge of #69940 - tmiasko:llvm-api, r=hanna-kruppe
Mazdak Farrokhzad
-2
/
+2
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-1
/
+1
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-9
/
+8
2020-03-13
Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum
bors
-46
/
+1
2020-03-11
librustc_codegen_llvm: Replace deprecated API usage
Tomasz Miąsko
-2
/
+2
2020-03-05
Remove eh_unwind_resume lang item
Amanieu d'Antras
-46
/
+1
2020-03-04
Don't use .ok() before unwrapping via .expect() on a Result.
Matthias Krüger
-1
/
+0
2020-02-12
Fix mangled names of lifetime intrinsics
Nikita Popov
-2
/
+2
2020-02-12
Use IRBuilder to create memset
Nikita Popov
-4
/
+0
2020-01-28
Add support for Control Flow Guard on Windows.
Andrew Paverd
-1
/
+11
2020-01-07
Remove support for datalayout upgrade
Nikita Popov
-16
/
+2
2020-01-07
Auto-upgrade data layouts for X86 address spaces
Nikita Popov
-0
/
+23
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-2
/
+2
2020-01-04
canonicalize FxHash{Map,Set} imports
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-96
/
+89
2019-12-11
rustc: Link LLVM directly into rustc again
Alex Crichton
-0
/
+2
2019-12-03
rustc: take a PolyFnSig instead of an FnSig in FnAbi::of_fn_ptr.
Eduard-Mihai Burtescu
-2
/
+2
2019-12-03
rustc: rename FnAbi::new to FnAbi::of_fn_ptr.
Eduard-Mihai Burtescu
-1
/
+1
2019-12-03
rustc_codegen_ssa: take a FnAbi instead of a FnSig in declare_fn.
Eduard-Mihai Burtescu
-4
/
+6
2019-11-03
Configure LLVM module PIC level
Samuel Holland
-0
/
+4
2019-10-13
Remove MiscMethods::instances
bjorn3
-5
/
+5
2019-10-13
Inline functions from cg_ssa::callee and remove the mod
bjorn3
-3
/
+16
[next]