summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/ilistTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename unittests/ADT/ilistTest.cpp to ilistTestTemp.cpp (temporarily)Duncan P. N. Exon Smith2016-08-231-229/+0
* Fix header comment for unittests/ADT/ilistTest.cppDuncan P. N. Exon Smith2016-08-221-1/+1
* Reapply "ADT: Remove UB in ilist (and use a circular linked list)"Duncan P. N. Exon Smith2016-08-191-0/+77
* Reapply "ADT: Tidy up ilist_traits static asserts, NFC"Duncan P. N. Exon Smith2016-08-191-0/+21
* Revert "ADT: Remove UB in ilist (and use a circular linked list)"Diana Picus2016-08-181-62/+0
* Revert "ADT: Tidy up ilist_traits static asserts, NFC"Diana Picus2016-08-181-17/+0
* ADT: Tidy up ilist_traits static asserts, NFCDuncan P. N. Exon Smith2016-08-171-0/+17
* ADT: Remove UB in ilist (and use a circular linked list)Duncan P. N. Exon Smith2016-08-171-0/+62
* ADT: Add some missing coverage for iplist::spliceDuncan P. N. Exon Smith2016-08-171-0/+32
* ADT: Avoid relying on UB in ilist_node::getNextNode()Duncan P. N. Exon Smith2015-11-111-6/+6
* unittests: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-1/+1
* Explicitly default ilistTest::Node's copy constructorDavid Blaikie2015-03-041-1/+2
* Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...David Blaikie2015-03-031-3/+1
* Remove the explicit SDNodeIterator::operator= in favor of the implicit defaultDavid Blaikie2015-03-031-1/+3
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-2/+2
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-3/+3
* Add an iplist::clearAndLeakNodesUnsafely() function.Jakob Stoklund Olesen2013-01-041-0/+33
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-021-1/+1
* Add an assertion for a likely ilist::splice() contract violation.Jakob Stoklund Olesen2012-12-181-0/+21
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-2/+2
* Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky.Daniel Dunbar2010-05-131-0/+5
* ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null.Daniel Dunbar2010-05-121-0/+39
OpenPOWER on IntegriCloud