| Commit message (Expand) | Author | Age | Files | Lines |
| * | [WebAssembly] clang-tidy (NFC) | Heejin Ahn | 2019-02-04 | 1 | -33/+33 |
| * | [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_ | Sam Clegg | 2019-02-04 | 1 | -5/+5 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 6 | -24/+18 |
| * | [WebAssembly] Parse llvm.ident into producers section | Thomas Lively | 2019-01-17 | 1 | -0/+27 |
| * | Revert "[WebAssembly] Parse llvm.ident into producers section" | Thomas Lively | 2019-01-17 | 1 | -27/+0 |
| * | [WebAssembly] Parse llvm.ident into producers section | Thomas Lively | 2019-01-16 | 1 | -0/+27 |
| * | [WebAssembly] Massive instruction renaming | Thomas Lively | 2019-01-08 | 1 | -1/+1 |
| * | [ObjectYAML] [COFF] Support multiple symbols with the same name | Martin Storsjo | 2019-01-07 | 1 | -1/+10 |
| * | [yaml2obj/obj2yaml] - Support dumping/parsing ABI version. | George Rimar | 2018-12-20 | 1 | -1/+1 |
| * | [WebAssembly] Check if the section order is correct | Heejin Ahn | 2018-12-15 | 1 | -0/+9 |
| * | [WebAssembly] Update dylink section parsing | Sam Clegg | 2018-12-12 | 1 | -0/+4 |
| * | [yaml2obj] format some codes NFC. | Xing GUO | 2018-12-07 | 1 | -1/+2 |
| * | [yaml2obj] revert bad change | Xing GUO | 2018-12-07 | 1 | -59/+0 |
| * | [yaml2obj] format some codes NFC. | Xing GUO | 2018-12-07 | 1 | -0/+59 |
| * | [yaml2obj] Move redundant statements into a separate static function | Xing GUO | 2018-12-04 | 1 | -15/+14 |
| * | [yaml2obj] Treat COFF/ARM64 as a 64 bit architecture | Martin Storsjo | 2018-11-27 | 1 | -1/+2 |
| * | [WebAssembly] Add support for dylink section in object format | Sam Clegg | 2018-11-14 | 1 | -1/+15 |
| * | [WebAssembly] Add support for the event section | Heejin Ahn | 2018-11-14 | 1 | -10/+27 |
| * | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 1 | -4/+3 |
| * | [WebAssembly] clang-format (NFC) | Heejin Ahn | 2018-09-05 | 1 | -32/+31 |
| * | [yaml2obj] - Allow to use numeric sh_link (Link) value for sections. | George Rimar | 2018-08-16 | 1 | -1/+1 |
| * | [yaml2elf] - Simplify code, add a test. NFC. | George Rimar | 2018-08-16 | 1 | -6/+4 |
| * | [yaml2obj] - Teach yaml2obj to produce SHT_GROUP section with a custom Info f... | George Rimar | 2018-08-15 | 1 | -1/+1 |
| * | [yaml2obj] - Teach tool to produce SHT_GROUP section with a custom type. | George Rimar | 2018-08-15 | 1 | -1/+2 |
| * | [yaml2obj] - Add a support for changing EntSize. | George Rimar | 2018-08-07 | 1 | -1/+3 |
| * | [yaml2obj] Add default sh_entsize for dynamic sections | Paul Semel | 2018-07-23 | 1 | -0/+3 |
| * | [llvm-readobj] Add experimental support for SHT_RELR sections | Jake Ehrlich | 2018-06-28 | 1 | -1/+5 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 5 | -9/+9 |
| * | [WebAssembly] Write DWARF data into wasm object file | Sam Clegg | 2018-04-26 | 1 | -4/+17 |
| * | [WebAssembly] Add version to object file metadata | Sam Clegg | 2018-04-26 | 1 | -0/+1 |
| * | [WebAssembly] Use section index in relocation section header | Sam Clegg | 2018-04-24 | 1 | -6/+10 |
| * | [tools] Use WithColor for printing errors. | Jonas Devlieghere | 2018-04-21 | 1 | -14/+15 |
| * | Define InitLLVM to do common initialization all at once. | Rui Ueyama | 2018-04-13 | 1 | -6/+2 |
| * | [WebAssembly] libObject: Don't include the name the size of custom sections | Sam Clegg | 2018-04-12 | 1 | -0/+1 |
| * | [Debuginfo][COFF] Minimal serialization support for precompiled types records | Alexandre Ganea | 2018-04-09 | 1 | -1/+4 |
| * | [tools] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-01 | 1 | -4/+4 |
| * | [WebAssembly] Use uint8_t for single byte values to match the spec | Sam Clegg | 2018-03-01 | 1 | -22/+22 |
| * | [WebAssembly] Remove DataSize from linking metadata section | Sam Clegg | 2018-02-27 | 1 | -5/+0 |
| * | [WebAssembly] NDEBUG is spelled without a leading underscore. | Benjamin Kramer | 2018-02-23 | 1 | -1/+1 |
| * | [WebAssembly] Add first claass symbol table to wasm objects | Sam Clegg | 2018-02-23 | 1 | -8/+31 |
| * | Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC. | Rui Ueyama | 2018-01-12 | 1 | -7/+7 |
| * | Use ELF{32,64}{LE,BE} instead of ELFType<{little,big}, {true,false}>. NFC. | Rui Ueyama | 2018-01-12 | 1 | -9/+4 |
| * | [WebAssembly] Add COMDAT support | Sam Clegg | 2018-01-09 | 1 | -0/+17 |
| * | [WebAssembly] Explicitly specify function/global index space in YAML | Sam Clegg | 2018-01-09 | 1 | -3/+34 |
| * | Avoid int to string conversion in Twine or raw_ostream contexts. | Benjamin Kramer | 2017-12-28 | 1 | -1/+1 |
| * | [WebAssembly] Add support for init functions linking metadata | Sam Clegg | 2017-12-14 | 1 | -0/+11 |
| * | [WebAssembly] Add linking metatdata test coverage for wasm2yaml | Sam Clegg | 2017-12-13 | 1 | -1/+0 |
| * | Remove redundant includes from tools. | Michael Zolotukhin | 2017-12-13 | 1 | -2/+0 |
| * | Update obj2yaml and yaml2obj for .debug$H section. | Zachary Turner | 2017-12-06 | 1 | -0/+3 |
| * | Add ELF dynamic symbol support to yaml2obj/obj2yaml | Dave Lee | 2017-11-16 | 1 | -27/+62 |