summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/MachO/StubsPass.hpp
Commit message (Expand)AuthorAgeFilesLines
* [mach-o] refactor KindHandler into ArchHandler and simplify passes.Nick Kledzik2014-07-161-173/+0
* Move GOTPass and StubsPass from Core to MachONick Kledzik2014-07-091-0/+1
* Move Simple.h and Alias.h to include/Core.Rui Ueyama2014-06-111-3/+3
* [MachO] Remove "virtual" and add "override".Rui Ueyama2014-03-281-4/+4
* Run clang-format on r197727.Rui Ueyama2013-12-201-3/+2
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-4/+4
* Fix include guards.Rui Ueyama2013-11-151-3/+3
* Re-submit r194551: Use empty() instead of size() == 0.Rui Ueyama2013-11-131-1/+1
* Revert "Use empty() instead of size() == 0."Rui Ueyama2013-11-131-1/+1
* Use empty() instead of size() == 0.Rui Ueyama2013-11-131-1/+1
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-13/+13
* This is my Driver refactoring patch. Nick Kledzik2013-04-041-10/+11
* add elf targethandlerShankar Easwaran2013-01-251-7/+8
* Move SimpleAtoms.h to ReaderWriter.Michael J. Spencer2013-01-241-1/+1
* Add PassManager.Michael J. Spencer2013-01-231-0/+1
* Move everything over to TargetInfo.Michael J. Spencer2013-01-231-13/+12
* Factor File::addAtom out to MutableFile::addAtom.Michael J. Spencer2013-01-121-1/+1
* [MachO] Fix uninitialized variables.Michael J. Spencer2012-11-011-1/+4
* PR13467: Fix mach-o writer to handle case of zero stubs. Renumber TestingHel...Nick Kledzik2012-07-301-0/+3
* Move implementation of WriterOptionsMachO to its own file. Reduced redundantNick Kledzik2012-06-111-5/+25
* Major refactoring: Remove Platform concept. In its place there are Nick Kledzik2012-05-311-0/+145
OpenPOWER on IntegriCloud