aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/BasicBlock.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-22The leak detector is dead, long live asan and valgrind.Rafael Espindola1-10/+0
2014-08-12Move helper for getting a terminating musttail call to BasicBlockReid Kleckner1-0/+31
2014-08-01IR: Add BasicBlock::insertInto()Duncan P. N. Exon Smith1-6/+13
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith1-1/+2
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob1-2/+1
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-1/+1
2014-04-09[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-9/+9
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth1-1/+1
2014-03-04[Modules] Move the LeakDetector header into the IR library where theChandler Carruth1-1/+1
2014-03-04[Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth1-1/+1
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-1/+1
2014-02-25Use DataLayout from the module when easily available.Rafael Espindola1-0/+4
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-6/+6
2013-01-02Rename VMCore directory to IR.Chandler Carruth1-0/+371