aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Unix/TimeValue.inc
AgeCommit message (Expand)Author
2010-11-29Merge System into Support.Michael J. Spencer
2010-01-22Fix TimeValue::now() on Unix.Torok Edwin
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2006-08-22Don't throw needlessly. Failure of gettimeofday is *very* unlinkely soReid Spencer
2005-05-16comment the hpux bitDuraid Madina
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-01-14Make asctime_r work for HP/UX.Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-11-16Per code review:Reid Spencer
2004-11-15Make it actually compile on Solaris.Reid Spencer
2004-11-15Consolidate the implementation of TimeValue::now() for Unix to use theReid Spencer
2004-11-14Implement the toString methodReid Spencer
2004-09-25Added stub implementations of TimeValue concept for remaining platforms.Reid Spencer