Start using the nicer terminator auto-insertion API
[oota-llvm.git] / lib / Transforms / Instrumentation / ProfilePaths / CombineBranch.cpp
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...