Added LLVM copyright notice to Makefiles.
[oota-llvm.git] / lib / Support / Timer.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-10 Brian GaekeDon't include Config/stdio.h or <stdio.h>.
2003-10-06 Chris LattnerImplement the NamedRegionTimer class
2003-08-01 Chris LattnerDescribe the value name
2003-07-31 Chris LattnerFix the JIT in the Nightly tester. This was not a...
2003-07-31 Chris LattnerTrivial cleanups: no need to include header twice....
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-19 Chris LattnerRemove usage of sys/unistd.h
2003-06-17 Brian GaekePut ifdefs around use of malloc.h/mallinfo, which isn...
2003-06-06 Chris LattnerFix compilation problem with some versions of G++
2003-06-06 Chris LattnerFix problem with perror
2003-05-09 Chris LattnerAdd a new info-output-file option (hidden from --help...
2003-02-13 Chris LattnerMake more compatible with GCC 2.96
2003-02-13 Chris LattnerRemove gunk that was supposed to make space evaluation...
2003-02-12 Chris LattnerDon't output times in "scientific" notation
2003-02-05 Chris LattnerSquelch warning
2003-01-30 Chris Lattner* Add new -track-memory option to tools which enables...
2002-11-18 Chris LattnerAdd peak memory usage measurement capability
2002-11-04 Chris LattnerSimplify code
2002-11-04 Chris LattnerSun can now use mallinfo()
2002-11-04 Chris LattnerAllow memory sizes to be negative, remove obsolete...
2002-11-04 Chris Lattnermallinfo is not available on sun apparently :(
2002-11-04 Chris LattnerMinor fix to space accounting
2002-11-04 Chris LattnerImplement MaxRSS in terms of mallinfo instead of the...
2002-10-27 Chris LattnerAdd #include
2002-10-04 Anand ShuklaAdded #include<unistd.h> to compile with solaris gcc3.2
2002-10-01 Chris LattnerCheckin generic interval timer support