summaryrefslogtreecommitdiff
path: root/llvm/lib/BinaryFormat/Magic.cpp
AgeCommit message (Expand)Author
2024-01-16[clang][Driver] Don't ignore -gmodules .gch files (#77711)Michael Spencer
2023-12-13[LLVM] Add file magic detection for SPIR-V files. (#75363)Joseph Huber
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-10-05Reland "[HIP] Support compressing device binary"Yaxun (Sam) Liu
2023-10-05Revert "[HIP] Support compressing device binary (#67162)"Yaxun (Sam) Liu
2023-10-04[HIP] Support compressing device binary (#67162)Yaxun (Sam) Liu
2023-04-21[llvm-lib] [llvm-readobj] [llvm-cvtres] Add Support for ARM64X object files.Jacek Caban
2023-02-22[TextAPI] Add support for TBDv5 Files to nm & tapi-diffCyndy Ishida
2022-09-05[ARM64EC 1/?] Add parsing support to llvm-objdump/llvm-readobj.Eli Friedman
2022-08-24Add MachO MH_FILESET support to objdumpPeter Cooper
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-06-01[Binary] Promote OffloadBinary to inherit from BinaryJoseph Huber
2022-05-03Fix DXBC magic parsingChris Bieneman
2022-05-02[Object][DX] Identify DXBC file magicChris Bieneman
2022-03-14[CUDA] Add CUDA fatbinary magicJoseph Huber
2022-01-26Cleanup headers for BinaryFormatserge-sans-paille
2022-01-19[AIX] identify big archive magic as archive.zhijian
2021-07-20[SystemZ][z/OS] Add GOFF support to file magic identificationAnirudh Prasad
2021-03-25[NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan
2020-06-09Magic.h - reduce includes to forward declarations. NFC.Simon Pilgrim
2019-08-21[BinaryFormat] Teach identify_magic about Tapi files.Cyndy Ishida
2019-07-09[Object][XCOFF] Add support for 64-bit file header and section header dumping.Sean Fertile
2019-04-04[XCOFF] Add functionality for parsing AIX XCOFF object file headersHubert Tong
2019-03-21[Object] Add basic minidump supportPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-01Use RequireNullTerminator=false in identify_magic.Zachary Turner
2018-05-01Remove @brief commands from doxygen comments, too.Adrian Prantl
2018-03-08Fix detection of COFF executable files.Zachary Turner
2018-03-07Teach identify_file_magic to identify PDB files.Zachary Turner
2017-10-19Simplify.Rafael Espindola
2017-10-19Fix buffer overflow.Rafael Espindola
2017-08-31[BinaryFormat] Fix out of bounds read.Benjamin Kramer
2017-07-08Revert "Revert "Revert "Revert "Switch external cvtres.exe for llvm's own res...Eric Beckmann
2017-07-05Revert "Revert "Revert "Replace trivial use of external rc.exe by writing our...Eric Beckmann
2017-07-05Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...Eric Beckmann
2017-07-05Revert "Replace trivial use of external rc.exe by writing our own .res file."Eric Beckmann
2017-07-01Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...Eric Beckmann
2017-06-29[BinaryFormat] Identify AArch64 COFF filesMartin Storsjo
2017-06-29Revert "Replace trivial use of external rc.exe by writing our own .res file."Eric Beckmann
2017-06-26Replace trivial use of external rc.exe by writing our own .res file.Eric Beckmann
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner