1. 1b73e66 [Support] Creation of minidump after compiler crash on Windows by Leny Kholodov · 9 years ago
  2. 7d831a5 Assert that Process::FindInEnvPath() is passed a relative path. by Nico Weber · 10 years ago
  3. 0a010c2 [Support] Remove statically initialized yet dead code. by Benjamin Kramer · 11 years ago
  4. 16132e6 Purge unused includes throughout libSupport. by Benjamin Kramer · 11 years ago
  5. c0610bf Remove dead code. NFC. by Rafael Espindola · 11 years ago
  6. 33d1ae5 Refactor the code in clang to find a file in a PATH like environment variable into a helper function by Ehsan Akhgari · 11 years ago
  7. cfe341f Fix .cpp files claiming to be header files by Hans Wennborg · 11 years ago
  8. 24fdbe5 Disable Visual C++ warning 4722 about aborting a destructor, by Yaron Keren · 12 years ago
  9. 3f5e8b8 Hopefully fixing the MinGW 32 build, which was broken by r200767. Not using rand_s() since MinGW does not have an implementation for it, but instead using the underlying CryptGenRandom APIs. by Aaron Ballman · 12 years ago
  10. 7844073 Implemented support for Process::GetRandomNumber on Windows. by Aaron Ballman · 12 years ago
  11. 92d649a Support ANSI escape code on Windows by Nico Rieck · 12 years ago
  12. ef7f968 Add time getters to the process interface for requesting the elapsed by Chandler Carruth · 13 years ago
  13. be81023 Resort the #include lines in include/... and lib/... with the by Chandler Carruth · 13 years ago
  14. acd64be Go ahead and get rid of the old page size interface and convert all the by Chandler Carruth · 13 years ago
  15. 15dcad9 Flesh out a page size accessor in the new API. by Chandler Carruth · 13 years ago
  16. 5473dfb Switch this code to a more idiomatic double using namespace directive. by Chandler Carruth · 13 years ago
  17. 304de3c Delete a cut/paste-o from r171290. Very sorry about the noise. by Chandler Carruth · 13 years ago
  18. 5412246 Suppress a MSVC warning complaining about the code working as intended. by Chandler Carruth · 13 years ago
  19. 97683aa Begin sketching out the process interface. by Chandler Carruth · 13 years ago
  20. 54acb28 Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp to Unix/Process.inc. by NAKAMURA Takumi · 13 years ago
  21. d5f82d9 [Support] Add missing include. by Daniel Dunbar · 13 years ago
  22. b57ddd4 [Support] Add sys::Process::GetRandomNumber(). by Daniel Dunbar · 13 years ago
  23. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago[Renamed (93%) from llvm/lib/System/Process.cpp]
  24. a8b7e78 Remove uses of llvm/System/IncludeFile.h that are no longer needed. by Dan Gohman · 17 years ago
  25. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  26. 082e2a7 For PR780: by Reid Spencer · 19 years ago
  27. 291f6b7 Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 20 years ago
  28. 10468d8 Remove trailing whitespace by Misha Brukman · 20 years ago
  29. c892a0d Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly by Reid Spencer · 21 years ago
  30. 97d4a17 For PR351: by Reid Spencer · 21 years ago
  31. 566ac28 Provide initial implementations of Memory and Process concepts for various by Reid Spencer · 21 years ago