Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-11-19 | Update SetVector to rely on the underlying set's insert to return a pair<iter... | David Blaikie | 1 | -2/+2 |
2014-04-15 | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 1 | -4/+4 |
2014-03-25 | Simplify loop that worked around bugs in old GCC/Xcode. | Erik Verbruggen | 1 | -8/+2 |
2014-02-10 | Make succ_iterator a real random access iterator and clean up a couple of users. | Benjamin Kramer | 1 | -4/+2 |
2014-01-13 | [cleanup] Move the Dominators.h and Verifier.h headers into the IR | Chandler Carruth | 1 | -1/+1 |
2014-01-07 | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 1 | -1/+0 |
2013-08-20 | Add some constantness. | Jakub Staszak | 1 | -5/+6 |
2013-08-13 | Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walking | Nick Lewycky | 1 | -53/+70 |
2013-07-27 | Reimplement isPotentiallyReachable to make nocapture deduction much stronger. | Nick Lewycky | 1 | -0/+227 |