1. b5da005 ADT: Never allocate nodes in iplist<> and ilist<> by Duncan P. N. Exon Smith · 9 years ago
  2. 34c4d2a ADT: Move ilist_node_access to ilist_detail::NodeAccess... by Duncan P. N. Exon Smith · 9 years ago
  3. e974f57 ADT: Fix up IListTest.privateNode and get it passing by Duncan P. N. Exon Smith · 9 years ago
  4. f947c3a ADT: Split ilist_node_traits into alloc and callback, NFC by Duncan P. N. Exon Smith · 9 years ago
  5. fbdb201 Rename unittests/ADT/ilistTestTemp.cpp => IListTest.cpp by Duncan P. N. Exon Smith · 9 years ago[Renamed (91%) from llvm/unittests/ADT/ilistTestTemp.cpp]
  6. 75ef78c Rename unittests/ADT/ilistTest.cpp to ilistTestTemp.cpp (temporarily) by Duncan P. N. Exon Smith · 9 years ago[Renamed (96%) from llvm/unittests/ADT/ilistTest.cpp]
  7. 49a8ebd Fix header comment for unittests/ADT/ilistTest.cpp by Duncan P. N. Exon Smith · 9 years ago
  8. 64093a3 Reapply "ADT: Remove UB in ilist (and use a circular linked list)" by Duncan P. N. Exon Smith · 9 years ago
  9. 11cb538 Reapply "ADT: Tidy up ilist_traits static asserts, NFC" by Duncan P. N. Exon Smith · 9 years ago
  10. 9405ae7 Revert "ADT: Remove UB in ilist (and use a circular linked list)" by Diana Picus · 9 years ago
  11. fa1a4b3 Revert "ADT: Tidy up ilist_traits static asserts, NFC" by Diana Picus · 9 years ago
  12. 56ee4f1 ADT: Tidy up ilist_traits static asserts, NFC by Duncan P. N. Exon Smith · 9 years ago
  13. 10ae33a ADT: Remove UB in ilist (and use a circular linked list) by Duncan P. N. Exon Smith · 9 years ago
  14. 4741661 ADT: Add some missing coverage for iplist::splice by Duncan P. N. Exon Smith · 9 years ago
  15. 4042d91 ADT: Avoid relying on UB in ilist_node::getNextNode() by Duncan P. N. Exon Smith · 10 years ago
  16. c8925b1 unittests: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  17. 0bc56da Explicitly default ilistTest::Node's copy constructor by David Blaikie · 11 years ago
  18. 7f1e056 Revert "Remove the explicit SDNodeIterator::operator= in favor of the implicit default" by David Blaikie · 11 years ago
  19. bb8da4c Remove the explicit SDNodeIterator::operator= in favor of the implicit default by David Blaikie · 11 years ago
  20. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  21. b6d0bd4 [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. by Benjamin Kramer · 12 years ago
  22. 4ccabc1 Add an iplist::clearAndLeakNodesUnsafely() function. by Jakob Stoklund Olesen · 13 years ago
  23. b034cb7 Sort a few more #include lines in tools/... unittests/... and utils/... by Chandler Carruth · 13 years ago
  24. b8d29bf Add an assertion for a likely ilist::splice() contract violation. by Jakob Stoklund Olesen · 13 years ago
  25. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  26. 2842f25 Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky. by Daniel Dunbar · 15 years ago
  27. 959ae59 ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null. by Daniel Dunbar · 15 years ago