summaryrefslogtreecommitdiff
path: root/lib/Analysis/InstCount.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-03-22Directly count the number of memory instructions.Chris Lattner1-4/+9
2004-11-16Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++Reid Spencer1-1/+1
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner1-1/+1
2004-09-01Changes For Bug 352Reid Spencer1-1/+1
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-08-29There is no reason for this to be a pass!Chris Lattner1-5/+5
2002-12-07Add total instruction, bb, & function countsChris Lattner1-2/+9
2002-12-03Simplify codeChris Lattner1-118/+13
2002-11-17Count CallInsts correctly, remove unneccesary initializersChris Lattner1-37/+3
2002-11-13Gives the count for various instructions.Dinakar Dhurjati1-0/+189