summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp
AgeCommit message (Expand)Author
2025-01-08[HLSL] [DirectX] translate llvm fast math flags to llvm 3.7 fast math flags (...Sarah Spall
2024-09-11DXIL: Use correct type ID when writing ValueAsMetadata. (#94337)Tim Besard
2024-07-25Remove the `x86_mmx` IR type. (#98505)James Y Knight
2024-06-04[DirectX] Update for removal of icmp and fcmp constant expressionsJustin Bogner
2024-05-30[DirectX] Fix BitcodeWriter ctor after #92983Fangrui Song
2024-05-15Fix typo "indicies" (#92232)Jay Foad
2023-12-24[Target] Use range-based for loops (NFC)Kazu Hirata
2023-08-21[DXILBitcodeWriter] Fix handling of an unspecified lower bound in DISubrangeJustin Bogner
2023-08-21[DXILBitcodeWriter] Don't create a new abbrev per MDStringJustin Bogner
2023-07-19[DirectX] Remove uses of isOpaquePointerTy(). NFCJustin Bogner
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-01-09[DirectX backend] Remove unused bitcode block for dxilXiang Li
2022-12-20Add TargetExtTyID to switch statements in Hexagon and DXIL backend code.Joshua Cranmer
2022-12-01[DirectX] Fix shared libraries buildAlex Richardson
2022-11-14[DirectX backend] Fix build and test error caused by out of sync with upstrea...Xiang Li
2022-09-30[DirectX backend] Support global ctor for DXILBitcodeWriter.Xiang Li
2022-09-29Revert "[DirectX backend] Support global ctor for DXILBitcodeWriter."Chris Bieneman
2022-09-28[DirectX backend] Support global ctor for DXILBitcodeWriter.Xiang Li
2022-08-22[DirectX] Remove broken assertChris Bieneman
2022-08-19[NFC] Fix warning in asserts buildChris Bieneman
2022-08-18[DirectX] Fix crash on ShuffleVectorInst in DXILBitcodeWriterXiang Li
2022-08-04[IR] Move support for dxil::TypedPointerType to LLVM core IR.Joshua Cranmer
2022-07-23Use llvm::sort instead of std::sort where possibleDmitri Gribenko
2022-07-06[LLVM] Add the support for fmax and fmin in atomicrmw instructionShilei Tian
2022-06-28[DirectX] Properly fix for MaybeAlign API removalChris Bieneman
2022-06-28[DirectX] Fix broken build after API removalChris Bieneman
2022-06-22[DirectX] Support opaque ptr for ValueAsMetadata in DXILBitcodeWriterXiang Li
2022-06-13[NFC][Alignment] Use getAlign in DXILBitcodeWriterGuillaume Chatelet
2022-06-06Support converting pointers from opaque to typedChris Bieneman
2022-05-24NFC. Clang-formatting.Chris Bieneman
2022-04-27[DXIL] [NFC] Remove dead attribute code pathsChris Bieneman
2022-04-25Add PointerType analysis for DirectX backendChris Bieneman
2022-04-15Add DXIL Bitcode Writer and DXIL testingChris Bieneman