aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/BinaryFormat/Magic.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-07-20[SystemZ][z/OS] Add GOFF support to file magic identificationAnirudh Prasad1-0/+5
2021-03-25[NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan1-1/+2
2020-06-09Magic.h - reduce includes to forward declarations. NFC.Simon Pilgrim1-1/+2
2019-08-21[BinaryFormat] Teach identify_magic about Tapi files.Cyndy Ishida1-0/+5
2019-07-09[Object][XCOFF] Add support for 64-bit file header and section header dumping.Sean Fertile1-0/+2
2019-04-04[XCOFF] Add functionality for parsing AIX XCOFF object file headersHubert Tong1-0/+7
2019-03-21[Object] Add basic minidump supportPavel Labath1-1/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-01Use RequireNullTerminator=false in identify_magic.Zachary Turner1-1/+1
2018-05-01Remove @brief commands from doxygen comments, too.Adrian Prantl1-1/+1
2018-03-08Fix detection of COFF executable files.Zachary Turner1-8/+6
2018-03-07Teach identify_file_magic to identify PDB files.Zachary Turner1-1/+3
2017-10-19Simplify.Rafael Espindola1-2/+2
2017-10-19Fix buffer overflow.Rafael Espindola1-1/+1
2017-08-31[BinaryFormat] Fix out of bounds read.Benjamin Kramer1-1/+1
2017-07-08Revert "Revert "Revert "Revert "Switch external cvtres.exe for llvm's own res...Eric Beckmann1-1/+2
2017-07-05Revert "Revert "Revert "Replace trivial use of external rc.exe by writing our...Eric Beckmann1-2/+1
2017-07-05Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...Eric Beckmann1-1/+2
2017-07-05Revert "Replace trivial use of external rc.exe by writing our own .res file."Eric Beckmann1-2/+1
2017-07-01Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...Eric Beckmann1-1/+2
2017-06-29[BinaryFormat] Identify AArch64 COFF filesMartin Storsjo1-2/+2
2017-06-29Revert "Replace trivial use of external rc.exe by writing our own .res file."Eric Beckmann1-2/+1
2017-06-26Replace trivial use of external rc.exe by writing our own .res file.Eric Beckmann1-1/+2
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-0/+216