aboutsummaryrefslogtreecommitdiff
path: root/utils/profile.pl
AgeCommit message (Expand)Author
2005-10-13apparently one of the makefile changes changed libprofile.so to profile.soChris Lattner
2005-01-14Fix the path from ../lib/Debug to ../Debug/lib per changes to Makefiles.Reid Spencer
2004-03-08Default to using edge countsChris Lattner
2004-02-10Make block profiling the defaultChris Lattner
2003-11-02Add -help optionChris Lattner
2003-10-29Pass unrecognized options into llvmprofChris Lattner
2003-10-28Add option for block profiling, pass in the "correct" argv[0] to the programChris Lattner
2003-10-28Helper script for collecting profiling instrumentation. Simply runChris Lattner