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
/
llvm
/
unittests
/
ADT
/
SCCIteratorTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Added braces to work around gcc warning in googletest: suggest explicit brace...
Galina Kistanova
2017-06-15
1
-2
/
+4
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[ADT] Actually mutate the iterator VisitStack.back().second, not its copy.
Tim Shen
2016-08-22
1
-228
/
+1
*
[GraphTraits] Replace all NodeType usage with NodeRef
Tim Shen
2016-08-22
1
-5
/
+6
*
[ADT] NFC: Generalize GraphTraits requirement of "NodeType *" in interfaces t...
Tim Shen
2016-08-01
1
-0
/
+1
*
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...
Duncan P. N. Exon Smith
2016-04-05
1
-9
/
+4
*
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...
Eugene Zelenko
2016-04-05
1
-4
/
+9
*
[llvm] Replacing asserts with static_asserts where appropriate
Gabor Horvath
2015-03-16
1
-1
/
+1
*
Remove explicit copy ctor in favor of the default so as not to disable/deprec...
David Blaikie
2015-03-03
1
-2
/
+0
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-1
/
+1
*
SCC: Change clients to use const, NFC
Duncan P. N. Exon Smith
2014-04-25
1
-1
/
+1
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Avoid undefined behaviour if somehow NUM_GRAPHS equals 2^32 (or
Duncan Sands
2011-07-29
1
-10
/
+6
*
Remove extra semicolon.
Jakub Staszak
2011-07-29
1
-1
/
+1
*
Use unsigned rather than uint16_t in case anyone feels like testing
Duncan Sands
2011-07-28
1
-4
/
+4
*
Check an additional property specific to the way LLVM
Duncan Sands
2011-07-28
1
-0
/
+15
*
Add a unittest for the simply connected components (SCC) iterator class.
Duncan Sands
2011-07-28
1
-0
/
+335