summaryrefslogtreecommitdiffstats
path: root/lld/test
Commit message (Expand)AuthorAgeFilesLines
* Populate entry point into ELF executable.Hemant Kulkarni2012-11-213-1/+18
* Add program header emission to ELF writer. This patch also rearranges section...Hemant Kulkarni2012-11-132-16/+16
* Adding support to resolve symbols with archive libraries in lldShankar Easwaran2012-11-134-0/+87
* Add absolute symbol scope recognition in lld/CoreHemant Kulkarni2012-11-051-0/+26
* This patch changes the following:Sid Manning2012-10-253-0/+42
* This update does the following:Sid Manning2012-10-182-0/+21
* * Add relocation reference support for Hexagon and PowerPC.Sid Manning2012-10-096-0/+45
* Added missing break in StockSectionChunk constructor.Hemant Kulkarni2012-10-031-16/+17
* * Return correct size and alignment for common symbols.Sid Manning2012-10-031-1/+1
* Changed test output comparison to be consistent with the way llvm-objdump and...Hemant Kulkarni2012-10-023-10/+9
* Emit symbol tables.Hemant Kulkarni2012-10-011-9/+19
* This change:Sid Manning2012-10-015-8/+16
* Add ELFReference class - parse relocations needed by that class and update De...Sid Manning2012-09-172-0/+79
* Fix environment path problemSid Manning2012-09-141-2/+2
* ELF support for LLD writer. The writer at present emits ELF header and section Hemant Kulkarni2012-09-143-0/+24
* Hook up lld-test to llvm check-all. Patch by Andy Gibbs!Michael J. Spencer2012-07-311-33/+57
* PR13467: Fix mach-o writer to handle case of zero stubs. Renumber TestingHel...Nick Kledzik2012-07-301-1/+1
* Add test cases for ReaderELF.Sid Manning2012-07-253-0/+144
* Rework how YAMLReader is layered on top of YAMLParser. Turn hand writtenNick Kledzik2012-05-039-1/+161
* Convert the YAMLReader to use LLVM/Support/YAMLParser.Michael J. Spencer2012-04-303-87/+70
* Add way to represent static archives in yaml test cases.Nick Kledzik2012-04-209-9/+311
* Factor out core linking options from Platform in a new ResolverOptionsNick Kledzik2012-04-181-0/+40
* First implementation of Darwin Platform. It is rich enough to generateNick Kledzik2012-04-071-0/+35
* Add Pass to instantiate GOT entriesNick Kledzik2012-03-151-0/+81
* Fix MSVC incompatibilities.Michael J. Spencer2012-03-091-2/+3
* Sources now require C++11 to build.Nick Kledzik2012-03-081-0/+50
* Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a Nick Kledzik2012-02-225-0/+297
* (no commit message)Nick Kledzik2012-02-156-35/+160
* Add support for UndefinedAtom in yaml and native format. Add test cases with...Nick Kledzik2012-02-071-0/+46
* A couple of big refactorings: 1) Move most attributes of Atom down to Defined...Nick Kledzik2012-01-116-34/+25
* add initial support for coalescing by content (c-strings) with test caseNick Kledzik2012-01-091-0/+45
* Support more Atom attributes. Add more test cases to lld-coreNick Kledzik2012-01-047-0/+173
* Add more merging/coalescing test cases and make core linking work for themNick Kledzik2011-12-224-1/+81
* Initial commit. Code by Nick Kledzik. Cleanups and build system by me.Michael J. Spencer2011-12-184-0/+210
OpenPOWER on IntegriCloud