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
/
Driver
/
InputGraph.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move InputGraph from Driver to Core. LinkingContext depends on it.
Michael J. Spencer
2013-11-14
1
-176
/
+0
*
Re-submit r194551: Use empty() instead of size() == 0.
Rui Ueyama
2013-11-13
1
-2
/
+2
*
Revert "Use empty() instead of size() == 0."
Rui Ueyama
2013-11-13
1
-2
/
+2
*
Use empty() instead of size() == 0.
Rui Ueyama
2013-11-13
1
-2
/
+2
*
[cleanup] remove readFile and replace with getBuffer.
Shankar Easwaran
2013-11-11
1
-19
/
+2
*
Remove unnecessary namespace qualifier.
Rui Ueyama
2013-11-05
1
-2
/
+2
*
Replace ErrorOr<void> with error_code.
Rafael Espindola
2013-11-05
1
-1
/
+1
*
Replace a recursive tail call with an infinite loop.
Rui Ueyama
2013-10-11
1
-16
/
+19
*
Do not process .objtxt file twice.
Rui Ueyama
2013-10-09
1
-2
/
+5
*
[Layout] Assign ordinals in Resolution order.
Shankar Easwaran
2013-10-09
1
-27
/
+0
*
[inputGraph] Associate Resolve state with appropriate nodes
Shankar Easwaran
2013-10-09
1
-1
/
+66
*
Update error classes from all lowercase to camel case.
Rui Ueyama
2013-10-09
1
-1
/
+1
*
Use size_t for array index.
Rui Ueyama
2013-10-08
1
-2
/
+2
*
Move duplicate code in InputGraphs to the parent class.
Rui Ueyama
2013-10-08
1
-0
/
+29
*
[lld][InputGraph] Change the Resolver to use inputGraph
Shankar Easwaran
2013-10-07
1
-20
/
+69
*
Change the parseFile argument from MemoryBuffer pointer to LinkerInput
Joerg Sonnenberger
2013-09-07
1
-0
/
+15
*
add InputGraph functionality
Shankar Easwaran
2013-08-21
1
-0
/
+56