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
...
*
Use llvm::sys::Process::GetEnv() instead of ::getenv().
Rui Ueyama
2013-09-10
1
-6
/
+9
*
Change the parseFile argument from MemoryBuffer pointer to LinkerInput
Joerg Sonnenberger
2013-09-07
1
-10
/
+0
*
[PECOFF] Add /machine command line option.
Rui Ueyama
2013-09-06
1
-0
/
+9
*
Remove extraneous parentheses.
Rui Ueyama
2013-09-06
1
-2
/
+2
*
Return early to simplify.
Rui Ueyama
2013-09-06
1
-13
/
+11
*
Remove unused identifiers.
Rui Ueyama
2013-09-05
1
-2
/
+1
*
[PECOFF] Ignore options starting with -?
Rui Ueyama
2013-09-04
1
-10
/
+15
*
[PECOFF] Allocate storage for .drective in the reader to avoid multiple calls...
Rui Ueyama
2013-09-03
1
-4
/
+4
*
[PECOFF] Verify parameter in validateImpl() not in the driver.
Rui Ueyama
2013-09-03
1
-7
/
+0
*
[lld] handle the case of errors from createLinkerInput
Shankar Easwaran
2013-09-03
1
-7
/
+7
*
Cosmetic changes
Rui Ueyama
2013-09-03
1
-5
/
+8
*
[lld][LinkingContext] Atoms created from command line options should be avail...
Shankar Easwaran
2013-08-31
1
-0
/
+5
*
[PECOFF] Add /force:unresolved command line option as a synonym of /force.
Rui Ueyama
2013-08-29
1
-1
/
+3
*
[PECOFF] Make command line options case insensitive to match link.exe's behav...
Rui Ueyama
2013-08-28
1
-1
/
+5
*
[PECOFF] Add the entry symbol and /include symbols to dead strip root set.
Rui Ueyama
2013-08-27
1
-0
/
+9
*
Fix use of temporary strings.
Rui Ueyama
2013-08-27
1
-4
/
+4
*
[PECOFF] Enable dead-stripping by default to match link.exe behavior.
Rui Ueyama
2013-08-27
1
-0
/
+11
*
Treat entry point symbol as an undefined atom.
Rui Ueyama
2013-08-27
1
-1
/
+1
*
[PECOFF] Add Support for entry point symbol name
Rui Ueyama
2013-08-26
1
-0
/
+19
*
[PECOFF] support additional subsystem identifiers
Saleem Abdulrasool
2013-08-24
1
-0
/
+10
*
Separates /fixed (no .reloc section) and /dynamicbase (enable ASLR)
Rui Ueyama
2013-08-24
1
-0
/
+13
*
Fixes an additional temporary string use.
Rui Ueyama
2013-08-23
1
-1
/
+1
*
[lld][PECOFF] Fix one more reference to a temporary string
Shankar Easwaran
2013-08-22
1
-1
/
+1
*
[lld][PECOFF] Fix use of temporary strings
Shankar Easwaran
2013-08-22
1
-1
/
+1
*
add InputGraph functionality
Shankar Easwaran
2013-08-21
1
-251
/
+212
*
[PECOFF] Handle "--" option explicitly
Hans Wennborg
2013-08-13
1
-0
/
+8
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-53
/
+56
*
[PECOFF] Remove special treatment of "--" option.
Rui Ueyama
2013-08-02
1
-20
/
+1
*
Remove the SUPPORT_ALIASARGS define
Hans Wennborg
2013-08-01
1
-2
/
+0
*
Option parsing tables: pick up AliasArgs from the OPTION macro.
Hans Wennborg
2013-07-31
1
-3
/
+6
*
Revert "[PECOFF][Driver] Remove quotes from command line arguments."
Rui Ueyama
2013-07-31
1
-21
/
+12
*
[PECOFF][Driver] Remove quotes from command line arguments.
Rui Ueyama
2013-07-29
1
-12
/
+21
*
[PECOFF][Driver] Add ".lib" extension to the path given with /defaultlib.
Rui Ueyama
2013-07-26
1
-1
/
+10
*
[PECOFF][Driver] Split WinLinkDriver::parse for readability.
Rui Ueyama
2013-07-25
1
-19
/
+32
*
[PECOFF][Driver] Allow multiple /include options.
Rui Ueyama
2013-07-25
1
-2
/
+5
*
[PECOFF] Add /failifmismatch option.
Rui Ueyama
2013-07-25
1
-0
/
+38
*
[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
/
+4
*
[PECOFF] Support -tsaware:no command line option.
Rui Ueyama
2013-07-23
1
-0
/
+4
*
[PECOFF] Support -fixed command line option to disable base relocations.
Rui Ueyama
2013-07-23
1
-4
/
+8
*
[PECOFF][Driver] Add -base command line option.
Rui Ueyama
2013-07-20
1
-4
/
+29
*
[PECOFF][Driver] Process "LINK" environment variable.
Rui Ueyama
2013-07-19
1
-5
/
+37
*
[PECOFF][Driver] Add -defaultlib command line option.
Rui Ueyama
2013-07-19
1
-1
/
+16
*
[PECOFF][Driver] Interpret "LIB" environment variable.
Rui Ueyama
2013-07-19
1
-0
/
+20
*
[PECOFF] Use library search path when looking for a .lib file.
Rui Ueyama
2013-07-19
1
-10
/
+3
*
[PECOFF][Driver] Add -libpath command line option.
Rui Ueyama
2013-07-19
1
-0
/
+7
*
[PECOFF] Use replace_extension() instead of doing it myself.
Rui Ueyama
2013-07-18
1
-5
/
+5
*
[WinLink] Add /LargeAddressAware command line option.
Rui Ueyama
2013-07-16
1
-0
/
+4
*
Revert "Don't pass llvm::errs() all over the place. Diagnostics always go to ...
Rafael Espindola
2013-07-15
1
-13
/
+14
*
Don't pass llvm::errs() all over the place. Diagnostics always go to stderr.
Rafael Espindola
2013-07-04
1
-14
/
+13
[prev]
[next]