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
...
*
[Cleanup] Sort includes.
Ahmed Charles
2014-03-12
1
-5
/
+5
*
[C++11] Add #include's for OwningPtr.
Ahmed Charles
2014-03-03
1
-0
/
+1
*
[C++11] Work around an incompatibility between llvm::tie and std::tie.
Benjamin Kramer
2014-03-02
1
-13
/
+13
*
Update for LLVM api change.
Rafael Espindola
2014-02-24
1
-2
/
+2
*
Don't assume that F_None is the default. It is about to change.
Rafael Espindola
2014-02-24
1
-2
/
+4
*
[PECOFF] Driver support for /SAFESEH option.
Rui Ueyama
2014-02-21
1
-0
/
+1
*
[PECOFF] Add a TODO.
Rui Ueyama
2014-02-01
1
-0
/
+3
*
[PECOFF] Handle /machine option before handling all the other options.
Rui Ueyama
2014-01-31
1
-11
/
+13
*
[PECOFF] Support VERSION directive.
Rui Ueyama
2014-01-11
1
-0
/
+3
*
Make anonymous namespace as small as possible.
Rui Ueyama
2014-01-11
1
-45
/
+53
*
[PECOFF] Support NAME directive.
Rui Ueyama
2014-01-11
1
-0
/
+5
*
[PECOFF] Support HEAPSIZE directive.
Rui Ueyama
2014-01-11
1
-0
/
+3
*
[PECOFF] Refactor module-defintion file parser.
Rui Ueyama
2014-01-11
1
-10
/
+18
*
[PECOFF] Support module-definition file.
Rui Ueyama
2014-01-10
1
-2
/
+27
*
[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
*
[PECOFF] Change the DLL entry symbol.
Rui Ueyama
2013-12-27
1
-1
/
+1
*
Fix comment.
Rui Ueyama
2013-12-27
1
-4
/
+4
*
[PECOFF] Fix /export option in the .drectve section.
Rui Ueyama
2013-12-24
1
-0
/
+9
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-0
/
+8
*
[PECOFF] Export ordinal must be in the range 1 through 65535.
Rui Ueyama
2013-12-16
1
-1
/
+4
*
[PECOFF] Parse /export optional arguments.
Rui Ueyama
2013-12-13
1
-2
/
+43
*
[PECOFF] Parse /dll command line option.
Rui Ueyama
2013-12-12
1
-0
/
+8
*
[PECOFF] Add /dllexport option.
Rui Ueyama
2013-12-12
1
-0
/
+4
*
[PECOFF] Add /alternatename option parser.
Rui Ueyama
2013-12-09
1
-0
/
+20
*
[PECOFF] Handle .lib files as if they are grouped by --{start,end}-group.
Rui Ueyama
2013-12-05
1
-19
/
+45
*
[PECOFF] Print input file names if /verbose is specified.
Rui Ueyama
2013-12-03
1
-0
/
+4
*
[PECOFF] Make /subsystem option parser a separate function.
Rui Ueyama
2013-12-02
1
-18
/
+29
*
[PECOFF] Fix /debug option.
Rui Ueyama
2013-12-01
1
-3
/
+0
*
[PECOFF] Improve /merge option handling.
Rui Ueyama
2013-11-27
1
-2
/
+2
*
[PECOFF] Fix parameter mapping for /section.
Rui Ueyama
2013-11-26
1
-6
/
+6
*
[PECOFF] Do not set the entry address if /noentry option is given.
Rui Ueyama
2013-11-22
1
-1
/
+7
*
[PECOFF] Move files with ".lib" extension to the end of the input file list.
Rui Ueyama
2013-11-21
1
-2
/
+15
*
[PECOFF] Do not check if library is already added.
Rui Ueyama
2013-11-21
1
-7
/
+3
*
Rename allocateString -> allocate.
Rui Ueyama
2013-11-21
1
-13
/
+13
*
Move member functions to its own cpp file.
Rui Ueyama
2013-11-20
1
-14
/
+0
*
[PECOFF] Avoid using statically initialized std::vector.
Rui Ueyama
2013-11-15
1
-4
/
+8
*
[PECOFF] Add /stub option.
Rui Ueyama
2013-11-15
1
-0
/
+19
*
Re-submit r194551: Use empty() instead of size() == 0.
Rui Ueyama
2013-11-13
1
-1
/
+1
*
Revert "Use empty() instead of size() == 0."
Rui Ueyama
2013-11-13
1
-1
/
+1
*
Use empty() instead of size() == 0.
Rui Ueyama
2013-11-13
1
-1
/
+1
*
[PECOFF] Fix use-after-return.
Rui Ueyama
2013-11-13
1
-4
/
+6
*
[PECOFF] Rename getSectionAlignment -> getSectionDefaultAlignment.
Rui Ueyama
2013-11-06
1
-1
/
+1
*
[PECOFF] Add /section option.
Rui Ueyama
2013-11-06
1
-0
/
+70
*
[PECOFF] Do not expose _noDefaultLibs. No functionality change.
Rui Ueyama
2013-11-06
1
-2
/
+1
*
[PECOFF] Do not add the same library to the input graph more than once.
Rui Ueyama
2013-11-06
1
-7
/
+11
*
[PECOFF] Report error if there's unknown flag in .drectve
Rui Ueyama
2013-11-05
1
-2
/
+2
*
Remove redundant std::move().
Rui Ueyama
2013-11-01
1
-3
/
+3
*
[PECOFF] File extension is case-insensitive on Windows.
Rui Ueyama
2013-10-31
1
-2
/
+2
*
Use StringRef::startswith_lower().
Rui Ueyama
2013-10-30
1
-17
/
+9
[prev]
[next]