Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | Don't throw needlessly. Failure of gettimeofday is *very* unlinkely so | Reid Spencer | 2006-08-22 | 1 | -2/+7 |
| | | | | | | just return MinTime if that should ever happen. llvm-svn: 29826 | ||||
* | comment the hpux bit | Duraid Madina | 2005-05-16 | 1 | -0/+1 |
| | | | | llvm-svn: 22081 | ||||
* | Remove vim settings from source code; people should use llvm/utils/vim/vimrc | Misha Brukman | 2005-05-05 | 1 | -1/+0 |
| | | | | llvm-svn: 21704 | ||||
* | Make asctime_r work for HP/UX. | Reid Spencer | 2005-01-14 | 1 | -0/+4 |
| | | | | llvm-svn: 19544 | ||||
* | Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly | Reid Spencer | 2005-01-09 | 1 | -0/+47 |
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 |