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
/
InputFiles.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
COFF: include archive name in LTO object name
Bob Haarman
2017-03-28
1
-2
/
+2
*
refactor COFF linker to use new LTO API
Bob Haarman
2017-02-02
1
-43
/
+54
*
Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-dec...
Sylvestre Ledru
2017-01-28
1
-2
/
+0
*
Merge elf::toString and coff::toString.
Rui Ueyama
2017-01-06
1
-4
/
+3
*
Remove lld/Support/Memory.h.
Rui Ueyama
2016-12-18
1
-3
/
+3
*
COFF: Open and map input files asynchronously on Windows.
Peter Collingbourne
2016-12-15
1
-24
/
+3
*
COFF: Use a DenseSet instead of a map to atomic_flag to track which archive m...
Peter Collingbourne
2016-12-12
1
-11
/
+1
*
COFF: New symbol table design.
Peter Collingbourne
2016-12-09
1
-36
/
+60
*
COFF: Move a call to toString() out of the hot path.
Peter Collingbourne
2016-12-09
1
-2
/
+4
*
Remove unnecessary `llvm::`.
Rui Ueyama
2016-12-08
1
-3
/
+3
*
Revert r289084: Start using make() in COFF.
Rui Ueyama
2016-12-08
1
-7
/
+10
*
Start using make() in COFF.
Rui Ueyama
2016-12-08
1
-10
/
+7
*
COFF: Define overloaded toString functions.
Rui Ueyama
2016-12-07
1
-26
/
+28
*
Do plumbing work for CodeView debug info.
Rui Ueyama
2016-11-21
1
-5
/
+20
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Create PDB.h and move code to remove unnecessary #includes.
Rui Ueyama
2016-09-15
1
-0
/
+5
*
lld-link: Include the name of bad input files in several "input file is bad" ...
Nico Weber
2016-08-03
1
-7
/
+7
*
Revert an unintentional change from r277599
Nico Weber
2016-08-03
1
-7
/
+7
*
Revert 277594, it caused PR28827
Nico Weber
2016-08-03
1
-7
/
+7
*
COFF: Implement /linkrepro flag.
Peter Collingbourne
2016-07-26
1
-3
/
+11
*
COFF: Update error messages so that they start with lowercase letters.
Rui Ueyama
2016-07-15
1
-7
/
+7
*
Make check() always return a value.
Rui Ueyama
2016-07-15
1
-25
/
+12
*
COFF: Remove `void error()` functions and use fatal instead.
Rui Ueyama
2016-07-15
1
-15
/
+19
*
COFF: Remove unnecessary explicit calls of Twine ctor.
Rui Ueyama
2016-07-14
1
-9
/
+9
*
COFF: Rename noreturn error -> fatal.
Rui Ueyama
2016-07-14
1
-5
/
+5
*
COFF: Rename non-noreturn error -> check.
Rui Ueyama
2016-07-14
1
-9
/
+9
*
COFF: Update remaining #include paths.
Peter Collingbourne
2016-07-14
1
-1
/
+1
*
[lld] Update LLD for Archive::child_iterator change in LLVM r275361.
Lang Hames
2016-07-14
1
-4
/
+3
*
Matching change for lld for the llvm change of Archive::create() from ErrorOr...
Kevin Enderby
2016-06-29
1
-1
/
+2
*
Fix Clang-tidy misc-unused-using-decls and Include What You Use warnings.
Eugene Zelenko
2016-04-21
1
-5
/
+15
*
LTO: Adapt to LLVM API changes in r266713
Duncan P. N. Exon Smith
2016-04-19
1
-1
/
+1
*
LTO: Merge debug info types when linking bitcode
Duncan P. N. Exon Smith
2016-04-17
1
-0
/
+1
*
Do not use llvm::getGlobalContext().
Rui Ueyama
2016-04-14
1
-3
/
+3
*
Revert "Do not use llvm::getGlobalContext(), trying to nuke it from LLVM"
Mehdi Amini
2016-04-14
1
-2
/
+1
*
Use fully qualified name to refer to LLVMContext
Mehdi Amini
2016-04-14
1
-1
/
+1
*
Do not use llvm::getGlobalContext(), trying to nuke it from LLVM
Mehdi Amini
2016-04-14
1
-1
/
+2
*
Needed change to lld for the change to createBinary() now returning Expected<...
Kevin Enderby
2016-04-06
1
-1
/
+3
*
[COFF] Remove undefined behavior from ObjectFile::createWeakExternal
David Majnemer
2016-03-20
1
-14
/
+7
*
[COFF] Don't trust a symbol's section number
David Majnemer
2016-03-15
1
-2
/
+12
*
COFF: Rename RoundUpToAlignment -> align.
Rui Ueyama
2016-01-08
1
-1
/
+0
*
Update for llvm change.
Rafael Espindola
2015-12-04
1
-6
/
+6
*
These are the matching changes needed to the lld project for the changes to llvm
Kevin Enderby
2015-11-05
1
-1
/
+4
*
Don't implicitly construct an Archive::child_iterator.
Rafael Espindola
2015-11-05
1
-6
/
+5
*
COFF: Fix thread-safety bug.
Rui Ueyama
2015-09-19
1
-0
/
+5
*
COFF: Corrected error message if a section failed to load.
Rui Ueyama
2015-09-13
1
-2
/
+2
*
COFF: Use section content checksum for ICF.
Rui Ueyama
2015-09-04
1
-1
/
+2
*
Remove an allocator which was used for just one allocation.
Rafael Espindola
2015-09-02
1
-3
/
+1
*
COFF: Preserve original spelling of DLL file name.
Rui Ueyama
2015-09-02
1
-1
/
+1
*
COFF: Use ErrorOr::operator* instead of ErrorOr::get.
Rui Ueyama
2015-08-18
1
-4
/
+4
*
COFF: Do not handle __NULL_IMPORT_DESCRIPTOR differently than the other symbols.
Rui Ueyama
2015-08-18
1
-7
/
+2
[prev]
[next]