On Sep 24, 2007, at 9:06 PM, Fernando Magno Quintao Pereira wrote: > > Hey guys, I am trying to speed up some of my LLVM/llc passes. Is > there a > way to use something like gprof on llc? If not, do you guys know > anything > that I can use to discover which routines of my passes are taking > most of > the time? make ENABLE_PROFILING=1 -Chris