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
/
unittests
/
DriverTests
/
InputGraphTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-commit r225766, r225767, r225769, r225814, r225816, r225829, and r225832.
Rui Ueyama
2015-01-15
1
-122
/
+0
*
Revert "Convert other drivers to use WrapperNode" and subsequent commits.
Rui Ueyama
2015-01-14
1
-0
/
+122
*
Remove InputGraph::getNextFile().
Rui Ueyama
2015-01-13
1
-83
/
+0
*
Remove dead code.
Rui Ueyama
2015-01-13
1
-24
/
+0
*
Remove InputGraph::registerObserver.
Rui Ueyama
2015-01-13
1
-15
/
+0
*
Simplify InputGraph API.
Rui Ueyama
2014-12-14
1
-5
/
+5
*
Remove dead code.
Rui Ueyama
2014-12-14
1
-8
/
+2
*
Re-commit r223330: Rewrite InputGraph's Group
Rui Ueyama
2014-12-10
1
-86
/
+7
*
Revert "Rewrite InputGraph's Group"
Rui Ueyama
2014-12-04
1
-7
/
+86
*
Rewrite InputGraph's Group
Rui Ueyama
2014-12-04
1
-86
/
+7
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-1
/
+0
*
Fix test build on windows.
Rafael Espindola
2014-06-11
1
-1
/
+1
*
Move Simple.h and Alias.h to include/Core.
Rui Ueyama
2014-06-11
1
-1
/
+1
*
Add observers to Input Graph
Rui Ueyama
2014-05-14
1
-0
/
+15
*
Expand nested input elements.
Rui Ueyama
2014-05-06
1
-6
/
+13
*
Add a test for notifyProgress().
Rui Ueyama
2014-05-06
1
-0
/
+8
*
Remove unused variable.
Rui Ueyama
2014-05-06
1
-1
/
+0
*
Fix copypaste error.
Rui Ueyama
2014-05-06
1
-1
/
+1
*
s/My/Test/ as these classes are for tests.
Rui Ueyama
2014-05-06
1
-11
/
+13
*
Make the test even more readable.
Rui Ueyama
2014-05-06
1
-202
/
+80
*
Simplify unit test code.
Rui Ueyama
2014-05-06
1
-20
/
+6
*
Remove meaningless return value in test.
Rui Ueyama
2014-05-06
1
-2
/
+1
*
Replace copypasta with function calls to make tests intelligible.
Rui Ueyama
2014-05-06
1
-95
/
+30
*
Don't return value rather than always returning true.
Rui Ueyama
2014-05-06
1
-9
/
+9
*
Remove a method that no one is using.
Rui Ueyama
2014-05-06
1
-12
/
+0
*
Rename getInputGraph() and getNextFile().
Rui Ueyama
2014-04-04
1
-27
/
+27
*
Fix comments.
Rui Ueyama
2014-04-03
1
-1
/
+1
*
Remove ordinals from Input Graph elements.
Rui Ueyama
2014-04-03
1
-39
/
+34
*
Remove unused fields/member functions from unit test.
Rui Ueyama
2014-04-02
1
-13
/
+4
*
Remove unused include.
Rui Ueyama
2014-04-02
1
-2
/
+0
*
Simplify communication between Resolver and Input Graph.
Rui Ueyama
2014-04-02
1
-1
/
+1
*
s/llvm::dyn_cast/dyn_cast/
Rui Ueyama
2014-04-02
1
-10
/
+10
*
Merge ELFGroup with Group.
Rui Ueyama
2014-04-01
1
-11
/
+2
*
Remove duplicate code in unit tests carried in from main code.
Rui Ueyama
2014-04-01
1
-23
/
+5
*
Simplify InputGraphTest.
Rui Ueyama
2014-04-01
1
-8
/
+4
*
Greatly simplify InputGraph.
Rui Ueyama
2014-04-01
1
-237
/
+52
*
Make anonymous namespace as small as possible.
Rui Ueyama
2014-03-27
1
-2
/
+2
*
Add "override" and remove "virtual" where appropriate.
Rui Ueyama
2014-03-06
1
-16
/
+16
*
Use getError instead of the error_code operator.
Rafael Espindola
2014-01-08
1
-46
/
+46
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-2
/
+1
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-10
/
+1
*
[InputGraph] Add capability to process Hidden nodes.
Shankar Easwaran
2013-11-22
1
-2
/
+82
*
[InputGraph] Expand InputGraph nodes.
Shankar Easwaran
2013-11-22
1
-0
/
+188
*
[test] Add InputGraph tests
Shankar Easwaran
2013-11-21
1
-0
/
+365