summaryrefslogtreecommitdiffstats
path: root/llvm/tools/yaml2obj/yaml2macho.cpp
Commit message (Expand)AuthorAgeFilesLines
* [yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet2019-08-071-602/+0
* Revert "[yaml2obj] Move core yaml2obj code into lib and include for use in un...Dmitri Gribenko2019-08-061-0/+602
* [yaml2obj] Move core yaml2obj code into lib and include for use in unit testsAlex Brachet2019-08-061-602/+0
* [yaml2obj][MachO] Don't fill dummy data for virtual sectionsSeiya Nuta2019-06-171-3/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-4/+4
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-3/+3
* Add LC_BUILD_VERSION load commandSteven Wu2017-01-231-0/+15
* [ObjectYAML] Pull yaml2dwarf out of yaml2obj for reuseChris Bieneman2017-01-121-7/+10
* [ObjectYAML] Support for DWARF line tablesChris Bieneman2017-01-101-0/+2
* Revert "[ObjectYAML] Support for DWARF line tables"Chris Bieneman2017-01-101-2/+0
* [ObjectYAML] Support for DWARF line tablesChris Bieneman2017-01-101-0/+2
* Revert "[ObjectYAML] Support for DWARF line tables"Chris Bieneman2017-01-091-2/+0
* [ObjectYAML] Support for DWARF line tablesChris Bieneman2017-01-091-0/+2
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-221-0/+2
* [ObjectYAML] Fixing big endian bots from r290381Chris Bieneman2016-12-221-1/+1
* [ObjectYAML] MachO support for endiannessChris Bieneman2016-12-221-60/+66
* Revert "[ObjectYAML] Support for DWARF debug_info section"Chris Bieneman2016-12-201-2/+0
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-201-0/+2
* Revert "[ObjectYAML] Support for DWARF debug_info section"Chris Bieneman2016-12-201-2/+0
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-201-0/+2
* [ObjectYAML] Support for DWARF Pub SectionsChris Bieneman2016-12-191-0/+4
* clang-format to fix post-commit feedbackChris Bieneman2016-12-121-3/+2
* [ObjectYAML] Support for DWARF debug_arangesChris Bieneman2016-12-091-0/+3
* [yaml2obj] Refactor and abstract yaml2dwarf functionsChris Bieneman2016-12-071-15/+2
* [ObjectYAML] Support for DWARF __debug_abbrev sectionChris Bieneman2016-12-071-0/+12
* [ObjectYAML] First bit of support for encoding DWARF in MachOChris Bieneman2016-12-061-1/+21
* [yaml2obj] Remove --format option in favor of YAML tagsChris Bieneman2016-06-271-17/+10
* [obj2yaml] [yaml2obj] Support for MachO Universal binariesChris Bieneman2016-06-241-2/+105
* [yaml2macho] Removing asserts in favor of explicit yaml parse errorChris Bieneman2016-06-231-4/+0
* [yaml2obj] Get rid of MachO header unionChris Bieneman2016-06-061-11/+6
* [yaml2obj] Sort MachO LinkEdit write operations based on offsetChris Bieneman2016-06-031-26/+64
* Revert "[yaml2obj] Sort MachO LinkEdit write operations based on offset"Chris Bieneman2016-06-021-66/+26
* [yaml2obj] Sort MachO LinkEdit write operations based on offsetChris Bieneman2016-06-021-26/+66
* [obj2yaml] [yaml2obj] Support for MachO nlist and string tableChris Bieneman2016-06-021-7/+36
* [obj2yaml][yaml2obj] Support for reading and dumping the MachO export trieChris Bieneman2016-05-311-1/+43
* Avoid some copies by using const references.Benjamin Kramer2016-05-271-2/+2
* [obj2yaml][yaml2obj] Support for MachO lazy bindingsChris Bieneman2016-05-261-0/+2
* [obj2yaml][yaml2obj] Support for MachO weak bindingsChris Bieneman2016-05-261-16/+26
* [obj2yaml][yaml2obj] Support for MachO bind opcodesChris Bieneman2016-05-261-0/+17
* [obj2yaml] [yaml2obj] MachO support for rebase opcodesChris Bieneman2016-05-251-20/+67
* [yaml2obj] [MachO] Fill Segment and Section dataChris Bieneman2016-05-201-7/+61
* [yaml2obj] Removing debug code that scribbled 0xDEADBEEFChris Bieneman2016-05-191-4/+3
* [obj2yaml] [yaml2obj] Support for MachO Load Command dataChris Bieneman2016-05-191-15/+68
* Revert "[obj2yaml] [yaml2obj] Support for MachO Load Command data"Chris Bieneman2016-05-191-68/+15
* [obj2yaml] [yaml2obj] Support for MachO Load Command dataChris Bieneman2016-05-191-15/+68
* Re-apply: [obj2yaml] [yaml2obj] Support MachO section and section_64Chris Bieneman2016-05-181-0/+32
* Revert "[obj2yaml] [yaml2obj] Support MachO section and section_64Zachary Turner2016-05-171-32/+0
OpenPOWER on IntegriCloud