summaryrefslogtreecommitdiff
path: root/lld/lib/Platforms/Darwin/ExecutableWriter.cpp
AgeCommit message (Expand)Author
2012-05-31Major refactoring: Remove Platform concept. In its place there are Nick Kledzik
2012-04-26Fix minor warnings and simplify code.Evandro Menezes
2012-04-26Fix errors when building with GCC 4.6.1 -std=c++0x, which requiresJay Foad
2012-04-20MSVC fixes:Michael J. Spencer
2012-04-18Factor out core linking options from Platform in a new ResolverOptionsNick Kledzik
2012-04-08Rename referencesBegin() to begin() so that C++11 range based for loops can b...Nick Kledzik
2012-04-07First implementation of Darwin Platform. It is rich enough to generateNick Kledzik