about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm
AgeCommit message (Expand)AuthorLines
2023-03-28Add OpenHarmony targetsAmanieu d'Antras-0/+1
2023-03-16Use poison instead of undefNikita Popov-0/+1
2023-03-06Remove references to PassManagerBuilderNikita Popov-3/+0
2023-03-03Rollup merge of #108599 - nikic:drop-init, r=cuviperMatthias Krüger-2/+0
2023-03-01Remove pass initialization codeNikita Popov-2/+0
2023-02-25record llvm cgu instruction statscsmoe-0/+2
2023-02-14Add `kernel-address` sanitizer support for freestanding targetsWesley Norris-0/+2
2022-12-24Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholkMatthias Krüger-3/+3
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-3/+3
2022-12-19Correct ModFlagBehavior for Aarch64 on LLVM-15Arvind Mukund-0/+1
2022-12-10Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3Matthias Krüger-2/+6
2022-12-08Add LLVM KCFI support to the Rust compilerRamon de C Valle-2/+6
2022-12-03Auto merge of #97485 - bjorn3:new_archive_writer, r=wesleywiserbors-0/+13
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-1/+1
2022-11-26Rewrite LLVM's archive writer in Rustbjorn3-0/+13
2022-11-21Auto merge of #102717 - beetrees:repr128-c-style-debuginfo, r=nagisabors-1/+2
2022-11-15Introduce composite debuginfo.Camille GILLOT-0/+1
2022-11-04LLVM 16: Switch to using MemoryEffectsTim Neumann-1/+17
2022-10-09Pass 128-bit C-style enum enumerator values to LLVMbeetrees-1/+2
2022-09-25Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikicfee1-dead-72/+2
2022-09-18Use LLVM C-API to build atomic cmpxchg and fenceJosh Stone-27/+9
2022-09-18Remove support for LLVM's legacy pass managerJosh Stone-72/+2
2022-09-09Introduce a fallible variant of LLVMConstIntGetZExtValueTomasz Miąsko-1/+1
2022-08-30Auto merge of #98100 - bjorn3:use_object_for_bitcode_reading, r=wesleywiserbors-12/+0
2022-08-16Rollup merge of #100460 - cuviper:drop-llvm-12, r=nagisaMatthias Krüger-6/+0
2022-08-16Rollup merge of #100384 - ridwanabdillahi:instr_profile_output, r=wesleywiserMatthias Krüger-0/+1
2022-08-14Update the minimum external LLVM to 13Josh Stone-6/+0
2022-08-12debuginfo: Change C++-like encoding for enums.Michael Woerister-0/+13
2022-08-11Add support for generating unique *.profraw files by default when using the `...ridwanabdillahi-0/+1
2022-07-27Add elementtype attributes for llvm.arm.ldrex/strex intrinsicsNikita Popov-0/+3
2022-07-27Rollup merge of #99759 - bjorn3:remove_llvm_dead_code, r=nikicYuki Okushi-46/+0
2022-07-26codegen: use new {re,de,}allocator annotations in llvmAugie Fackler-0/+29
2022-07-26Remove dead code from cg_llvmbjorn3-46/+0
2022-07-25Use object instead of LLVM for reading bitcode from rlibsbjorn3-12/+0
2022-07-23Auto merge of #98208 - ivanloz:master, r=nagisabors-0/+1
2022-07-21Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwcobors-1/+1
2022-07-20Add ShadowCallStack SupportIvan Lozano-0/+1
2022-07-18Rollup merge of #98998 - workingjubilee:naked-means-no-clothes-enforcement-te...Dylan DPC-0/+1
2022-07-16Auto merge of #95685 - oxidecomputer:restore-static-dwarf, r=pnkfelixbors-2/+6
2022-07-14rustc: add ability to output regular LTO bitcode modulesZiv Dunkelman-1/+1
2022-07-06Stop emitting CET prologues for naked functionsJubilee Young-0/+1
2022-07-05Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJungbors-1/+1
2022-06-30llvm-wrapper: adapt for LLVMConstExtractValue removalKrasimir Georgiev-5/+1
2022-06-29Some tracing cleanupsOli Scherer-1/+1
2022-06-14Add metadata generation for vtables when using VFEflip1995-0/+7
2022-06-14Add LLVM module flags required for the VFE optflip1995-0/+1
2022-05-25rustc_codegen_ssa: cleanup `AtomicOrdering`Tomasz Miąsko-2/+1
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-5/+5
2022-04-20Stub out more PassManagerBuilder functionsNikita Popov-7/+6
2022-04-20Stub out various legacy PM functions with LLVM 15Nikita Popov-1/+1