about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
AgeCommit message (Expand)AuthorLines
2023-11-27Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviperbors-27/+0
2023-11-23remove unused pub fnklensy-26/+0
2023-11-21Update the minimum external LLVM to 16.Dario Nieuwenhuis-27/+0
2023-11-21Tighten up linkage settings for LLVM bindingsBen Kimock-3/+3
2023-10-06fix to register analysis pass from llvm pluginEmanuele Vannacci-14/+14
2023-09-25Pass name of object file to LLVM so it can correctly emit S_OBJNAMEFlorian Schmiderer-0/+4
2023-09-15llvm-wrapper: adapt for LLVM API changesKrasimir Georgiev-5/+19
2023-09-09Rollup merge of #115358 - durin42:compress-debuginfo, r=oli-obkMatthias Krüger-0/+11
2023-09-08Auto merge of #115641 - durin42:llvm-18-fatlto-take-2, r=nikicbors-0/+33
2023-09-08debuginfo: add compiler option to allow compressed debuginfo sectionsAugie Fackler-0/+11
2023-09-08lto: load bitcode sections by nameAugie Fackler-0/+33
2023-09-08Rollup merge of #115638 - ldm0:ldm/llvm-args-fix, r=nikicGuillaume Gomez-1/+4
2023-09-08Auto merge of #113492 - nebulark:pr_96475, r=petrochenkovbors-1/+38
2023-09-08Add missing Debuginfo to PDB debug file on windows.Florian Schmiderer-1/+38
2023-09-07lto: load bitcode sections by nameAugie Fackler-0/+33
2023-09-07Using parsed codegen flagsLiu Dingming-1/+1
2023-09-07Add `RegisterCodeGenFlags` to get full codegen flags listLiu Dingming-0/+3
2023-09-06Auto merge of #114946 - anforowicz:generic-fix-for-asan-lto, r=tmiaskobors-0/+7
2023-09-05llvm-wrapper: adapt for LLVM API changeKrasimir Georgiev-0/+4
2023-08-29Preserve `___asan_globals_registered` symbol during LTO.Lukasz Anforowicz-0/+7
2023-08-21Move a local to the `#if` block where it is usedJosh Stone-1/+1
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+7
2023-08-08Rollup merge of #114612 - lqd:east-17-warning, r=nikicMatthias Krüger-1/+0
2023-08-08Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiserMatthias Krüger-0/+16
2023-08-08remove llvm-wrapper include to silence deprecation warningRémy Rakic-1/+0
2023-08-07CFI: Fix error compiling core with LLVM CFI enabledRamon de C Valle-0/+16
2023-08-07Fix LLVM version check for ThinLTO import/export listsNikita Popov-1/+1
2023-08-07Remove no longer needed LLVM_RUSTLLVM checkNikita Popov-2/+0
2023-08-05llvm-wrapper: adapt for LLVM API changesKrasimir Georgiev-0/+6
2023-07-27Update the minimum external LLVM to 15Josh Stone-3/+0
2023-07-21Support `.comment` section like GCC/Clang (`!llvm.ident`)Miguel Ojeda-0/+5
2023-07-20Implement printing to file in PassWrapperDavid Tolnay-10/+22
2023-07-12llvm-wrapper: adapt for LLVM API changeKrasimir Georgiev-0/+4
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-08Remove the ThinLTO CU hackJosh Stone-57/+0
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-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-17Spelling - compilerJosh Soref-1/+1
2023-04-11Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiserMichael Goulet-0/+7
2023-04-04Enable loongarch64 LLVM targetzhaixiaojuan-0/+7
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