aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/RSProfiling.h
AgeCommit message (Expand)Author
2010-12-19remove dead headerChris Lattner
2009-11-05Make a few more LLVM headers parsable as standalone headers.Douglas Gregor
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-08-10add #ifndef guardsChris Lattner
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2006-02-22Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner
2005-11-28Added documented rsprofiler interface. Also remove new profiler passes, theAndrew Lenharth