- Jan 05, 2013
-
-
Michael J. Spencer authored
llvm-svn: 171580
-
Michael J. Spencer authored
llvm-svn: 171579
-
Michael J. Spencer authored
llvm-svn: 171578
-
Michael J. Spencer authored
llvm-svn: 171557
-
- Dec 27, 2012
-
-
Shankar Easwaran authored
llvm-svn: 171135
-
Shankar Easwaran authored
llvm-svn: 171127
-
- Dec 10, 2012
-
-
Michael J. Spencer authored
llvm-svn: 169721
-
- Nov 21, 2012
-
-
Hemant Kulkarni authored
llvm-svn: 168461
-
- Nov 13, 2012
-
-
Hemant Kulkarni authored
Add program header emission to ELF writer. This patch also rearranges sections for efficient memory utilization llvm-svn: 167874
-
Shankar Easwaran authored
llvm-svn: 167854
-
- Nov 05, 2012
-
-
Hemant Kulkarni authored
llvm-svn: 167394
-
- Oct 25, 2012
-
-
Sid Manning authored
This patch changes the following: * Use conventional naming for KindHandlers. * Add X86 relocation routines. * Use std::function instead of function pointers in _fixupHandler map. * Change _fixupHandler map from std::map to llvm::DenseMap. * Add simple testcase for x86 relocations. llvm-svn: 166700
-
- Oct 18, 2012
-
-
Sid Manning authored
* Moves enum Scope from DefinedAtom.h to Atom.h * Adds scope method to AbsoluteAtom class * Updates YAML to print scope of AbsoluteAtoms * Update Native Reader/Writer to handle this new, "attribute" * Adds testcase Reviewed and approved by Nick Kledzik llvm-svn: 166189
-
- Oct 09, 2012
-
-
Sid Manning authored
* Add relocation reference support for Hexagon and PowerPC. - Hexagon has many relocation types, this patch covers just a subset, more will be added. - PowerPC support was added so that we can verify mixed endian environments. * Add some basic test cases * Update ldd-core to accept -endian flag llvm-svn: 165477
-
- Oct 04, 2012
-
-
Hemant Kulkarni authored
Removed architecture dependent .sbss section creation. Updated test case to show the change in section types and removal of a sbss section. llvm-svn: 165181
-
- Oct 03, 2012
-
-
Sid Manning authored
* Return correct size and alignment for common symbols. llvm-svn: 165170
-
- Oct 02, 2012
-
-
Hemant Kulkarni authored
llvm-svn: 165048
-
Hemant Kulkarni authored
Reorganize to derive all sections from SectionChunk. Construct section table header from SectionChunk. llvm-svn: 164981
-
Sid Manning authored
* Updates ReaderELF.cpp contentType method to match ELF.h's logic and now handle typeData * Add -arch to ldd-core testdriver * Add testcase to check typeData * Update others to stay in sync with this change. llvm-svn: 164976
-
- Sep 17, 2012
-
-
Sid Manning authored
Add ELFReference class - parse relocations needed by that class and update DefinedAtom to use the class. Tweak coding style. Add testcase to check relocations. Change was signed-off-by: Michael Spencer llvm-svn: 164027
-
- 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
-