Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
2015-03-10The LLD tests require 'llvm-nm' to run as well, ensure that this isChandler Carruth
2015-03-10Don't write output to 'a.out', write it to a temporary file. This fixesChandler Carruth
2015-03-10Fix the local variable naming I used in r231765 to follow the LLD codingChandler Carruth
2015-03-10Fix a bug where the code would use subscript a std::vector with the sizeChandler Carruth
2015-03-10Use template aliases.Rui Ueyama
2015-03-10Add SimpleAbsoluteAtom which is analogous to other Simple* atoms.Rui Ueyama
2015-03-10Remove COFFReference and use SimpleReference instead.Rui Ueyama
2015-03-10[LinkerScript] Implement linker script expression evaluationRafael Auler
2015-03-09Remove dead code.Rui Ueyama
2015-03-09[Mips] Remove unused includeSimon Atanasyan
2015-03-09[Mips] Remove redundant namespace qualifiersSimon Atanasyan
2015-03-09[Mips] Rename local variablesSimon Atanasyan
2015-03-09[Mips] Implement R_MIPS_SUB relocation handlingSimon Atanasyan
2015-03-09[Mips] Implement R_MIPS_64 relocation handlingSimon Atanasyan
2015-03-09[Mips] Refactoring of relocation handling functionsSimon Atanasyan
2015-03-09[Mips] Show error message and stop linking in case of cross mode jump errorsSimon Atanasyan
2015-03-09[Mips] Fix incorrect handling of cross mode jumpsSimon Atanasyan
2015-03-09[MachO] Use setter for globalsAreDeadStripRoots. NFC intended.Davide Italiano
2015-03-09Test: Use layout-after instead of layout-before.Rui Ueyama
2015-03-09Resolver: Fix incorrect DenseMap mapping info.Rui Ueyama
2015-03-09Remove unused function.Rui Ueyama
2015-03-09PECOFF: Create layout-afters instead of layout-befores.Rui Ueyama
2015-03-09PECOFF: Define and use BaseReloc type instead of std::pair.Rui Ueyama
2015-03-09Revert r231552: Resolver: optimize fallback atoms.Rui Ueyama
2015-03-09Re-commit r231545: PECOFF: Do not add extraneous symbols to the dead strip rootRui Ueyama
2015-03-08PECOFF: Fix off-by-one error.Rui Ueyama
2015-03-08PECOFF: Parallelize base relocation creation.Rui Ueyama
2015-03-08Resolver: Use LLVM StringMap and DenseMap.Rui Ueyama
2015-03-08Remove sectionPosition attribute.Rui Ueyama
2015-03-08Revert r231545 to unbreak buildbot.Rui Ueyama
2015-03-07Remove duplicate code. NFC.Rui Ueyama
2015-03-07Remove redundant empty destructors.Rui Ueyama
2015-03-07Update makefile to reflect that the Passes directory is gone here.Chandler Carruth
2015-03-07Resolver: optimize fallback atoms.Rui Ueyama
2015-03-07Resolver: Reduce number of SymbolTable::isDefined function calls.Rui Ueyama
2015-03-07Resolver: Reduce number of hash function call.Rui Ueyama
2015-03-07PECOFF: Do not add extraneous symbols to the dead strip root.Rui Ueyama
2015-03-07Remove unused typedefs.Rui Ueyama
2015-03-07Use multimap<T, U> instead of map<T, set<U>>. NFC.Rui Ueyama
2015-03-07Resolver: move code inside an assert.Rui Ueyama
2015-03-06PECOFF: Optimize the writer using parallel_for.Rui Ueyama
2015-03-06We want to add the entry point to the root set unconditionally, but theseDavide Italiano
2015-03-06Remove unused function.Rui Ueyama
2015-03-06Core: Make the resolver faster.Rui Ueyama
2015-03-06Optimize resolver by using std::unordered_multimap.Rui Ueyama
2015-03-05Early return. NFC.Rui Ueyama
2015-03-05Resolver: Update preload map after File::beforeLink().Rui Ueyama
2015-03-05Remove dead code.Rui Ueyama
2015-03-05Remove else if a last block ends with return.Rui Ueyama
2015-03-05Remove redundant virtual destructor.Rui Ueyama