about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
AgeCommit message (Expand)AuthorLines
2022-07-21Auto merge of #93718 - thomcc:used-macho, r=pnkfelixbors-2/+12
2022-07-19Rollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str-conversions, r=nnethercoteMatthias Krüger-1/+1
2022-07-18Rollup merge of #98998 - workingjubilee:naked-means-no-clothes-enforcement-te...Dylan DPC-0/+7
2022-07-18avoid `Symbol` to `&str` conversionsTakayuki Maeda-1/+1
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-16Auto merge of #95685 - oxidecomputer:restore-static-dwarf, r=pnkfelixbors-18/+8
2022-07-14fix dwarf debuginfo being used in addition to CodeView on windowsRémy Rakic-17/+20
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-32/+32
2022-07-13Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwcoDylan DPC-20/+23
2022-07-11Keep unstable target features for asm feature checkingAmanieu d'Antras-20/+23
2022-07-09don't allow ZST in ScalarIntRalf Jung-5/+4
2022-07-08Implement support for DWARF version 5.Patrick Walton-8/+8
2022-07-08Auto merge of #98638 - bjorn3:less_string_interning, r=tmiaskobors-19/+23
2022-07-06Also stop emitting BTI prologues for naked functionsJubilee Young-0/+2
2022-07-06Stop emitting CET prologues for naked functionsJubilee Young-0/+5
2022-07-06Allow to create definitions inside the query system.Camille GILLOT-2/+3
2022-07-06Update TypeVisitor pathsAlan Egerton-4/+4
2022-07-05Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJungbors-4/+4
2022-07-05Prefer trace level instrumentation for the new noisy instrument attributesOli Scherer-1/+1
2022-06-30llvm-wrapper: adapt for LLVMConstExtractValue removalKrasimir Georgiev-7/+2
2022-06-29Some tracing cleanupsOli Scherer-4/+4
2022-06-28Avoid unnecessary string interning for const_strbjorn3-19/+23
2022-06-26Rollup merge of #98385 - m-ou-se:llvm-12-memory-order, r=petrochenkovYuki Okushi-1/+15
2022-06-24Rollup merge of #98214 - petrochenkov:islike, r=compiler-errorsYuki Okushi-2/+2
2022-06-22Work around llvm 12's memory ordering restrictions.Mara Bos-1/+15
2022-06-21Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoeristerbors-95/+25
2022-06-19Small refactoringbjorn3-9/+5
2022-06-19Remove the source archive functionality of ArchiveWriterbjorn3-33/+2
2022-06-19Fix "Remove src_files and remove_file"bjorn3-5/+6
2022-06-19Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-seMatthias Krüger-1/+1
2022-06-18rustc_target: Remove some redundant target propertiesVadim Petrochenkov-2/+2
2022-06-16Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}`Maybe Waffle-1/+1
2022-06-16Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...Matthias Krüger-1/+1
2022-06-16Support lint expectations for `--force-warn` lints (RFC 2383)xFrednet-1/+1
2022-06-14Remove src_files and remove_filebjorn3-29/+0
2022-06-14Inline ArchiveConfig struct into LlvmArchiveBuilderbjorn3-28/+21
2022-06-14Add metadata generation for vtables when using VFEflip1995-7/+99
2022-06-14Add llvm.type.checked.load intrinsicflip1995-3/+15
2022-06-14Add LLVM module flags required for the VFE optflip1995-1/+23
2022-06-14Rollup merge of #95243 - vladimir-ea:compiler_watch_os, r=nagisaYuki Okushi-1/+2
2022-06-13Add Apple WatchOS compile targetsVladimir Michael Eatwell-1/+2
2022-06-11Rollup merge of #97969 - inglorion:prelinkpasses, r=nikicMatthias Krüger-1/+1
2022-06-10Make -Cpasses= only apply to pre-link optimizationBob Haarman-1/+1
2022-06-09refactor write_output_file to merge two invocation paths into one.Felix S. Klock II-18/+14
2022-06-08Rollup merge of #97846 - pcwalton:align-bits, r=michaelwoeristerDylan DPC-1/+1
2022-06-07Specify DWARF alignment in bits, not bytes.Patrick Walton-1/+1
2022-06-07Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnrbors-0/+1
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-1/+0
2022-06-06Avoid creating `SmallVec`s in `global_llvm_features`SparrowLii-33/+37
2022-06-03Fully stabilize NLLJack Huey-1/+0