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
/
WinLinkModuleDef.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PECOFF] Keep unmangled name in the export table descriptor
Rui Ueyama
2014-09-24
1
-1
/
+1
*
[PECOFF] Handle PRIVATE keyword in the module definition file
Rui Ueyama
2014-09-22
1
-10
/
+15
*
[PECOFF] DLL extension can be omitted in .def file.
Rui Ueyama
2014-05-09
1
-0
/
+2
*
[PECOFF] Support =internalName syntax in .def file.
Rui Ueyama
2014-05-02
1
-0
/
+11
*
[PECOFF] Allow multiple directives in one module-definition file.
Rui Ueyama
2014-04-26
1
-14
/
+36
*
[PECOFF] Fix off-by-one error in .def file parser.
Rui Ueyama
2014-04-25
1
-1
/
+1
*
[PECOFF] Handle line comment in module-definition file.
Rui Ueyama
2014-04-22
1
-41
/
+48
*
[PECOFF] Support LIBRARY directive.
Rui Ueyama
2014-04-18
1
-0
/
+9
*
Use switch for readability.
Rui Ueyama
2014-04-18
1
-12
/
+15
*
[C++11] Work around an incompatibility between llvm::tie and std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
[PECOFF] Support STACKSIZE module-definition file directive.
Rui Ueyama
2014-01-14
1
-3
/
+11
*
[PECOFF] Support VERSION directive.
Rui Ueyama
2014-01-11
1
-0
/
+25
*
[PECOFF] Support NAME directive.
Rui Ueyama
2014-01-11
1
-0
/
+42
*
[PECOFF] Add a helper function to read an integer from .def file.
Rui Ueyama
2014-01-11
1
-12
/
+17
*
[PECOFF] Print a better error message for unknown module-definition file dire...
Rui Ueyama
2014-01-11
1
-1
/
+1
*
[PECOFF] Support HEAPSIZE directive.
Rui Ueyama
2014-01-11
1
-2
/
+37
*
[PECOFF] Refactor module-defintion file parser.
Rui Ueyama
2014-01-11
1
-10
/
+12
*
[PECOFF] Support module-definition file.
Rui Ueyama
2014-01-10
1
-0
/
+119