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
/
ilistTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename unittests/ADT/ilistTest.cpp to ilistTestTemp.cpp (temporarily)
Duncan P. N. Exon Smith
2016-08-23
1
-229
/
+0
*
Fix header comment for unittests/ADT/ilistTest.cpp
Duncan P. N. Exon Smith
2016-08-22
1
-1
/
+1
*
Reapply "ADT: Remove UB in ilist (and use a circular linked list)"
Duncan P. N. Exon Smith
2016-08-19
1
-0
/
+77
*
Reapply "ADT: Tidy up ilist_traits static asserts, NFC"
Duncan P. N. Exon Smith
2016-08-19
1
-0
/
+21
*
Revert "ADT: Remove UB in ilist (and use a circular linked list)"
Diana Picus
2016-08-18
1
-62
/
+0
*
Revert "ADT: Tidy up ilist_traits static asserts, NFC"
Diana Picus
2016-08-18
1
-17
/
+0
*
ADT: Tidy up ilist_traits static asserts, NFC
Duncan P. N. Exon Smith
2016-08-17
1
-0
/
+17
*
ADT: Remove UB in ilist (and use a circular linked list)
Duncan P. N. Exon Smith
2016-08-17
1
-0
/
+62
*
ADT: Add some missing coverage for iplist::splice
Duncan P. N. Exon Smith
2016-08-17
1
-0
/
+32
*
ADT: Avoid relying on UB in ilist_node::getNextNode()
Duncan P. N. Exon Smith
2015-11-11
1
-6
/
+6
*
unittests: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-1
/
+1
*
Explicitly default ilistTest::Node's copy constructor
David Blaikie
2015-03-04
1
-1
/
+2
*
Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...
David Blaikie
2015-03-03
1
-3
/
+1
*
Remove the explicit SDNodeIterator::operator= in favor of the implicit default
David Blaikie
2015-03-03
1
-1
/
+3
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-3
/
+3
*
Add an iplist::clearAndLeakNodesUnsafely() function.
Jakob Stoklund Olesen
2013-01-04
1
-0
/
+33
*
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Add an assertion for a likely ilist::splice() contract violation.
Jakob Stoklund Olesen
2012-12-18
1
-0
/
+21
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky.
Daniel Dunbar
2010-05-13
1
-0
/
+5
*
ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null.
Daniel Dunbar
2010-05-12
1
-0
/
+39