summaryrefslogtreecommitdiff
path: root/llvm/lib/BinaryFormat/MsgPackReader.cpp
AgeCommit message (Expand)Author
2025-06-04[llvm] Remove unused includes (NFC) (#142733)Kazu Hirata
2023-02-14Use llvm::bit_cast (NFC)Kazu Hirata
2021-06-05MsgPackReader.cpp - add missing implicit MathExtras.h header dependency. NFCI.Simon Pilgrim
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-22[BinaryFormat] Add MessagePack reader/writerScott Linder