| Commit message (Expand) | Author | Age | Files | Lines |
| * | [BinaryFormat] Teach identify_magic about Tapi files. | Cyndy Ishida | 2019-08-21 | 1 | -0/+5 |
| * | [Object][XCOFF] Add support for 64-bit file header and section header dumping. | Sean Fertile | 2019-07-09 | 1 | -0/+2 |
| * | [XCOFF] Add functionality for parsing AIX XCOFF object file headers | Hubert Tong | 2019-04-04 | 1 | -0/+7 |
| * | [Object] Add basic minidump support | Pavel Labath | 2019-03-21 | 1 | -1/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Use RequireNullTerminator=false in identify_magic. | Zachary Turner | 2018-12-01 | 1 | -1/+1 |
| * | Remove @brief commands from doxygen comments, too. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | Fix detection of COFF executable files. | Zachary Turner | 2018-03-08 | 1 | -8/+6 |
| * | Teach identify_file_magic to identify PDB files. | Zachary Turner | 2018-03-07 | 1 | -1/+3 |
| * | Simplify. | Rafael Espindola | 2017-10-19 | 1 | -2/+2 |
| * | Fix buffer overflow. | Rafael Espindola | 2017-10-19 | 1 | -1/+1 |
| * | [BinaryFormat] Fix out of bounds read. | Benjamin Kramer | 2017-08-31 | 1 | -1/+1 |
| * | Revert "Revert "Revert "Revert "Switch external cvtres.exe for llvm's own res... | Eric Beckmann | 2017-07-08 | 1 | -1/+2 |
| * | Revert "Revert "Revert "Replace trivial use of external rc.exe by writing our... | Eric Beckmann | 2017-07-05 | 1 | -2/+1 |
| * | Revert "Revert "Replace trivial use of external rc.exe by writing our own .re... | Eric Beckmann | 2017-07-05 | 1 | -1/+2 |
| * | Revert "Replace trivial use of external rc.exe by writing our own .res file." | Eric Beckmann | 2017-07-05 | 1 | -2/+1 |
| * | Revert "Revert "Replace trivial use of external rc.exe by writing our own .re... | Eric Beckmann | 2017-07-01 | 1 | -1/+2 |
| * | [BinaryFormat] Identify AArch64 COFF files | Martin Storsjo | 2017-06-29 | 1 | -2/+2 |
| * | Revert "Replace trivial use of external rc.exe by writing our own .res file." | Eric Beckmann | 2017-06-29 | 1 | -2/+1 |
| * | Replace trivial use of external rc.exe by writing our own .res file. | Eric Beckmann | 2017-06-26 | 1 | -1/+2 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -0/+216 |