aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/InstCount.cpp
AgeCommit message (Expand)Author
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-22Directly count the number of memory instructions.Chris Lattner
2004-11-16Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++Reid Spencer
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-29There is no reason for this to be a pass!Chris Lattner
2002-12-07Add total instruction, bb, & function countsChris Lattner
2002-12-03Simplify codeChris Lattner
2002-11-17Count CallInsts correctly, remove unneccesary initializersChris Lattner
2002-11-13Gives the count for various instructions.Dinakar Dhurjati