llvm-6502/lib
Torok Edwin b0a5baefaa Fix TimeValue::now() on Unix.
TimeValue()::now().toEpochTime() is supposed to be the same as time(),
but it wasn't, because toEpoch subtracted PosixZeroTime, but now()
didn't add PosixZeroTime!
Add a unittest to check this works.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94178 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-22 15:51:31 +00:00
..
Analysis Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
Archive Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
AsmParser Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
Bitcode Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
CodeGen Revert r94066, which was the patch which added a Verifier pass after 2010-01-22 10:48:28 +00:00
CompilerDriver Make Path use StringRef instead of std::string where possible. 2009-12-17 21:02:39 +00:00
ExecutionEngine Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
Linker Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
MC add comment support to the rest of the directives. 2010-01-22 07:36:39 +00:00
Support Avoid printing a spurious semicolon when there is no filename. 2010-01-21 10:13:27 +00:00
System Fix TimeValue::now() on Unix. 2010-01-22 15:51:31 +00:00
Target Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
Transforms Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
VMCore Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
Makefile