Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
abecae741cb70a3047479eaa77ee55f19dcecbf3
/
llvm
/
lib
/
Support
/
TimeValue.cpp
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
447762d
Merge System into Support.
by Michael J. Spencer
· 15 years ago
[Renamed (95%) from llvm/lib/System/TimeValue.cpp]
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
5f47cae
remove obviously dead uses of IncludeFile.
by Chris Lattner
· 18 years ago
082e2a7
For PR780:
by Reid Spencer
· 19 years ago
291f6b7
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
by Misha Brukman
· 21 years ago
10468d8
Remove trailing whitespace
by Misha Brukman
· 21 years ago
c892a0d
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
by Reid Spencer
· 21 years ago
af6d3d5
For PR351:
by Reid Spencer
· 21 years ago
05be57b
Don't exceed 80 columns.
by Reid Spencer
· 21 years ago
ca141a5
Initial implementation of the TimeValue abstraction.
by Reid Spencer
· 21 years ago