OSDN Git Service

android: Transforms/Vectorize: update sources list
[android-x86/external-llvm.git] / tools / obj2yaml /
2018-06-09 Qiang YuLLVM_GEN_ to LLVM70_GEN_
2018-06-09 Qiang YuLLVM_HOST_BUILD_MK to LLVM70_HOST_BUILD_MK
2018-06-09 Qiang YuLLVM_ROOT_PATH to LLVM70_ROOT_PATH
2018-06-09 Qiang Yurename libLLVM to libLLVM70
2018-06-09 Qiang Yumove all mk file
2018-05-15 Sam CleggFix debug build by adding missing dependencies on libBi...
2018-05-04 Peter Collingbourneobj2yaml: Correctly round-trip default alignment.
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-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-04-09 Alexandre Ganea[Debuginfo][COFF] Minimal serialization support for...
2018-03-14 Nicholas Wilson[WebAssembly] Identify COMDATs by index rather than...
2018-02-27 Sam Clegg[WebAssembly] Remove DataSize from linking metadata...
2018-02-23 Sam Clegg[WebAssembly] Add first claass symbol table to wasm...
2018-01-31 Sam Clegg[WebAssembly] MC: Remove unused code for handling of...
2018-01-17 Sam Clegg[WebAssembly] Remove debug names from symbol table
2018-01-12 Rui UeyamaInstead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.
2018-01-09 Sam Clegg[WebAssembly] Add COMDAT support
2018-01-09 Sam Clegg[WebAssembly] Explicitly specify function/global index...
2017-12-14 Sam Clegg[WebAssembly] Add support for init functions linking...
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-09-29 Sam Clegg[WebAssembly] Allow each data segment to specify its...
2017-09-22 Alexander Richardson[obj2yaml] Don't crash for input files without symbol...
2017-09-21 Benjamin KramerAdd missing file from r313884.
2017-09-20 Sam Clegg[WebAssembly] Add support for local symbol bindings
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-06 Rafael EspindolaUse the section name if a STT_SECTION symbol has empty...
2017-09-05 Rafael EspindolaFix a use after free.
2017-09-05 Rafael Espindolaobj2yaml: Print unique section names.
2017-07-19 Rafael EspindolaUse delegation instead of inheritance.
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-16 Sam Cleggobj2yaml: Improve error reporting
2017-06-14 Zachary TurnerResubmit "[codeview] Make obj2yaml/yaml2obj support...
2017-06-14 Zachary TurnerRevert "[codeview] Make obj2yaml/yaml2obj support ...
2017-06-14 Zachary Turner[codeview] Make obj2yaml/yaml2obj support .debug$S...
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 Wolfgang Pieb[DWARF] Adding support for the DWARF v5 string offsets...
2017-05-31 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
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-03-30 Derek Schuff[WebAssembly] Improve support for WebAssembly binary...
2017-03-07 Chris Bieneman[ObjectYAML] Add support for DWARF5 Unit header
2017-03-06 Chris Bieneman[ObjectYAML] Support for DW_FORM_implicit_const DWARF5...
2017-03-06 Paul Robinson[DWARFv5] Update definitions to match published spec.
2017-03-03 Chris Bieneman[ObjectYAML] [DWARF] Abstract DWARF Initial Length...
2017-01-26 Davide Italiano[obj2yaml] Produce correct output for invalid relocations.
2017-01-23 Steven WuAdd LC_BUILD_VERSION load command
2017-01-13 Greg ClaytonCleanup how DWARFDie attributes are accessed and decoded.
2017-01-10 Chris Bieneman[ObjectYAML] Support for DWARF line tables
2017-01-10 Chris BienemanRevert "[ObjectYAML] Support for DWARF line tables"
2017-01-10 Chris Bieneman[ObjectYAML] Support for DWARF line tables
2017-01-09 Chris BienemanRevert "[ObjectYAML] Support for DWARF line tables"
2017-01-09 Chris Bieneman[ObjectYAML] Support for DWARF line tables
2016-12-22 Chris Bieneman[ObjectYAML] Support for DWARF debug_info section
2016-12-22 Chris Bieneman[ObjectYAML] MachO support for endianness
2016-12-20 Chris BienemanRevert "[ObjectYAML] Support for DWARF debug_info section"
2016-12-20 Chris Bieneman[ObjectYAML] Support for DWARF debug_info section
2016-12-20 Chris BienemanRevert "[ObjectYAML] Support for DWARF debug_info section"
2016-12-20 Chris Bieneman[ObjectYAML] Support for DWARF debug_info section
2016-12-19 Chris Bieneman[ObjectYAML] Support for DWARF Pub Sections
2016-12-09 Chris Bieneman[ObjectYAML] Support for DWARF debug_aranges
2016-12-08 Chris Bieneman[ObjectYAML] Remove DWARF from class names
2016-12-07 Chris Bieneman[obj2yaml] Refactor and abstract dwarf2yaml
2016-12-07 Chris Bieneman[ObjectYAML] Pull DWARF support into DWARFYAML namespace
2016-12-07 Chris Bieneman[ObjectYAML] Support for DWARF __debug_abbrev section
2016-12-06 Chris Bieneman[ObjectYAML] First bit of support for encoding DWARF...
2016-11-16 Davide Italiano[ELF] Convert ELF.h to Expected<T>.
2016-11-03 Rafael EspindolaRemove the last use of report_fatal_error from ELF.h.
2016-11-03 Rafael EspindolaAdd error handling to getEntry.
2016-11-03 Rafael EspindolaReplace a report_fatal_error with an ErrorOr.
2016-11-03 George Rimar[tools/obj2yaml] - Update after LLVM change r285886
2016-11-02 Rafael EspindolaAvoid a report_fatal_error in sections().
2016-10-19 Reid KlecknerRemove LLVM_NOEXCEPT and replace it with noexcept
2016-10-06 Rafael EspindolaUse range loop. NFC.
2016-08-04 Chris Bieneman[macho2yaml] String table can contain null strings
2016-06-27 Chris Bieneman[yaml2obj] Remove --format option in favor of YAML...
2016-06-24 Chris Bieneman[obj2yaml] [yaml2obj] Support for MachO Universal binaries
2016-06-09 Richard SmithSearch for llvm-symbolizer binary in the same directory...
2016-06-02 Chris Bieneman[obj2yaml] [yaml2obj] Support for MachO nlist and strin...
2016-05-31 Chris Bieneman[obj2yaml][yaml2obj] Support for reading and dumping...
2016-05-29 Benjamin KramerRemove some 'const' specifiers that do nothing but...
2016-05-26 Chris Bieneman[obj2yaml][yaml2obj] Support for MachO lazy bindings
2016-05-26 Chris Bieneman[obj2yaml][yaml2obj] Support for MachO weak bindings
2016-05-26 Chris Bieneman[obj2yaml][yaml2obj] Support for MachO bind opcodes
2016-05-25 Chris Bieneman[obj2yaml] [yaml2obj] MachO support for rebase opcodes
2016-05-24 Peter CollingbourneAdd FIXMEs to all derived classes of std::error_category.
2016-05-19 Chris Bieneman[obj2yaml] [yaml2obj] Support for MachO Load Command...
2016-05-19 Chris BienemanRevert "[obj2yaml] [yaml2obj] Support for MachO Load...
2016-05-19 Chris Bieneman[obj2yaml] [yaml2obj] Support for MachO Load Command...
2016-05-18 Chris Bieneman[obj2yaml] Refactoring of dumping MachO section structs
2016-05-18 Chris BienemanRe-apply: [obj2yaml] [yaml2obj] Support MachO section...
2016-05-17 Zachary TurnerRevert "[obj2yaml] [yaml2obj] Support MachO section...
2016-05-17 Chris Bieneman[obj2yaml] [yaml2obj] Support MachO section and section...
next