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
AgeCommit message (Expand)Author
2015-07-09COFF: Infer machine type earlier than before.Rui Ueyama
2015-07-09COFF: Fix import thunks and name mangling for x86.Rui Ueyama
2015-07-08COFF: Handle /machine option in a similar manner for other options. NFC.Rui Ueyama
2015-07-08COFF: Check for incompatible machine types.Rui Ueyama
2015-07-06COFF: Support isa<> for Symbol::Body, whose type is std::atomic<SymbolBody *>.Rui Ueyama
2015-07-06COFF: Use atomic pointers in preparation for parallelizing.Rui Ueyama
2015-07-05COFF: Implement /merge option.Rui Ueyama
2015-07-04COFF: Numerous fixes for interaction between LTO and weak externals.Peter Collingbourne
2015-07-03COFF: Call exit(0) on success to not call destructors.Rui Ueyama
2015-07-03COFF: Fix a bug that /delayload was case-sensitive.Rui Ueyama
2015-07-03COFF: Fix /base option.Rui Ueyama
2015-07-02COFF: Merge SymbolTable::find{,Symbol}. NFCRui Ueyama
2015-07-02COFF: Infer entry point as early as possible, but not too early.Rui Ueyama
2015-07-02COFF: Resolve AlternateNames using weak aliases.Rui Ueyama
2015-07-02COFF: Change GCRoot member type from StringRef to Undefined. NFC.Rui Ueyama
2015-07-02COFF: Simplify and rename findMangle. NFC.Rui Ueyama
2015-07-01COFF: Simplify SymbolTable::findLazy. NFC.Rui Ueyama
2015-06-30COFF: Change the order of adding symbols to the symbol table.Rui Ueyama
2015-06-29COFF: Handle mangled entry symbol name.Rui Ueyama
2015-06-29COFF: Create an empty file for /pdb.Rui Ueyama
2015-06-29COFF: Fix logic to find default entry name or subsystem.Rui Ueyama
2015-06-29COFF: Allow mangled symbols as arguments for /export.Rui Ueyama
2015-06-28COFF: Add a comment.Rui Ueyama
2015-06-28COFF: Add /noentry flag.Rui Ueyama
2015-06-28COFF: Support /force flag.Rui Ueyama
2015-06-28COFF: Remove a function that doesn't do much itself. NFC.Rui Ueyama
2015-06-28COFF: Handle LINK environment variable.Rui Ueyama
2015-06-27COFF: Use vector::erase instead of reallocating entire vector. NFC.Rui Ueyama
2015-06-26Fix MSVC build.Peter Collingbourne
2015-06-26COFF: Implement /lldmap flag.Peter Collingbourne
2015-06-26COFF: Change symbol resolution order for entry and /include.Rui Ueyama
2015-06-26COFF: Rename /opt:icf -> /opt:lldicf.Rui Ueyama
2015-06-24COFF: Initial implementation of Identical COMDAT Folding.Rui Ueyama
2015-06-24COFF: Make link order compatible with MSVC link.exe.Rui Ueyama
2015-06-23COFF: Fix null pointer dereference.Peter Collingbourne
2015-06-23Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie
2015-06-23Fix missed formatting in prior commit (mostly 80 cols violation and some whit...David Blaikie
2015-06-22COFF: Support delay-load import tables.Rui Ueyama
2015-06-21ArrayRef-ify Driver::parse and related functions.David Blaikie
2015-06-20COFF: Fix precedence between LIB and /libpath.Rui Ueyama
2015-06-20COFF: Add search paths in the correct order.Rui Ueyama
2015-06-20COFF: Continue reading object files until converge.Rui Ueyama
2015-06-19COFF: Don't add new undefined symbols for /alternatename.Rui Ueyama
2015-06-19COFF: Add /nodefaultlib and /merge for .drectve.Rui Ueyama
2015-06-19COFF: Handle /include in .drectve.Rui Ueyama
2015-06-19COFF: Allow identical alternatename options.Rui Ueyama
2015-06-19COFF: Unknown options in .drectve section is an error.Rui Ueyama
2015-06-19COFF: Handle /failifmismatch in the same manner as other options.Rui Ueyama
2015-06-18COFF: Add /implib option.Rui Ueyama
2015-06-18COFF: Handle /alternatename in .drectve section.Rui Ueyama