summaryrefslogtreecommitdiffstats
path: root/llvm/test/ObjectYAML
Commit message (Expand)AuthorAgeFilesLines
* [ObjectYAML] Handle SHF_COMPRESSEDShoaib Meenai2017-10-031-0/+28
* [WebAssembly] Allow each data segment to specify its own alignmentSam Clegg2017-09-291-2/+0
* [WebAssembly] Update relocation names to match specSam Clegg2017-09-011-4/+4
* [WebAssembly] Validate exports when parsing object filesSam Clegg2017-08-312-0/+27
* [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner2017-07-171-0/+59
* [WebAssembly] Expose the offset of each data segmentSam Clegg2017-07-121-2/+3
* [WebAssembly] Add data size and alignement to linking sectionSam Clegg2017-06-271-2/+19
* [WebAssembly] Add support for weak symbols in the binary formatSam Clegg2017-06-201-0/+40
* obj2yaml: Improve error reportingSam Clegg2017-06-161-1/+1
* [WebAssembly] Improve libObject support for wasm imports and exportsSam Clegg2017-05-092-16/+57
* [WebAssembly] Fix validation of start functionSam Clegg2017-05-092-3/+10
* [WebAssembly] Add ObjectYAML support for wasm name sectionSam Clegg2017-05-051-0/+40
* [WebAssembly] Allow for signed relocation addendsSam Clegg2017-04-262-11/+25
* [WebAssembly] Read global index in init expression as LEBSam Clegg2017-04-251-4/+4
* [Test commit] Cleanup some whitespace in a test fileSam Clegg2017-04-141-2/+0
* Align all scalar numbers to LLVM_YAML_IS_FLOW_SEQUENCE_VECTORJonas Hahnfeld2017-04-043-33/+5
* [WebAssembly] Improve support for WebAssembly binary formatDerek Schuff2017-03-3014-0/+384
* [ObjectYAML] Fix issue with DWARF2 AddrSize 8Chris Bieneman2017-03-071-0/+507
* [ObjectYAML] Add support for DWARF5 Unit headerChris Bieneman2017-03-071-0/+582
* [ObjectYAML] Support for DW_FORM_implicit_const DWARF5 formChris Bieneman2017-03-061-0/+307
* [ObjectYAML] [DWARF] Abstract DWARF Initial Length valuesChris Bieneman2017-03-034-16/+32
* Attempt to fix the testcase in r292824Steven Wu2017-01-231-31/+8
* Add LC_BUILD_VERSION load commandSteven Wu2017-01-231-0/+58
* Remove this test from the r292500 commit till Chris and I figure outKevin Enderby2017-01-191-50/+0
* Add support for the new LC_NOTE load command.Kevin Enderby2017-01-191-0/+50
* [ObjectYAML] Missed one mixup in the debug_line testChris Bieneman2017-01-101-1/+0
* [ObjectYAML] Support for DWARF line tablesChris Bieneman2017-01-102-0/+648
* Revert "[ObjectYAML] Support for DWARF line tables"Chris Bieneman2017-01-102-650/+0
* [ObjectYAML] Support for DWARF line tablesChris Bieneman2017-01-102-0/+650
* Revert "[ObjectYAML] Support for DWARF line tables"Chris Bieneman2017-01-092-650/+0
* [ObjectYAML] Support for DWARF line tablesChris Bieneman2017-01-092-0/+650
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-221-0/+525
* [ObjectYAML] Fixing big endian bots from r290381Chris Bieneman2016-12-221-1/+0
* [ObjectYAML] MachO support for endiannessChris Bieneman2016-12-224-0/+1191
* Revert "[ObjectYAML] Support for DWARF debug_info section"Chris Bieneman2016-12-201-525/+0
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-201-0/+525
* Revert "[ObjectYAML] Support for DWARF debug_info section"Chris Bieneman2016-12-201-525/+0
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-201-0/+525
* [ObjectYAML] Support for DWARF Pub SectionsChris Bieneman2016-12-191-0/+355
* [ObjectYAML] Support for DWARF debug_arangesChris Bieneman2016-12-091-0/+335
* [ObjectYAML] Rename DWARF entries to match section namesChris Bieneman2016-12-072-4/+4
* [ObjectYAML] Support for DWARF __debug_abbrev sectionChris Bieneman2016-12-071-0/+433
* [ObjectYAML] First bit of support for encoding DWARF in MachOChris Bieneman2016-12-061-0/+266
* [macho2yaml] Don't write empty linkedit dataChris Bieneman2016-08-171-0/+1
* [Mach0YAML] Change n_type from uint8_t to llvm::yaml::Hex8Chris Bieneman2016-08-041-60/+60
* [macho2yaml] String table can contain null stringsChris Bieneman2016-08-041-0/+208
* [YAML] Fix YAML tags appearing before the start of sequence elementsChris Bieneman2016-06-281-2/+4
* [yaml2obj] Remove --format option in favor of YAML tagsChris Bieneman2016-06-2715-15/+15
* [obj2yaml] [yaml2obj] Support for MachO Universal binariesChris Bieneman2016-06-241-0/+72
* [yaml2macho] Removing asserts in favor of explicit yaml parse errorChris Bieneman2016-06-232-0/+16
OpenPOWER on IntegriCloud