summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [PECOFF] Fix /nodefaultlib option.Rui Ueyama2014-10-232-2/+19
* [PECOFF] Do not write duplicate directives to .def file.Rui Ueyama2014-10-223-11/+33
* [mach-o] Support missing MH_SUBSECTIONS_VIA_SYMBOLSNick Kledzik2014-10-218-22/+109
* [PECOFF] Fix exported symbol in the import libraryRui Ueyama2014-10-216-8/+15
* Subclass InputGraph to get darwin linker library semanticsNick Kledzik2014-10-219-8/+157
* Use __cxa_demangle on FreeBSD to fix buildbots.Rui Ueyama2014-10-212-3/+3
* Assume cxxabi.h exists on FreeBSDRui Ueyama2014-10-213-3/+6
* [Gnu] Move certain options to a different group.Shankar Easwaran2014-10-211-5/+11
* [ELF] Remove duplicate code.Shankar Easwaran2014-10-2111-337/+122
* [PECOFF] Look for decorated entry symbol name.Rui Ueyama2014-10-212-1/+8
* [ELF] Add demangle test to XFAILShankar Easwaran2014-10-201-0/+1
* [ELF] Implement demangle.Shankar Easwaran2014-10-207-6/+72
* [ELF] Check for target architecture.Shankar Easwaran2014-10-2017-26/+158
* [ELF] Make updateReferenceForMergeStringAccess virtual.Shankar Easwaran2014-10-201-3/+3
* [ELF] Fix functionality of merging similar strings.Shankar Easwaran2014-10-202-29/+84
* [ELF][Cleanup] Remove unused code.Shankar Easwaran2014-10-191-9/+1
* Fix display of files processed by the linker.Shankar Easwaran2014-10-182-1/+31
* Sort include files according to convention.Shankar Easwaran2014-10-1891-194/+37
* Make lld-link symlink relative.Shankar Easwaran2014-10-181-1/+3
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-1864-180/+767
* Hardcode the list of ELF targets here rather than using a glob.Richard Smith2014-10-181-8/+6
* [mach-o] keep Windows library happy.Tim Northover2014-10-181-1/+1
* [PECOFF] Emit x64 delay-import wrapper functionRui Ueyama2014-10-174-10/+71
* [CMake] check-lld: Prune llvm-mc. It is unused.NAKAMURA Takumi2014-10-171-1/+1
* lld/lib/Core/Error.cpp: Appease g++-4.7, corresponding to LLVM r210687.NAKAMURA Takumi2014-10-171-0/+2
* [CMake] lld: Introduce ${cmake_2_8_12_INTERFACE} onto each target_link_librar...NAKAMURA Takumi2014-10-1713-13/+15
* [mach-o] Fix crash when -all_load used with dylibsNick Kledzik2014-10-162-18/+53
* [mach-o] update __eh_frame handling for Nick's suggestionsTim Northover2014-10-164-11/+22
* [mach-o] Add support for upward linkingNick Kledzik2014-10-1612-19/+155
* [PECOFF] Support delay-load import table for x86Rui Ueyama2014-10-169-10/+130
* [mach-o] avoid overly clever std::find_ifTim Northover2014-10-159-24/+71
* [mach-o] make __unwind_info defer to __eh_frame when necessary.Tim Northover2014-10-1511-53/+237
* [macho] Create references from __eh_frame FDEs to their function.Tim Northover2014-10-159-9/+151
* Use isa<> and cast<> instead of definition().Rui Ueyama2014-10-141-5/+3
* Remove dead code.Rui Ueyama2014-10-141-42/+34
* Use isa<> instead of checking return value of definition().Rui Ueyama2014-10-142-2/+2
* Use llvm::make_unique.Rui Ueyama2014-10-143-14/+12
* [mach-o] Add Pass to create are shim Atoms for ARM interworking.Nick Kledzik2014-10-1413-38/+574
* Reapply [ELF] Only mark as DT_NEEDED libs that are strictly necessary (r219353)Rafael Auler2014-10-0912-36/+58
* [PECOFF] Refactor _imp_ symbol generator.Rui Ueyama2014-10-091-21/+28
* [PECOFF] Remove another use of is64 to support non-Intel architectureRui Ueyama2014-10-091-19/+30
* [PECOFF] Emit ModuleHandle field in delay-import table.Rui Ueyama2014-10-093-7/+26
* Update test to reflect the true section contentsDavid Majnemer2014-10-091-1/+1
* [PECOFF] Emit the delay-import tableRui Ueyama2014-10-096-13/+120
* [ELF] Fix uninitialized variablesRafael Auler2014-10-092-4/+6
* [mach-o] Use default for min OS version when not specified on command line.Nick Kledzik2014-10-097-29/+29
* Revert "[ELF] Only mark as DT_NEEDED libs that are strictly necessary"Rui Ueyama2014-10-0915-66/+41
* [ELF] Only mark as DT_NEEDED libs that are strictly necessaryRafael Auler2014-10-0815-41/+66
* [ELF] [X86_64] Update TODO.rst list wrt r218633Rafael Auler2014-10-081-6/+2
* [ELF] Fix inclusion of weak symbols in the dynamic symbol tableRafael Auler2014-10-085-19/+140
OpenPOWER on IntegriCloud