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
/
compiler
/
rustc_codegen_llvm
Age
Commit message (
Expand
)
Author
Lines
2023-11-15
Ensure strings created with `const_str` get the `unnamed_addr` attribute
Thom Chiovoloni
-0
/
+1
2023-11-14
Rollup merge of #117911 - catandcoder:master, r=lqd
Matthias Krüger
-1
/
+1
2023-11-14
Fix some typos
cui fliter
-1
/
+1
2023-11-12
target_feature: make it more clear what that 'Option' means
Ralf Jung
-2
/
+3
2023-11-11
Add -Z llvm_module_flag
Paul Menage
-0
/
+18
2023-11-06
warn when using an unstable feature with -Ctarget-feature
Ralf Jung
-21
/
+41
2023-11-04
Rollup merge of #117554 - durin42:llvm-delete-dead-zext-code, r=nikic
Takayuki Maeda
-10
/
+1
2023-11-03
consts: remove dead code around `i1` constant values
Augie Fackler
-10
/
+1
2023-11-03
move ABI sanity check from LLVM codegen backend to ABI computation logic
Ralf Jung
-40
/
+3
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-1
/
+1
2023-10-31
Merge simd size and type extraction into checking whether a type is simd, as ...
Oli Scherer
-48
/
+26
2023-10-31
Simplify all `require_simd` invocations by moving all of the shared invocatio...
Oli Scherer
-37
/
+19
2023-10-31
don't use the moral equivalent of `assert!(false, "foo")`
Oli Scherer
-33
/
+22
2023-10-30
Clean up `rustc_*/Cargo.toml`.
Nicholas Nethercote
-9
/
+8
2023-10-28
Remove asmjs from compiler
Jubilee Young
-5
/
+1
2023-10-28
Auto merge of #117123 - Zalathar:bad-counter-ids, r=petrochenkov
bors
-31
/
+41
2023-10-28
coverage: Consistently remove unused counter IDs from expressions/mappings
Zalathar
-31
/
+41
2023-10-27
Link to correct issue in PassMode::Direct ptx-kernel exception
Kjetil Kjeka
-1
/
+1
2023-10-27
Documentation and error message improvements related to PassMode::Direct assert
Kjetil Kjeka
-2
/
+2
2023-10-26
NVPTX: Allow PassMode::Direct for ptx kernels for now
Kjetil Kjeka
-1
/
+6
2023-10-23
Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov
bors
-2
/
+0
2023-10-22
use visibility to check unused imports and delete some stmts
bohan
-2
/
+0
2023-10-22
coverage: Emit the filenames section before encoding per-function mappings
Zalathar
-21
/
+15
2023-10-22
coverage: Encode function mappings without re-sorting them
Zalathar
-13
/
+15
2023-10-22
coverage: Encapsulate local-to-global file mappings
Zalathar
-5
/
+29
2023-10-22
coverage: Build the global file table ahead of time
Zalathar
-25
/
+50
2023-10-22
coverage: Fetch expressions and mappings separately
Zalathar
-28
/
+14
2023-10-22
coverage: Split `FunctionCoverage` into distinct collector/finished phases
Zalathar
-24
/
+40
2023-10-21
coverage: Change query `codegened_and_inlined_items` to a plain function
Zalathar
-3
/
+34
2023-10-21
coverage: Move unused-function helpers closer to where they are used
Zalathar
-43
/
+39
2023-10-21
coverage: Emit mappings for unused functions without generating stubs
Zalathar
-74
/
+37
2023-10-20
s/generator/coroutine/
Oli Scherer
-112
/
+112
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-18
/
+18
2023-10-19
Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errors
bors
-40
/
+84
2023-10-18
coverage: Explicitly note that counter/expression IDs are function-local
Zalathar
-0
/
+7
2023-10-18
coverage: Store expression data in function coverage info
Zalathar
-78
/
+42
2023-10-18
coverage: Store all of a function's mappings in function coverage info
Zalathar
-69
/
+39
2023-10-18
coverage: Make expression simplification non-destructive
Zalathar
-22
/
+58
2023-10-18
coverage: Collect a function's coverage mappings into a single list
Zalathar
-75
/
+51
2023-10-18
coverage: Rename `Operand` to `CovTerm`
Zalathar
-22
/
+22
2023-10-18
coverage: Store the number of counters/expressions in function coverage info
Zalathar
-15
/
+22
2023-10-18
coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body`
Zalathar
-49
/
+48
2023-10-17
[RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes
Urgau
-40
/
+84
2023-10-16
docs: add Rust logo to more compiler crates
Michael Howell
-0
/
+3
2023-10-15
Removes the useless DisableSimplifyLibCalls parameter.
DianQK
-12
/
+4
2023-10-13
Format all the let chains in compiler
Michael Goulet
-28
/
+59
2023-10-13
Auto merge of #115964 - bjorn3:cgu_reuse_tracker_global_state, r=cjgillot
bors
-2
/
+0
2023-10-12
Auto merge of #116510 - scottmcm:no-1-simd-v2, r=compiler-errors
bors
-1
/
+6
2023-10-09
Remove an LTO dependent cgu_reuse_tracker.set_actual_reuse call
bjorn3
-2
/
+0
2023-10-08
Make FnDef 1-ZST in LLVM debuginfo.
Camille GILLOT
-2
/
+10
[prev]
[next]