1. 757ca88 Remove TimeValue usage from llvm/Support by Pavel Labath · 9 years ago
  2. ea877d4 Implement getRandomBytes() function by Eugene Leviant · 9 years ago
  3. 91d3cfe Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes." by Duncan P. N. Exon Smith · 10 years ago
  4. 1760dc2 Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes. by Eugene Zelenko · 10 years ago
  5. c7e3f3a Remove the configure and cmake checks for sys/wait.h by Justin Bogner · 10 years ago
  6. a7c40ef Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  7. 9ab9fe9 Fix build on Solaris 11. by Rafael Espindola · 12 years ago
  8. 37f69de Remove dead or useless header checks from cmake and autoconf by Reid Kleckner · 12 years ago
  9. 802d755 Sort includes for all of the .h files under the 'lib' tree. These were by Chandler Carruth · 13 years ago
  10. 04b795b [Support/Unix] Unconditionally include time.h. by Michael J. Spencer · 14 years ago
  11. 54c9eb6 Now to chant the magical incantation that will exorcise the System library by Charles Davis · 15 years ago
  12. 4d2e150 Missed a spot. by Michael J. Spencer · 15 years ago
  13. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago[Renamed from llvm/lib/System/Unix/Unix.h]
  14. 1a93330 Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the by Jeffrey Yasskin · 16 years ago
  15. 970da81 glibc has two versions of strerror_r, a standards compliant one and a GNU by Dan Gohman · 16 years ago
  16. 3222b9b Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get: by Daniel Dunbar · 17 years ago
  17. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  18. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  19. 50eac3b For PR797: by Reid Spencer · 19 years ago
  20. e4ca722 For PR797: by Reid Spencer · 19 years ago
  21. 879ed5a For PR797: by Reid Spencer · 19 years ago
  22. 42bcf6e For PR797: by Reid Spencer · 19 years ago
  23. 5a9d2e5 Change AllocateRWX/DeallocateRWX to not throw an exception. by Chris Lattner · 19 years ago
  24. 10468d8 Remove trailing whitespace by Misha Brukman · 21 years ago
  25. b02566d For Bug 543: by Reid Spencer · 21 years ago
  26. 6e528dc Fix a bug in my previous change to this, which broke the build on sparcs. by Chris Lattner · 21 years ago
  27. 743dd2c If errno is zero strerror_r does not modify the buffer, leaving it unterminated. by Chris Lattner · 21 years ago
  28. e925d8b For PR351: by Reid Spencer · 21 years ago
  29. 6ef473f Make this work with the ICC compiler, contributed by Bjørn Wennberg by Chris Lattner · 21 years ago
  30. 2dd5e71 Forget strerror_r, it causes problems. Fix later when threading matters by Reid Spencer · 21 years ago
  31. abb04cf Adjust sys/stat.h inclusion so its only for SunOS. by Reid Spencer · 21 years ago
  32. c3ef3cc Added a couple of includes to get this to compile on Sparc. by Tanya Lattner · 21 years ago
  33. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  34. 4f48470 Add a new abstraction, SysConfig for platform independent system by Reid Spencer · 21 years ago
  35. f98fff3 Add inclusion of assert.h by Reid Spencer · 21 years ago
  36. 2f209c4 Include some additional header files. Fix the banner length. by Reid Spencer · 21 years ago
  37. 814ba57 Initial implementation of the Path operating system concept. by Reid Spencer · 21 years ago