Handle lshr for i128 correctly on SPU also when
[oota-llvm.git] / lib / System / Win32 / Path.inc
2010-11-10 Michael J. SpencerFix Whitespace.
2010-11-10 Michael J. SpencerSystem/Win32/Path: Implement isSymLink.
2010-11-09 Michael J. SpencerSystem/Path/Windows: Implement GetLLVMDefaultConfigDir.
2010-11-09 Michael J. SpencerSystem/Path/Windows: Generalize GetUserHomeDirectory.
2010-11-09 Michael J. SpencerSystem/Path/Windows: Make GetSystemLibraryPaths more...
2010-11-09 Michael J. SpencerSystem/Path/Windows: Change GetRootDirectory to return...
2010-11-08 Michael J. SpencerRemove contributor names as per coding statndard.
2010-11-07 Rafael EspindolaAdd method for checking if a path is a symbolic link.
2010-11-02 Mikhail GlushenkovappendSuffix: don't append a dot when the suffix is...
2010-11-02 Mikhail Glushenkov80-col violations.
2010-11-02 Mikhail GlushenkovPath: Add GetEXESuffix() to complement GetDLLSuffix().
2010-10-20 Michael J. SpencerUse C++03...
2010-10-20 Michael J. SpencerSystem-Win32/Path: Fix incorrect assumption in isValid.
2010-09-30 Francois PichetRevert r114320(move file = copy + delete on Win32)...
2010-09-20 Francois PichetFix the "unable to rename temporary" lit test failing...
2010-08-31 Michael J. SpencerSystem: Fix getMagicNumber on windows.
2010-08-28 Michael J. SpencerDon't cast Win32 FILETIME structs to int64. Patch by...
2010-07-12 Chris LattnerPath::isRootDirectory is unimplemented on Unix and...
2010-03-12 Kovarththanan Raja... Remove superfluous NULL assignment
2009-12-18 Daniel DunbarFix Win32 Path.inc for API update.
2009-12-17 Jeffrey YasskinMake Path use StringRef instead of std::string where...
2009-11-25 Edward O'CallaghanAPI change Path::isSpecialFile to Path::isRegularFile...
2009-11-24 Edward O'CallaghanProvide Path::isSpecialFile interface for PR5568.
2009-11-05 Benjamin KramerPath::createDirectoryOnDisk should ignore existing...
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-12 Chris Lattnerimprove win32 path support, patch by Baptiste Lepilleur!
2009-07-26 Daniel DunbarDon't use llvm_report_error in libSystem, this is a...
2009-07-12 Daniel DunbarUse llvm_report_error, not llvm_unreachable.
2009-07-12 Daniel DunbarImprove sys::Path::makeAbsolute on Win32.
2009-06-15 Chris Lattner"This patch implements the method with the GetModuleFil...
2009-06-15 Chris Lattneradd a new static method to portably determine whether...
2009-04-01 Chris Lattnerhopefully fix an apparent build error on windows.
2008-08-11 Chris Lattneradd a helper method to sys::Path for clang, patch by
2008-06-16 Argyrios KyrtzidisMinor comment fix.
2008-06-15 Argyrios KyrtzidisFix the sys::Path::getSuffix() implementation.
2008-05-11 Nick LewyckyMake constructors target-specific. This fixes problems...
2008-05-06 Nick LewyckyFix renamePathOnDisk on Win32, patch from David Leon...
2008-04-07 Ted KremenekMake getDirnameSep a static method (not part of Path...
2008-04-07 Ted KremenekAdded method Path::getDirname().
2008-04-01 Chris LattnerStub out some sys::Path::MapInFilePages/UnMapFilePages...
2008-03-13 Chris Lattnerremove extraneous namespace qualifier, PR2142
2008-03-03 Chris LattnerStub out a Path::GetMainExecutable call to find the...
2008-02-27 Chris LattnerAdd path separator support, patch by Sam Bishop.
2008-01-29 Dan GohmanUse empty() instead of comparing size() with zero.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-22 Anton KorobeynikovUnbreak mingw build
2007-12-18 Ted KremenekAdded "GetCurrentDirectory()" to sys::Path.
2007-12-18 Ted KremenekAdded "isDirectory" method to llvm::sys::Path.
2007-07-06 Gabor Greiffinishing touches of bytecode -> bitcode changes. also...
2007-05-06 Chris Lattnerpull some win32 code into common code, add bitcode...
2007-04-07 Jeff CohenUnbreak VC++ build.
2007-04-07 Reid SpencerFor PR1291:
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Jeff CohenDetermine absolute paths the correct way :)
2007-03-29 Reid SpencerAdd a uniqueID field to the FileStatus structure for...
2007-03-29 Reid SpencerFor PR789:
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-09-01 Anton Korobeynikov- Fixed broken Win32 build
2006-08-25 Reid SpencerFor PR797:
2006-08-24 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerUpdate for changes in Path class interface for exceptio...
2006-08-01 Chris LattnerRemove some now-dead methods. Use getFileStatus instead.
2006-08-01 Chris Lattnerelimiante some syscalls
2006-08-01 Anton KorobeynikovMinor fix due to recent API changes
2006-07-28 Chris LattnerModify setStatusInfoOnDisk to not throw an exception.
2006-07-28 Chris LattnerUpdate win32 for Path::getStatusInfo
2006-07-28 Chris LattnerModify Path::eraseFromDisk to not throw an exception.
2006-06-08 Reid SpencerSquelch a warning about signed/unsigned.
2006-06-08 Reid SpencerFor PR804:
2006-06-05 Reid SpencerFor PR798:
2006-05-07 Jeff CohenUnlike Unix, Windows won't let a file be implicitly...
2006-04-29 Jeff CohenMingw32 patches supplied by Anton Korobeynikov.
2005-07-09 Jeff CohenFix bugs also fixed in Unix version, plus other general...
2005-07-08 Reid SpencerEnsure that functions like isDirectory don't fail if...
2005-07-08 Jeff CohenStamp out tabs
2005-07-08 Jeff CohenMake Win32 implementation conform to new paradigm
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-08 Jeff CohenFix VC++ breakage
2005-07-07 Reid SpencerChanges to mimic those in Unix/Path.inc in support...
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-01-27 Jeff CohenFix some Path bugs
2005-01-22 Jeff CohenFix destroyDirectory bug
2005-01-14 Jeff CohenFix and improve win32 path validation.
2004-12-31 Jeff CohenWhere do these tabs keep coming from???
2004-12-31 Jeff CohenMostly cleanup, but also some bug fixes, for win32...
2004-12-31 Jeff CohenGet rid of those nasty tabs...
2004-12-31 Jeff CohenBring win32/Path.cpp up to date with respect to Unix...
2004-12-24 Jeff CohenFix VC++ compilation error
2004-12-23 Reid SpencerPut CopyFile in the sys namespace.
2004-12-18 Jeff CohenFix win32 breakage
2004-12-15 Reid SpencerChange the signatures of the destroyFile and destroyDir...
2004-12-15 Reid SpencerRemove the CFE's lib directory from the bytecode path...
2004-12-15 Reid SpencerFix a file overwrite bug in llvm-ar introduced by chang...
2004-12-15 Jeff CohenFix VC++ compilation errors
2004-12-15 Reid SpencerFor PR351:
next