summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [PECOFF] Sort x64 exception handler table.Rui Ueyama2014-03-044-193/+224
* [C++11] Add #include's for OwningPtr.Ahmed Charles2014-03-036-0/+6
* [C++11] Work around an incompatibility between llvm::tie and std::tie.Benjamin Kramer2014-03-023-15/+15
* Fix a typo spotted by Anton.Chandler Carruth2014-03-021-3/+4
* [C++11] Replace LLVM_OVERRIDE with just "override" now that we're allChandler Carruth2014-03-024-6/+6
* [C++11] Switch from LLVM_FINAL to just "final" now that all of LLVM isChandler Carruth2014-03-0216-21/+21
* [C++11] Update LLD documentation to just refer to the LLVM documentationChandler Carruth2014-03-021-31/+4
* [C++1y] Don't error if the user is enabling C++1y, which is *newer* thanChandler Carruth2014-03-011-1/+1
* [PECOFF] Sort SEH table entries according to its value.Rui Ueyama2014-02-283-3/+24
* [PECOFF] Set "Exception Table" field in PE32+ header.Rui Ueyama2014-02-283-0/+196
* [Hexagon] Rename the header file.Shankar Easwaran2014-02-272-5/+5
* [PECOFF] Add a test for /SAFESEH:NO for non-x86 machine type.Rui Ueyama2014-02-272-5/+19
* [PECOFF] Add a test for /SAFESEH:NO.Rui Ueyama2014-02-261-0/+6
* [Mips] Remove non-ASCII symbol from the comment.Simon Atanasyan2014-02-261-1/+1
* [Mips] Split reloc26 function into two parts - for processing local andSimon Atanasyan2014-02-261-7/+11
* [Mips] Use a correct number of bits when apply result of calculated relocation.Simon Atanasyan2014-02-262-12/+13
* [Mips] Exit from the class method as soon as possible.Simon Atanasyan2014-02-261-3/+4
* [PECOFF] Emit Load Configuration and SEH Table for x86.Rui Ueyama2014-02-2610-5/+589
* [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi2014-02-262-2/+2
* [CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...NAKAMURA Takumi2014-02-261-0/+14
* lldReaderWriter: move LLVM_LINK_COMPONENTS. It seems Subdirectories don't dep...NAKAMURA Takumi2014-02-261-2/+3
* [CMake] Declare cmake_minimum_required() unconditionally.NAKAMURA Takumi2014-02-261-2/+1
* [PECOFF] Add a utility function to add DIR32 relocation.Rui Ueyama2014-02-262-4/+16
* [PECOFF] Fix DLLCharacteristics field.Rui Ueyama2014-02-263-5/+5
* [LinkerScript] parse OUTPUT_FORMAT : treat quotedStrings as identifierShankar Easwaran2014-02-253-11/+10
* [COFF] Refactor .drectve section handling. No functionality change.Rui Ueyama2014-02-251-7/+18
* [LinkerScript] OUTPUT_FORMAT: Parse Quoted StringsShankar Easwaran2014-02-254-11/+79
* [test] use llvm-config to drive testing in assert mode/debug modeShankar Easwaran2014-02-252-9/+14
* [LinkerScript] parse OUTPUT_ARCH.Shankar Easwaran2014-02-253-10/+63
* [lld] Include reference kind in cycle detector debug outputNico Rieck2014-02-247-12/+24
* Fix feature detection in lld's lit.cfgNico Rieck2014-02-242-2/+6
* Update for LLVM api change.Rafael Espindola2014-02-243-4/+4
* Don't assume that F_None is the default. It is about to change.Rafael Espindola2014-02-242-3/+5
* [PECOFF] Fix uninitialized variableNico Rieck2014-02-231-1/+2
* [CMake] add_lld_library: link_system_libs is not needed any more. LLVMSupport...NAKAMURA Takumi2014-02-231-1/+0
* [PECOFF] Implement /SAFESEH option.Rui Ueyama2014-02-212-4/+33
* [PECOFF] Driver support for /SAFESEH option.Rui Ueyama2014-02-214-2/+39
* [ELF] Dont generate PHDR when creating dynamic libraries.Shankar Easwaran2014-02-1912-42/+50
* [ELF] Fix alignment for dynamic relocation sections.Shankar Easwaran2014-02-193-3/+15
* [Mips] Use the 'CHECK-NEXT' where we need to check a test output exactlySimon Atanasyan2014-02-117-94/+95
* [Mips] Simplify the code. Replace redundant 'switch' operator by the single '...Simon Atanasyan2014-02-111-7/+1
* [Mips] Handle R_MIPS_COPY relocation.Simon Atanasyan2014-02-115-0/+99
* [Mips] Add "data" symbols to the test input file. No functional changes.Simon Atanasyan2014-02-111-20/+6
* Update for llvm api change.Rafael Espindola2014-02-102-6/+6
* [mach-o] use new way to copy StringRefsNick Kledzik2014-02-061-10/+4
* Accept and handle absolute symbols with empty name.Simon Atanasyan2014-02-062-1/+21
* [Mips] In case of executable file linking MIPS ABI requires to add evenSimon Atanasyan2014-02-034-0/+92
* [Mips] Unify #include guard names.Simon Atanasyan2014-02-039-22/+23
* Untabify.Rui Ueyama2014-02-031-3/+2
* [ELF] change LayoutBefore Reference to InGroup ReferenceShankar Easwaran2014-02-039-121/+98
OpenPOWER on IntegriCloud