about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper
AgeCommit message (Expand)AuthorLines
2023-08-22ArchiveWrapper: handle LLVM API updateAugie Fackler-0/+5
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+7
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-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
2023-08-04coverage: Don't convert symbol names to `CString` for FFIZalathar-2/+5
2023-08-04coverage: Don't convert filenames to `CString` for FFIZalathar-2/+10
2023-08-01Auto merge of #113339 - lqd:respect-filters, r=tmiaskobors-3/+10
2023-08-01filter LLVM diagnostics before crossing the rust bridgeRémy Rakic-3/+10
2023-07-27Update the minimum external LLVM to 15Josh Stone-46/+0
2023-07-21Support `.comment` section like GCC/Clang (`!llvm.ident`)Miguel Ojeda-0/+5
2023-07-21Rollup merge of #113780 - dtolnay:printkindpath, r=b-naberMatthias Krüger-10/+22
2023-07-20Implement printing to file in PassWrapperDavid Tolnay-10/+22
2023-07-20address feedback from nikic and oli-obk https://github.com/rust-lang/rust/pul...khei4-6/+8
2023-07-17print on rustc_codegen_llvm and rename malloc and cpy c_charkhei4-8/+18
2023-07-16rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics.Patrick Walton-0/+6
2023-07-16Auto merge of #113430 - Zalathar:hash, r=b-naberbors-6/+1
2023-07-14llvm-wrapper: update for LLVM API changeKrasimir Georgiev-0/+1
2023-07-13Remove `LLVMRustCoverageHashCString`Zalathar-5/+0
2023-07-13Fix the length parameter type of `LLVMRustCoverageHashByteArray`Zalathar-1/+1
2023-07-12llvm-wrapper: adapt for LLVM API changeKrasimir Georgiev-0/+4
2023-07-10Reuse LLVMConstInBoundsGEP2Jubilee Young-11/+0
2023-07-06Rollup merge of #112791 - WaffleLapkin:wag_the_llvm, r=cuviperfee1-dead-0/+26
2023-07-02Add `rustc` option to output LLVM optimization remarks to YAML filesJakub Beránek-7/+83
2023-06-30llvm ffi: Expose `CallInst->setTailCallKind`Maybe Waffle-0/+26
2023-05-26Add SafeStack support to rustcWesley Wiser-0/+3
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