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
/
ELF
/
DriverUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
LLD: Don't use the stderrOS stream in link before it's reassigned.
James Y Knight
2019-11-21
1
-4
/
+4
*
Make it possible to redirect not only errs() but also outs()
Rui Ueyama
2019-11-18
1
-4
/
+4
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-11
/
+14
*
Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...
Rui Ueyama
2019-08-07
1
-4
/
+4
*
Revert r367649: Improve raw_ostream so that you can "write" colors using oper...
Rui Ueyama
2019-08-02
1
-5
/
+4
*
Improve raw_ostream so that you can "write" colors using operator<<
Rui Ueyama
2019-08-02
1
-4
/
+5
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-6
/
+6
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-90
/
+90
*
lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p...
Nico Weber
2019-07-05
1
-3
/
+3
*
Make joined instances of JoinedOrSeparate flags point to the unaliased args, ...
Nico Weber
2019-07-05
1
-1
/
+1
*
[ELF] Implement Dependent Libraries Feature
Ben Dunbobbin
2019-05-17
1
-5
/
+9
*
Add typo correction for command-line flags to ELF and COFF lld drivers
Nico Weber
2019-05-07
1
-2
/
+8
*
Remove a function from header and move the implementation to a .cpp file. NFC.
Rui Ueyama
2019-02-22
1
-0
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Eliminate dependency to formatv(). NFC.
Rui Ueyama
2018-10-10
1
-4
/
+3
*
Adapt OptTable::PrintHelp change in D51009
Fangrui Song
2018-10-10
1
-2
/
+4
*
[ELF] Use search paths for --version-script=
Fangrui Song
2018-07-25
1
-4
/
+4
*
Handle --plugin-opt= options as alias options.
Rui Ueyama
2018-05-22
1
-0
/
+24
*
lld-link: Add --color-diagnostics(={always,never,auto})?, --no-color-diagnost...
Nico Weber
2018-05-10
1
-4
/
+4
*
Simplify libtool compatibility hack.
Rafael Espindola
2018-02-07
1
-7
/
+1
*
Store just argv[0] in Config.
Rafael Espindola
2018-02-06
1
-4
/
+4
*
Hide the --full-shutdown option.
Rafael Espindola
2018-02-06
1
-0
/
+1
*
Remove redundant local variables.
Rui Ueyama
2017-12-11
1
-3
/
+2
*
toString function take a const refs where possible
Sam Clegg
2017-12-05
1
-1
/
+1
*
Move Memory.{h,cpp} to Common.
Rui Ueyama
2017-11-28
1
-1
/
+1
*
[ELF] Fix rewriting of --sysroot in reproducer tars
Alexander Richardson
2017-11-20
1
-0
/
+1
*
[ELF] Fall back to search dirs for linker scripts specified with -T
Alexander Richardson
2017-11-20
1
-0
/
+9
*
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
Bob Haarman
2017-10-25
1
-20
/
+19
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
1
-2
/
+2
*
[ELF] Rewrite --symbol-ordering-file path in reproducer
James Henderson
2017-09-06
1
-0
/
+1
*
[ELF] - Print options aliases in --help
George Rimar
2017-07-26
1
-1
/
+2
*
[ELF] - Introduce multiclass Eq helper for Options.td
George Rimar
2017-07-21
1
-1
/
+1
*
Add the --chroot option for --reproduce.
Rui Ueyama
2017-07-20
1
-0
/
+1
*
Fix one more occurrence of getOption().getID().
Rui Ueyama
2017-07-19
1
-2
/
+1
*
Fix argument numbersing in OPTION macro
Sam Clegg
2017-06-20
1
-3
/
+3
*
[GSoC] Flag value completion for clang
Yuka Takahashi
2017-06-20
1
-2
/
+2
*
Sort.
Rui Ueyama
2017-03-27
1
-5
/
+5
*
Use raw_fd_ostream::has_colors instead of StandardErrHasColors().
Rui Ueyama
2017-03-24
1
-4
/
+2
*
[ELF] Print two more MIPS targets "supported" by LLD
Simon Atanasyan
2017-03-23
1
-1
/
+2
*
Refine comment.
Rui Ueyama
2017-03-23
1
-2
/
+2
*
Print out "suppoted targets".
Rui Ueyama
2017-03-23
1
-0
/
+13
*
Strip file path from the -o option while creating reproduce.txt.
Rafael Espindola
2017-02-01
1
-0
/
+7
*
Remove unused #include.
Rui Ueyama
2017-01-26
1
-1
/
+0
*
Rename lld::stringize -> lld::toString.
Rui Ueyama
2017-01-06
1
-1
/
+1
*
Make -color-diagnostics an alias to -color-diagnostics=always.
Rui Ueyama
2016-12-22
1
-2
/
+5
*
Set Config->ColorDiagnostics early so that all error messages are colored.
Rui Ueyama
2016-12-20
1
-3
/
+27
*
Remove lld/Support/Memory.h.
Rui Ueyama
2016-12-18
1
-1
/
+1
*
Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.
Rui Ueyama
2016-12-08
1
-1
/
+1
*
Change the implementation of --dynamic-list to use linker script parsing.
Rafael Espindola
2016-12-08
1
-26
/
+0
*
[ELF] Better error reporting for linker scripts
Eugene Leviant
2016-11-21
1
-2
/
+2
[next]