aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Win32/Path.inc
AgeCommit message (Expand)Author
2007-07-06finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif
2007-05-06pull some win32 code into common code, add bitcode identification support.Chris Lattner
2007-04-07Unbreak VC++ build.Jeff Cohen
2007-04-07For PR1291:Reid Spencer
2007-03-29For PR789:Reid Spencer
2007-03-29Determine absolute paths the correct way :)Jeff Cohen
2007-03-29Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer
2007-03-29For PR789:Reid Spencer
2006-11-05Unbreak VC++ build.Jeff Cohen
2006-09-01- Fixed broken Win32 buildAnton Korobeynikov
2006-08-25For PR797:Reid Spencer
2006-08-24For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-22Update for changes in Path class interface for exception removal.Reid Spencer
2006-08-01Remove some now-dead methods. Use getFileStatus instead.Chris Lattner
2006-08-01elimiante some syscallsChris Lattner
2006-08-01Minor fix due to recent API changesAnton Korobeynikov
2006-07-28Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner
2006-07-28Update win32 for Path::getStatusInfoChris Lattner
2006-07-28Modify Path::eraseFromDisk to not throw an exception.Chris Lattner
2006-06-08Squelch a warning about signed/unsigned.Reid Spencer
2006-06-08For PR804:Reid Spencer
2006-06-05For PR798:Reid Spencer
2006-05-07Unlike Unix, Windows won't let a file be implicitly replaced via renaming wit...Jeff Cohen
2006-04-29Mingw32 patches supplied by Anton Korobeynikov.Jeff Cohen
2005-07-09Fix bugs also fixed in Unix version, plus other general cleanup.Jeff Cohen
2005-07-08Ensure that functions like isDirectory don't fail if the file doesn'tReid Spencer
2005-07-08Stamp out tabsJeff Cohen
2005-07-08Make Win32 implementation conform to new paradigmJeff Cohen
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-08Fix VC++ breakageJeff Cohen
2005-07-07Changes to mimic those in Unix/Path.inc in support of PR495. This hasn'tReid Spencer
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-01-27Fix some Path bugsJeff Cohen
2005-01-22Fix destroyDirectory bugJeff Cohen
2005-01-14Fix and improve win32 path validation.Jeff Cohen
2004-12-31Where do these tabs keep coming from???Jeff Cohen
2004-12-31Mostly cleanup, but also some bug fixes, for win32/Path.cppJeff Cohen
2004-12-31Get rid of those nasty tabs...Jeff Cohen
2004-12-31Bring win32/Path.cpp up to date with respect to Unix/Path.cppJeff Cohen
2004-12-24Fix VC++ compilation errorJeff Cohen
2004-12-23Put CopyFile in the sys namespace.Reid Spencer
2004-12-18Fix win32 breakageJeff Cohen
2004-12-15Change the signatures of the destroyFile and destroyDirectory methods toReid Spencer
2004-12-15Remove the CFE's lib directory from the bytecode path because LLVM shouldReid Spencer
2004-12-15Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer