| Commit message (Expand) | Author | Age | Files | Lines |
* | For PR797: | Reid Spencer | 2006-08-25 | 1 | -4/+6 |
* | For PR797: | Reid Spencer | 2006-08-22 | 1 | -10/+15 |
* | simple optimization: don't bother calling "exists" (which calls the syscall | Chris Lattner | 2006-07-18 | 1 | -3/+0 |
* | Remove a dead conditional: info_ can only be allocated if FD is good. Improve | Chris Lattner | 2006-07-18 | 1 | -5/+4 |
* | The only entry in the stat buf this code cares about is the size. Keep just | Chris Lattner | 2006-07-18 | 1 | -14/+14 |
* | Reduce code in the error path by only allocating info_ if everything looks | Chris Lattner | 2006-07-18 | 1 | -10/+8 |
* | Unindent some code | Chris Lattner | 2006-07-18 | 1 | -25/+24 |
* | Remove vim settings from source code; people should use llvm/utils/vim/vimrc | Misha Brukman | 2005-05-05 | 1 | -1/+0 |
* | If errno is zero strerror_r does not modify the buffer, leaving it unterminated. | Chris Lattner | 2005-02-13 | 1 | -0/+1 |
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -1/+11 |
* | Make the size() method const | Reid Spencer | 2004-12-13 | 1 | -1/+1 |
* | Path::get -> Path::toString | Reid Spencer | 2004-12-11 | 1 | -4/+4 |
* | Fix bugs in class invariant | Reid Spencer | 2004-11-14 | 1 | -0/+3 |
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+0 |
* | Must include sys/stat.h before declaring a 'struct stat' | Brian Gaeke | 2004-10-05 | 1 | -0/+1 |
* | Added a couple of includes to get this to compile on Sparc. | Tanya Lattner | 2004-10-05 | 1 | -1/+1 |
* | Solaris doesn't have MAP_FILE. | Chris Lattner | 2004-10-05 | 1 | -1/+4 |
* | First version of the MappedFile abstraction for operating system idependent | Reid Spencer | 2004-10-04 | 1 | -0/+138 |