summaryrefslogtreecommitdiff
path: root/lib/BinaryFormat
AgeCommit message (Expand)Author
2018-07-13[dwarfdump] Add pretty printer for accelerator table based on Atom.Jonas Devlieghere
2018-07-13[dwarfdump] Pretty print DW_AT_APPLE_runtime_classJonas Devlieghere
2018-05-14[WebAssembly] Move toString helpers to BinaryFormatSam Clegg
2018-05-01Remove @brief commands from doxygen comments, too.Adrian Prantl
2018-03-21Fix build broken by r328090Pavel Labath
2018-03-21[dwarf] Unify unknown dwarf enum formatting codePavel Labath
2018-03-14DWARF: Unify form size handling codePavel Labath
2018-03-08[DWARF v5] Support for verbose dumping of .debug_rnglist entriesWolfgang Pieb
2018-03-08Fix detection of COFF executable files.Zachary Turner
2018-03-07Teach identify_file_magic to identify PDB files.Zachary Turner
2018-02-06Add DWARF for discriminated unionsAdrian Prantl
2018-01-28[Support] Move DJB hash to support. NFCJonas Devlieghere
2018-01-25[Dwarf] Add dsymutil Atom extensions. NFCJonas Devlieghere
2018-01-24[NFC] Make magic number for DJB hash function customizable.Jonas Devlieghere
2018-01-22[BinaryFormat] Add .debug_names supportPavel Labath
2017-10-19Simplify.Rafael Espindola
2017-10-19Fix buffer overflow.Rafael Espindola
2017-09-28llvm-dwarfdump: implement --find for .apple_namesAdrian Prantl
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