aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Instrumentation.h
AgeCommit message (Expand)Author
2008-03-06fix typosGabor Greif
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-02-20remove some dead passes and stuff specific to the reoptimizer.Chris Lattner
2007-01-07remove an old instrumentation pass that is not used anymore.Chris Lattner
2005-11-28Added documented rsprofiler interface. Also remove new profiler passes, theAndrew Lenharth
2005-11-28Random sampling (aka Arnold and Ryder) profiling. This is still preliminary,...Andrew Lenharth
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-07Add missing createXxxPass functionsJeff Cohen
2005-01-07Fix return typeJeff Cohen
2005-01-06Fix incorrect return type.Jeff Cohen
2004-09-30Add accessor function prototypes for reoptimizer support passes.Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-01-14New headerChris Lattner