summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [mach-o] Support -filelist option in darwin driverNick Kledzik2014-08-151-2/+2
* [mach-o] Support -F and -framework options in darwin driverNick Kledzik2014-08-141-5/+48
* [mach-o] Support re-exported dylibsNick Kledzik2014-08-131-5/+88
* Fix mach-o tests on WindowsRui Ueyama2014-08-061-2/+6
* [mach-o] Add support for -sectalign optionNick Kledzik2014-07-301-0/+20
* [mach-o] refactor KindHandler into ArchHandler and simplify passes.Nick Kledzik2014-07-161-13/+40
* [mach-o]: support -syslibroot and -l optionsTim Northover2014-07-101-1/+84
* MachO: rename _outputFileType to avoid shadowing parent field.Tim Northover2014-06-201-14/+13
* Add -print_atoms options to DarwinLdDriver which dumps final state of all ato...Nick Kledzik2014-05-141-1/+2
* [lld] Include reference kind in cycle detector debug outputNico Rieck2014-02-241-1/+1
* [mach-o] add MachOLinkingContext::configure(type, arch, os)Nick Kledzik2013-12-211-30/+41
* Run clang-format on r197727.Rui Ueyama2013-12-201-1/+0
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-10/+9
* [MachO] Simplify conditionals. No functionality change.Rui Ueyama2013-11-121-7/+5
* [mach-o] fix uninitialized variableNick Kledzik2013-11-081-0/+1
* [mach-o] binary reader and writer Nick Kledzik2013-11-061-46/+84
* Remove duplicate calls of pm.add() for RoundTrip tests.Rui Ueyama2013-11-011-4/+0
* [PassManager] add ReaderWriter{Native,YAML} to the Driver.Shankar Easwaran2013-10-291-1/+7
* Supoort mach-o encoded in yaml.Nick Kledzik2013-10-081-6/+5
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-13/+0
* [mach-o] switch to use llvm::MachO:: constantsNick Kledzik2013-09-271-24/+24
* Make Driver::link and LinkingContext::validate return true on success.Rui Ueyama2013-09-241-5/+5
* Support darwin linker options: Nick Kledzik2013-09-101-1/+25
* Remove PackedVersion from MachOLinkingContext and replace with uint32_tNick Kledzik2013-09-101-35/+20
* Change the parseFile argument from MemoryBuffer pointer to LinkerInputJoerg Sonnenberger2013-09-071-3/+3
* add InputGraph functionalityShankar Easwaran2013-08-211-6/+1
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-0/+277
OpenPOWER on IntegriCloud