Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-06-08 | [C++11] Use 'nullptr'. | Craig Topper | 1 | -2/+2 |
2014-03-02 | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 1 | -3/+3 |
2013-01-04 | Add an iplist::clearAndLeakNodesUnsafely() function. | Jakob Stoklund Olesen | 1 | -0/+33 |
2013-01-02 | Sort a few more #include lines in tools/... unittests/... and utils/... | Chandler Carruth | 1 | -1/+1 |
2012-12-18 | Add an assertion for a likely ilist::splice() contract violation. | Jakob Stoklund Olesen | 1 | -0/+21 |
2012-12-04 | Sort the #include lines for unittest/... | Chandler Carruth | 1 | -2/+2 |
2010-05-13 | Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky. | Daniel Dunbar | 1 | -0/+5 |
2010-05-12 | ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null. | Daniel Dunbar | 1 | -0/+39 |