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
/
DarwinLdDriver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lld] Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-06
1
-4
/
+4
*
LLD: Don't use the stderrOS stream in link before it's reassigned.
James Y Knight
2019-11-21
1
-4
/
+4
*
Fix component build
Rui Ueyama
2019-11-19
1
-2
/
+2
*
Make it possible to redirect not only errs() but also outs()
Rui Ueyama
2019-11-18
1
-13
/
+12
*
[LLD] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-4
/
+4
*
Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...
Rui Ueyama
2019-08-07
1
-1
/
+1
*
Revert r367649: Improve raw_ostream so that you can "write" colors using oper...
Rui Ueyama
2019-08-02
1
-0
/
+1
*
Improve raw_ostream so that you can "write" colors using operator<<
Rui Ueyama
2019-08-02
1
-1
/
+0
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-12
/
+12
*
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
-3
/
+7
*
Rename a function to follow the LLVM coding style.
Rui Ueyama
2018-08-27
1
-1
/
+1
*
win: Omit ".exe" from lld warning and error messages.
Nico Weber
2018-08-22
1
-1
/
+1
*
Omit path to lld binary from lld's error, warning, and log output.
Nico Weber
2018-07-20
1
-1
/
+1
*
[Darwin] Use errorHandler from liblldCommon
Brian Gesiak
2018-06-12
1
-161
/
+149
*
[lld] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-1
/
+1
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
1
-1
/
+1
*
NFC: LLD fix OptTable Variable Name Style
Martell Malone
2017-08-23
1
-2
/
+2
*
[GSoC] Flag value completion for clang
Yuka Takahashi
2017-06-20
1
-7
/
+9
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-4
/
+4
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...
Eugene Zelenko
2016-11-04
1
-7
/
+27
*
[Driver] Remove break after return. NFCI.
Davide Italiano
2016-08-16
1
-1
/
+0
*
[MachO] Factor out some common code in the Driver.
Davide Italiano
2016-08-04
1
-13
/
+15
*
[MachO] Add a couple of missing braces.
Davide Italiano
2016-07-20
1
-1
/
+2
*
Change library search methods to return Optional instead of ErrorOr.
Pete Cooper
2016-03-31
1
-5
/
+7
*
Convert lld file writing to llvm::Error. NFC.
Pete Cooper
2016-03-30
1
-3
/
+5
*
Change loadFileList to llvm::Error. NFC
Pete Cooper
2016-03-30
1
-14
/
+16
*
Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.
Pete Cooper
2016-03-30
1
-3
/
+7
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-1
/
+8
*
Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."
Pete Cooper
2016-03-22
1
-8
/
+1
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-1
/
+8
*
Merge DarwinLdDriver and Driver.
Rui Ueyama
2016-03-02
1
-13
/
+83
*
Remove unused #include's.
Rui Ueyama
2016-03-02
1
-8
/
+0
*
Make a few utility functions file-scoped.
Rui Ueyama
2016-03-01
1
-0
/
+19
*
Add cmdline options for LC_DATA_IN_CODE load command.
Pete Cooper
2016-02-09
1
-0
/
+49
*
Generate LC_FUNCTION_STARTS load command.
Pete Cooper
2016-02-09
1
-0
/
+48
*
Add support for the source_version cmdline option.
Pete Cooper
2016-02-04
1
-0
/
+11
*
Default to an unknown OS instead of MacOSX.
Pete Cooper
2016-02-04
1
-1
/
+1
*
Add support for -sdk_version cmdline option.
Pete Cooper
2016-02-03
1
-0
/
+20
*
Add generation of LC_VERSION_MIN load commands.
Pete Cooper
2016-02-03
1
-0
/
+50
*
Add command line option to disable ObjC category merging.
Pete Cooper
2016-02-01
1
-0
/
+4
*
Add support for export_dynamic cmdline option and behaviour.
Pete Cooper
2016-01-22
1
-1
/
+8
*
Add the GC commandline options and throw errors if they are used
Pete Cooper
2016-01-15
1
-0
/
+16
*
Move parsing of LLVM options to parse() method.
Pete Cooper
2015-12-16
1
-0
/
+4
*
[lld][Darwin] Add support for the -sectcreate option.
Lang Hames
2015-10-24
1
-1
/
+17
*
Update lld to match llvm r250901. OptTable constructor now takes an ArrayRef....
Craig Topper
2015-10-21
1
-1
/
+1
*
[lld][MachO] Initial implementation of -flat_namespace and -undefined.
Lang Hames
2015-09-28
1
-0
/
+43
*
Update for LLVM API change to return by InputArgList directly (rather than by...
David Blaikie
2015-06-22
1
-54
/
+53
[next]