OSDN Git Service

Recommit "[Support] Add RetryAfterSignal helper function"
[android-x86/external-llvm.git] / lib / Support / Unix / Path.inc
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...
2014-02-23 Rafael EspindolaUse static instead of an anonymous namespace.
2014-02-23 Rafael EspindolaSimplify remove, create_directory and create_directories.
2014-02-13 Rafael EspindolaRemove dead code.
2014-02-11 Dmitri GribenkoRemove TimeValue::toPosixTime() -- it is buggy, semanti...
2014-02-11 Aaron BallmanUsing the helper API for random number generation.
2014-01-31 Peter CollingbourneIntroduce llvm::sys::path::home_directory.
2013-12-11 Alp TokerBuild fix for Android NDK which has neither futimes...
2013-12-09 Sylvestre LedruImprove the detection of the path
2013-12-05 Alp TokerCorrect word hyphenations
2013-10-31 Rafael EspindolaRules adjustments in order to build on DragonFly BSD.
2013-08-10 Rafael EspindolaCheck for $PWD in llvm::sys::current_path.
2013-07-29 Rafael EspindolaMake file_status::getUniqueID const.
2013-07-29 Rafael EspindolaInclude st_dev to make the result of getUniqueID actual...
2013-07-26 Reid KlecknerRemove dead or useless header checks from cmake and...
2013-07-19 Rafael EspindolaSplit openFileForWrite into windows and unix versions.
2013-07-18 Rafael EspindolaRemove dead code.
next