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
*
Move functionality of UniversalDriver to the entry point file.
Rui Ueyama
2016-02-28
1
-220
/
+0
*
Rename elf2 to elf.
Rafael Espindola
2016-02-28
1
-1
/
+1
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-4
/
+0
*
ELF: Make link() to take an output stream to which error messages are written.
Rui Ueyama
2016-02-02
1
-1
/
+1
*
ELF: Rename error -> fatal and redefine error as a non-noreturn function.
Rui Ueyama
2016-01-28
1
-2
/
+1
*
Rename ld.lld2 to ld.lld since it is the default.
Rafael Espindola
2015-11-18
1
-1
/
+1
*
Make ELF2 the default.
Rafael Espindola
2015-11-17
1
-2
/
+2
*
Rename gnu2 to gnu.
Rafael Espindola
2015-11-16
1
-4
/
+4
*
Rename the gnu flavour to gnu old.
Rafael Espindola
2015-11-16
1
-9
/
+9
*
Update lld to match llvm r250901. OptTable constructor now takes an ArrayRef....
Craig Topper
2015-10-21
1
-1
/
+1
*
Use ld.lld2 as a argv[0] alias.
Rafael Espindola
2015-10-02
1
-1
/
+4
*
COFF: Remove lld-link2 alias.
Rui Ueyama
2015-08-07
1
-2
/
+0
*
COFF: Remove the old COFF linker and make link an alias to link2.
Rui Ueyama
2015-08-06
1
-5
/
+2
*
Port the error functions from ELF to COFF.
Rafael Espindola
2015-08-06
1
-1
/
+2
*
[ELF2] Add a new ELF linker based on the new PE/COFF linker.
Michael J. Spencer
2015-07-24
1
-0
/
+5
*
Revert ELF port. Posting to mailing list.
Michael J. Spencer
2015-07-14
1
-4
/
+0
*
Initial ELF port.
Michael J. Spencer
2015-07-13
1
-0
/
+4
*
Update for LLVM API change to return by InputArgList directly (rather than by...
David Blaikie
2015-06-22
1
-8
/
+8
*
Fix missed formatting in prior commit (mostly 80 cols violation and some whit...
David Blaikie
2015-06-22
1
-5
/
+5
*
ArrayRef-ify Driver::parse and related functions.
David Blaikie
2015-06-21
1
-20
/
+18
*
ArrayRef-ify ParseArgs
David Blaikie
2015-06-21
1
-2
/
+2
*
COFF: Add a new PE/COFF port.
Rui Ueyama
2015-05-28
1
-0
/
+5
*
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