Add accessor function.
[oota-llvm.git] / lib / Transforms / Instrumentation / ProfilePaths / CombineBranch.cpp
2004-09-30 Brian GaekeAdd accessor function.
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-06-03 Brian GaekeExpand head-of-file comment.
2004-06-01 Brian GaekeUse new form of unconditional branch constructor.
2004-03-30 Brian GaekeStart cleaning up this pass so that I can debug it.
2003-11-20 Chris LattnerStart using the nicer terminator auto-insertion API
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-13 Chris LattnerRegularize header file comments
2003-09-24 Chris LattnerDo not use BasicBlock::*_iterator, just use *_iterator...
2003-09-05 Brian GaekeCorrect comments
2003-07-18 Anand ShuklaA pass to combine multiple backedges that go to same...