Change MachineBasicBlock's vector of MachineInstr pointers into an
[oota-llvm.git] / lib / Analysis / InstCount.cpp
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-08-29 Chris LattnerThere is no reason for this to be a pass!
2002-12-07 Chris LattnerAdd total instruction, bb, & function counts
2002-12-03 Chris LattnerSimplify code
2002-11-17 Chris LattnerCount CallInsts correctly, remove unneccesary initializers
2002-11-13 Dinakar DhurjatiGives the count for various instructions.