summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* Update the copyright coredits -- Happy new year 2013!NAKAMURA Takumi2013-01-012-2/+2
* add Changes to ELF Writer to layout sections/segments in the output executableShankar Easwaran2012-12-275-1220/+1935
* changes for the ELF Reader : split up into AtomsELF.h/Adding new permissions ...Shankar Easwaran2012-12-275-389/+423
* changes to fix Hexagon Relocation so that it accounts for the bitmask properl...Shankar Easwaran2012-12-271-2/+2
* Fix build issue when building lld against libstdc++ 4.7Andy Gibbs2012-12-223-3/+3
* [ELF][Reader] Ignore SHF_GROUP when switching on flags.Michael J. Spencer2012-12-201-2/+2
* Style fixes.Michael J. Spencer2012-12-201-138/+79
* [Core][ErrorOr] Add support for user error data.Michael J. Spencer2012-12-194-124/+322
* [CMake] Fix external llvm build. It needs to know where llvm-tblgen is.Michael J. Spencer2012-12-101-0/+8
* [Driver] Add test.Michael J. Spencer2012-12-102-1/+5
* [Driver] Properly handle -entry for X86 Linux.Michael J. Spencer2012-12-092-4/+5
* [Driver] Add -### support for printing out the core command line.Michael J. Spencer2012-12-095-4/+29
* Remove left over debugging output.Michael J. Spencer2012-12-091-2/+0
* [Driver] Make the X86Linux target use X86 (not x64) and properly initalize Wr...Michael J. Spencer2012-12-091-3/+12
* Add the core architecture for the lld driver.Michael J. Spencer2012-12-0816-5/+1020
* Add library dependencies to the lld cmake build.Benjamin Kramer2012-12-047-0/+29
* Populate entry point into ELF executable.Hemant Kulkarni2012-11-217-24/+72
* Add program header emission to ELF writer. This patch also rearranges section...Hemant Kulkarni2012-11-134-123/+452
* changes after mspencer reviews in phabricatorShankar Easwaran2012-11-131-7/+3
* Fix style violations.Michael J. Spencer2012-11-134-90/+72
* Adding support to resolve symbols with archive libraries in lldShankar Easwaran2012-11-1310-28/+398
* Add absolute symbol scope recognition in lld/CoreHemant Kulkarni2012-11-053-6/+36
* rename dylibNamesToOrdinal now that it is an ivarNick Kledzik2012-11-011-6/+6
* [ELF] Fix -Woverloaded-virtualMichael J. Spencer2012-11-011-1/+1
* [MachO] Fix use after free.Michael J. Spencer2012-11-011-1/+1
* [MachO] Fix uninitialized variables.Michael J. Spencer2012-11-011-1/+4
* Fix cl brokeness.Michael J. Spencer2012-10-313-8/+8
* Add missing include.Michael J. Spencer2012-10-311-0/+1
* This patch changes the following:Sid Manning2012-10-259-124/+249
* This update does the following:Sid Manning2012-10-1815-35/+173
* * Add relocation reference support for Hexagon and PowerPC.Sid Manning2012-10-0913-88/+438
* Fix incorrect setting of EI_DATASid Manning2012-10-051-1/+3
* Added missing break in StockSectionChunk constructor.Hemant Kulkarni2012-10-032-19/+19
* * Return correct size and alignment for common symbols.Sid Manning2012-10-032-5/+5
* 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-013-283/+474
* This change:Sid Manning2012-10-017-20/+70
* Fix -Wcovered-switch-default warning.Michael J. Spencer2012-09-281-2/+0
* Add case for typeConstant in SectionChunkSid Manning2012-09-261-1/+7
* This patch makes use of recently added relocation reference data. The bulkSid Manning2012-09-251-2/+43
* Add ELFReference class - parse relocations needed by that class and update De...Sid Manning2012-09-173-160/+465
* 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-1412-48/+1198
* Test commitHemant Kulkarni2012-09-141-2/+2
* Fix warnings.Michael J. Spencer2012-09-106-38/+15
* 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-303-8/+11
* Fix warning from -Wshadow. Report errors back to caller rather than callingSid Manning2012-07-271-27/+20
* Add a default constructor/destructor for ReaderOptionsPECOFFSid Manning2012-07-251-0/+6
* Add test cases for ReaderELF.Sid Manning2012-07-253-0/+144
OpenPOWER on IntegriCloud