summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Add support for -z origin/now options.Davide Italiano2015-05-264-2/+122
* [ELF] Fix lld when no unique sections is usedSimon Atanasyan2015-05-244-6/+25
* [lld] Manage atom ordinals in the File class rather than using a static counter.Lang Hames2015-05-222-4/+10
* [Mips] Cleanup and reformat test cases, add more checkingsSimon Atanasyan2015-05-224-165/+193
* Remove redundant std::move on functions that return a unique_ptr.Benjamin Kramer2015-05-222-5/+5
* [ELF] Remove redundant unique_ptr moves found by -Wpessimizing-move.Benjamin Kramer2015-05-224-6/+6
* [ELF] Fix shared CMake build.Benjamin Kramer2015-05-221-0/+1
* [ARM] report_fatal_error for not implemented functionalityDenis Protivensky2015-05-221-5/+5
* [ARM] Ability to add GOT and PLTGOT entries for same symbolDenis Protivensky2015-05-222-6/+77
* [ARM] Implement R_ARM_GLOB_DAT for GOT entriesDenis Protivensky2015-05-225-2/+119
* [lld] Make the MachO -stack_size default '0', add a test case.Lang Hames2015-05-223-5/+10
* [ELF] Simplify dynamic table entry creation.Davide Italiano2015-05-214-99/+45
* [ARM] Add dynamic symbols to the dynamic library writerDenis Protivensky2015-05-212-3/+35
* [ARM] Remove useless file with writer's instantiation stubDenis Protivensky2015-05-212-19/+0
* [ARM] Remove unused field in executable writerDenis Protivensky2015-05-211-2/+1
* [ARM] Move out common Writer functionality to ARMELFWriterDenis Protivensky2015-05-217-83/+167
* [ELF] Move start/end atom method assignment to OutputELFWriter. NFCDenis Protivensky2015-05-213-25/+28
* [ARM] Remove unused fields in dynamic library writerDenis Protivensky2015-05-211-5/+1
* [ARM] Add skeleton implementation of DSO linkingDenis Protivensky2015-05-213-0/+49
* [LLD] Make lastOrdinal atomic to avoid race conditions.Lang Hames2015-05-201-1/+2
* [LLD] Fix an out-of-order-initialization bug that was introduced in r237841 byLang Hames2015-05-201-1/+1
* [LLD] Revert r237842 - it went in without a proper commit message.Lang Hames2015-05-201-1/+1
* yLang Hames2015-05-201-1/+1
* [LLD] Add support for the -stack_size option to Darwin ld.Lang Hames2015-05-209-5/+52
* [lld] Use lit's shell to run tests on Windows by defaultReid Kleckner2015-05-202-3/+15
* [ARM] Add needed symbols during dynamic executable linkingDenis Protivensky2015-05-202-0/+74
* [LLD] Make sure MachO FDEs read their augmentation data strings from the rightLang Hames2015-05-162-73/+152
* [LLD] Properly relocate the LSDA field of MachO eh-frames.Lang Hames2015-05-132-40/+260
* [LLD] Add support for MachO ripRel32MinusNAnon relocations.Lang Hames2015-05-132-5/+87
* [LLD] Add a mutex to prevent concurrent modification of the dylib maps inLang Hames2015-05-132-0/+2
* [ARM] Use the correct variable name and unbreak buildbot.Davide Italiano2015-05-081-1/+1
* [ARM] Generation of .ARM.exidx/.ARM.extab sectionsLeny Kholodov2015-05-089-21/+378
* [ARM] Check overflow of R_ARM_THM_JUMP11Denis Protivensky2015-05-082-31/+104
* [ARM] Check overflow of R_ARM_CALL/JUMP24Denis Protivensky2015-05-083-2/+114
* [ARM] Check overflow of R_ARM_THM_CALL/JUMP24Denis Protivensky2015-05-083-2/+114
* [ELF] Initialize the _outputMagic class field using default valueSimon Atanasyan2015-05-081-1/+1
* [Mips] Update test cases to reflect changes in the yaml2obj toolSimon Atanasyan2015-05-072-2/+5
* [ARM] Check overflow of R_ARM_PREL31Denis Protivensky2015-05-072-4/+50
* [ARM] llvm_unreachable => make_dynamic_error in R_ARM_BASE_PRELDenis Protivensky2015-05-071-1/+2
* [ARM] llvm_unreachable => make_*_reloc_error in group relocsDenis Protivensky2015-05-071-9/+8
* [ARM] Return directly from switch in relocation handlerDenis Protivensky2015-05-071-47/+28
* [ARM] Add return codes to relocation handlersDenis Protivensky2015-05-071-76/+95
* [Mips] Add more checkings to the testSimon Atanasyan2015-05-021-6/+76
* Revert unrelated chunk committed by accident in r236334.Davide Italiano2015-05-011-1/+1
* [ELF] Fix test for .init_array.Davide Italiano2015-05-012-19/+50
* [Mips] Check creation of GOT entries corresponded to R_MIPS_REL32 relocationsSimon Atanasyan2015-05-0111-0/+408
* Change test target from x86_64-linux to x86_64.Davide Italiano2015-05-011-1/+1
* [ELF] Mark linker defined symbols as .hidden when needed.Davide Italiano2015-05-016-15/+104
* [GNU] Remove -x/-X from the list of options to be implemented.Davide Italiano2015-04-291-2/+0
* Use MemoryBufferRef instead of MemoryBuffer&. NFC.Rafael Espindola2015-04-2710-17/+14
OpenPOWER on IntegriCloud