aboutsummaryrefslogtreecommitdiff
path: root/utils/profile.pl
AgeCommit message (Expand)Author
2011-04-29Rename profile_rt.so to libprofile_rt.so under configure+make (it already wasNick Lewycky
2010-09-29Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands
2007-09-11update this to use llvm-config, patch by Jose M. MoyaChris Lattner
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