summaryrefslogtreecommitdiffstats
path: root/llvm/test/ObjectYAML/MachO
Commit message (Expand)AuthorAgeFilesLines
* [ObjectYAML] - Redefine LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::Hex*) as LLV...Georgii Rymar2019-10-309-117/+38
* [ObjectYAML] Fix lifetime issue in dumpDebugLinesVitaly Buka2019-08-291-6/+6
* [yaml2obj/obj2yaml][MachO] Fix a test failure in big endian hostsSeiya Nuta2019-08-201-2/+2
* [yaml2obj/obj2yaml][MachO] Allow setting custom section dataSeiya Nuta2019-08-202-2/+165
* [yaml2obj][MachO] Don't fill dummy data for virtual sectionsSeiya Nuta2019-06-171-0/+226
* Make YAML quote forward slashes.Zachary Turner2018-10-124-7/+7
* Revert "Make YAML quote forward slashes."Zachary Turner2018-10-124-7/+7
* Make YAML quote forward slashes.Zachary Turner2018-10-124-7/+7
* Align all scalar numbers to LLVM_YAML_IS_FLOW_SEQUENCE_VECTORJonas Hahnfeld2017-04-041-26/+2
* [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
* [yaml2obj] Sort MachO LinkEdit write operations based on offsetChris Bieneman2016-06-031-0/+266
* Revert "[yaml2obj] Sort MachO LinkEdit write operations based on offset"Chris Bieneman2016-06-021-266/+0
* [yaml2obj] Sort MachO LinkEdit write operations based on offsetChris Bieneman2016-06-021-0/+266
* [obj2yaml] [yaml2obj] Support for MachO nlist and string tableChris Bieneman2016-06-021-0/+511
* [obj2yaml][yaml2obj] Support for reading and dumping the MachO export trieChris Bieneman2016-05-311-0/+191
* [obj2yaml][yaml2obj] Support for MachO lazy bindingsChris Bieneman2016-05-261-0/+466
* [obj2yaml][yaml2obj] Support for MachO weak bindingsChris Bieneman2016-05-261-0/+133
* [obj2yaml][yaml2obj] Support for MachO bind opcodesChris Bieneman2016-05-261-0/+133
OpenPOWER on IntegriCloud