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
/
SymbolTable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix component build
Rui Ueyama
2019-11-19
1
-7
/
+7
*
Make it possible to redirect not only errs() but also outs()
Rui Ueyama
2019-11-18
1
-13
/
+7
*
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
-1
/
+1
*
Removed the redundant comment. NFC.
Galina Kistanova
2017-06-07
1
-1
/
+0
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-07
1
-0
/
+1
*
[Core] Retire yet another unused member function.
Davide Italiano
2016-08-12
1
-6
/
+0
*
[Core] Simplify a bit. NFCI.
Davide Italiano
2016-08-12
1
-6
/
+2
*
[Core] Retire addReplacement() member function.
Davide Italiano
2016-08-11
1
-5
/
+0
*
[Core] tentativeDefinition() is now unused.
Davide Italiano
2016-08-10
1
-13
/
+0
*
Remove dead code for ELF.
Rui Ueyama
2016-02-28
1
-46
/
+10
*
Delete more COFF and ELF bits from the old linker.
Rafael Espindola
2016-02-28
1
-16
/
+1
*
Delete more ELF bits from the old linker.
Rafael Espindola
2016-02-28
1
-19
/
+0
*
Do s/_context/_ctx/g globally.
Rui Ueyama
2015-04-10
1
-7
/
+6
*
Remove unused function.
Rui Ueyama
2015-03-06
1
-4
/
+0
*
Remove dead code.
Rui Ueyama
2015-03-05
1
-1
/
+0
*
Define DefinedAtom::sectionSize.
Rui Ueyama
2015-03-04
1
-34
/
+4
*
Follow-up to r221913. Fix some -Wcast-qual warning reasons.
Simon Atanasyan
2014-11-14
1
-7
/
+9
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-3
/
+1
*
Use isa<> and cast<> instead of definition().
Rui Ueyama
2014-10-14
1
-5
/
+3
*
Preserve custom section names when coalescing.
Nick Kledzik
2014-10-02
1
-0
/
+6
*
[ELF] Export strong defined symbol if it coalesces away a weak symbol
Simon Atanasyan
2014-09-08
1
-1
/
+1
*
Simplify. No functionality changes.
Rui Ueyama
2014-08-22
1
-6
/
+3
*
Add notifier hooks to symbol table.
Nick Kledzik
2014-08-20
1
-0
/
+4
*
Add SymbolTable::isCoalescedAway
Rui Ueyama
2014-06-05
1
-0
/
+4
*
[mach-o] Support parsing of non-lazy-pointer sections
Nick Kledzik
2014-05-28
1
-3
/
+4
*
Fix regression introduced in r205566.
Rui Ueyama
2014-05-14
1
-11
/
+17
*
Split a utility function not to use goto statement.
Rui Ueyama
2014-04-04
1
-14
/
+17
*
useNew is set to false in all branches, so set it to false outside the if-else.
Rui Ueyama
2014-04-04
1
-21
/
+15
*
Replace dyn_cast<T>s immediately followed by asserts with cast<T>s.
Rui Ueyama
2014-04-04
1
-9
/
+4
*
Fix indentation.
Rui Ueyama
2014-04-04
1
-34
/
+28
*
Revert "temporary commit."
Rui Ueyama
2014-04-04
1
-28
/
+34
*
temporary commit.
Rui Ueyama
2014-04-04
1
-34
/
+28
*
Return a vector rather than mutating a given one.
Rui Ueyama
2014-04-04
1
-4
/
+9
*
Update comment.
Rui Ueyama
2014-04-03
1
-1
/
+2
*
Minor cleanups.
Rui Ueyama
2014-04-03
1
-4
/
+3
*
Replace a recursion with a loop for speed.
Rui Ueyama
2014-04-03
1
-5
/
+7
*
[ELF] Add --allow-multiple-definition option.
Rui Ueyama
2014-03-28
1
-10
/
+13
*
[core] add SectionGroup support
Shankar Easwaran
2014-03-26
1
-14
/
+27
*
[PECOFF] Support yet another new type of weak symbol.
Rui Ueyama
2014-03-18
1
-14
/
+45
*
Fix a bug that mergeCases table does not match the merge constants.
Rui Ueyama
2014-03-08
1
-0
/
+2
*
[PECOFF] Support a new type of weak symbol.
Rui Ueyama
2014-03-07
1
-20
/
+22
*
Early return.
Rui Ueyama
2013-11-25
1
-2
/
+4
*
Use range-based for loop.
Rui Ueyama
2013-11-25
1
-3
/
+2
*
Indentation.
Rui Ueyama
2013-11-25
1
-21
/
+21
*
Simplify. No functionality change.
Rui Ueyama
2013-11-18
1
-3
/
+1
*
Select new undefined atom rather than old one if other conditions are the same.
Rui Ueyama
2013-11-15
1
-20
/
+34
*
Terminate if there are un-mergeable duplicate atoms.
Rui Ueyama
2013-11-14
1
-0
/
+2
*
Remove default label from fully covered switch.
Rui Ueyama
2013-11-13
1
-3
/
+0
*
Show error message if two atoms are not mergeable.
Rui Ueyama
2013-11-13
1
-0
/
+4
[next]