summaryrefslogtreecommitdiff
path: root/compiler/rustc_llvm/llvm-wrapper
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #111364 - cuviper:unhack-thinlto, r=nikicHEADmasterbors2023-05-181-57/+0
|\
| * Remove the ThinLTO CU hackJosh Stone2023-05-081-57/+0
* | Usage of atomic counters for llvm code coverageEvgeniy A. Dushistov2023-05-121-0/+3
* | Correctly mark parameter `RustMappingRegions` as pointer-to-`const`Zalathar2023-05-091-1/+1
* | Isolate coverage FFI type layouts from their underlying LLVM C++ typesZalathar2023-05-091-7/+100
|/
* Rollup merge of #111274 - cuviper:print-target-cpus, r=Mark-SimulacrumMatthias Krüger2023-05-061-14/+16
|\
| * Expand the LLVM coverage of `--print target-cpus`Josh Stone2023-05-051-14/+16
* | Rollup merge of #111167 - cuviper:type-decl-disubprogram, r=michaelwoeristerMatthias Krüger2023-05-061-0/+22
|\ \ | |/ |/|
| * debuginfo: split method declaration and definitionJosh Stone2023-05-031-0/+22
* | change expect() to unwrap_or_else() and update msgJames Dietz2023-05-041-2/+6
* | moved default CPU message inlineJames Dietz2023-05-041-9/+7
* | `--print target-cpus` shows default target cpu, updated docsJames Dietz2023-05-041-2/+9
|/
* [LLVM17] Adapt to `ExplicitEmulatedTLS` removal.Tim Neumann2023-04-241-0/+5
* Rollup merge of #110668 - ehuss:fix-native-cpu-list, r=cuviperMatthias Krüger2023-04-231-1/+3
|\
| * Fix printing native CPU on cross-compiled compiler.Eric Huss2023-04-231-1/+3
* | Remove deprecated LLVM any_isaQiu Chaofan2023-04-201-8/+8
|/
* Recognize AIX style archive kindQiu Chaofan2023-04-191-0/+3
* Spelling - compilerJosh Soref2023-04-171-1/+1
* Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet2023-04-111-0/+7
|\
| * Enable loongarch64 LLVM targetzhaixiaojuan2023-04-041-0/+7
* | Auto merge of #109862 - klensy:llvm-dd, r=nikicbors2023-04-081-74/+3
|\ \
| * | reviewklensy2023-04-051-1/+1
| * | replaceklensy2023-04-041-12/+1
| * | Use existing llvm methods, instead of rust wrappers for:klensy2023-04-041-49/+0
| * | replace LLVMRustAppendModuleInlineAsm with LLVMAppendModuleInlineAsm, LLVMRus...klensy2023-04-041-9/+0
| * | replace LLVMRustMetadataAsValue with LLVMMetadataAsValueklensy2023-04-041-4/+0
| * | add bunch of fixmes: currently there exist some functions that accept LLVMVal...klensy2023-04-041-0/+2
* | | Preserve, clarify, and extend debug informationJulia Tatz2023-03-311-0/+3
|/ /
* | Auto merge of #109720 - Dylan-DPC:rollup-u564m8s, r=Dylan-DPCbors2023-03-291-7/+10
|\ \
| * | llvm-wrapper: adapt for LLVM API changeKrasimir Georgiev2023-03-271-7/+10
| |/
* | Add OpenHarmony targetsAmanieu d'Antras2023-03-281-1/+6
|/
* Remove an extraneous includeKazu Hirata2023-03-071-1/+0
* Remove references to PassManagerBuilderNikita Popov2023-03-061-2/+0
* Rollup merge of #108599 - nikic:drop-init, r=cuviperMatthias Krüger2023-03-031-34/+2
|\
| * Print NewPM passesNikita Popov2023-03-011-16/+2
| * Remove pass initialization codeNikita Popov2023-03-011-18/+0
* | record llvm cgu instruction statscsmoe2023-02-252-0/+14
|/
* Add `kernel-address` sanitizer support for freestanding targetsWesley Norris2023-02-141-3/+7
* Update the minimum external LLVM to 14Josh Stone2023-02-102-54/+4
* llvm-16: Use Triple.h from new header location.Matthew Maurer2023-02-071-1/+6
* llvm-wrapper: adapt for LLVM API changesKrasimir Georgiev2023-02-021-8/+30
* Rollup merge of #106113 - krasimirgg:llvm-16-ext-tyid, r=nikicMichael Goulet2023-01-211-11/+9
|\
| * llvm-wrapper: adapt for LLVM API changeKrasimir Georgiev2023-01-021-11/+9
* | Remove double spaces after dots in commentsMaybe Waffle2023-01-171-2/+2
* | rustc_llvm: replace llvm::makeArrayRef with ArrayRef constructors.Dmitri Gribenko2023-01-112-12/+13
|/
* llvm-wrapper: adapt for LLVM API changesKrasimir Georgiev2022-12-112-1/+15
* Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3Matthias Krüger2022-12-101-8/+8
|\
| * Add LLVM KCFI support to the Rust compilerRamon de C Valle2022-12-081-8/+8
* | Rollup merge of #105298 - krasimirgg:llvm-16-dec-1, r=cuviperMatthias Krüger2022-12-062-1/+26
|\ \
| * | llvm-wrapper: adapt for and LLVM API changeKrasimir Georgiev2022-12-062-1/+26