1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 5f1d013 Use new config.h macro by Chris Lattner · 18 years ago
  3. 26b6c0b On Mac OS/X, make Process::PreventCoreFiles disable crash reporter for by Chris Lattner · 18 years ago
  4. 505f9c8 This function is not documented as throwing an exception and callers don't by Chris Lattner · 18 years ago
  5. 095cc37 Fix accidentally committed patch. by Chris Lattner · 18 years ago
  6. 2b80e8d Fix iterator invalidation bug, identified by Coverity. by Chris Lattner · 18 years ago
  7. c590e9a instead of using mstats, use malloc_zone_statistics which returns numbers by Chris Lattner · 19 years ago
  8. 513a954 Teach -track-memory to work on darwin. Looking at sbrk doesn't work because by Chris Lattner · 19 years ago
  9. 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 19 years ago
  10. 93b3473 Provide an implementation of the GetCurrentUserId and GetCurrentGroupId by Reid Spencer · 19 years ago
  11. e269a1a Use size_t instead of long to represent memory usage. long is 32 bits by Jeff Cohen · 20 years ago
  12. a01aade Add functions for determining if the stdin/out/err is connected to a by Reid Spencer · 20 years ago
  13. 92ced2f Fix a compilation error for the case where mallinfo() is not available. by Reid Spencer · 20 years ago
  14. 68fdcc1 For PR351: by Reid Spencer · 20 years ago
  15. 8b66289 Implement GetTimeUsage correctly. by Reid Spencer · 20 years ago
  16. ed5e7bf Provide a getrusage based implementation of GetTotalMemoryUsage and use by Reid Spencer · 20 years ago
  17. bc1ee84 Consistently use the same #if style. Also, fix a bug testing for sbrk(3) by Reid Spencer · 20 years ago
  18. 721d9aa For PR351: by Reid Spencer · 20 years ago
  19. 27dafe1 Provide a generic unix implementation of the Process abstraction. by Reid Spencer · 20 years ago