Set proper debug location for branch added in BasicBlock::splitBasicBlock().
[oota-llvm.git] / lib / IR / User.cpp
2015-06-10 Pete CooperStop returning a Use* from allocHungOffUses.
2015-06-10 Pete CooperAdd User::growHungoffUses and use it to grow the hung...
2015-06-10 Pete CooperMake User track whether a class has 'hung off uses...
2015-06-10 Pete CooperMove the special Phi logic for hung off uses in to...
2014-10-15 Duncan P. N. Exon... IR: Cleanup comments for Value, User, and MDNode
2014-03-25 Yaron KerenDisable Visual C++ warning 4722 about aborting a destru...
2014-03-24 Yaron KerenIn Release modes, Visual Studio complains that the...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.