summaryrefslogtreecommitdiffstats
path: root/llvm/lib/BinaryFormat
Commit message (Expand)AuthorAgeFilesLines
* llvm-dwarfdump: Improve/fix pretty printing of array dimensionsDavid Blaikie2018-12-191-4/+15
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-12-181-1/+20
* [AMDGPU] Emit MessagePack HSA Metadata for v3 code objectScott Linder2018-12-122-0/+325
* Use RequireNullTerminator=false in identify_magic.Zachary Turner2018-12-011-1/+1
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-231-20/+1
* Revert r343341Luke Cheeseman2018-11-231-1/+20
* [BinaryFormat] Add MsgPackTypesScott Linder2018-11-152-0/+304
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-0/+2
* Revert r343317Luke Cheeseman2018-09-281-20/+1
* Reapply changes reverted by r343235Luke Cheeseman2018-09-281-1/+20
* Revert r343192 as an ubsan build is currently failingLuke Cheeseman2018-09-271-19/+1
* Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman2018-09-271-1/+19
* Revert r343112 as CallFrameString API change has broken lldb buildsLuke Cheeseman2018-09-261-19/+1
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-1/+19
* Revert r343089 "[AArch64] - Return address signing dwarf support"Hans Wennborg2018-09-261-19/+1
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-1/+19
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-1/+3
* Fix undefined behavior in r340457Scott Linder2018-08-231-3/+4
* [BinaryFormat] Add MessagePack reader/writerScott Linder2018-08-223-0/+465
* [dwarfdump] Add pretty printer for accelerator table based on Atom.Jonas Devlieghere2018-07-131-0/+11
* [dwarfdump] Pretty print DW_AT_APPLE_runtime_classJonas Devlieghere2018-07-131-0/+2
* [WebAssembly] Move toString helpers to BinaryFormatSam Clegg2018-05-142-1/+36
* Remove @brief commands from doxygen comments, too.Adrian Prantl2018-05-011-1/+1
* Fix build broken by r328090Pavel Labath2018-03-211-4/+4
* [dwarf] Unify unknown dwarf enum formatting codePavel Labath2018-03-211-0/+5
* DWARF: Unify form size handling codePavel Labath2018-03-141-0/+87
* [DWARF v5] Support for verbose dumping of .debug_rnglist entriesWolfgang Pieb2018-03-081-0/+11
* 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
* Add DWARF for discriminated unionsAdrian Prantl2018-02-061-12/+0
* [Support] Move DJB hash to support. NFCJonas Devlieghere2018-01-281-6/+0
* [Dwarf] Add dsymutil Atom extensions. NFCJonas Devlieghere2018-01-251-0/+3
* [NFC] Make magic number for DJB hash function customizable.Jonas Devlieghere2018-01-241-2/+1
* [BinaryFormat] Add .debug_names supportPavel Labath2018-01-221-0/+11
* Simplify.Rafael Espindola2017-10-191-2/+2
* Fix buffer overflow.Rafael Espindola2017-10-191-1/+1
* llvm-dwarfdump: implement --find for .apple_namesAdrian Prantl2017-09-281-0/+7
* [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-074-0/+823
OpenPOWER on IntegriCloud