Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly | Reid Spencer | 2005-01-09 | 1 | -154/+0 |
| | | | | | | | 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 | ||||
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -1/+11 |
| | | | | | | * Ensure #includes are wrapped with appropriate HAVE_ guards llvm-svn: 19156 | ||||
* | Make the size() method const | Reid Spencer | 2004-12-13 | 1 | -1/+1 |
| | | | | llvm-svn: 18852 | ||||
* | Path::get -> Path::toString | Reid Spencer | 2004-12-11 | 1 | -4/+4 |
| | | | | llvm-svn: 18785 | ||||
* | Fix bugs in class invariant | Reid Spencer | 2004-11-14 | 1 | -0/+3 |
| | | | | llvm-svn: 17779 | ||||
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+0 |
| | | | | llvm-svn: 17286 | ||||
* | Must include sys/stat.h before declaring a 'struct stat' | Brian Gaeke | 2004-10-05 | 1 | -0/+1 |
| | | | | llvm-svn: 16728 | ||||
* | Added a couple of includes to get this to compile on Sparc. | Tanya Lattner | 2004-10-05 | 1 | -1/+1 |
| | | | | llvm-svn: 16685 | ||||
* | Solaris doesn't have MAP_FILE. | Chris Lattner | 2004-10-05 | 1 | -1/+4 |
| | | | | llvm-svn: 16682 | ||||
* | First version of the MappedFile abstraction for operating system idependent | Reid Spencer | 2004-10-04 | 1 | -0/+138 |
mapping of files. This first version uses mmap where its available. The class needs to implement an alternate mechanism based on malloc'd memory and file reading/writing for platforms without virtual memory. llvm-svn: 16649 |