Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [STLExtras] Add size() for ranges, and remove distance() | Vedant Kumar | 2018-05-16 | 1 | -3/+4 |
* | [STLExtras] Add distance() for ranges, pred_size(), and succ_size() | Vedant Kumar | 2018-05-10 | 1 | -4/+3 |
* | [ADT] Make filter_iterator support bidirectional iteration | Vedant Kumar | 2018-04-25 | 1 | -0/+9 |
* | [IR/BasicBlockTest] Fix asan failure introduced in rL330316. | Florian Hahn | 2018-04-19 | 1 | -7/+10 |
* | [BasicBlock] Add instructionsWithoutDebug methods to skip debug insts. | Florian Hahn | 2018-04-19 | 1 | -0/+39 |
* | IR: Fix BasicBlock::phis for empty blocks | Matt Arsenault | 2017-12-29 | 1 | -0/+6 |
* | Remove unnecessary double-assignment triggering -Wsequence-point. | Daniel Jasper | 2017-05-26 | 1 | -1/+1 |
* | [IR] Add an iterator and range accessor for the PHI nodes of a basic | Chandler Carruth | 2017-05-26 | 1 | -0/+75 |