Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Transforms / Instrumentation / RSProfiling.h
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-02-04 Reid SpencerFor PR1163:
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2005-11-28 Andrew LenharthAdded documented rsprofiler interface. Also remove...
2005-11-28 Andrew LenharthRandom sampling (aka Arnold and Ryder) profiling. ...