- Jan 31, 2013
-
-
Michael J. Spencer authored
llvm-svn: 174107
-
- Jan 22, 2013
-
-
Michael J. Spencer authored
No functionality change. llvm-svn: 173192
-
- Jan 15, 2013
-
-
Nick Kledzik authored
constants and string literals which the linker should coalesce. llvm-svn: 172495
-
- Jan 04, 2013
-
-
Michael J. Spencer authored
llvm-svn: 171531
-
Michael J. Spencer authored
llvm-svn: 171528
-
- Jun 01, 2012
-
-
Nick Kledzik authored
now Reader and Writer subclasses for each file format. Each Reader and Writer subclass defines an "options" class which controls how that Reader or Writer operates. llvm-svn: 157774
-
- Apr 20, 2012
-
-
Nick Kledzik authored
Add SharedLibraryFile and ArchiveLibraryFile subclasses of File. Add command line options to lld-core to set various ResolverOptions settings and added lots of test cases to verify the options work. llvm-svn: 155183
-
- Apr 18, 2012
-
-
Nick Kledzik authored
class. Change Resolver to no longer use Platform. Core linking now issues errors directly. We need to factor that out later. Rework how Darwin executable writer finds "main" atom. It now adds to core linking an Atom which has a Reference to "main". llvm-svn: 155060
-
- Apr 03, 2012
-
-
Michael J. Spencer authored
llvm-svn: 153964
-
Michael J. Spencer authored
types into the lld namespace. llvm-svn: 153963
-
Michael J. Spencer authored
llvm-svn: 153912
-
- Mar 29, 2012
-
-
Michael J. Spencer authored
llvm-svn: 153677
-
- Mar 28, 2012
-
-
Michael J. Spencer authored
Also fix some Platform.h includes that somehow got missed last time. llvm-svn: 153590
-
- Feb 22, 2012
-
-
Nick Kledzik authored
shared library) and AbsoluteAtoms (proxy atoms for absolute address (e.g. ROM)). Redesign weak importing as can-be-null-at-runtime and can-be-null-at-build-time. Add lots of test cases for all the above. llvm-svn: 151204
-
- Feb 15, 2012
-
-
Nick Kledzik authored
llvm-svn: 150547
-
Nick Kledzik authored
llvm-svn: 150539
-
- Jan 11, 2012
-
-
Nick Kledzik authored
A couple of big refactorings: 1) Move most attributes of Atom down to DefinedAtom, so only atoms representing definitions need to implement them. 2) Remove definitionTentative, definitionWeak, mergeDuplicates, and autoHide. Replace with merge and interposable attributes. 3) Make all methods on Atom be virtual so that future object file readers can lazily generated attributes llvm-svn: 147903
-
- Jan 09, 2012
-
-
Nick Kledzik authored
llvm-svn: 147799
-
- Jan 05, 2012
-
-
Nick Kledzik authored
llvm-svn: 147571
-
- Dec 22, 2011
-
-
Nick Kledzik authored
llvm-svn: 147130
-
- Dec 20, 2011
-
-
Nick Kledzik authored
llvm-svn: 146958
-
- Dec 18, 2011
-
-
Michael J. Spencer authored
llvm-svn: 146844
-