OSDN Git Service

Rollback "[Support] Add RetryAfterSignal helper function"
[android-x86/external-llvm.git] / lib / Support / Unix / Path.inc
2018-06-10 Mauro RossiRollback "[Support] Add RetryAfterSignal helper function" nougat-x86 android-x86-7.1-r4 android-x86-7.1-r5
2018-06-08 Zachary TurnerAdd a file open flag that disables O_CLOEXEC.
2018-06-07 Zachary TurnerExpose a single global file open function.
2018-06-07 Zachary Turner[FileSystem] Split up the OpenFlags enumeration.
2018-06-04 Zachary Turner[Support] Add functions that operate on native file...
2018-05-03 Petr Hosek[Support] Support building LLVM for Fuchsia
2018-04-02 Nico WeberRemove HAVE_DIRENT_H.
2018-03-08 Zachary Turner[Support] Add WriteThroughMemoryBuffer.
2018-02-15 Zachary TurnerSilence warning about unused private variable.
2018-01-09 Davide Italiano[Support] Use realpath(3) instead of trying to open...
2017-11-07 Davide Italiano[Support/UNIX] posix_fallocate() can fail with EINVAL.
2017-10-10 Peter CollingbourneSupport: Have directory_iterator::status() return FindF...
2017-09-27 Roman Lebedev[Support] mapped_file_region::size() returns size_t
2017-09-27 Roman Lebedev[Support] mapped_file_region: store size as size_t
2017-08-04 Reid Kleckner[Support] Remove getPathFromOpenFD, it was unused
2017-07-21 Erich KeaneRemove Bitrig: LLVM Changes
2017-06-29 Pavel LabathRecommit "[Support] Add RetryAfterSignal helper function"
2017-06-22 Pavel LabathRevert "[Support] Add RetryAfterSignal helper function...
2017-06-21 Pavel Labath[Support] Add RetryAfterSignal helper function
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-06-01 Kamil Rytarowski[Solaris] Fix PR33228 - llvm::sys::fs::is_local_impl...
2017-05-17 Dimitry AndricRevert r303015, because it has the unintended side...
2017-05-14 Dimitry AndricFix DynamicLibraryTest.cpp on FreeBSD and NetBSD
2017-05-05 Joerg SonnenbergerIf posix_fallocate returns EOPNOTSUPP, fallback to...
2017-03-22 Zachary TurnerMake home_directory look in the password database in...
2017-03-20 Zachary Turner[Support] Fill the file_status struct with link count.
2017-03-16 Zachary TurnerFix linux build.
2017-03-16 James Henderson[Support] Add support for getting file system permissio...
2017-03-13 Aaron BallmanReverting r297617 because it broke some bots:
2017-03-13 Aaron BallmanAdd support for getting file system permissions and...
2017-03-10 Zachary TurnerAdd llvm::sys::fs::real_path.
2017-03-09 Nuno Lopesfix build on Cygwin
2017-03-08 Zachary Turner[Support] Add llvm::sys::fs::remove_directories.
2017-03-07 Zachary Turner[fs] Make sure to check S_ISLNK() in fillStatus.
2017-03-07 Zachary Turner[Support] Add the option to not follow symlinks on...
2017-02-22 Zachary Turner[Support] Re-add the special OSX flags on mmap.
2017-02-22 Michal Gorny[Support] Provide linux/magic.h fallback for older...
2017-02-21 Zachary TurnerTry to fix the buildbot on OSX.
2017-02-21 Zachary TurnerTry to fix Android build.
2017-02-21 Zachary Turner[Support] Add a function to check if a file resides...
2017-02-02 Omair JavaidFix LLDB Android AArch64 GCC debug info build
2017-01-24 Pavel Labath[Support] Use O_CLOEXEC only when declared
2017-01-24 Pavel Labath[Support] Add sys::fs::set_current_path() (aka chdir)
2017-01-18 Pavel Labathraw_fd_ostream: Make file handles non-inheritable by...
2016-12-14 Mehdi Amini[ThinLTO] Add an API to trigger file-based API for...
2016-11-20 Simon PilgrimFix comment typos. NFC.
2016-10-24 Pavel Labath[Chrono] Fix !HAVE_FUTIMENS build
2016-10-24 Pavel LabathRemove TimeValue usage from llvm/Support
2016-07-19 Chandler CarruthAdd AIX support to Path.inc, Host.h, and CMake.
2016-07-19 Rafael EspindolaUse posix_fallocate instead of ftruncate.
2016-06-13 Taewook OhIn openFileForRead, attempt to fetch the actual name...
2016-06-04 Taewook OhRevert commit r271704, a patch that enables warnings...
2016-06-03 Taewook OhIn openFileForRead, attempt to fetch the actual name...
2016-04-08 Mehdi AminiFix missing include on OpenBSD
2016-04-05 Duncan P. N. Exon... Revert "Fix Clang-tidy modernize-deprecated-headers...
2016-04-05 Eugene ZelenkoFix Clang-tidy modernize-deprecated-headers warnings...
2016-04-01 Mehdi AminiAdd disk_space() to llvm::fs
2016-04-01 Mehdi AminiRevert "Add disk_space() to llvm::fs"
2016-03-31 Mehdi AminiUse const ref instead of value for Twine in the disk_sp...
2016-03-31 Mehdi AminiAdd disk_space() to llvm::fs
2016-03-31 Mehdi AminiRevert "Add disk_space() to llvm::fs"
2016-03-31 Mehdi AminiAdd disk_space() to llvm::fs
2016-03-25 Mehdi AminiAdd lastAccessedTime to file_status
2016-03-25 Mehdi AminiRevert "Add lastAccessedTime to file_status"
2016-03-25 Mehdi AminiAdd lastAccessedTime to file_status
2016-03-24 Sean SilvaFix typo: XDS -> XDG
2015-11-02 Pawel BylicaUse static instead of anonymous namespace for helper...
2015-11-02 Pawel Bylica[Support] Extend sys::path with user_cache_directory...
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-09-10 Reid KlecknerScanDirForExecutable on Windows fails to find executabl...
2015-08-06 Frederic RissThread premissions through sys::fs::create_director...
2014-12-29 Alexey SamsonovRemove unnecessary StringRef->std::string conversion.
2014-12-12 Rafael EspindolaMAP_FILE is the default. We don't need to add it.
2014-12-12 Rafael EspindolaMove the resize file feature from mapped_file_region...
2014-12-12 Rafael EspindolaPass a FD to resise_file and add a testcase.
2014-12-11 Rafael EspindolaRemove a convoluted way of calling close by moving...
2014-12-11 Rafael EspindolaRemove dead code. NFC.
2014-12-04 Rafael EspindolaRemove dead code. NFC.
2014-09-11 Rafael EspindolaMisc cleanups to the FileSytem api.
2014-08-27 Benjamin KramerAdd an explicit cast to pacify implicit boolean convers...
2014-08-26 Rafael EspindolaMerge TempDir and system_temp_directory.
2014-08-08 Rafael EspindolaRemove dead code. Fixes pr20544.
2014-06-30 Alp TokerBuild fix for systems without futimes/futimens
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't put generic_category in the llvm namespace.
2014-06-11 Rafael EspindolaImplement get_magic with generic tools and inline it.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Rafael EspindolaUses generic_category instead of system_category.
2014-05-31 Rafael EspindolaTurn errc and windows_error into enum classes.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-31 Rafael Espindoladelete dead code.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-03-21 Argyrios Kyrtzidis[Support] Make sure sys::fs::remove can remove symbolic...
2014-03-11 Saleem Abdulrasoolsupport: add a utility function to normalise path separ...
2014-03-11 Rafael EspindolaCleanup the interface for creating soft or hard links.
2014-03-06 Reid KlecknerRevert create_symbolic_link and both depending changes
2014-03-06 Argyrios Kyrtzidis[Support/FileSystem] Introduce llvm::sys::fs::create_sy...
2014-03-01 Chandler Carruth[C++11] Remove the R-value reference #if usage from...
2014-02-24 Rafael EspindolaShare a createUniqueEntity implementation between unix...
next