Add structures used for collecting eh information.
[oota-llvm.git] / include / llvm / Support / Timer.h
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-29 Chris LattnerFix quotes.
2005-01-29 Jeff CohenUnbreak VC++ build
2005-01-29 Chris LattnerMemory used is a delta between memuse at the start...
2005-01-08 Jeff CohenUse size_t instead of long to represent memory usage...
2004-09-01 Reid SpencerChanges For Bug 352
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-10-06 Chris LattnerDoxygenize class comments. Add new NamedRegionTimer...
2003-07-25 Chris LattnerAdd includes of assert
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-05-09 Chris LattnerUpdates to match recent timer updates
2002-11-18 Chris LattnerAdd facility to compute peak memory usage
2002-11-04 Chris LattnerAllow memory sizes to be negative, eliminate TmpRSS
2002-10-03 Chris LattnerThe wall clock timer (implementing using the RTC or...
2002-10-01 Chris LattnerCheckin generic interval timer support