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
...
*
[PECOFF] Suppress startup message of background processes.
Rui Ueyama
2013-10-29
1
-0
/
+1
*
Rather than rendering an argument to a std::string (which is primarily
Chandler Carruth
2013-10-27
1
-1
/
+1
*
[PECOFF] Parse /merge command line option.
Rui Ueyama
2013-10-26
1
-0
/
+14
*
[PECOFF] Fix use-after-return.
Rui Ueyama
2013-10-25
1
-1
/
+1
*
[PECOFF] Fix XML output bug.
Rui Ueyama
2013-10-25
1
-1
/
+1
*
[PECOFF] Do not create a temporary std::string.
Rui Ueyama
2013-10-25
1
-12
/
+10
*
Make sure the string is NUL-terminated.
Rui Ueyama
2013-10-25
1
-2
/
+2
*
[PECOFF] Fix doublequote escaping.
Rui Ueyama
2013-10-25
1
-4
/
+3
*
[PECOFF] Output error message to diagnostics.
Rui Ueyama
2013-10-25
1
-1
/
+1
*
Concatenate strings at compile time.
Rui Ueyama
2013-10-25
1
-14
/
+16
*
[PECOFF] Fix spelling in manifest XML.
Rui Ueyama
2013-10-24
1
-2
/
+2
*
[PECOFF] Support embedding resource file into executable.
Rui Ueyama
2013-10-24
1
-22
/
+168
*
[PECOFF] Emit the side-by-side manifest file.
Rui Ueyama
2013-10-22
1
-0
/
+46
*
[PECOFF] Add /manifestdependency command line option.
Rui Ueyama
2013-10-22
1
-0
/
+8
*
[PECOFF] Add /manifestfile command line option.
Rui Ueyama
2013-10-22
1
-0
/
+12
*
Factor out into a separate function. No functionality change.
Rui Ueyama
2013-10-22
1
-4
/
+9
*
[PECOFF] /manifestuac option is case insensitive.
Rui Ueyama
2013-10-22
1
-3
/
+10
*
[PECOFF] Fix /manifestuac handling.
Rui Ueyama
2013-10-22
1
-10
/
+7
*
Fix typo in variable name
Alp Toker
2013-10-22
1
-4
/
+4
*
[PECOFF] Add /manifestuac command line option.
Rui Ueyama
2013-10-22
1
-0
/
+48
*
[PECOFF] Better error handling for /manifest.
Rui Ueyama
2013-10-22
1
-10
/
+8
*
[PECOFF] Return false on error. No functionality change.
Rui Ueyama
2013-10-22
1
-11
/
+11
*
[PECOFF] Parse /manifest command line option.
Rui Ueyama
2013-10-22
1
-0
/
+44
*
Revert "Initialize some members where they are declared."
Rui Ueyama
2013-10-21
1
-2
/
+0
*
Initialize some members where they are declared. No functionality change.
Rui Ueyama
2013-10-21
1
-0
/
+2
*
Simplify WinLinkDriver. No functionality change.
Rui Ueyama
2013-10-19
1
-10
/
+5
*
Make undefines check into an assertion.
Rui Ueyama
2013-10-16
1
-3
/
+8
*
Fix a bug that the empty string could be added to dead strip root.
Rui Ueyama
2013-10-16
1
-1
/
+2
*
[PECOFF] Add files appear in .drectve to input graph
Rui Ueyama
2013-10-10
1
-15
/
+27
*
Rename path() -> getPath().
Rui Ueyama
2013-10-08
1
-3
/
+3
*
[lld][InputGraph] Change the Resolver to use inputGraph
Shankar Easwaran
2013-10-07
1
-6
/
+1
*
[PECOFF] Enable input file logging if /debug is given.
Rui Ueyama
2013-09-26
1
-0
/
+3
*
Make Driver::link and LinkingContext::validate return true on success.
Rui Ueyama
2013-09-24
1
-16
/
+16
*
[PECOFF] Add /swaprun:{cd,net} options.
Rui Ueyama
2013-09-24
1
-0
/
+12
*
Expand auto to improve code readability.
Rui Ueyama
2013-09-24
1
-1
/
+1
*
[PECOFF] Use macro for the repeating pattern of the Driver code.
Rui Ueyama
2013-09-24
1
-41
/
+19
*
[PECOFF] Remove redundant comments.
Rui Ueyama
2013-09-24
1
-23
/
+12
*
[PECOFF] Ignore /debug option.
Rui Ueyama
2013-09-24
1
-0
/
+6
*
[PECOFF] Add /nodefaultlib command line option.
Rui Ueyama
2013-09-24
1
-7
/
+24
*
[PECOFF] Add /allowisolation command line option.
Rui Ueyama
2013-09-23
1
-0
/
+10
*
[PECOFF] Add /allowbind command line option.
Rui Ueyama
2013-09-23
1
-0
/
+10
*
[PECOFF] Simplify WinLinkOptions.td.
Rui Ueyama
2013-09-23
1
-3
/
+3
*
[PECOFF] Add /align command line option.
Rui Ueyama
2013-09-23
1
-0
/
+10
*
Whitespace and extra parentheses.
Rui Ueyama
2013-09-23
1
-1
/
+1
*
[lld][WinLink] Fix typo
Ron Ofir
2013-09-20
1
-2
/
+2
*
Remove extraneous parentheses.
Rui Ueyama
2013-09-20
1
-1
/
+1
*
[PECOFF][Driver] Support /version command line option
Rui Ueyama
2013-09-19
1
-9
/
+24
*
Revert "[PECOFF] Allocate storage for .drective in the reader ..."
Rui Ueyama
2013-09-13
1
-4
/
+4
*
[PECOFF] Add a field for machine type to PECOFFLinkingContext.
Rui Ueyama
2013-09-12
1
-4
/
+14
*
Remove hard-coded leading underscore from entry symbol.
Rui Ueyama
2013-09-12
1
-3
/
+3
[prev]
[next]