Age | Commit message (Expand) | Author |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-10 | Fix Whitespace. | Michael J. Spencer |
2010-11-10 | System/Win32/Path: Implement isSymLink. | Michael J. Spencer |
2010-11-09 | System/Path/Windows: Implement GetLLVMDefaultConfigDir. | Michael J. Spencer |
2010-11-09 | System/Path/Windows: Generalize GetUserHomeDirectory. | Michael J. Spencer |
2010-11-09 | System/Path/Windows: Make GetSystemLibraryPaths more generic. | Michael J. Spencer |
2010-11-09 | System/Path/Windows: Change GetRootDirectory to return file:/// instead of C:/. | Michael J. Spencer |
2010-11-08 | Remove contributor names as per coding statndard. | Michael J. Spencer |
2010-11-07 | Add method for checking if a path is a symbolic link. | Rafael Espindola |
2010-11-02 | appendSuffix: don't append a dot when the suffix is empty. | Mikhail Glushenkov |
2010-11-02 | 80-col violations. | Mikhail Glushenkov |
2010-11-02 | Path: Add GetEXESuffix() to complement GetDLLSuffix(). | Mikhail Glushenkov |
2010-10-20 | Use C++03... | Michael J. Spencer |
2010-10-20 | System-Win32/Path: Fix incorrect assumption in isValid. | Michael J. Spencer |
2010-09-30 | Revert r114320(move file = copy + delete on Win32). r115040 is a better solut... | Francois Pichet |
2010-09-20 | Fix the "unable to rename temporary" lit test failing on Windows. rename is n... | Francois Pichet |
2010-08-31 | System: Fix getMagicNumber on windows. | Michael J. Spencer |
2010-08-28 | Don't cast Win32 FILETIME structs to int64. Patch by Dimitry Andric! | Michael J. Spencer |
2010-07-12 | Path::isRootDirectory is unimplemented on Unix and not used, | Chris Lattner |
2010-03-12 | Remove superfluous NULL assignment | Kovarththanan Rajaratnam |
2009-12-18 | Fix Win32 Path.inc for API update. | Daniel Dunbar |
2009-12-17 | Make Path use StringRef instead of std::string where possible. | Jeffrey Yasskin |
2009-11-25 | API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r... | Edward O'Callaghan |
2009-11-24 | Provide Path::isSpecialFile interface for PR5568. | Edward O'Callaghan |
2009-11-05 | Path::createDirectoryOnDisk should ignore existing directories on win32 too. | Benjamin Kramer |
2009-08-23 | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner |
2009-08-12 | improve win32 path support, patch by Baptiste Lepilleur! | Chris Lattner |
2009-07-26 | Don't use llvm_report_error in libSystem, this is a layering violation. | Daniel Dunbar |
2009-07-12 | Use llvm_report_error, not llvm_unreachable. | Daniel Dunbar |
2009-07-12 | Improve sys::Path::makeAbsolute on Win32. | Daniel Dunbar |
2009-06-15 | "This patch implements the method with the GetModuleFileName function for win... | Chris Lattner |
2009-06-15 | add a new static method to portably determine whether a patch is | Chris Lattner |
2009-04-01 | hopefully fix an apparent build error on windows. | Chris Lattner |
2008-08-11 | add a helper method to sys::Path for clang, patch by | Chris Lattner |
2008-06-16 | Minor comment fix. | Argyrios Kyrtzidis |
2008-06-15 | Fix the sys::Path::getSuffix() implementation. | Argyrios Kyrtzidis |
2008-05-11 | Make constructors target-specific. This fixes problems where the path would | Nick Lewycky |
2008-05-06 | Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems with | Nick Lewycky |
2008-04-07 | Make getDirnameSep a static method (not part of Path's interface). | Ted Kremenek |
2008-04-07 | Added method Path::getDirname(). | Ted Kremenek |
2008-04-01 | Stub out some sys::Path::MapInFilePages/UnMapFilePages methods. | Chris Lattner |
2008-03-13 | remove extraneous namespace qualifier, PR2142 | Chris Lattner |
2008-03-03 | Stub out a Path::GetMainExecutable call to find the path to the | Chris Lattner |
2008-02-27 | Add path separator support, patch by Sam Bishop. | Chris Lattner |
2008-01-29 | Use empty() instead of comparing size() with zero. | Dan Gohman |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-22 | Unbreak mingw build | Anton Korobeynikov |
2007-12-18 | Added "GetCurrentDirectory()" to sys::Path. | Ted Kremenek |
2007-12-18 | Added "isDirectory" method to llvm::sys::Path. | Ted Kremenek |
2007-07-06 | finishing touches of bytecode -> bitcode changes. also unbreak Windows | Gabor Greif |