index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lld
/
lib
/
Driver
/
WinLinkDriver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
COFF: Remove the old COFF linker and make link an alias to link2.
Rui Ueyama
2015-08-06
1
-1357
/
+0
*
Update for LLVM API change to return by InputArgList directly (rather than by...
David Blaikie
2015-06-22
1
-11
/
+11
*
Fix missed formatting in prior commit (mostly 80 cols violation and some whit...
David Blaikie
2015-06-22
1
-10
/
+11
*
ArrayRef-ify Driver::parse and related functions.
David Blaikie
2015-06-21
1
-29
/
+28
*
ArrayRef-ify ParseArgs
David Blaikie
2015-06-21
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2015-06-13
1
-15
/
+2
*
Revert r234649 "PECOFF: Use C++11 braced init list to make Version objects."
Nico Weber
2015-04-11
1
-9
/
+10
*
PECOFF: Use C++11 braced init list to make Version objects.
Rui Ueyama
2015-04-10
1
-10
/
+9
*
Remove the Native file format.
Rui Ueyama
2015-04-10
1
-1
/
+0
*
Use range-based for loops to iterate over file nodes.
Rui Ueyama
2015-03-05
1
-3
/
+2
*
Revert "PECOFF: Don't parse files in .drectve asynchronously."
Rui Ueyama
2015-03-01
1
-4
/
+8
*
PECOFF: Move a call of WinLinkDriver::parse from FileCOFF::doParse to FileCOF...
Rui Ueyama
2015-02-27
1
-10
/
+3
*
PECOFF: allow more than one /alternatename for the same symbol.
Rui Ueyama
2015-02-26
1
-1
/
+1
*
Driver: Fix an incorrect use of llvm::None
Justin Bogner
2015-02-20
1
-1
/
+1
*
PECOFF: Don't parse files in .drectve asynchronously.
Rui Ueyama
2015-02-12
1
-8
/
+4
*
Driver: use hasArg instead of getLastArg if return value is not used.
Rui Ueyama
2015-02-10
1
-14
/
+14
*
Driver: Replace switch cases with ifs.
Rui Ueyama
2015-02-10
1
-330
/
+272
*
PECOFF: Move error check for invalid command line combination to validateImpl.
Rui Ueyama
2015-02-06
1
-6
/
+0
*
Fix shared library build
Greg Fitzgerald
2015-01-26
1
-0
/
+1
*
Don't use iterator for the same reason as r226883.
Rui Ueyama
2015-01-23
1
-2
/
+3
*
Update comments.
Rui Ueyama
2015-01-17
1
-4
/
+4
*
[PECOFF] Remove ResolvableSymbols to simplify.
Rui Ueyama
2015-01-16
1
-2
/
+0
*
[PECOFF] Improve parallelism.
Rui Ueyama
2015-01-16
1
-8
/
+10
*
Simplify.
Rui Ueyama
2015-01-15
1
-4
/
+2
*
Remove InputGraph and use std::vector<Node> instead.
Rui Ueyama
2015-01-15
1
-6
/
+4
*
Rename InputElement Node.
Rui Ueyama
2015-01-15
1
-2
/
+2
*
Remove InputGraph::addInputElement{,Front}.
Rui Ueyama
2015-01-15
1
-2
/
+2
*
Remove WrapperNode.
Rui Ueyama
2015-01-15
1
-3
/
+2
*
Remove FileNode::getPath().
Rui Ueyama
2015-01-15
1
-1
/
+1
*
Remove InputGraph::size().
Rui Ueyama
2015-01-15
1
-1
/
+1
*
[PECOFF] Remove an InputElement placeholder for the entry name.
Rui Ueyama
2015-01-15
1
-5
/
+0
*
Re-commit r225766, r225767, r225769, r225814, r225816, r225829, and r225832.
Rui Ueyama
2015-01-15
1
-0
/
+2
*
Re-commit r225674: Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-15
1
-29
/
+35
*
Revert "Convert other drivers to use WrapperNode" and subsequent commits.
Rui Ueyama
2015-01-14
1
-36
/
+29
*
Remove InputGraph::registerObserver.
Rui Ueyama
2015-01-13
1
-0
/
+1
*
Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-13
1
-29
/
+35
*
Update comment.
Rui Ueyama
2015-01-12
1
-2
/
+2
*
Remove PECOFFLibraryNode.
Rui Ueyama
2014-12-14
1
-2
/
+2
*
More WinLinkInputGraph cleanup.
Rui Ueyama
2014-12-14
1
-6
/
+10
*
[PECOFF] Resolve file name in the driver, not in InputElement.
Rui Ueyama
2014-12-14
1
-3
/
+24
*
Re-commit r223330: Rewrite InputGraph's Group
Rui Ueyama
2014-12-10
1
-6
/
+4
*
Revert "Rewrite InputGraph's Group"
Rui Ueyama
2014-12-04
1
-4
/
+6
*
Rewrite InputGraph's Group
Rui Ueyama
2014-12-04
1
-6
/
+4
*
[PECOFF] Create an empty PDB file if debug option is enabled.
Rui Ueyama
2014-11-25
1
-0
/
+5
*
[PECOFF] Enable dead-stripping even if /debug option is given.
Rui Ueyama
2014-11-20
1
-2
/
+3
*
Fix shadowed variable warning
Nick Kledzik
2014-11-05
1
-4
/
+4
*
Use llvm::sys::findProgramByName. NFC.
Rafael Espindola
2014-11-04
1
-6
/
+9
*
[PECOFF] Fix exported symbol in the import library
Rui Ueyama
2014-10-21
1
-1
/
+0
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-2
/
+0
*
[PECOFF] Support delay-load import table for x86
Rui Ueyama
2014-10-16
1
-0
/
+1
[next]