Chris Lattner
|
f3ebc3f3d2
|
Remove attribution from file headers, per discussion on llvmdev.
llvm-svn: 45418
|
2007-12-29 20:36:04 +00:00 |
Reid Spencer
|
b1f9935407
|
Don't throw needlessly. Failure of gettimeofday is *very* unlinkely so
just return MinTime if that should ever happen.
llvm-svn: 29826
|
2006-08-22 17:38:44 +00:00 |
Duraid Madina
|
3dbbc88f52
|
comment the hpux bit
llvm-svn: 22081
|
2005-05-16 06:59:53 +00:00 |
Misha Brukman
|
291f6b7223
|
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
llvm-svn: 21704
|
2005-05-05 22:33:09 +00:00 |
Reid Spencer
|
cbeed3571a
|
Make asctime_r work for HP/UX.
llvm-svn: 19544
|
2005-01-14 00:50:50 +00:00 |
Reid Spencer
|
c892a0db9f
|
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
gdb debugger doesn't get confused on which file it is reading (the one in
lib/System or the one in lib/System/{Win32,Unix})
llvm-svn: 19426
|
2005-01-09 23:29:00 +00:00 |