aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan2021-03-251-1/+2
* Magic.h - reduce includes to forward declarations. NFC.Simon Pilgrim2020-06-091-1/+2
* [BinaryFormat] Teach identify_magic about Tapi files.Cyndy Ishida2019-08-211-0/+5
* [Object][XCOFF] Add support for 64-bit file header and section header dumping.Sean Fertile2019-07-091-0/+2
* [XCOFF] Add functionality for parsing AIX XCOFF object file headersHubert Tong2019-04-041-0/+7
* [Object] Add basic minidump supportPavel Labath2019-03-211-1/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use RequireNullTerminator=false in identify_magic.Zachary Turner2018-12-011-1/+1
* Remove @brief commands from doxygen comments, too.Adrian Prantl2018-05-011-1/+1
* Fix detection of COFF executable files.Zachary Turner2018-03-081-8/+6
* Teach identify_file_magic to identify PDB files.Zachary Turner2018-03-071-1/+3
* Simplify.Rafael Espindola2017-10-191-2/+2
* Fix buffer overflow.Rafael Espindola2017-10-191-1/+1
* [BinaryFormat] Fix out of bounds read.Benjamin Kramer2017-08-311-1/+1
* Revert "Revert "Revert "Revert "Switch external cvtres.exe for llvm's own res...Eric Beckmann2017-07-081-1/+2
* Revert "Revert "Revert "Replace trivial use of external rc.exe by writing our...Eric Beckmann2017-07-051-2/+1
* Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...Eric Beckmann2017-07-051-1/+2
* Revert "Replace trivial use of external rc.exe by writing our own .res file."Eric Beckmann2017-07-051-2/+1
* Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...Eric Beckmann2017-07-011-1/+2
* [BinaryFormat] Identify AArch64 COFF filesMartin Storsjo2017-06-291-2/+2
* Revert "Replace trivial use of external rc.exe by writing our own .res file."Eric Beckmann2017-06-291-2/+1
* Replace trivial use of external rc.exe by writing our own .res file.Eric Beckmann2017-06-261-1/+2
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-0/+216