about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
AgeCommit message (Expand)AuthorLines
2022-12-06Rollup merge of #105298 - krasimirgg:llvm-16-dec-1, r=cuviperMatthias Krüger-0/+16
2022-12-06llvm-wrapper: adapt for and LLVM API changeKrasimir Georgiev-0/+16
2022-11-26Rewrite LLVM's archive writer in Rustbjorn3-0/+4
2022-11-21Auto merge of #102717 - beetrees:repr128-c-style-debuginfo, r=nagisabors-2/+3
2022-11-15Introduce composite debuginfo.Camille GILLOT-0/+4
2022-11-14[llvm-wrapper] adapt for LLVM API changeKrasimir Georgiev-1/+1
2022-11-04LLVM 16: Switch to using MemoryEffectsTim Neumann-2/+40
2022-10-09Pass 128-bit C-style enum enumerator values to LLVMbeetrees-2/+3
2022-09-25Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikicfee1-dead-6/+2
2022-09-18Use LLVM C-API to build atomic cmpxchg and fenceJosh Stone-39/+0
2022-09-18Never use legacy PM for writing bitcodeJosh Stone-6/+2
2022-09-09Introduce a fallible variant of LLVMConstIntGetZExtValueTomasz Miąsko-0/+8
2022-08-16Rollup merge of #100460 - cuviper:drop-llvm-12, r=nagisaMatthias Krüger-35/+0
2022-08-14Update the minimum external LLVM to 13Josh Stone-35/+0
2022-08-12debuginfo: Change C++-like encoding for enums.Michael Woerister-0/+24
2022-08-04RustWrapper: update for TypedPointerType in LLVMAugie Fackler-1/+6
2022-07-27Add elementtype attributes for llvm.arm.ldrex/strex intrinsicsNikita Popov-0/+22
2022-07-27Rollup merge of #99759 - bjorn3:remove_llvm_dead_code, r=nikicYuki Okushi-9/+0
2022-07-26codegen: use new {re,de,}allocator annotations in llvmAugie Fackler-0/+69
2022-07-26Remove dead code from cg_llvmbjorn3-9/+0
2022-07-20Add ShadowCallStack SupportIvan Lozano-0/+2
2022-07-18Rollup merge of #98998 - workingjubilee:naked-means-no-clothes-enforcement-te...Dylan DPC-0/+2
2022-07-12llvm-wrapper: adapt for LLVM API changeKrasimir Georgiev-0/+6
2022-07-06Stop emitting CET prologues for naked functionsJubilee Young-0/+2
2022-06-30llvm-wrapper: adapt for LLVMConstExtractValue removalKrasimir Georgiev-0/+8
2022-06-14Add metadata generation for vtables when using VFEflip1995-0/+5
2022-06-14Add LLVM module flags required for the VFE optflip1995-0/+5
2022-06-07RustWrapper: adapt to APInt API changes in LLVM 15Augie Fackler-0/+8
2022-04-28RustWrapper: explicitly don't handle DXILPointerTyIDAugie Fackler-0/+5
2022-04-20Add missing includeNikita Popov-0/+1
2022-04-15Add codegen for global_asm! sym operandsAmanieu d'Antras-0/+6
2022-03-10RustWrapper: add missing includeAugie Fackler-0/+1
2022-03-03Pass LLVM string attributes as string slicesTomasz Miąsko-6/+0
2022-03-02Auto merge of #94229 - erikdesjardins:rem2, r=nikicbors-26/+0
2022-02-28Remove LLVM attribute removalErik Desjardins-26/+0
2022-02-27Revert "Auto merge of #92419 - erikdesjardins:coldland, r=nagisa"Erik Desjardins-8/+0
2022-02-26AttrBuilder doesn't take a context in old LLVMErik Desjardins-4/+7
2022-02-26use attrbuilder to remove attrs in old LLVMErik Desjardins-4/+7
2022-02-26Add LLVM attributes in batches instead of individuallyErik Desjardins-105/+60
2022-02-18Rollup merge of #91675 - ivanloz:memtagsan, r=nagisaMatthias Krüger-0/+2
2022-02-16MemTagSanitizer SupportIvan Lozano-0/+2
2022-02-14llvm: migrate to new parameter-bearing uwtable attrAugie Fackler-0/+11
2022-02-05Apply noundef attribute to &T, &mut T, Box<T>, boolErik Desjardins-0/+2
2022-01-27Windows: Disable LLVM crash dialog boxes.Eric Huss-0/+4
2022-01-24Use error-on-mismatch policy for PAuth module flags.Jacob Bramley-3/+6
2022-01-06Rollup merge of #92559 - durin42:llvm-14-attributemask, r=nikicMatthias Krüger-5/+3
2022-01-05RustWrapper: simplify removing attributesAugie Fackler-7/+3
2022-01-04RustWrapper: adapt to new AttributeMask APIAugie Fackler-2/+4
2022-01-03RustWrapper: adapt for an LLVM API changeKrasimir Georgiev-4/+4
2021-12-30keep noinline for system llvm < 14Erik Desjardins-0/+8