1. 5e7f44c Cleaning up static initializers in TimeValue. by Chris Bieneman · 11 years ago
  2. cf21875 Fix 'platform-specific' hyphenations by Alp Toker · 11 years ago
  3. f940f0c Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is explicitly called during module initialization of lib/Support/Process.cpp. It reads the field of global object PosixZeroTime, which is not guaranteed to be initialized at this point. Found by AddressSanitizer with -fsanitize=init-order option. by Alexey Samsonov · 13 years ago
  4. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago[Renamed (95%) from llvm/lib/System/TimeValue.cpp]
  5. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  6. 5f47cae remove obviously dead uses of IncludeFile. by Chris Lattner · 18 years ago
  7. 082e2a7 For PR780: by Reid Spencer · 19 years ago
  8. 291f6b7 Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 21 years ago
  9. 10468d8 Remove trailing whitespace by Misha Brukman · 21 years ago
  10. c892a0d Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly by Reid Spencer · 21 years ago
  11. af6d3d5 For PR351: by Reid Spencer · 21 years ago
  12. 05be57b Don't exceed 80 columns. by Reid Spencer · 21 years ago
  13. ca141a5 Initial implementation of the TimeValue abstraction. by Reid Spencer · 21 years ago