summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/BasicBlockTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FastISel] Fix insertion of unconditional branches during FastISelDavid Tellenbach2019-09-201-0/+3
* [opaque pointer types] Pass function types to CallInst creation.James Y Knight2019-02-011-4/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [STLExtras] Add size() for ranges, and remove distance()Vedant Kumar2018-05-161-3/+4
* [STLExtras] Add distance() for ranges, pred_size(), and succ_size()Vedant Kumar2018-05-101-4/+3
* [ADT] Make filter_iterator support bidirectional iterationVedant Kumar2018-04-251-0/+9
* [IR/BasicBlockTest] Fix asan failure introduced in rL330316.Florian Hahn2018-04-191-7/+10
* [BasicBlock] Add instructionsWithoutDebug methods to skip debug insts.Florian Hahn2018-04-191-0/+39
* IR: Fix BasicBlock::phis for empty blocksMatt Arsenault2017-12-291-0/+6
* Remove unnecessary double-assignment triggering -Wsequence-point.Daniel Jasper2017-05-261-1/+1
* [IR] Add an iterator and range accessor for the PHI nodes of a basicChandler Carruth2017-05-261-0/+75
OpenPOWER on IntegriCloud