- Sep 14, 2012
-
-
Sid Manning authored
llvm-svn: 163929
-
Hemant Kulkarni authored
table header. Skeleton code for ReferenceKinds. Credits: Doxygen by Michael Spencer. Origianl implementation from Macho by Sidney Manning. Templatization, implementation of section header chunks, string table, ELF header by Hemant Kulkarni. llvm-svn: 163906
-
- Jul 31, 2012
-
-
Michael J. Spencer authored
llvm-svn: 161067
-
- Jul 30, 2012
-
-
Nick Kledzik authored
llvm-svn: 160982
-
- Jul 25, 2012
-
-
Sid Manning authored
llvm-svn: 160737
-
- May 04, 2012
-
-
Nick Kledzik authored
recursive descent functions into one table driven parser. Add proper error recovery and reporting. Add lots of test cases with semantics errors and verify error messages. llvm-svn: 156136
-
- Apr 30, 2012
-
-
Michael J. Spencer authored
llvm-svn: 155847
-
- 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 07, 2012
-
-
Nick Kledzik authored
a hello world executable from atoms. There is still much to be flushed out. Added one test case, test/darwin/hello-world.objtxt, which exercises the darwin platform. Added -platform option to lld-core tool to dynamically select platform. llvm-svn: 154242
-
- Mar 16, 2012
-
-
Nick Kledzik authored
llvm-svn: 152874
-
- Mar 09, 2012
-
-
Michael J. Spencer authored
llvm-svn: 152389
-
- Mar 08, 2012
-
-
Nick Kledzik authored
Add first linker pass (StubsPass) which looks for calls to shared library symbols and replaces them with calls to a StubAtom. On ELF system, a "stub" is a PLT entry. Added a simple test case. Pass a Platform object to YAML reader and writer for converting fixup kinds between names and values. Change output of Resolver to be a File object instead of a vector of Atoms. Thus, passes operate on a File instead of just Atoms. Rework how to walk through a File's Atoms. Now iterator based instead of a method that visits each atom. llvm-svn: 152269
-
- 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: 150539
-
- Feb 07, 2012
-
-
Nick Kledzik authored
llvm-svn: 149962
-
- 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 18, 2011
-
-
Michael J. Spencer authored
llvm-svn: 146844
-