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
/
unittests
/
DriverTests
/
WinLinkDriverTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PECOFF] Make command line options case insensitive to match link.exe's behav...
Rui Ueyama
2013-08-28
1
-0
/
+9
*
[PECOFF] Enable dead-stripping by default to match link.exe behavior.
Rui Ueyama
2013-08-27
1
-0
/
+1
*
Treat entry point symbol as an undefined atom.
Rui Ueyama
2013-08-27
1
-1
/
+2
*
[PECOFF] Add Support for entry point symbol name
Rui Ueyama
2013-08-26
1
-0
/
+10
*
Separates /fixed (no .reloc section) and /dynamicbase (enable ASLR)
Rui Ueyama
2013-08-24
1
-0
/
+12
*
[PECOFF] Handle "--" option explicitly
Hans Wennborg
2013-08-13
1
-0
/
+11
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-50
/
+49
*
Revert "[PECOFF][Driver] Remove quotes from command line arguments."
Rui Ueyama
2013-07-31
1
-11
/
+1
*
[PECOFF][Driver] Remove quotes from command line arguments.
Rui Ueyama
2013-07-29
1
-1
/
+11
*
[PECOFF][Driver] Add ".lib" extension to the path given with /defaultlib.
Rui Ueyama
2013-07-26
1
-2
/
+4
*
[PECOFF][Driver] Add a library file even if it does not exist.
Rui Ueyama
2013-07-26
1
-0
/
+7
*
[PECOFF][Driver] Fix a bug that -mllvm does not take any arguments.
Rui Ueyama
2013-07-26
1
-0
/
+7
*
[PECOFF][Driver] Add /nologo command line option.
Rui Ueyama
2013-07-25
1
-0
/
+8
*
[PECOFF] Add /failifmismatch option.
Rui Ueyama
2013-07-25
1
-0
/
+11
*
[PECOFF] Use Windows style options instead of Unix style as primary options.
Rui Ueyama
2013-07-24
1
-22
/
+22
*
[PECOFF] Add /include command line option.
Rui Ueyama
2013-07-24
1
-0
/
+10
*
Avoid using C-style cast and remove unnecessary LL prefix.
Rui Ueyama
2013-07-23
1
-13
/
+13
*
[PECOFF] Support -tsaware:no command line option.
Rui Ueyama
2013-07-23
1
-2
/
+13
*
[PECOFF] Support -fixed command line option to disable base relocations.
Rui Ueyama
2013-07-23
1
-0
/
+12
*
Fix -Wsign-compare warnings.
Rui Ueyama
2013-07-22
1
-2
/
+2
*
[PECOFF][Driver] Show error message if no input file is given.
Rui Ueyama
2013-07-22
1
-10
/
+16
*
[PECOFF][Driver] Add -base command line option.
Rui Ueyama
2013-07-20
1
-0
/
+6
*
[PECOFF][Driver] Add -libpath command line option.
Rui Ueyama
2013-07-19
1
-1
/
+13
*
Fix Driver tests to check return value of parse(), simplify subclassing, and ...
Nick Kledzik
2013-07-16
1
-61
/
+59
*
[WinLink] Add /LargeAddressAware command line option.
Rui Ueyama
2013-07-16
1
-0
/
+11
*
[WinLink] Support /nxcompat command line option.
Rui Ueyama
2013-06-16
1
-1
/
+7
*
[WinLink] Add -force command line option to allow undefined symbols.
Rui Ueyama
2013-06-11
1
-0
/
+7
*
[PECOFF][Driver] Add -heap command line option.
Rui Ueyama
2013-06-08
1
-0
/
+12
*
[PECOFF][Driver] Add -stack command line option.
Rui Ueyama
2013-06-08
1
-0
/
+13
*
[WinLink][Driver] Add -entry command line option.
Rui Ueyama
2013-05-31
1
-1
/
+2
*
[WinLink][Driver] Add support for -subsystem optional OS version number.
Rui Ueyama
2013-05-31
1
-0
/
+16
*
[Driver] Add unit tests for GnuLdDriver.
Rui Ueyama
2013-05-31
1
-65
/
+33
*
[WinLink] Add a test for Windows-style command line options.
Rui Ueyama
2013-05-30
1
-1
/
+12
*
[lld][WinLink] Fix use-after-return and add unit tests.
Rui Ueyama
2013-05-30
1
-0
/
+90
[prev]