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
/
src
/
back
Age
Commit message (
Expand
)
Author
Lines
2023-03-29
Auto merge of #108792 - Amanieu:ohos, r=petrochenkov
bors
-0
/
+3
2023-03-28
Add OpenHarmony targets
Amanieu d'Antras
-0
/
+3
2023-03-24
Update ar_archive_writer to 0.1.3
bjorn3
-1
/
+1
2023-03-22
Use -m option instead of looking for a cross-compiling version of dlltool
Daniel Paoliello
-14
/
+25
2023-02-25
record llvm cgu instruction stats
csmoe
-0
/
+21
2023-02-18
Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper
bors
-0
/
+4
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-10
/
+5
2023-02-14
Add `kernel-address` sanitizer support for freestanding targets
Wesley Norris
-0
/
+4
2023-02-06
Specify dlltool prefix when generating import libs
Rafael Rivera
-0
/
+8
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-69
/
+60
2023-01-27
Revert back to LlvmArchiveBuilder on all platforms
bjorn3
-1
/
+3
2023-01-27
Revert "Remove macOS fat archive support from LlvmArchiveBuilder"
bjorn3
-4
/
+10
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-4
/
+4
2022-12-20
Remove wrapper functions for some unstable options
Nilstrieb
-1
/
+1
2022-12-18
don't restuct references just to reborrow
Matthias Krüger
-1
/
+1
2022-12-14
Auto merge of #105221 - alex:fat-archive-cleanup, r=bjorn3
bors
-10
/
+4
2022-12-13
Rollup merge of #105620 - TaKO8Ki:remove-unnecessary-uses-of-clone, r=compile...
Matthias Krüger
-1
/
+1
2022-12-13
remove unnecessary uses of `clone`
Takayuki Maeda
-1
/
+1
2022-12-07
Don't internalize __llvm_profile_counter_bias
Alex Brachet
-0
/
+4
2022-12-03
Remove macOS fat archive support from LlvmArchiveBuilder
Alex Gaynor
-10
/
+4
2022-11-26
Use LLVM for getting symbols from COFF bigobj files
bjorn3
-1
/
+9
2022-11-26
Rewrite LLVM's archive writer in Rust
bjorn3
-62
/
+61
2022-11-13
Rollup merge of #104105 - davidtwco:split-dwarf-lto, r=michaelwoerister
Manish Goregaokar
-3
/
+13
2022-11-09
Update compiler/rustc_codegen_llvm/src/back/archive.rs
SLASHLogin
-1
/
+1
2022-11-09
Port diagnostics created by `Handler`
SLASHLogin
-7
/
+2
2022-11-09
Port `UnknownArchiveKind`
SLASHLogin
-4
/
+5
2022-11-09
Port `DlltoolFailImportLibrary` and implement `IntoDiagnosticArg` for `Cow<'a...
SLASHLogin
-6
/
+8
2022-11-09
Port ErrorCallingDllTool
SLASHLogin
-2
/
+4
2022-11-09
Import ErrorWritingDEFFile
SLASHLogin
-2
/
+2
2022-11-09
Port ArchiveBuildFailure
SLASHLogin
-2
/
+2
2022-11-09
Import `error creating import library`
SLASHLogin
-4
/
+4
2022-11-08
llvm: dwo only emitted when object code emitted
David Wood
-3
/
+13
2022-10-24
Support raw-dylib functions being used inside inlined functions
Daniel Paoliello
-2
/
+5
2022-10-23
Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s
Jakub Beránek
-1
/
+15
2022-10-23
Allow LTO for dylibs
bjorn3
-13
/
+4
2022-10-14
fix a typo
wtj
-1
/
+1
2022-10-06
Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwco
Matthias Krüger
-1
/
+1
2022-10-06
Remove `-Ztime` option.
Nicholas Nethercote
-1
/
+1
2022-10-04
resolve error when attempting to link a universal library on macOS
Alex Gaynor
-3
/
+64
2022-09-19
Rename LLVM `optimize` functions
Josh Stone
-4
/
+4
2022-09-18
Remove -Znew-llvm-pass-manager
Josh Stone
-4
/
+0
2022-09-18
Remove support for LLVM's legacy pass manager
Josh Stone
-309
/
+18
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-6
/
+4
2022-08-30
Auto merge of #98100 - bjorn3:use_object_for_bitcode_reading, r=wesleywiser
bors
-5
/
+16
2022-08-26
Implementation of import_name_type
Daniel Paoliello
-24
/
+10
2022-08-16
Rollup merge of #100460 - cuviper:drop-llvm-12, r=nagisa
Matthias Krüger
-14
/
+1
2022-08-14
Update the minimum external LLVM to 13
Josh Stone
-14
/
+1
2022-08-12
Respond to RFC comments.
ridwanabdillahi
-1
/
+1
2022-08-11
Add support for generating unique *.profraw files by default when using the `...
ridwanabdillahi
-0
/
+10
2022-07-28
Introduce an ArchiveBuilderBuilder
bjorn3
-12
/
+16
[prev]
[next]