| Commit message (Expand) | Author | Age | Files | Lines |
* | [unittest] Fix unittests/Support/Path.cpp after D49466 | Fangrui Song | 2019-11-26 | 1 | -6/+12 |
* | Initial implementation of -fmacro-prefix-map and -ffile-prefix-map | Dan McGregor | 2019-11-26 | 1 | -0/+29 |
* | [Support] Improve readNativeFile(Slice) interface | Pavel Labath | 2019-08-22 | 1 | -16/+36 |
* | Filesystem/Windows: fix inconsistency in readNativeFileSlice API | Pavel Labath | 2019-08-19 | 1 | -1/+26 |
* | Revert "raw_ostream: add operator<< overload for std::error_code" | Pavel Labath | 2019-08-14 | 1 | -3/+19 |
* | raw_ostream: add operator<< overload for std::error_code | Pavel Labath | 2019-08-14 | 1 | -19/+3 |
* | [Path] Fix bug in make_absolute logic | Jonas Devlieghere | 2019-08-06 | 1 | -4/+13 |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -3/+3 |
* | [llvm-objcopy] Don't change permissions of non-regular output files | Fangrui Song | 2019-07-11 | 1 | -4/+6 |
* | [Support] Move llvm::MemoryBuffer to sys::fs::file_t | Reid Kleckner | 2019-07-10 | 1 | -3/+5 |
* | [unittests][Support] Fix LLVM-Unit :: Support/./SupportTests/FileSystemTest.p... | Rainer Orth | 2019-06-28 | 1 | -2/+3 |
* | [Support] Fix add fs::getUmask() patch | Alex Brachet | 2019-06-28 | 1 | -2/+2 |
* | [Support] Add fs::getUmask() function and change fs::setPermissions | Alex Brachet | 2019-06-28 | 1 | -0/+53 |
* | [Path] Set FD to -1 in moved-from TempFile | Jonas Devlieghere | 2019-06-11 | 1 | -0/+2 |
* | [Support] Fix unit test for fs::is_local | Petar Jovanovic | 2019-05-08 | 1 | -0/+1 |
* | [Support] unflake TempFileCollisions test | Bob Haarman | 2019-04-22 | 1 | -4/+12 |
* | [Support] Implement is_local_impl with AIX mntctl | Hubert Tong | 2019-03-29 | 1 | -0/+23 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [Support] Remove error return value from one overload of fs::make_absolute | Pavel Labath | 2019-01-16 | 1 | -1/+1 |
* | [unittests][Support] AIX: Skip sticky bit file tests | Hubert Tong | 2019-01-09 | 1 | -2/+4 |
* | [unittests] Fix ExpandTilde test to match handling home dirs with trailing slash | Simon Atanasyan | 2018-11-20 | 1 | -2/+2 |
* | Make the ExpandTilde unit test expect "\" (not "/") on Win32 | Matthew Voss | 2018-11-13 | 1 | -0/+6 |
* | [FileSystem] Add expand_tilde function | Jonas Devlieghere | 2018-11-13 | 1 | -0/+21 |
* | [Support] Listing a directory containing dangling symlinks is not an error. | Sam McCall | 2018-10-01 | 1 | -46/+21 |
* | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 1 | -6/+6 |
* | Remove dead function user_cache_directory() | Nico Weber | 2018-09-18 | 1 | -29/+0 |
* | [Support] NFC: Allow modifying access/modification times independently in sys... | Jordan Rupprecht | 2018-08-13 | 1 | -1/+1 |
* | [Support] fix TempFile infinite loop and permission denied errors | Bob Haarman | 2018-08-02 | 1 | -0/+31 |
* | Silence an MSVC C4189 warning about a local variable being initialized but no... | Aaron Ballman | 2018-07-04 | 1 | -1/+0 |
* | [ThinLTO] Update ThinLTO cache file atimes when on Windows | Andrew Ng | 2018-07-04 | 1 | -0/+32 |
* | [FileSystem] Split up the OpenFlags enumeration. | Zachary Turner | 2018-06-07 | 1 | -2/+225 |
* | Revert 332508 as it caused problems in the clang test suite. | Greg Clayton | 2018-05-16 | 1 | -3/+2 |
* | Fix llvm::sys::path::remove_dots() to return "." instead of an empty path. | Greg Clayton | 2018-05-16 | 1 | -2/+3 |
* | [Support/Path] Make handling of paths like "///" consistent | Pavel Labath | 2018-05-09 | 1 | -2/+23 |
* | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
* | s/LLVM_ON_WIN32/_WIN32/, llvm | Nico Weber | 2018-04-29 | 1 | -9/+9 |
* | [Support/Path] Add more tests and improve failure messages of existing ones | Pavel Labath | 2018-04-24 | 1 | -102/+52 |
* | [unittests] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-07 | 1 | -6/+6 |
* | [llvm-cov] Prevent llvm-cov from hanging when a symblink doesn't exist. | Max Moroz | 2018-04-05 | 1 | -40/+73 |
* | [Support] Use realpath(3) instead of trying to open a file. | Davide Italiano | 2018-01-09 | 1 | -0/+19 |
* | Allow TempFile::discard to be called twice. | Rafael Espindola | 2017-11-22 | 1 | -0/+21 |
* | Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil... | Peter Collingbourne | 2017-10-10 | 1 | -2/+2 |
* | [Support, Windows] Handle long paths with unix separators | Pirama Arumuga Nainar | 2017-08-21 | 1 | -0/+15 |
* | [Support] Remove getPathFromOpenFD, it was unused | Reid Kleckner | 2017-08-04 | 1 | -90/+0 |
* | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -80/+1 |
* | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
* | Make sure we have actually written what is expected by the test. | Galina Kistanova | 2017-05-12 | 1 | -1/+1 |
* | Don't test setting sticky bits on files for modern BSDs | Dimitry Andric | 2017-04-24 | 1 | -0/+7 |
* | Make the home_directory test a little more resilient. | Zachary Turner | 2017-03-22 | 1 | -10/+21 |
* | Make home_directory look in the password database in addition to $HOME. | Zachary Turner | 2017-03-22 | 1 | -0/+20 |