aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/AsmWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-05[DebugInfo] Correctly track metadata slots for DPValues (#76941)Stephen Tozer1-1/+12
2023-12-08[AsmWriter] Use unsigned char more consistentlyNikita Popov1-6/+6
2023-12-06[ThinLTO] Add tail call flag to call edges in summary (#74043)Teresa Johnson1-0/+4
2023-12-05[llvm][IR] Add per-global code model attribute (#72077)hev1-0/+21
2023-11-30[ThinLTO] Fix assembly dumping of vtable type ids (#73997)Teresa Johnson1-4/+27
2023-11-24[IR] Add disjoint flag for Or instructions. (#72583)Craig Topper1-0/+4
2023-11-17Reapply "[DebugInfo] Make DIArgList inherit from Metadata and always unique"Stephen Tozer1-7/+4
2023-11-17Revert "[DebugInfo] Make DIArgList inherit from Metadata and always unique" (...Stephen Tozer1-4/+7
2023-11-17[IR] Add GraalVM calling conventionsSacha Coppey1-0/+1
2023-11-17[DebugInfo] Make DIArgList inherit from Metadata and always unique (#72147)Stephen Tozer1-7/+4
2023-11-09[DebugInfo][RemoveDIs] Add conversion utilities for new-debug-info formatJeremy Morse1-1/+119
2023-11-09Obsolete WebKit Calling Convention (#71567)Juergen Ributzka1-1/+0
2023-10-30[IR] Add zext nneg flag (#67982)Nikita Popov1-0/+3
2023-10-15[M68k] Add new calling convention M68k_RTDMin-Yih Hsu1-0/+1
2023-09-01[LTO] Remove module id from summary indexTeresa Johnson1-11/+11
2023-07-14[llvm] Remove uses of getNonOpaquePointerElementType() (NFC)Nikita Popov1-8/+1
2023-06-22[AMDGPU] Add amdgpu_cs_chain[_preserve] CCs to IR & verifierDiana Picus1-0/+6
2023-05-08[MemProf] Add hot allocation typeKan Wu1-0/+2
2023-05-02[MemProf] Removed unused allocation typeTeresa Johnson1-6/+1
2023-04-27[IR][NFC] Change UndefMaskElem to PoisonMaskElemManuelJBrito1-2/+2
2023-04-27[IR] Change shufflevector undef mask to poisonManuelJBrito1-2/+2
2023-04-25Revert "[DebugInfo] Print empty MDTuples wrapped in MetadataAsValue inline"OCHyams1-13/+5
2023-04-25[DebugInfo] Print empty MDTuples wrapped in MetadataAsValue inlineOCHyams1-5/+13
2023-03-07[IR] Add operator<< overload for CmpInst::Predicate (NFC)Nikita Popov1-3/+2
2023-02-09Revert "HHVM calling conventions."Amir Aupov1-2/+6
2023-01-10[AsmWriter] Don't crash when printing a null operand bundle.Vasileios Porpodas1-3/+7
2023-01-10[AsmWriter] Don't crash when printing addrspace and the operand is nullVasileios Porpodas1-0/+4
2022-12-20[IR] Add a target extension type to LLVM.Joshua Cranmer1-1/+12
2022-12-13[AsmWriter] Fix printing of atomicrmw xchg with pointer opNikita Popov1-2/+4
2022-12-10Don't include None.h (NFC)Kazu Hirata1-1/+0
2022-12-05[IR] llvm::Optional => std::optionalFangrui Song1-4/+3
2022-12-04Iterate over StringMaps using structured bindings. NFCI.Benjamin Kramer1-7/+6
2022-12-02[IR] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+2
2022-12-02Use CTAD on llvm::SaveAndRestoreJan Svoboda1-1/+1
2022-11-25[IR] Use std::optional in AsmWriter.cpp (NFC)Kazu Hirata1-1/+2
2022-11-16Restore "[MemProf] ThinLTO summary support" with more fixesTeresa Johnson1-0/+74
2022-11-16Revert "Restore "[MemProf] ThinLTO summary support" with fixes"Jeremy Morse1-74/+0
2022-11-15[IR] Fix -Wreturn-type after D135714 "[MemProf] ThinLTO summary support"Fangrui Song1-5/+1
2022-11-15Restore "[MemProf] ThinLTO summary support" with fixesTeresa Johnson1-0/+78
2022-11-15Revert "[MemProf] ThinLTO summary support"Teresa Johnson1-79/+0
2022-11-15[MemProf] ThinLTO summary supportTeresa Johnson1-0/+79
2022-11-14Do not write a comma when varargs is the only argumentJoshua Cao1-3/+5
2022-11-07[Assignment Tracking][3/*] Add DIAssignID metadata boilerplateOCHyams1-0/+6
2022-11-03Revert "[Assignment Tracking][3/*] Add DIAssignID metadata boilerplate"OCHyams1-6/+0
2022-11-03[Assignment Tracking][3/*] Add DIAssignID metadata boilerplateOCHyams1-0/+6
2022-10-17[IR] Rename FuncletPadInst::getNumArgOperands to arg_size (NFC)Kazu Hirata1-2/+1
2022-09-15[AArch64][SME] Fix lowering of llvm.aarch64.get.pstatesm()Sander de Smalen1-0/+6
2022-08-04[IR] Move support for dxil::TypedPointerType to LLVM core IR.Joshua Cranmer1-4/+6
2022-08-01[NFC] Use AllocaInst's getAddressSpace helperAlex Bradbury1-1/+1
2022-07-13Remove 'no_sanitize_memtag'. Add 'sanitize_memtag'.Mitch Phillips1-2/+2