1. bcd2498 Removed more <iostream> includes by Bill Wendling · 19 years ago
  2. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  3. 90aa839 Fix more static dtor issues by Chris Lattner · 19 years ago
  4. f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
  5. fed1b27 Timers SHOULD NOT record the time taken to count the bytes allocated in the heap! by Chris Lattner · 20 years ago
  6. 3ac9605 Don't print a 'Total Execution Time' line for the 'Miscellaneous Ungrouped by Chris Lattner · 20 years ago
  7. 6cfbd62 Memory used is a delta between memuse at the start of the time and the by Chris Lattner · 21 years ago
  8. e269a1a Use size_t instead of long to represent memory usage. long is 32 bits by Jeff Cohen · 21 years ago
  9. 7cf9ad3 Silence a VS warning. by Chris Lattner · 21 years ago
  10. aeb47b8 Fix a bug that made the nightly tester *really* slow. During changes for by Reid Spencer · 21 years ago
  11. 7d05563 Fix a bug where system time always equals user time by Reid Spencer · 21 years ago
  12. 0255abb Put some header files back that Win32 needs. by Reid Spencer · 21 years ago
  13. df52c9a For PR351: by Reid Spencer · 21 years ago
  14. f6e5a25 Revert the last patch as it causes a static destruction ordering problem. by Reid Spencer · 21 years ago
  15. 4af3da6 Get rid of some leaks found by VC leak detector. by Reid Spencer · 21 years ago
  16. 6475b8d Undo last change as its unnecessary. by Reid Spencer · 21 years ago
  17. 170eb10 Make a cast explicit. by Reid Spencer · 21 years ago
  18. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  19. b4db5f3 Implement getTimeRecord natively in Win32, properly conditionalize the by Chris Lattner · 21 years ago
  20. b6d465f Finegrainify namespacification by Chris Lattner · 22 years ago
  21. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  22. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  23. e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 22 years ago
  24. d5a310e Implement the NamedRegionTimer class by Chris Lattner · 22 years ago
  25. 96a54db Describe the value name by Chris Lattner · 22 years ago
  26. 71336a9 Fix the JIT in the Nightly tester. This was not a fun bug to track down. by Chris Lattner · 22 years ago
  27. 396aecd Trivial cleanups: no need to include header twice. Global variable is local to file by Chris Lattner · 22 years ago
  28. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  29. ed4775a Remove usage of sys/unistd.h by Chris Lattner · 22 years ago
  30. 8c63883 Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD. by Brian Gaeke · 22 years ago
  31. 903c2d1 Fix compilation problem with some versions of G++ by Chris Lattner · 22 years ago
  32. b8c8829 Fix problem with perror by Chris Lattner · 22 years ago
  33. f205fec Add a new info-output-file option (hidden from --help) which is to be used by by Chris Lattner · 22 years ago
  34. 8166b7c Make more compatible with GCC 2.96 by Chris Lattner · 22 years ago
  35. e040f97 Remove gunk that was supposed to make space evaluation more precise, but never worked. by Chris Lattner · 22 years ago
  36. 98d829c Don't output times in "scientific" notation by Chris Lattner · 22 years ago
  37. bbe5ac1 Squelch warning by Chris Lattner · 23 years ago
  38. 3f39849 * Add new -track-memory option to tools which enables the mem usage column in the reports. by Chris Lattner · 23 years ago
  39. 8f0d824 Add peak memory usage measurement capability by Chris Lattner · 23 years ago
  40. 69e79e0 Simplify code by Chris Lattner · 23 years ago
  41. a95078d Sun can now use mallinfo() by Chris Lattner · 23 years ago
  42. 18eba91 Allow memory sizes to be negative, remove obsolete TmpRSS field by Chris Lattner · 23 years ago
  43. 6cd11f6 mallinfo is not available on sun apparently :( by Chris Lattner · 23 years ago
  44. a5cf936 Minor fix to space accounting by Chris Lattner · 23 years ago
  45. 9d4ef12 Implement MaxRSS in terms of mallinfo instead of the system RSS. This gives by Chris Lattner · 23 years ago
  46. 9550dc2 Add #include by Chris Lattner · 23 years ago
  47. 3400837 Added #include<unistd.h> to compile with solaris gcc3.2 by Anand Shukla · 23 years ago
  48. 6c38a79 Checkin generic interval timer support by Chris Lattner · 23 years ago