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
/
InputGraph.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove FileNode::parse.
Rui Ueyama
2015-01-15
1
-21
/
+0
*
Remove InputGraph::size().
Rui Ueyama
2015-01-15
1
-8
/
+0
*
Re-commit r225766, r225767, r225769, r225814, r225816, r225829, and r225832.
Rui Ueyama
2015-01-15
1
-83
/
+2
*
Revert "Convert other drivers to use WrapperNode" and subsequent commits.
Rui Ueyama
2015-01-14
1
-2
/
+83
*
Remove InputGraph::getNextFile().
Rui Ueyama
2015-01-13
1
-30
/
+0
*
Simplify.
Rui Ueyama
2015-01-13
1
-25
/
+8
*
Replace vector<unique_ptr<File> with unique_ptr<File>.
Rui Ueyama
2015-01-13
1
-2
/
+2
*
Remove dead code.
Rui Ueyama
2015-01-13
1
-18
/
+0
*
Remove InputGraph::registerObserver.
Rui Ueyama
2015-01-13
1
-11
/
+2
*
Remove InputGraph::dump().
Rui Ueyama
2015-01-13
1
-7
/
+0
*
Convert CoreInputGraph.
Rui Ueyama
2015-01-06
1
-0
/
+7
*
Simplify InputGraph API.
Rui Ueyama
2014-12-14
1
-11
/
+11
*
Make File always take the ownership of a MemoryBuffer.
Rui Ueyama
2014-12-12
1
-11
/
+0
*
Re-commit r223330: Rewrite InputGraph's Group
Rui Ueyama
2014-12-10
1
-33
/
+29
*
Revert "Rewrite InputGraph's Group"
Rui Ueyama
2014-12-04
1
-29
/
+33
*
Rewrite InputGraph's Group
Rui Ueyama
2014-12-04
1
-33
/
+29
*
Subclass InputGraph to get darwin linker library semantics
Nick Kledzik
2014-10-21
1
-0
/
+2
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-2
/
+0
*
Change the signature of insertElementAt and rename addInputElementFront
Rui Ueyama
2014-07-24
1
-11
/
+4
*
Remove all uses of llvm::function_ref from LLD.
Rui Ueyama
2014-07-17
1
-1
/
+1
*
Use std::function instead of llvm::function_ref.
Rui Ueyama
2014-07-17
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-3
/
+4
*
Don't import error_code into the lld namespace.
Rafael Espindola
2014-06-12
1
-3
/
+3
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-1
/
+1
*
Add observers to Input Graph
Rui Ueyama
2014-05-14
1
-3
/
+10
*
Revert "temporary commit."
Rui Ueyama
2014-05-09
1
-10
/
+3
*
temporary commit.
Rui Ueyama
2014-05-09
1
-3
/
+10
*
Simplify InputGraph::getNextFile. No functionality change.
Rui Ueyama
2014-05-07
1
-20
/
+11
*
Expand nested input elements.
Rui Ueyama
2014-05-06
1
-7
/
+5
*
Don't return value rather than always returning true.
Rui Ueyama
2014-05-06
1
-2
/
+1
*
Use range-based for loop. No functionality change.
Rui Ueyama
2014-04-04
1
-16
/
+9
*
Rename getInputGraph() and getNextFile().
Rui Ueyama
2014-04-04
1
-3
/
+3
*
Expand 'auto' that's hard for human to deduce its real type.
Rui Ueyama
2014-04-03
1
-1
/
+1
*
Remove ordinals from Input Graph elements.
Rui Ueyama
2014-04-03
1
-30
/
+0
*
Simplify communication between Resolver and Input Graph.
Rui Ueyama
2014-04-02
1
-35
/
+7
*
Move nextFile() from LinkingContext to InputGraph.
Rui Ueyama
2014-04-02
1
-0
/
+31
*
Remove unused enum Position::ANY and third parameter of insertElementAt().
Rui Ueyama
2014-04-01
1
-6
/
+7
*
Rename insertOneElementAt -> insertElementAt.
Rui Ueyama
2014-04-01
1
-2
/
+2
*
Inline empty constructor.
Rui Ueyama
2014-04-01
1
-5
/
+0
*
Greatly simplify InputGraph.
Rui Ueyama
2014-04-01
1
-53
/
+8
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-13
1
-4
/
+4
*
[C++11] Add #include's for OwningPtr.
Ahmed Charles
2014-03-03
1
-0
/
+1
*
Use getError instead of the error_code operator.
Rafael Espindola
2014-01-08
1
-1
/
+1
*
Make SimpleFileNode inherit from FileNode.
Joey Gouly
2013-12-19
1
-2
/
+1
*
Make anonymous namespace as small as possible.
Rui Ueyama
2013-12-10
1
-4
/
+2
*
[InputGraph] Add capability to process Hidden nodes.
Shankar Easwaran
2013-11-22
1
-1
/
+5
*
[InputGraph] Expand InputGraph nodes.
Shankar Easwaran
2013-11-22
1
-0
/
+32
*
Move InputGraph from Driver to Core. LinkingContext depends on it.
Michael J. Spencer
2013-11-14
1
-0
/
+178