about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
AgeCommit message (Expand)AuthorLines
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
2022-05-30Add support for emitting functions with `coldcc` in LLVMScott McMurray-0/+1
2022-05-29Auto merge of #97214 - Mark-Simulacrum:stage0-bump, r=pietroalbinibors-2/+2
2022-05-29Auto merge of #94214 - nikic:rust-opaque-pointers, r=cuviperbors-4/+9
2022-05-29Auto merge of #97287 - compiler-errors:type-interner, r=jackh726,oli-obkbors-2/+2
2022-05-29Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoeristerGuillaume Gomez-2/+54
2022-05-28Fix TyKind lint, make consts no longer fn, etcMichael Goulet-2/+2
2022-05-28Initial fixes on top of type interner commitMichael Goulet-2/+2
2022-05-28Fix documentation of basic stack protectorNikita Popov-2/+2
2022-05-27Finish bumping stage0Mark Rousskov-2/+2
2022-05-25Don't use global initializer if type does not matchNikita Popov-2/+7
2022-05-25rustc_codegen_ssa: cleanup `AtomicOrdering`Tomasz Miąsko-2/+1
2022-05-24Update documentation.ridwanabdillahi-2/+2
2022-05-24Add support for embedding pretty printers via the `#[debugger_visualizer]` at...ridwanabdillahi-2/+54
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-32/+31
2022-05-18Properly apply path prefix remapping paths emitted into debuginfo.Michael Woerister-69/+97
2022-05-16Add tmm_reg clobbersConnor Horman-3/+6
2022-05-13Add LLVM based mingw-w64 targetsMateusz Mikuła-2/+4
2022-05-12Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwcobors-3/+2
2022-05-12Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkovbors-0/+2
2022-05-11Move `#[used]` check for Mach-O to `rustc_typeck` from `rustc_codegen_llvm`Thom Chiovoloni-27/+7
2022-05-11Fix mixup between `llvm.compiler.used` and `llvm.used` in commentThom Chiovoloni-1/+1
2022-05-11Only compile #[used] as llvm.compiler.used for ELF targetsThom Chiovoloni-3/+33
2022-05-10only_local: always check for misuselcnr-3/+2
2022-05-07Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errorsbors-13/+13
2022-05-05Allow unused rules in some places in the compiler, library and toolsest31-0/+2
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-05-03Rollup merge of #96587 - bjorn3:refactor_backend_write, r=michaelwoeristerYuki Okushi-27/+21
2022-05-02fix most compiler/ doctestsElliot Roberts-13/+13
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-1/+1
2022-04-30Merge new_metadata into codegen_allocatorbjorn3-7/+6
2022-04-30Remove config parameter of optimize_fat and avoid interior mutability for modulebjorn3-11/+7
2022-04-30Let LtoModuleCodegen::optimize take self by valuebjorn3-3/+3
2022-04-30Rename run_lto_pass_manager to optimize_fat and remove thin parameterbjorn3-9/+8