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
*
COFF: Remove the old COFF linker and make link an alias to link2.
Rui Ueyama
2015-08-06
1
-728
/
+0
*
Revert r234649 "PECOFF: Use C++11 braced init list to make Version objects."
Nico Weber
2015-04-11
1
-10
/
+10
*
PECOFF: Use C++11 braced init list to make Version objects.
Rui Ueyama
2015-04-10
1
-10
/
+10
*
PECOFF: allow more than one /alternatename for the same symbol.
Rui Ueyama
2015-02-26
1
-3
/
+7
*
Unittest: Do s/_context/_ctx/g.
Rui Ueyama
2015-02-10
1
-132
/
+132
*
[PECOFF] Remove an InputElement placeholder for the entry name.
Rui Ueyama
2015-01-15
1
-21
/
+21
*
Re-commit r225674: Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-15
1
-4
/
+3
*
Revert "Convert other drivers to use WrapperNode" and subsequent commits.
Rui Ueyama
2015-01-14
1
-3
/
+4
*
Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-13
1
-4
/
+3
*
Re-commit r223330: Rewrite InputGraph's Group
Rui Ueyama
2014-12-10
1
-13
/
+13
*
Revert "Rewrite InputGraph's Group"
Rui Ueyama
2014-12-04
1
-13
/
+13
*
Rewrite InputGraph's Group
Rui Ueyama
2014-12-04
1
-13
/
+13
*
[PECOFF] Ignore /maxilkfile option.
Rui Ueyama
2014-11-25
1
-1
/
+2
*
[PECOFF] Create an empty PDB file if debug option is enabled.
Rui Ueyama
2014-11-25
1
-5
/
+13
*
[PECOFF] Enable dead-stripping even if /debug option is given.
Rui Ueyama
2014-11-20
1
-1
/
+1
*
[PECOFF] Fix /nodefaultlib option.
Rui Ueyama
2014-10-23
1
-0
/
+9
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-2
/
+0
*
[PECOFF] Remember DLL names given with /delayload option.
Rui Ueyama
2014-10-08
1
-1
/
+13
*
[PECOFF] Simplify /machine option handling
Rui Ueyama
2014-09-24
1
-0
/
+5
*
[PECOFF] Change export table type.
Rui Ueyama
2014-09-24
1
-21
/
+17
*
[PECOFF] Fix duplicate /export options
Rui Ueyama
2014-09-23
1
-2
/
+2
*
Driver: accept /machine:arm for Windows linker
Saleem Abdulrasool
2014-09-19
1
-3
/
+2
*
[PECOFF] Fix /profile option.
Rui Ueyama
2014-08-11
1
-2
/
+2
*
[PECOFF] Add /profile command line option.
Rui Ueyama
2014-07-25
1
-0
/
+11
*
[PECOFF] Add the entry point file at the right place.
Rui Ueyama
2014-07-23
1
-19
/
+19
*
[PECOFF] Fix entry point functions selection
Rui Ueyama
2014-07-23
1
-25
/
+1
*
[PECOFF] Invoke cvtres.exe in the driver.
Rui Ueyama
2014-07-10
1
-19
/
+0
*
[PECOFF] Add /IMPLIB command line option.
Rui Ueyama
2014-04-25
1
-0
/
+10
*
[PECOFF] Better handling of /OPT option.
Rui Ueyama
2014-04-22
1
-0
/
+19
*
[PECOFF] Win64 DLL entry function name is _DllMainCRTStartup.
Rui Ueyama
2014-04-18
1
-0
/
+10
*
[PECOFF] Ignore /ignore option.
Rui Ueyama
2014-04-18
1
-2
/
+2
*
[PECOFF] Support /manifestuac:NO.
Rui Ueyama
2014-04-18
1
-0
/
+6
*
Make anonymous namespace as small as possible.
Rui Ueyama
2014-03-27
1
-3
/
+1
*
Remove extra semicolon for -Wpedantic.
Simon Atanasyan
2014-03-19
1
-7
/
+7
*
[PECOFF] Fix link order.
Rui Ueyama
2014-03-14
1
-5
/
+4
*
Add "override" and remove "virtual" where appropriate.
Rui Ueyama
2014-03-06
1
-1
/
+1
*
[PECOFF] Driver support for /SAFESEH option.
Rui Ueyama
2014-02-21
1
-0
/
+16
*
[PECOFF] Accept /machine:x64 option.
Rui Ueyama
2014-01-24
1
-3
/
+8
*
[PECOFF] Simplify: Replace two-value enum with bool.
Rui Ueyama
2014-01-06
1
-2
/
+2
*
Use scoped enum.
Rui Ueyama
2014-01-03
1
-2
/
+2
*
temporary commit
Rui Ueyama
2013-12-28
1
-1
/
+1
*
[PECOFF] Use std::set to store export symbol descriptors.
Rui Ueyama
2013-12-28
1
-17
/
+22
*
Use EXPECT_EQ in unit tests.
Rui Ueyama
2013-12-25
1
-2
/
+2
*
[PECOFF] Use the first definition of an export if specified multiple times.
Rui Ueyama
2013-12-25
1
-1
/
+11
*
[PECOFF] Fix /export option in the .drectve section.
Rui Ueyama
2013-12-24
1
-3
/
+3
*
[PECOFF] Assign default export ordinals in LinkingContext::verify().
Rui Ueyama
2013-12-20
1
-1
/
+1
*
[PECOFF] Add a check for duplicate export ordinals.
Rui Ueyama
2013-12-16
1
-0
/
+5
*
[PECOFF] Export ordinal must be in the range 1 through 65535.
Rui Ueyama
2013-12-16
1
-0
/
+8
*
[PECOFF] Parse /export optional arguments.
Rui Ueyama
2013-12-13
1
-4
/
+24
*
[PECOFF] Parse /dll command line option.
Rui Ueyama
2013-12-12
1
-0
/
+3
[next]