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
/
COFF
/
DriverUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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.
Fangrui Song
2018-10-11
1
-3
/
+3
*
Adapt OptTable::PrintHelp change in D51009
Fangrui Song
2018-10-10
1
-1
/
+3
*
lld-link: Remove /msvclto option
Nico Weber
2018-08-01
1
-20
/
+0
*
[PDB] Write the command line after response file expansion
Reid Kleckner
2018-07-20
1
-8
/
+13
*
lld-link: Add /lib to Options.td so that it appears in lld-link's help output.
Nico Weber
2018-07-14
1
-0
/
+4
*
Refactor ExecuteAndWait to take StringRefs.
Zachary Turner
2018-06-12
1
-6
/
+1
*
lld-link: Add --color-diagnostics(={always,never,auto})?, --no-color-diagnost...
Nico Weber
2018-05-10
1
-0
/
+25
*
COFF: Process /merge flag as we create output sections.
Peter Collingbourne
2018-04-07
1
-0
/
+4
*
[COFF] Add support for the GNU ld flag --kill-at
Martin Storsjo
2018-03-14
1
-0
/
+29
*
Make lld-link shout at me less.
Nico Weber
2018-03-12
1
-1
/
+1
*
[LLD] Implement /guard:[no]longjmp
Reid Kleckner
2018-02-13
1
-7
/
+13
*
[COFF] Add minimal support for /guard:cf
Reid Kleckner
2018-02-06
1
-0
/
+9
*
[COFF] Keep the underscore on exported decorated stdcall functions in MSVC mode
Martin Storsjo
2018-01-20
1
-0
/
+6
*
Attempt to fix FreeBSD build broken by the previous commit
Pavel Labath
2018-01-12
1
-1
/
+1
*
[lld/COFF] Use WritableMemoryBuffer for creating the manifest
Pavel Labath
2018-01-12
1
-5
/
+5
*
[COFF] Process /EXPORT option in fastpath
Rui Ueyama
2018-01-09
1
-5
/
+16
*
[COFF] Do not parse args twice if no rsp files exists
Rui Ueyama
2017-12-27
1
-0
/
+16
*
Remove redundant local variables.
Rui Ueyama
2017-12-11
1
-2
/
+1
*
Prefer `ArrayRef` over `const std::vector&`
Sam Clegg
2017-12-08
1
-1
/
+1
*
Always evaluate the second argument for CHECK() lazily.
Rui Ueyama
2017-12-06
1
-2
/
+2
*
Move Memory.{h,cpp} to Common.
Rui Ueyama
2017-11-28
1
-1
/
+1
*
Use DenseMap instead of std::map in fixupExports
Reid Kleckner
2017-11-10
1
-1
/
+1
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-1
/
+1
*
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
Bob Haarman
2017-10-25
1
-11
/
+13
*
[COFF] Add support for /WX
Shoaib Meenai
2017-10-24
1
-0
/
+3
*
COFF: Add resource files to linkrepro instead of the cvtres object file.
Peter Collingbourne
2017-10-16
1
-5
/
+6
*
COFF: Give manifest resource file a name.
Peter Collingbourne
2017-10-16
1
-1
/
+2
*
Fix crbug 759265 by suppressing llvm mt warnings.
Eric Beckmann
2017-09-06
1
-32
/
+14
*
lld-link: Add --rsp-quoting= flag.
Nico Weber
2017-09-05
1
-22
/
+31
*
Use raw_string_ostream::str to get a result string.
Rui Ueyama
2017-09-05
1
-1
/
+1
*
Keep an instance of COFFOptTable alive as long as InputArgList is alive.
Rui Ueyama
2017-08-28
1
-5
/
+1
*
NFC: LLD fix OptTable Variable Name Style
Martell Malone
2017-08-23
1
-2
/
+2
*
Fix a -Wpessimizing-move warning from Clang on this code --
Chandler Carruth
2017-08-22
1
-1
/
+1
*
Integrate manifest merging library into LLD.
Eric Beckmann
2017-08-22
1
-27
/
+68
*
[COFF] Add support for aligncomm directives
Martin Storsjo
2017-08-14
1
-0
/
+16
*
lld: /manifestuac:no shouldn't disable /manifestdependency:
Nico Weber
2017-07-26
1
-7
/
+7
*
Use StringRef::contains().
Rui Ueyama
2017-07-19
1
-2
/
+2
*
Revert "Revert "Revert "Revert "Switch external cvtres.exe for llvm's own res...
Eric Beckmann
2017-07-08
1
-79
/
+71
*
Revert "Revert "Revert "Switch external cvtres.exe for llvm's own resource li...
Eric Beckmann
2017-07-05
1
-13
/
+30
*
Revert "Revert "Revert "Replace trivial use of external rc.exe by writing our...
Eric Beckmann
2017-07-05
1
-60
/
+49
*
Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...
Eric Beckmann
2017-07-05
1
-49
/
+60
*
Revert "Revert "Switch external cvtres.exe for llvm's own resource library.""
Eric Beckmann
2017-07-05
1
-30
/
+13
*
Revert "Switch external cvtres.exe for llvm's own resource library."
Eric Beckmann
2017-07-05
1
-13
/
+30
*
Revert "Replace trivial use of external rc.exe by writing our own .res file."
Eric Beckmann
2017-07-05
1
-60
/
+49
*
[COFF] Add initial support for linking ARM64 binaries
Martin Storsjo
2017-07-01
1
-0
/
+3
*
Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...
Eric Beckmann
2017-07-01
1
-79
/
+73
*
Revert "Replace trivial use of external rc.exe by writing our own .res file."
Eric Beckmann
2017-06-29
1
-73
/
+79
*
Fix -Wpessimizing-move.
Rui Ueyama
2017-06-26
1
-1
/
+1
*
Replace trivial use of external rc.exe by writing our own .res file.
Eric Beckmann
2017-06-26
1
-49
/
+60
[next]