Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bunch of namespace pollution. | Dan Gohman | 2009-08-07 | 1 | -1/+1 |
| | | | | llvm-svn: 78363 | ||||
* | Add a Sleep() function. | Mikhail Glushenkov | 2009-02-08 | 1 | -0/+4 |
| | | | | llvm-svn: 64101 | ||||
* | Add Emacs hints to Alarm.inc. | Mikhail Glushenkov | 2009-02-08 | 1 | -3/+3 |
| | | | | | | Also removes some trailing whitespace and fixes one 80-column violation. llvm-svn: 64094 | ||||
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | Implement a generic polled Alarm function. This merely removes the system | Reid Spencer | 2005-12-22 | 1 | -0/+68 |
dependent portion of the lib/Support/SlowOperationTimer code into the lib/System implementation where it can be ported to different platforms. llvm-svn: 24937 |