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
/
Core
/
Resolver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lld] Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-06
1
-1
/
+1
*
Fix component build
Rui Ueyama
2019-11-19
1
-11
/
+11
*
Make it possible to redirect not only errs() but also outs()
Rui Ueyama
2019-11-18
1
-12
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
1
-3
/
+3
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Fix -Wpessimizing-move warnings.
Rui Ueyama
2016-03-30
1
-2
/
+2
*
Convert file handle* methods to llvm::Error instead of std::error_code. NFC.
Pete Cooper
2016-03-30
1
-22
/
+31
*
Remove dead flags.
Rui Ueyama
2016-03-28
1
-35
/
+11
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-71
/
+70
*
Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."
Pete Cooper
2016-03-22
1
-70
/
+71
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-71
/
+70
*
Remove more dead code.
Rui Ueyama
2016-03-02
1
-1
/
+0
*
Remove dead code for ELF.
Rui Ueyama
2016-02-28
1
-34
/
+1
*
Delete more COFF and ELF bits from the old linker.
Rafael Espindola
2016-02-28
1
-11
/
+0
*
Delete more ELF bits from the old linker.
Rafael Espindola
2016-02-28
1
-41
/
+2
*
Remove a few bits of elf from the old linker.
Rafael Espindola
2016-02-28
1
-1
/
+0
*
Fix handling of mach header and DSO handle symbols.
Pete Cooper
2016-02-02
1
-0
/
+1
*
Add File::kind's for all subclasses of File.
Pete Cooper
2016-01-14
1
-1
/
+11
*
Add handleLoadedFile hook to the context.
Pete Cooper
2016-01-14
1
-22
/
+60
*
Add more debugging output to MachO lld. NFC.
Pete Cooper
2015-12-16
1
-5
/
+24
*
Added some DEBUG() prints to make it clearer what the mach-o passes are doing...
Pete Cooper
2015-12-16
1
-2
/
+25
*
Remove return after report_fatal_error which has noreturn attribute.
Rui Ueyama
2015-04-06
1
-1
/
+0
*
PECOFF: Create layout-afters instead of layout-befores.
Rui Ueyama
2015-03-09
1
-1
/
+1
*
Revert r231552: Resolver: optimize fallback atoms.
Rui Ueyama
2015-03-08
1
-4
/
+5
*
Remove sectionPosition attribute.
Rui Ueyama
2015-03-08
1
-5
/
+0
*
Resolver: optimize fallback atoms.
Rui Ueyama
2015-03-07
1
-5
/
+4
*
Resolver: Reduce number of SymbolTable::isDefined function calls.
Rui Ueyama
2015-03-07
1
-1
/
+1
*
Resolver: Reduce number of hash function call.
Rui Ueyama
2015-03-07
1
-2
/
+2
*
Resolver: move code inside an assert.
Rui Ueyama
2015-03-06
1
-4
/
+3
*
Core: Make the resolver faster.
Rui Ueyama
2015-03-06
1
-25
/
+29
*
Optimize resolver by using std::unordered_multimap.
Rui Ueyama
2015-03-06
1
-2
/
+6
*
Early return. NFC.
Rui Ueyama
2015-03-05
1
-31
/
+30
*
Resolver: Update preload map after File::beforeLink().
Rui Ueyama
2015-03-05
1
-8
/
+17
*
Make File non-const in the resolver.
Rui Ueyama
2015-03-04
1
-7
/
+7
*
Implement our own future and use that for FileArchive::preload().
Rui Ueyama
2015-03-03
1
-2
/
+16
*
Do s/_context/_ctx/ to Resolver.cpp.
Rui Ueyama
2015-02-27
1
-22
/
+21
*
Remove a varaible that's used only once. NFC.
Rui Ueyama
2015-02-27
1
-8
/
+7
*
Call File::beforeLink hook even if the file is in an archive.
Rui Ueyama
2015-02-27
1
-0
/
+1
*
Temporarily disable FileArchive::preload().
Rui Ueyama
2015-02-27
1
-16
/
+2
*
[Core] Do not reclaim absolute atoms in resolver.
Davide Italiano
2015-02-26
1
-1
/
+6
*
Fix runtime error on Windows.
Rui Ueyama
2015-01-21
1
-2
/
+2
*
Simplify.
Rui Ueyama
2015-01-21
1
-8
/
+10
*
Fix --start-group/end-group.
Rui Ueyama
2015-01-21
1
-8
/
+8
*
[PATCH] Speculatively instantiate archive members
Rui Ueyama
2015-01-16
1
-2
/
+28
*
Remove duplication code.
Rui Ueyama
2015-01-16
1
-26
/
+0
*
Run the resolver in parallel with the reader.
Rui Ueyama
2015-01-16
1
-4
/
+10
*
Remove InputGraph and use std::vector<Node> instead.
Rui Ueyama
2015-01-15
1
-4
/
+2
*
Rename InputElement Node.
Rui Ueyama
2015-01-15
1
-2
/
+2
*
Remove InputGraph::size().
Rui Ueyama
2015-01-15
1
-2
/
+2
[next]