OSDN Git Service

[llvm-ar] Support N [count] modifier
[android-x86/external-llvm.git] / tools / yaml2obj /
2019-03-15 James Henderson[yaml2obj]Allow explicit setting of p_filesz, p_memsz...
2019-03-12 James Henderson[yaml2obj]Allow explicit symbol indexes in relocations...
2019-03-11 George Rimar[yaml2obj] - Simplify. NFC.
2019-03-07 George Rimar[yaml2obj] - Allow producing ELFDATANONE ELFs
2019-03-01 George Rimar[yaml2obj] - Allow setting custom sh_info for RawConten...
2019-02-25 James Henderson[yaml2obj]Re-allow dynamic sections to have raw content
2019-02-21 George Rimar[yaml2obj][obj2yaml] - Support SHT_GNU_verdef (.gnu...
2019-02-20 George Rimar[yaml2elf] - Rename a variable. NFC.
2019-02-20 George Rimar[yaml2obj] - Simplify implementation. NFCI.
2019-02-19 Thomas Lively[WebAssembly] Update MC for bulk memory
2019-02-19 George Rimar[yaml2obj][obj2yaml] - Support SHT_GNU_versym (.gnu...
2019-02-19 George RimarRecommit r354328, r354329 "[obj2yaml][yaml2obj] - Add...
2019-02-19 George RimarRevert r354328, r354329 "[obj2yaml][yaml2obj] - Add...
2019-02-19 George Rimar[obj2yaml][yaml2obj] - Add support of parsing/dumping...
2019-02-19 George Rimar[yaml2obj] - Do not ignore explicit addresses for ...
2019-02-12 George Rimar[yaml2obj/obj2yaml] - Move `Info` field out from `Secti...
2019-02-10 George Rimar[yaml2obj] - Fix .dynamic section entries writing for...
2019-02-09 George Rimar[yaml2elf.cpp] - Fix compilation under linux.
2019-02-09 George Rimar[yaml2elf] - An attemp to fix s390x BB after r353607.
2019-02-09 George Rimar[yaml2obj][obj2yaml] - Add support for dumping/parsing...
2019-02-07 Dan Gohman[WebAssembly] Fix imported function symbol names that...
2019-02-04 Heejin Ahn[WebAssembly] clang-tidy (NFC)
2019-02-04 Sam Clegg[WebAssembly] Rename relocations from R_WEBASSEMBLY_...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-17 Thomas Lively[WebAssembly] Parse llvm.ident into producers section
2019-01-17 Thomas LivelyRevert "[WebAssembly] Parse llvm.ident into producers...
2019-01-16 Thomas Lively[WebAssembly] Parse llvm.ident into producers section
2019-01-08 Thomas Lively[WebAssembly] Massive instruction renaming
2019-01-07 Martin Storsjo[ObjectYAML] [COFF] Support multiple symbols with the...
2018-12-20 George Rimar[yaml2obj/obj2yaml] - Support dumping/parsing ABI version.
2018-12-15 Heejin Ahn[WebAssembly] Check if the section order is correct
2018-12-12 Sam Clegg[WebAssembly] Update dylink section parsing
2018-12-07 Xing GUO[yaml2obj] format some codes NFC.
2018-12-07 Xing GUO[yaml2obj] revert bad change
2018-12-07 Xing GUO[yaml2obj] format some codes NFC.
2018-12-04 Xing GUO[yaml2obj] Move redundant statements into a separate...
2018-11-27 Martin Storsjo[yaml2obj] Treat COFF/ARM64 as a 64 bit architecture
2018-11-14 Sam Clegg[WebAssembly] Add support for dylink section in object...
2018-11-14 Heejin Ahn[WebAssembly] Add support for the event section
2018-09-27 Fangrui Songllvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C...
2018-09-05 Heejin Ahn[WebAssembly] clang-format (NFC)
2018-08-16 George Rimar[yaml2obj] - Allow to use numeric sh_link (Link) value...
2018-08-16 George Rimar[yaml2elf] - Simplify code, add a test. NFC.
2018-08-15 George Rimar[yaml2obj] - Teach yaml2obj to produce SHT_GROUP sectio...
2018-08-15 George Rimar[yaml2obj] - Teach tool to produce SHT_GROUP section...
2018-08-07 George Rimar[yaml2obj] - Add a support for changing EntSize.
2018-07-23 Paul Semel[yaml2obj] Add default sh_entsize for dynamic sections
2018-06-28 Jake Ehrlich[llvm-readobj] Add experimental support for SHT_RELR...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-26 Sam Clegg[WebAssembly] Write DWARF data into wasm object file
2018-04-26 Sam Clegg[WebAssembly] Add version to object file metadata
2018-04-24 Sam Clegg[WebAssembly] Use section index in relocation section...
2018-04-21 Jonas Devlieghere[tools] Use WithColor for printing errors.
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-04-12 Sam Clegg[WebAssembly] libObject: Don't include the name the...
2018-04-09 Alexandre Ganea[Debuginfo][COFF] Minimal serialization support for...
2018-04-01 Mandeep Singh Grang[tools] Change std::sort to llvm::sort in response...
2018-03-01 Sam Clegg[WebAssembly] Use uint8_t for single byte values to...
2018-02-27 Sam Clegg[WebAssembly] Remove DataSize from linking metadata...
2018-02-23 Benjamin Kramer[WebAssembly] NDEBUG is spelled without a leading under...
2018-02-23 Sam Clegg[WebAssembly] Add first claass symbol table to wasm...
2018-01-12 Rui UeyamaInstead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.
2018-01-12 Rui UeyamaUse ELF{32,64}{LE,BE} instead of ELFType<{little,big...
2018-01-09 Sam Clegg[WebAssembly] Add COMDAT support
2018-01-09 Sam Clegg[WebAssembly] Explicitly specify function/global index...
2017-12-28 Benjamin KramerAvoid int to string conversion in Twine or raw_ostream...
2017-12-14 Sam Clegg[WebAssembly] Add support for init functions linking...
2017-12-13 Sam Clegg[WebAssembly] Add linking metatdata test coverage for...
2017-12-13 Michael ZolotukhinRemove redundant includes from tools.
2017-12-06 Zachary TurnerUpdate obj2yaml and yaml2obj for .debug$H section.
2017-11-16 Dave LeeAdd ELF dynamic symbol support to yaml2obj/obj2yaml
2017-11-09 Dave LeeReapply: Allow yaml2obj to order implicit sections...
2017-11-08 Dave LeeRevert "Reapply: Allow yaml2obj to order implicit secti...
2017-11-08 Dave LeeReapply: Allow yaml2obj to order implicit sections...
2017-11-07 Dave LeeRevert "Allow yaml2obj to order implicit sections for...
2017-11-07 Dave LeeFix build bots after r317622
2017-11-07 Dave LeeAllow yaml2obj to order implicit sections for ELF
2017-11-01 Jake Ehrlich[yaml2obj][ELF] Add support for setting alignment in...
2017-09-29 Sam Clegg[WebAssembly] Allow each data segment to specify its...
2017-09-23 Reid Kleckner[Support] Rename tool_output_file to ToolOutputFile...
2017-09-20 Sam CleggReland "[WebAssembly] Add support for naming wasm data...
2017-09-20 Mike EdwardsReverting due to Green Dragon bot failure.
2017-09-19 Sam Clegg[WebAssembly] Add support for naming wasm data segments
2017-09-07 Petr Hosek[yaml2obj][ELF] Add support for symbol indexes greater...
2017-09-01 Sam Clegg[WebAssembly] Update relocation names to match spec
2017-08-30 Petr Hosek[yaml2obj][ELF] Make symbols optional for relocations
2017-07-19 Petr Hosek[yaml2obj][ELF] Add support for program headers
2017-07-12 Sam Clegg[WebAssembly] Expose the offset of each data segment
2017-06-27 Sam Clegg[WebAssembly] Add data size and alignement to linking...
2017-06-20 Sam Clegg[WebAssembly] Add support for weak symbols in the binar...
2017-06-15 Zachary TurnerTry to fix uninitialized read reported by msan.
2017-06-14 Zachary TurnerResubmit "[codeview] Make obj2yaml/yaml2obj support...
2017-06-14 Zachary TurnerRevert "[codeview] Make obj2yaml/yaml2obj support ...
2017-06-14 Zachary TurnerFix some more errors.
2017-06-14 Zachary Turner[codeview] Make obj2yaml/yaml2obj support .debug$S...
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-05-10 Sam Clegg[WebAssembly] Fix build error in wasm YAML code
2017-05-09 Sam Clegg[WebAssembly] Improve libObject support for wasm import...
2017-05-05 Sam Clegg[WebAssembly] Add ObjectYAML support for wasm name...
2017-04-05 Davide Italiano[yaml2obj] Factor out error handling code.
next