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
...
*
Typo
Joerg Sonnenberger
2014-01-03
1
-1
/
+1
*
Fix a bug that undefined symbols are not reported if dead-stripping is enabled.
Rui Ueyama
2013-12-26
1
-4
/
+0
*
Remove unnecessary call of DenseMap::clear.
Rui Ueyama
2013-12-26
1
-3
/
+1
*
Micro-optimize Resolver::markLive().
Rui Ueyama
2013-12-26
1
-7
/
+5
*
Simplify. No functionality change.
Rui Ueyama
2013-12-26
1
-6
/
+3
*
Do not make an unnecessary copy of DenseMap.
Rui Ueyama
2013-12-26
1
-1
/
+1
*
Style fixes. No functionality change.
Rui Ueyama
2013-12-10
1
-10
/
+5
*
[InputGraph][Gnu] Add LinkerScript support.
Shankar Easwaran
2013-11-24
1
-2
/
+0
*
Fix indentation and whitespace.
Rui Ueyama
2013-11-21
1
-57
/
+49
*
[LinkingContext] Limit shared library undefined atoms to be added.
Shankar Easwaran
2013-11-21
1
-11
/
+16
*
Fix Weak External symbol handling.
Rui Ueyama
2013-11-20
1
-9
/
+10
*
Refactor copy-paste-and-modifed code using callback.
Rui Ueyama
2013-11-15
1
-60
/
+29
*
Revert "Use empty() instead of size() == 0."
Rui Ueyama
2013-11-13
1
-1
/
+1
*
Use empty() instead of size() == 0.
Rui Ueyama
2013-11-13
1
-1
/
+1
*
[PassManager] add ReaderWriter{Native,YAML} to the Driver.
Shankar Easwaran
2013-10-29
1
-1
/
+1
*
Revert "r193300 - [PassManager] add ReaderWriter{Native, YAML} to the Driver"
Rui Ueyama
2013-10-24
1
-1
/
+1
*
[PassManager] add ReaderWriter{Native,YAML} to the Driver.
Shankar Easwaran
2013-10-24
1
-1
/
+1
*
Make undefines check into an assertion.
Rui Ueyama
2013-10-16
1
-10
/
+8
*
Propagate deadStripOptimize()'s failure to the caller.
Rui Ueyama
2013-10-16
1
-5
/
+7
*
Propagate Resolver::resolveUndefines()'s failure to caller.
Rui Ueyama
2013-10-11
1
-6
/
+7
*
Return true from Resolver::resolve() on success.
Rui Ueyama
2013-10-11
1
-2
/
+2
*
Remove an unused variable added in r192415.
Rui Ueyama
2013-10-11
1
-1
/
+0
*
Use switch instead of if, and handle all enum values.
Rui Ueyama
2013-10-11
1
-18
/
+30
*
[Layout] Dont set ordinals to Files by default.
Shankar Easwaran
2013-10-09
1
-0
/
+1
*
[Layout] Assign ordinals in Resolution order.
Shankar Easwaran
2013-10-09
1
-6
/
+17
*
[inputGraph] Associate Resolve state with appropriate nodes
Shankar Easwaran
2013-10-09
1
-0
/
+1
*
Update error classes from all lowercase to camel case.
Rui Ueyama
2013-10-09
1
-1
/
+1
*
Move a local variable into while-loop scope.
Rui Ueyama
2013-10-09
1
-2
/
+1
*
Make bitmask an unsigned type.
Rui Ueyama
2013-10-08
1
-1
/
+1
*
[lld][InputGraph] Change the Resolver to use inputGraph
Shankar Easwaran
2013-10-07
1
-88
/
+128
*
[PECOFF] Handle weak external symbols.
Rui Ueyama
2013-09-12
1
-3
/
+9
*
Add a fallback mechanism for undefined atom.
Rui Ueyama
2013-09-12
1
-1
/
+8
*
Resolver: Do not use assert() to notify user input error.
Rui Ueyama
2013-09-03
1
-1
/
+5
*
Use do-while instead of a magic number. No functionality change.
Rui Ueyama
2013-08-27
1
-3
/
+3
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-13
/
+13
*
Removed unnecessary "class" keyword.
Rui Ueyama
2013-06-21
1
-1
/
+1
*
Instrument things.
Michael J. Spencer
2013-05-28
1
-0
/
+8
*
[lld] Use range based for loop instead of explicit iterators (no functionalit...
Rui Ueyama
2013-05-09
1
-3
/
+2
*
[lld] Add comments to InputFiles::searchLibraries() arguments.
Rui Ueyama
2013-05-08
1
-4
/
+11
*
Use anonymous namespace for local classes. Patch by Rui Ueyama
Nick Kledzik
2013-05-08
1
-2
/
+6
*
[Core] Allow weak symbols in shared library when linking.
Michael J. Spencer
2013-04-24
1
-11
/
+13
*
This adds functionality for undefined atoms from dynamic libraries to be added
Shankar Easwaran
2013-04-11
1
-11
/
+19
*
This is my Driver refactoring patch.
Nick Kledzik
2013-04-04
1
-24
/
+31
*
[lld] remove trailing whitespace
Shankar Easwaran
2013-03-14
1
-4
/
+4
*
[Resolver] Improve undefined symbol error.
Michael J. Spencer
2013-02-03
1
-1
/
+2
*
[Core] Only complain about undefined symbols if they are marked as canBeNullN...
Michael J. Spencer
2013-01-31
1
-6
/
+10
*
Add SectionPosition and OrderPass
Nick Kledzik
2013-01-23
1
-0
/
+23
*
[Core] Move Resolver and SymbolTable over to TargetInfo.
Michael J. Spencer
2013-01-22
1
-13
/
+15
*
Add new merge-by-content Merge attribute for use by anonymous
Nick Kledzik
2013-01-15
1
-5
/
+2
*
Add absolute symbol scope recognition in lld/Core
Hemant Kulkarni
2012-11-05
1
-1
/
+3
[prev]
[next]