1. 775bbc3 Zero-initialize chrono duration objects by Pavel Labath · 9 years ago
  2. 757ca88 Remove TimeValue usage from llvm/Support by Pavel Labath · 9 years ago
  3. 8472f84 Make HAVE_DECL_ARC4RANDOM always defined. Sort the entry correctly. by Joerg Sonnenberger · 9 years ago
  4. 1b73e66 [Support] Creation of minidump after compiler crash on Windows by Leny Kholodov · 9 years ago
  5. 91d3cfe Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes." by Duncan P. N. Exon Smith · 10 years ago
  6. 1760dc2 Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes. by Eugene Zelenko · 10 years ago
  7. 7a08381 Remove uses of builtin comma operator. by Richard Trieu · 10 years ago
  8. 515f8df Avoid buffered reads of /dev/urandom by Rafael Espindola · 10 years ago
  9. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  10. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  11. 8d98196 Small cleanup. Don't use else when not needed. Pointed out by David Majnemer. by Davide Italiano · 11 years ago
  12. faafae3 [Support/Timer] Make GetMallocUsage() aware of jemalloc. by Davide Italiano · 11 years ago
  13. f9a1897 Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition. by Aaron Ballman · 11 years ago
  14. c0610bf Remove dead code. NFC. by Rafael Espindola · 11 years ago
  15. 2416521 [Modules] Add some missing includes to make files compile stand-alone. by Benjamin Kramer · 11 years ago
  16. ecc1777 Unix/Process: Don't use pthread_sigmask if we aren't built with threads by David Majnemer · 11 years ago
  17. 7348322 Attempt to calm down buildbots by David Majnemer · 11 years ago
  18. 51c2afc Support: Don't call close again if we get EINTR by David Majnemer · 11 years ago
  19. 121a174 Support: Add a utility to remap std{in,out,err} to /dev/null if closed by David Majnemer · 11 years ago
  20. 7827217 Adding #ifdef around TermColorMutex based on feedback from Craig Topper. by Chris Bieneman · 11 years ago
  21. fa35e11 Converting terminalHasColors mutex to a global ManagedStatic to avoid the static destructor. by Chris Bieneman · 11 years ago
  22. db4ed0b Remove 'using std::errro_code' from lib. by Rafael Espindola · 11 years ago
  23. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  24. 03bddfe Use error_code() instead of error_code::succes() by Rafael Espindola · 11 years ago
  25. e73658d [C++] Use 'nullptr'. by Craig Topper · 11 years ago
  26. d6f1f84 [C++11] Replace llvm::tie with std::tie. by Benjamin Kramer · 12 years ago
  27. 4ccfe39 Fix configure to find arc4random via header files. by Todd Fiala · 12 years ago
  28. 61eae2e Revert "Revert "Windows: Add support for unicode command lines"" by David Majnemer · 12 years ago
  29. f636cf4 Revert "Windows: Add support for unicode command lines" by David Majnemer · 12 years ago
  30. 80bea0c Windows: Add support for unicode command lines by David Majnemer · 12 years ago
  31. 92d649a Support ANSI escape code on Windows by Nico Rieck · 12 years ago
  32. 471d0c5 Add getenv() wrapper that works on multibyte environment variable. by Rui Ueyama · 12 years ago
  33. 7a04234 Support/Process: Add comments about PageSize and AllocationGranularity on Cygwin and Win32. by NAKAMURA Takumi · 12 years ago
  34. 3bbbe2e Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin." by NAKAMURA Takumi · 12 years ago
  35. 67ff8b7 Go through the really awkward dance required to delete the memory by Chandler Carruth · 12 years ago
  36. d9fd87b Removing unused functionality. by Aaron Ballman · 12 years ago
  37. 5bd3fab GCC warns about removing const with a c-style cast. by Benjamin Kramer · 12 years ago
  38. 9121985 Remove all checking for the various terminfo headers (term.h and by Chandler Carruth · 12 years ago
  39. f11f1e4 Target a minimal terminfo library rather than necessarily a full curses by Chandler Carruth · 12 years ago
  40. cad7e5e Add support for linking against a curses library when available and by Chandler Carruth · 12 years ago
  41. ca69260 Remove MSan hack that is no longer needed. by Evgeniy Stepanov · 12 years ago
  42. a5b58f9 Workaround an MSan false positive. by Evgeniy Stepanov · 13 years ago
  43. b5429f4 Eric thought that Darwin was right to use -1 consistently rather than by Chandler Carruth · 13 years ago
  44. 2aaec89f Try to suppress the use of clock_gettime on Darwin which apparantly by Chandler Carruth · 13 years ago
  45. ef7f968 Add time getters to the process interface for requesting the elapsed by Chandler Carruth · 13 years ago
  46. 15dcad9 Flesh out a page size accessor in the new API. by Chandler Carruth · 13 years ago
  47. b12634b Remove an unused function in the old Process interface. by Chandler Carruth · 13 years ago
  48. 5473dfb Switch this code to a more idiomatic double using namespace directive. by Chandler Carruth · 13 years ago
  49. 97683aa Begin sketching out the process interface. by Chandler Carruth · 13 years ago
  50. 22738d0 Add support for the OpenBSD for Bitrig. by Eric Christopher · 13 years ago
  51. 712de82 Process: Add sys::Process::FileDescriptorHasColors(). by Daniel Dunbar · 13 years ago
  52. 5f1c956 [Support] Fix sys::GetRandomNumber() to always use a high quality seed. by Daniel Dunbar · 13 years ago
  53. 7bec741 Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743. by NAKAMURA Takumi · 13 years ago
  54. 54acb28 Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp to Unix/Process.inc. by NAKAMURA Takumi · 13 years ago
  55. 13d16f3 Reapply 'Add reverseColor to raw_ostream'. by Benjamin Kramer · 14 years ago
  56. 64104f1 Revert r154800 which breaks windows builders. by Argyrios Kyrtzidis · 14 years ago
  57. d17db2e Add reverseColor to raw_ostream. by Argyrios Kyrtzidis · 14 years ago
  58. 14ada94 Fix the build under Debian GNU/Hurd. Thanks to Pino Toscano for the patch by Sylvestre Ledru · 14 years ago
  59. da22f30 Remove SetWorkingDirectory from the Process interface. Nothing in LLVM by Chandler Carruth · 14 years ago
  60. 9b92e2b sys::Process: Add a SetWorkingDirectory method. by Daniel Dunbar · 14 years ago
  61. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago[Renamed (97%) from llvm/lib/System/Unix/Process.inc]
  62. 129819d move a few more symbols to .rodata by Nuno Lopes · 16 years ago
  63. 2c7457c Fix malloc.h is deprecated warning on DragonFly BSD. by Edward O'Callaghan · 16 years ago
  64. 8227b05 Haiku porting patches, Credit to Paul Davey. by Edward O'Callaghan · 16 years ago
  65. e592923 Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't by Dan Gohman · 16 years ago
  66. 44d423a Tweak code into an equivalent form for which icc by Duncan Sands · 16 years ago
  67. a83e868 Get rid of a helgrind warning. If this is _actually_ a performance problem, by Owen Anderson · 16 years ago
  68. 9b5a47f Add support for outputting ANSI colors to raw_fd_ostream. by Torok Edwin · 16 years ago
  69. c1fca9fb Work around a page size issue on Cygwin. by Jay Foad · 16 years ago
  70. b81294d termios.h contains the winsize structure we need to determine the by Douglas Gregor · 16 years ago
  71. 1543661 Add terminal width detection to llvm::sys::Process. This is needed to by Douglas Gregor · 16 years ago
  72. 4840515 Restore code to disable crash catcher on older OS X systems by Nate Begeman · 18 years ago
  73. f8be383 Actually disable crash reporting on Mac OS X, returning bugpoint to speedy by Nate Begeman · 18 years ago
  74. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  75. a4f1e8f Use new config.h macro by Chris Lattner · 19 years ago
  76. 2f107cf On Mac OS/X, make Process::PreventCoreFiles disable crash reporter for by Chris Lattner · 19 years ago
  77. f64397b This function is not documented as throwing an exception and callers don't by Chris Lattner · 19 years ago
  78. 227d442 Fix accidentally committed patch. by Chris Lattner · 19 years ago
  79. 1971e8a Fix iterator invalidation bug, identified by Coverity. by Chris Lattner · 19 years ago
  80. 16cbc6a instead of using mstats, use malloc_zone_statistics which returns numbers by Chris Lattner · 20 years ago
  81. 698fa76 Teach -track-memory to work on darwin. Looking at sbrk doesn't work because by Chris Lattner · 20 years ago
  82. 291f6b7 Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 20 years ago
  83. 2d45e25 Provide an implementation of the GetCurrentUserId and GetCurrentGroupId by Reid Spencer · 21 years ago
  84. c892a0d Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly by Reid Spencer · 21 years ago[Renamed from llvm/lib/System/Unix/Process.cpp]
  85. 1a26d15 Use size_t instead of long to represent memory usage. long is 32 bits by Jeff Cohen · 21 years ago
  86. 6f802ba Add functions for determining if the stdin/out/err is connected to a by Reid Spencer · 21 years ago
  87. 0f371a1 Fix a compilation error for the case where mallinfo() is not available. by Reid Spencer · 21 years ago
  88. cf15b87 For PR351: by Reid Spencer · 21 years ago
  89. d4c6988 Implement GetTimeUsage correctly. by Reid Spencer · 21 years ago
  90. 8005e66 Provide a getrusage based implementation of GetTotalMemoryUsage and use by Reid Spencer · 21 years ago
  91. 1cf74ce Consistently use the same #if style. Also, fix a bug testing for sbrk(3) by Reid Spencer · 21 years ago
  92. ac38f3a For PR351: by Reid Spencer · 21 years ago
  93. 33b9d77 Provide a generic unix implementation of the Process abstraction. by Reid Spencer · 21 years ago