about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper
AgeCommit message (Expand)AuthorLines
2023-05-18Auto merge of #111364 - cuviper:unhack-thinlto, r=nikicbors-57/+0
2023-05-12Usage of atomic counters for llvm code coverageEvgeniy A. Dushistov-0/+3
2023-05-09Correctly mark parameter `RustMappingRegions` as pointer-to-`const`Zalathar-1/+1
2023-05-09Isolate coverage FFI type layouts from their underlying LLVM C++ typesZalathar-7/+100
2023-05-08Remove the ThinLTO CU hackJosh Stone-57/+0
2023-05-06Rollup merge of #111274 - cuviper:print-target-cpus, r=Mark-SimulacrumMatthias Krüger-14/+16
2023-05-06Rollup merge of #111167 - cuviper:type-decl-disubprogram, r=michaelwoeristerMatthias Krüger-0/+22
2023-05-05Expand the LLVM coverage of `--print target-cpus`Josh Stone-14/+16
2023-05-04change expect() to unwrap_or_else() and update msgJames Dietz-2/+6
2023-05-04moved default CPU message inlineJames Dietz-9/+7
2023-05-04`--print target-cpus` shows default target cpu, updated docsJames Dietz-2/+9
2023-05-03debuginfo: split method declaration and definitionJosh Stone-0/+22
2023-04-24[LLVM17] Adapt to `ExplicitEmulatedTLS` removal.Tim Neumann-0/+5
2023-04-23Rollup merge of #110668 - ehuss:fix-native-cpu-list, r=cuviperMatthias Krüger-1/+3
2023-04-23Fix printing native CPU on cross-compiled compiler.Eric Huss-1/+3
2023-04-20Remove deprecated LLVM any_isaQiu Chaofan-8/+8
2023-04-19Recognize AIX style archive kindQiu Chaofan-0/+3
2023-04-17Spelling - compilerJosh Soref-1/+1
2023-04-11Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet-0/+7
2023-04-08Auto merge of #109862 - klensy:llvm-dd, r=nikicbors-74/+3
2023-04-05reviewklensy-1/+1
2023-04-04replaceklensy-12/+1
2023-04-04Use existing llvm methods, instead of rust wrappers for:klensy-49/+0
2023-04-04replace LLVMRustAppendModuleInlineAsm with LLVMAppendModuleInlineAsm, LLVMRus...klensy-9/+0
2023-04-04replace LLVMRustMetadataAsValue with LLVMMetadataAsValueklensy-4/+0
2023-04-04add bunch of fixmes: currently there exist some functions that accept LLVMVal...klensy-0/+2
2023-04-04Enable loongarch64 LLVM targetzhaixiaojuan-0/+7
2023-03-31Preserve, clarify, and extend debug informationJulia Tatz-0/+3
2023-03-29Auto merge of #109720 - Dylan-DPC:rollup-u564m8s, r=Dylan-DPCbors-7/+10
2023-03-28Add OpenHarmony targetsAmanieu d'Antras-1/+6
2023-03-27llvm-wrapper: adapt for LLVM API changeKrasimir Georgiev-7/+10
2023-03-07Remove an extraneous includeKazu Hirata-1/+0
2023-03-06Remove references to PassManagerBuilderNikita Popov-2/+0
2023-03-03Rollup merge of #108599 - nikic:drop-init, r=cuviperMatthias Krüger-34/+2
2023-03-01Print NewPM passesNikita Popov-16/+2
2023-03-01Remove pass initialization codeNikita Popov-18/+0
2023-02-25record llvm cgu instruction statscsmoe-0/+14
2023-02-14Add `kernel-address` sanitizer support for freestanding targetsWesley Norris-3/+7
2023-02-10Update the minimum external LLVM to 14Josh Stone-54/+4
2023-02-07llvm-16: Use Triple.h from new header location.Matthew Maurer-1/+6
2023-02-02llvm-wrapper: adapt for LLVM API changesKrasimir Georgiev-8/+30
2023-01-21Rollup merge of #106113 - krasimirgg:llvm-16-ext-tyid, r=nikicMichael Goulet-11/+9
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-2/+2
2023-01-11rustc_llvm: replace llvm::makeArrayRef with ArrayRef constructors.Dmitri Gribenko-12/+13
2023-01-02llvm-wrapper: adapt for LLVM API changeKrasimir Georgiev-11/+9
2022-12-11llvm-wrapper: adapt for LLVM API changesKrasimir Georgiev-1/+15
2022-12-10Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3Matthias Krüger-8/+8
2022-12-08Add LLVM KCFI support to the Rust compilerRamon de C Valle-8/+8
2022-12-06Rollup merge of #105298 - krasimirgg:llvm-16-dec-1, r=cuviperMatthias Krüger-1/+26
2022-12-06llvm-wrapper: adapt for and LLVM API changeKrasimir Georgiev-1/+26