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
...
*
Re-commit r225766, r225767, r225769, r225814, r225816, r225829, and r225832.
Rui Ueyama
2015-01-15
1
-28
/
+28
*
Revert "Convert other drivers to use WrapperNode" and subsequent commits.
Rui Ueyama
2015-01-14
1
-28
/
+28
*
Remove InputGraph::getNextFile().
Rui Ueyama
2015-01-13
1
-28
/
+28
*
Simplify InputGraph API.
Rui Ueyama
2014-12-14
1
-15
/
+11
*
Re-commit r223330: Rewrite InputGraph's Group
Rui Ueyama
2014-12-10
1
-21
/
+53
*
Revert "Rewrite InputGraph's Group"
Rui Ueyama
2014-12-04
1
-53
/
+21
*
Rewrite InputGraph's Group
Rui Ueyama
2014-12-04
1
-21
/
+53
*
[mach-o] remove __compact_unwind atoms once __unwind_info has been generated
Tim Northover
2014-11-04
1
-0
/
+7
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-4
/
+2
*
[mach-o] Implement -demangle.
Nick Kledzik
2014-09-30
1
-1
/
+2
*
Use DenseMap::lookup. No functionality change.
Rui Ueyama
2014-09-26
1
-4
/
+2
*
Fix crash bug on Windows.
Rui Ueyama
2014-09-26
1
-2
/
+4
*
[PECOFF] Support COMDAT associative sections.
Rui Ueyama
2014-06-17
1
-1
/
+11
*
Don't import error_code into the lld namespace.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Add SymbolTable::isCoalescedAway
Rui Ueyama
2014-06-05
1
-21
/
+4
*
Print error message in LinkOnce handler.
Rui Ueyama
2014-06-05
1
-14
/
+12
*
Remove group-parent references.
Rui Ueyama
2014-06-03
1
-2
/
+4
*
Make dead-striping to handle reverse edges.
Rui Ueyama
2014-06-03
1
-2
/
+17
*
Simplify markLive().
Rui Ueyama
2014-06-02
1
-6
/
+5
*
Fix regression introduced in r205566.
Rui Ueyama
2014-05-14
1
-10
/
+11
*
Return the expression result directly.
Rui Ueyama
2014-05-02
1
-3
/
+1
*
SymbolTable::size() returns an unsigned int.
Rui Ueyama
2014-04-04
1
-1
/
+1
*
Do not use temporary variables to pass them to forEachUndefines.
Rui Ueyama
2014-04-04
1
-14
/
+13
*
Return a vector rather than mutating a given one.
Rui Ueyama
2014-04-04
1
-8
/
+4
*
Rename getInputGraph() and getNextFile().
Rui Ueyama
2014-04-04
1
-6
/
+5
*
Minor cleanups.
Rui Ueyama
2014-04-03
1
-7
/
+2
*
Do not check deadStripNever twice.
Rui Ueyama
2014-04-03
1
-28
/
+8
*
Move code into a helper function.
Rui Ueyama
2014-04-03
1
-19
/
+15
*
Minor cleanup.
Rui Ueyama
2014-04-03
1
-9
/
+5
*
Simplify two if's.
Rui Ueyama
2014-04-03
1
-5
/
+3
*
Fix comments.
Rui Ueyama
2014-04-03
1
-1
/
+1
*
Early return.
Rui Ueyama
2014-04-03
1
-7
/
+9
*
Fix ELFFileNode::resetNextIndex().
Rui Ueyama
2014-04-03
1
-25
/
+16
*
Add empty() to atom_collection.
Rui Ueyama
2014-04-03
1
-3
/
+3
*
Remove "this->".
Rui Ueyama
2014-04-03
1
-10
/
+10
*
Simplify communication between Resolver and Input Graph.
Rui Ueyama
2014-04-02
1
-12
/
+15
*
Remove dead code.
Rui Ueyama
2014-04-02
1
-5
/
+0
*
s/llvm::dyn_cast/dyn_cast/
Rui Ueyama
2014-04-02
1
-3
/
+3
*
Use cast<T> instead of dyn_cast<T>.
Rui Ueyama
2014-04-02
1
-2
/
+2
*
Remove dead code.
Rui Ueyama
2014-04-02
1
-6
/
+2
*
Remove dead code.
Rui Ueyama
2014-04-02
1
-4
/
+0
*
Move nextFile() from LinkingContext to InputGraph.
Rui Ueyama
2014-04-02
1
-3
/
+3
*
[core] support .gnu.linkonce sections
Shankar Easwaran
2014-04-01
1
-6
/
+26
*
Revert "[core] support .gnu.linkonce sections"
Shankar Easwaran
2014-03-31
1
-23
/
+5
*
[core] support .gnu.linkonce sections
Shankar Easwaran
2014-03-31
1
-5
/
+23
*
[core] add SectionGroup support
Shankar Easwaran
2014-03-26
1
-2
/
+23
*
Fix odd titlecasing and spacing in an error message.
Rui Ueyama
2014-01-18
1
-2
/
+2
*
Use auto for readability. No functionality change.
Rui Ueyama
2014-01-18
1
-9
/
+8
*
Using "final" as a variable name is a bit confusing in C++11, so rename it.
Rui Ueyama
2014-01-18
1
-2
/
+2
*
Use getError instead of the error_code operator.
Rafael Espindola
2014-01-08
1
-2
/
+3
[prev]
[next]