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
/
UniversalDriver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-2
/
+0
*
Fix typo in comment
Rui Ueyama
2014-10-08
1
-1
/
+1
*
Add support to print version.
Shankar Easwaran
2014-10-08
1
-0
/
+8
*
Make -core/-flavor options have higher priority than linker name
Rui Ueyama
2014-09-23
1
-16
/
+26
*
Make getFlavor function.
Rui Ueyama
2014-09-11
1
-24
/
+28
*
If lld is renamed (or symlinked) to "ld" automatically pick the right flavor.
Nick Kledzik
2014-09-11
1
-6
/
+11
*
If lld binary is named 'ld' on darwin, use darwin driver mode
Nick Kledzik
2014-09-04
1
-1
/
+7
*
Add missing includes.
Benjamin Kramer
2014-04-12
1
-0
/
+1
*
Make anonymous namespace as small as possible.
Rui Ueyama
2014-03-27
1
-14
/
+16
*
[PECOFF] Rename link.exe -> lld-link.exe.
Rui Ueyama
2014-03-21
1
-0
/
+1
*
[Driver] Change UniversalDriver to use TD file.
Shankar Easwaran
2013-10-24
1
-32
/
+79
*
Make Driver::link and LinkingContext::validate return true on success.
Rui Ueyama
2013-09-24
1
-1
/
+1
*
Revert "Don't pass llvm::errs() all over the place. Diagnostics always go to ...
Rafael Espindola
2013-07-15
1
-11
/
+12
*
Don't pass llvm::errs() all over the place. Diagnostics always go to stderr.
Rafael Espindola
2013-07-04
1
-12
/
+11
*
[lld][PECOFF] Add WinLinkDriver and PECOFFTargetInfo.
Rui Ueyama
2013-05-28
1
-3
/
+3
*
[lld] Add help text for -flavor option.
Rui Ueyama
2013-05-11
1
-1
/
+2
*
[lld] Fix wrong comment.
Rui Ueyama
2013-05-09
1
-1
/
+2
*
Distinguish between unsupported and unrecognised flavours.
Andy Gibbs
2013-04-16
1
-2
/
+2
*
Moved llvm_unreachable out of switch blocks to avoid the "control reaches end...
Andy Gibbs
2013-04-16
1
-1
/
+2
*
[Driver] Fix symlinked universal driver behavior and add a test.
Michael J. Spencer
2013-04-04
1
-60
/
+84
*
This is my Driver refactoring patch.
Nick Kledzik
2013-04-04
1
-0
/
+109