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] Emit the delay-import table
Rui Ueyama
2014-10-09
1
-2
/
+0
*
[PECOFF] Remember DLL names given with /delayload option.
Rui Ueyama
2014-10-08
1
-0
/
+1
*
[PECOFF] Infer machine type from input object file
Rui Ueyama
2014-10-07
1
-3
/
+39
*
[PECOFF] Resolve __delayLoadHelper2 if /delayload is given
Rui Ueyama
2014-10-03
1
-0
/
+5
*
[PECOFF] Allow /export:<symbol>,PRTVATE.
Rui Ueyama
2014-09-30
1
-3
/
+7
*
[PECOFF] Fix /export option.
Rui Ueyama
2014-09-30
1
-3
/
+12
*
[PECOFF] Keep unmangled name in the export table descriptor
Rui Ueyama
2014-09-24
1
-0
/
+1
*
[PECOFF] Simplify /machine option handling
Rui Ueyama
2014-09-24
1
-1
/
+0
*
Driver: accept /machine:arm for Windows linker
Saleem Abdulrasool
2014-09-19
1
-1
/
+3
*
[PECOFF] Run cvtres.exe with /machine:x64.
Rui Ueyama
2014-09-05
1
-3
/
+4
*
[PECOFF] Add /HighEntropyVA.
Rui Ueyama
2014-08-25
1
-0
/
+1
*
Use LLD naming style.
Rui Ueyama
2014-08-25
1
-8
/
+8
*
Update for LLVM api change
Rafael Espindola
2014-08-25
1
-9
/
+8
*
[PECOFF] Fix PE+ relocations
Rui Ueyama
2014-08-22
1
-1
/
+1
*
[PECOFF] Fix /profile option.
Rui Ueyama
2014-08-11
1
-2
/
+2
*
[PECOFF] Fix /include option in .drectve section.
Rui Ueyama
2014-08-04
1
-3
/
+10
*
[PECOFF] Add /profile command line option.
Rui Ueyama
2014-07-25
1
-0
/
+7
*
[PECOFF] Add the entry point file at the right place.
Rui Ueyama
2014-07-23
1
-1
/
+7
*
[PECOFF] Fix entry point functions selection
Rui Ueyama
2014-07-23
1
-23
/
+0
*
[PECOFF] Remember /noentry option so that later passes can handle it.
Rui Ueyama
2014-07-22
1
-1
/
+5
*
[PECOFF] s/context/ctx/ for consistency.
Rui Ueyama
2014-07-10
1
-16
/
+16
*
[PECOFF] Invoke cvtres.exe in the driver.
Rui Ueyama
2014-07-10
1
-38
/
+99
*
[all]: Use range-based ArgList adapter instead of filtered_begin/filtered_end
Tim Northover
2014-07-09
1
-11
/
+6
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-7
/
+7
*
Revert "temporary commit."
Rui Ueyama
2014-05-09
1
-16
/
+0
*
temporary commit.
Rui Ueyama
2014-05-09
1
-0
/
+16
*
[PECOFF] Add a test for lib.exe subcommand.
Rui Ueyama
2014-05-01
1
-0
/
+4
*
[PECOFF] Allow multiple directives in one module-definition file.
Rui Ueyama
2014-04-26
1
-30
/
+30
*
[PECOFF] Add /IMPLIB command line option.
Rui Ueyama
2014-04-25
1
-0
/
+4
*
[PECOFF] Better handling of /OPT option.
Rui Ueyama
2014-04-22
1
-7
/
+16
*
[PECOFF] Win64 DLL entry function name is _DllMainCRTStartup.
Rui Ueyama
2014-04-18
1
-4
/
+7
*
[PECOFF] Support LIBRARY directive.
Rui Ueyama
2014-04-18
1
-0
/
+5
*
[PECOFF] Support /manifestuac:NO.
Rui Ueyama
2014-04-18
1
-20
/
+26
*
Add missing includes.
Benjamin Kramer
2014-04-12
1
-0
/
+1
*
Rename getInputGraph() and getNextFile().
Rui Ueyama
2014-04-04
1
-3
/
+3
*
Expand 'auto' that's hard for human to deduce its real type.
Rui Ueyama
2014-04-03
1
-1
/
+1
*
Greatly simplify InputGraph.
Rui Ueyama
2014-04-01
1
-1
/
+1
*
s/dyn_cast/cast/ where return value should never be null.
Rui Ueyama
2014-04-01
1
-1
/
+1
*
[PECOFF] Treat .imp as an import library file.
Rui Ueyama
2014-04-01
1
-1
/
+1
*
[PECOFF] Avoid C-style cast.
Rui Ueyama
2014-03-26
1
-1
/
+1
*
[PECOFF] Use RAII object for mutex.
Rui Ueyama
2014-03-26
1
-15
/
+8
*
[PECOFF] Print out command line if we have expanded response files.
Rui Ueyama
2014-03-25
1
-3
/
+15
*
[PECOFF] Fix possible response file buffer overrun.
Rui Ueyama
2014-03-21
1
-1
/
+2
*
[PECOFF] Fix link order.
Rui Ueyama
2014-03-14
1
-20
/
+16
*
[PECOFF] Fix arguments passed to lib.exe.
Rui Ueyama
2014-03-14
1
-1
/
+1
*
[PECOFF] Make WinLinkDriver::parse() and allocate*() functions thread-safe.
Rui Ueyama
2014-03-14
1
-3
/
+15
*
[PECOFF] Implement /lib option.
Rui Ueyama
2014-03-14
1
-2
/
+30
*
Use short identifier, s/diagnostics/diag/.
Rui Ueyama
2014-03-14
1
-67
/
+62
*
[PECOFF] Support response files.
Rui Ueyama
2014-03-14
1
-4
/
+66
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-13
1
-4
/
+4
[prev]
[next]