about summary refs log tree commit diff
path: root/compiler/rustc_llvm
AgeCommit message (Expand)AuthorLines
2023-11-23remove unused pub fnklensy-26/+0
2023-11-21Tighten up linkage settings for LLVM bindingsBen Kimock-3/+3
2023-11-16Auto merge of #117875 - Mark-Simulacrum:bootstrap-bump, r=clubby789bors-3/+3
2023-11-16Auto merge of #117948 - aeubanks:dibuilder, r=durin42bors-0/+3
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-11-15llvm-wrapper: Pass newly added param to DIBuilder::createEnumerationType()Arthur Eubanks-1/+5
2023-11-1517 -> 18Arthur Eubanks-1/+1
2023-11-15[llvm-wrapper] Pass newly added param to DIBuilder::createStaticMemberType()Arthur Eubanks-0/+3
2023-11-13Rollup merge of #114224 - inferiorhumanorgans:solaris-llvm-wrapper, r=cuviperMatthias Krüger-0/+6
2023-11-13Mention LLVM 64186 in a commentJosh Stone-0/+1
2023-11-07llvm-wrapper: Remove include of non-existant Vectorize.hHans Wennborg-1/+0
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-0/+4
2023-10-27For i586/NetBSD: fix another formatting insistence.Havard Eidnes-3/+1
2023-10-26rustc_llvm/build.rs: improve comment for NetBSD/i386 targetsHavard Eidnes-1/+3
2023-10-25Add support for i586-unknown-netbsd as target.Havard Eidnes-0/+6
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+3
2023-10-06fix to register analysis pass from llvm pluginEmanuele Vannacci-14/+14
2023-10-03Remove unused features from `rustc_llvm`.Nicholas Nethercote-4/+0
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/+27
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/+27
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-09-02Rollup merge of #114349 - inferiorhumanorgans:dragonfly-link-libz, r=cuviperMatthias Krüger-1/+4
2023-08-29Preserve `___asan_globals_registered` symbol during LTO.Lukasz Anforowicz-0/+7
2023-08-27Auto merge of #115079 - cuviper:unused-mcinfo, r=Mark-Simulacrumbors-1/+1
2023-08-22ArchiveWrapper: handle LLVM API updateAugie Fackler-0/+5
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/+16
2023-08-10Auto merge of #114005 - Zalathar:no-cstr, r=jackh726bors-4/+15
2023-08-08Rollup merge of #114612 - lqd:east-17-warning, r=nikicMatthias Krüger-2/+0
2023-08-08Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiserMatthias Krüger-0/+27
2023-08-08Auto merge of #114439 - Kobzol:remark-pgo-hotness, r=tmiaskobors-1/+7
2023-08-08Only enable hotness information when PGO is availableJakub Beránek-3/+6
2023-08-08remove llvm-wrapper include to silence deprecation warningRémy Rakic-2/+0
2023-08-07rustc_llvm: Link `zlib` on cross Solaris buildsAlex Zepeda-1/+3
2023-08-07CFI: Fix error compiling core with LLVM CFI enabledRamon de C Valle-0/+27
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-08-04Add hotness data to LLVM remarksJakub Beránek-0/+3