The leak detector is dead, long live asan and valgrind.
[oota-llvm.git] / lib / IR / BasicBlock.cpp
2014-12-22 Rafael EspindolaThe leak detector is dead, long live asan and valgrind.
2014-08-12 Reid KlecknerMove helper for getting a terminating musttail call...
2014-08-01 Duncan P. N. Exon... IR: Add BasicBlock::insertInto()
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.