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 | -53/+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 | ||||
* | Remove useless #include. | Reid Spencer | 2004-11-16 | 1 | -1/+0 |
| | | | | | | Patch contributed by Jeff Cohen. llvm-svn: 17891 | ||||
* | Patches to make this file actually compile under windows. | Reid Spencer | 2004-09-15 | 1 | -13/+22 |
| | | | | | | Patches submitted by Jeff Cohen. Thanks Jeff! llvm-svn: 16362 | ||||
* | Simplify the sys::Memory interface per Chris' request. | Reid Spencer | 2004-09-13 | 1 | -8/+9 |
| | | | | llvm-svn: 16318 | ||||
* | Provide initial implementations of Memory and Process concepts for various | Reid Spencer | 2004-09-11 | 1 | -0/+44 |
platforms. Implement GetLLVMSuffix function for the Path concept. llvm-svn: 16292 |