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: Fix command line options for external commands.Rui Ueyama
2015-07-09COFF: Make /machine:{i386,amd64} aliases to {x86,x64}.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-05COFF: Do not warn on identical /merge options.Rui Ueyama
2015-07-05COFF: Implement /merge option.Rui Ueyama
2015-07-04Use map::insert instead of checking existence of a key and insert. NFC.Rui Ueyama
2015-07-04COFF: Don't print warning message for identical /export options.Rui Ueyama
2015-06-29COFF: Create an empty file for /pdb.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-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-21ArrayRef-ify Driver::parse and related functions.David Blaikie
2015-06-21ArrayRef-ify ParseArgsDavid Blaikie
2015-06-20COFF: Take reference to argument vector using std::vector::data() instead of ...Peter Collingbourne
2015-06-19COFF: Allow identical alternatename options.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
2015-06-18COFF: Support /manifest{,uac,dependency,file} options.Rui Ueyama
2015-06-18COFF: Simplify. NFC.Rui Ueyama
2015-06-17COFF: Create import library files.Rui Ueyama
2015-06-17COFF: Support creating DLLs.Rui Ueyama
2015-06-15COFF: Support Windows resource files.Rui Ueyama
2015-06-13Update for llvm api change.Rafael Espindola
2015-06-08COFF: Simplify. NFC.Rui Ueyama
2015-06-08COFF: Use llvm::cl::ExpandReponseFiles.Rui Ueyama
2015-06-07COFF: Support resonpse files.Rui Ueyama
2015-06-04COFF: Add /failifmismatch option.Rui Ueyama
2015-06-01COFF: Define an error category for the linker.Rui Ueyama
2015-06-01COFF: Detect file type by file magic.Rui Ueyama
2015-05-31COFF: Refactor functions to find files from search paths.Rui Ueyama
2015-05-30COFF: Move machine type auto-detection to SymbolTable.Peter Collingbourne
2015-05-29COFF: Add /subsystem option.Rui Ueyama
2015-05-29COFF: Add /version option.Rui Ueyama
2015-05-29COFF: Add /base option.Rui Ueyama
2015-05-29COFF: Add /help option.Rui Ueyama
2015-05-29COFF: Add /machine option.Rui Ueyama
2015-05-28COFF: Split Driver.cpp to Driver.cpp and DriverUtils.cpp. NFC.Rui Ueyama