summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32/Path.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-091-756/+0
* Where do these tabs keep coming from???Jeff Cohen2004-12-311-1/+1
* Mostly cleanup, but also some bug fixes, for win32/Path.cppJeff Cohen2004-12-311-38/+81
* Get rid of those nasty tabs...Jeff Cohen2004-12-311-18/+18
* Bring win32/Path.cpp up to date with respect to Unix/Path.cppJeff Cohen2004-12-311-9/+104
* Fix VC++ compilation errorJeff Cohen2004-12-241-2/+7
* Put CopyFile in the sys namespace.Reid Spencer2004-12-231-1/+1
* Fix win32 breakageJeff Cohen2004-12-181-0/+1
* Change the signatures of the destroyFile and destroyDirectory methods toReid Spencer2004-12-151-2/+2
* Remove the CFE's lib directory from the bytecode path because LLVM shouldReid Spencer2004-12-151-7/+0
* Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer2004-12-151-2/+12
* Fix VC++ compilation errorsJeff Cohen2004-12-151-6/+1
* For PR351:Reid Spencer2004-12-151-1/+24
* Add the getMagicNumber method.Reid Spencer2004-12-141-0/+19
* Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen2004-12-141-0/+36
* For PR351:Reid Spencer2004-12-131-0/+9
* Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXTReid Spencer2004-12-131-5/+0
* Fix a bug where "." or any single character file name doesn't get theReid Spencer2004-12-131-1/+1
* * Add a std::ostream inserter for sys::PathReid Spencer2004-12-131-1/+1
* Fix recent breakage of win32 buildJeff Cohen2004-12-131-8/+0
* Implement new functions per new interfaceReid Spencer2004-12-131-55/+48
* Remove useless #include.Reid Spencer2004-11-161-1/+0
* Fix isBytecodeFile to correctly recognized compressed bytecode too.Reid Spencer2004-11-091-4/+7
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-59/+59
* Improve validity checking of windows path names and fix file creationReid Spencer2004-09-291-31/+78
* Porting of Unix implementation to Win32.Reid Spencer2004-09-181-48/+190
* Patches to make this file actually compile under windows.Reid Spencer2004-09-151-11/+334
* Provide initial implementations of Memory and Process concepts for variousReid Spencer2004-09-111-0/+33
OpenPOWER on IntegriCloud