summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [mach-o] refactor mach-o output section selection to be table driven.Nick Kledzik2014-06-101-68/+93
* [mach-o] Add support for custom sectionsNick Kledzik2014-05-301-8/+43
* [mach-0] Add support for parsing compact unwind info sectionNick Kledzik2014-05-291-0/+3
* [mach-o] Add support for parsing __eh_frame section. Generalize support for w...Nick Kledzik2014-05-291-0/+3
* [mach-o] Add support for parsing CFString sectionsNick Kledzik2014-05-291-0/+3
* [mach-o] Add support for initializers and terminators in object filesNick Kledzik2014-05-271-0/+6
* [mach-o] Add support for reading utf16 string literal sectionsNick Kledzik2014-05-271-0/+3
* [mach-o] parse literal sections into atomsNick Kledzik2014-05-221-0/+9
* [mach-o] Add support and test cases for parsing tentative definitionsNick Kledzik2014-05-151-1/+5
* s/llvm::dyn_cast/dyn_cast/Rui Ueyama2014-04-021-1/+0
* Fix trailing whitespace.Shankar Easwaran2014-01-271-47/+47
* [mach-o] enable mach-o and native yaml to be intermixedNick Kledzik2014-01-111-2/+2
* [MachO] Begin to add some MachO specific File/Atoms, and add the start ofJoey Gouly2014-01-031-1/+1
* Fix some indentation issues, I saw while reading this file.Joey Gouly2013-12-251-6/+6
* Run clang-format on r197727.Rui Ueyama2013-12-201-4/+3
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-4/+5
* [mach-o] add llvm_unreachableNick Kledzik2013-11-061-0/+1
* [mach-o] fix DEBUG_WITH_TYPE to compile without warnings in non-debug caseNick Kledzik2013-11-061-17/+15
* [mach-o] binary reader and writer Nick Kledzik2013-11-061-0/+821
OpenPOWER on IntegriCloud