- 4182d1c android: tools: remove redundant Android.bp by Mauro Rossi · 7 years ago
- 4bdf303 android: add soong building rules by Mauro Rossi · 7 years ago
- 831b204 [WebAssembly] Backport custom import name changes for LLVM to 8.0. by Hans Wennborg · 7 years ago
- 37a984b [WebAssembly] Massive instruction renaming by Thomas Lively · 7 years ago
- 6ccdeef [ObjectYAML] [COFF] Support multiple symbols with the same name by Martin Storsjo · 7 years ago
- 64002dd [yaml2obj/obj2yaml] - Support dumping/parsing ABI version. by George Rimar · 7 years ago
- e2f3e50 [WebAssembly] Check if the section order is correct by Heejin Ahn · 7 years ago
- 559201d [WebAssembly] Update dylink section parsing by Sam Clegg · 7 years ago
- a4079af [yaml2obj] format some codes NFC. by Xing GUO · 7 years ago
- f81732f [yaml2obj] revert bad change by Xing GUO · 7 years ago
- 075618b [yaml2obj] format some codes NFC. by Xing GUO · 7 years ago
- 53a9c2e [yaml2obj] Move redundant statements into a separate static function by Xing GUO · 7 years ago
- 4616e2f [yaml2obj] Treat COFF/ARM64 as a 64 bit architecture by Martin Storsjo · 7 years ago
- 45c215a [WebAssembly] Add support for dylink section in object format by Sam Clegg · 7 years ago
- 8bcdd04 [WebAssembly] Add support for the event section by Heejin Ahn · 7 years ago
- 3b35e17 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
- 581d231 [WebAssembly] clang-format (NFC) by Heejin Ahn · 7 years ago
- f23f849 [yaml2obj] - Allow to use numeric sh_link (Link) value for sections. by George Rimar · 7 years ago
- d9d6711 [yaml2elf] - Simplify code, add a test. NFC. by George Rimar · 7 years ago
- 312924a [yaml2obj] - Teach yaml2obj to produce SHT_GROUP section with a custom Info field. by George Rimar · 7 years ago
- 3ea0447 [yaml2obj] - Teach tool to produce SHT_GROUP section with a custom type. by George Rimar · 7 years ago
- b40956fe [yaml2obj] - Add a support for changing EntSize. by George Rimar · 7 years ago
- f3f578d [yaml2obj] Add default sh_entsize for dynamic sections by Paul Semel · 7 years ago
- eefdbb4 [llvm-readobj] Add experimental support for SHT_RELR sections by Jake Ehrlich · 7 years ago
- 26b584c Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
- db15975 [WebAssembly] Write DWARF data into wasm object file by Sam Clegg · 7 years ago
- 14598cb [WebAssembly] Add version to object file metadata by Sam Clegg · 7 years ago
- 194a4e0 [WebAssembly] Use section index in relocation section header by Sam Clegg · 7 years ago
- ae6875e [tools] Use WithColor for printing errors. by Jonas Devlieghere · 7 years ago
- 0b9d56a Define InitLLVM to do common initialization all at once. by Rui Ueyama · 7 years ago
- b068ce9 [WebAssembly] libObject: Don't include the name the size of custom sections by Sam Clegg · 7 years ago
- 2031cf6 [Debuginfo][COFF] Minimal serialization support for precompiled types records by Alexandre Ganea · 7 years ago
- 4ead3eb [tools] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
- 9f474de [WebAssembly] Use uint8_t for single byte values to match the spec by Sam Clegg · 8 years ago
- e14b248 [WebAssembly] Remove DataSize from linking metadata section by Sam Clegg · 8 years ago
- f998d9c [WebAssembly] NDEBUG is spelled without a leading underscore. by Benjamin Kramer · 8 years ago
- d578479 [WebAssembly] Add first claass symbol table to wasm objects by Sam Clegg · 8 years ago
- 5a286a0 Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC. by Rui Ueyama · 8 years ago
- 0a75940 Use ELF{32,64}{LE,BE} instead of ELFType<{little,big}, {true,false}>. NFC. by Rui Ueyama · 8 years ago
- e92250a [WebAssembly] Add COMDAT support by Sam Clegg · 8 years ago
- 6b54fc3 [WebAssembly] Explicitly specify function/global index space in YAML by Sam Clegg · 8 years ago
- ca5092a Avoid int to string conversion in Twine or raw_ostream contexts. by Benjamin Kramer · 8 years ago
- e1acb56 [WebAssembly] Add support for init functions linking metadata by Sam Clegg · 8 years ago
- 2b46be6 [WebAssembly] Add linking metatdata test coverage for wasm2yaml by Sam Clegg · 8 years ago
- d770752 Remove redundant includes from tools. by Michael Zolotukhin · 8 years ago
- 8b34868 Update obj2yaml and yaml2obj for .debug$H section. by Zachary Turner · 8 years ago
- 9c5b799 Add ELF dynamic symbol support to yaml2obj/obj2yaml by Dave Lee · 8 years ago
- 9a5be1f Reapply: Allow yaml2obj to order implicit sections for ELF by Dave Lee · 8 years ago
- aeaece7 Revert "Reapply: Allow yaml2obj to order implicit sections for ELF" by Dave Lee · 8 years ago
- 9fd7184 Reapply: Allow yaml2obj to order implicit sections for ELF by Dave Lee · 8 years ago
- 7c6de05 Revert "Allow yaml2obj to order implicit sections for ELF" by Dave Lee · 8 years ago
- 1d494b9 Fix build bots after r317622 by Dave Lee · 8 years ago
- 595a448 Allow yaml2obj to order implicit sections for ELF by Dave Lee · 8 years ago
- 9ae2da6 [yaml2obj][ELF] Add support for setting alignment in program headers by Jake Ehrlich · 8 years ago
- e286417 [WebAssembly] Allow each data segment to specify its own alignment by Sam Clegg · 8 years ago
- 97ca964 [Support] Rename tool_output_file to ToolOutputFile, NFC by Reid Kleckner · 8 years ago
- 81e3824 Reland "[WebAssembly] Add support for naming wasm data segments" by Sam Clegg · 8 years ago
- 097fb8c Reverting due to Green Dragon bot failure. by Mike Edwards · 8 years ago
- e5c4334 [WebAssembly] Add support for naming wasm data segments by Sam Clegg · 8 years ago
- 746c778 [yaml2obj][ELF] Add support for symbol indexes greater than SHN_LORESERVE by Petr Hosek · 8 years ago
- 8b020d7 [WebAssembly] Update relocation names to match spec by Sam Clegg · 8 years ago
- 8231133 [yaml2obj][ELF] Make symbols optional for relocations by Petr Hosek · 8 years ago
- e7726ca [yaml2obj][ELF] Add support for program headers by Petr Hosek · 8 years ago
- c9c28d9 [WebAssembly] Expose the offset of each data segment by Sam Clegg · 8 years ago
- 49ab5d5 [WebAssembly] Add data size and alignement to linking section by Sam Clegg · 8 years ago
- 1e975c1 [WebAssembly] Add support for weak symbols in the binary format by Sam Clegg · 8 years ago
- ae75a98 Try to fix uninitialized read reported by msan. by Zachary Turner · 8 years ago
- 63d2fab Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..." by Zachary Turner · 8 years ago
- 76c210d Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..." by Zachary Turner · 8 years ago
- e4b3fee Fix some more errors. by Zachary Turner · 8 years ago
- 16e473d [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections. by Zachary Turner · 8 years ago
- 19ca2b0 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
- bde17ff [WebAssembly] Fix build error in wasm YAML code by Sam Clegg · 8 years ago
- 65e284e [WebAssembly] Improve libObject support for wasm imports and exports by Sam Clegg · 8 years ago
- afe8111 [WebAssembly] Add ObjectYAML support for wasm name section by Sam Clegg · 8 years ago
- 6bc97db [yaml2obj] Factor out error handling code. by Davide Italiano · 8 years ago
- 4561efc [yaml2obj] Improve error message when output file cannot be opened. by Davide Italiano · 8 years ago
- 349a48f [WebAssembly] Improve support for WebAssembly binary format by Derek Schuff · 8 years ago
- 6d5a027 Add LC_BUILD_VERSION load command by Steven Wu · 9 years ago
- 15135b3 [ObjectYAML] Pull yaml2dwarf out of yaml2obj for reuse by Chris Bieneman · 9 years ago
- 6c9c3a7 [ObjectYAML] Support for DWARF line tables by Chris Bieneman · 9 years ago
- 2d73738 Revert "[ObjectYAML] Support for DWARF line tables" by Chris Bieneman · 9 years ago
- e820923 [ObjectYAML] Support for DWARF line tables by Chris Bieneman · 9 years ago
- 67c28b0 Revert "[ObjectYAML] Support for DWARF line tables" by Chris Bieneman · 9 years ago
- b7b948c [ObjectYAML] Support for DWARF line tables by Chris Bieneman · 9 years ago
- 2feb23f [ObjectYAML] Fixing a compiler warning by Chris Bieneman · 9 years ago
- 7d46645 [ObjectYAML] Support for DWARF debug_info section by Chris Bieneman · 9 years ago
- 29c2881 [ObjectYAML] Fixing big endian bots from r290381 by Chris Bieneman · 9 years ago
- 5e76a3f [ObjectYAML] MachO support for endianness by Chris Bieneman · 9 years ago
- 4138b67 Revert "[ObjectYAML] Support for DWARF debug_info section" by Chris Bieneman · 9 years ago
- 0ef22e2 [ObjectYAML] Support for DWARF debug_info section by Chris Bieneman · 9 years ago
- 23755c9 Revert "[ObjectYAML] Support for DWARF debug_info section" by Chris Bieneman · 9 years ago
- eca8f9a [ObjectYAML] Support for DWARF debug_info section by Chris Bieneman · 9 years ago
- c2813d9 [ObjectYAML] Support for DWARF Pub Sections by Chris Bieneman · 9 years ago
- d1dcfd2 clang-format to fix post-commit feedback by Chris Bieneman · 9 years ago
- 18245f6 [ObjectYAML] Support for DWARF debug_aranges by Chris Bieneman · 9 years ago
- 4d6c7e9 [ObjectYAML] Remove DWARF from class names by Chris Bieneman · 9 years ago
- 581f04c [yaml2obj] Refactor and abstract yaml2dwarf functions by Chris Bieneman · 9 years ago
- cf24fcb [ObjectYAML] Support for DWARF __debug_abbrev section by Chris Bieneman · 9 years ago
- 4a6766e [ObjectYAML] First bit of support for encoding DWARF in MachO by Chris Bieneman · 9 years ago