summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/FileSystem.h
Commit message (Expand)AuthorAgeFilesLines
* [Support] Add a function to check if a file resides locally.Zachary Turner2017-02-211-0/+26
* [Support] Add sys::fs::set_current_path() (aka chdir)Pavel Labath2017-01-241-0/+7
* Fixup some header includes from recent IntrusiveRefCntPtr cleanup.David Blaikie2017-01-041-1/+1
* Reapply "Make BitCodeAbbrev ownership explicit using shared_ptr rather than I...David Blaikie2017-01-041-11/+6
* Fix some buildbot issues with const objects with default ctorsDavid Blaikie2017-01-041-2/+2
* Revert "Make BitCodeAbbrev ownership explicit using shared_ptr rather than In...David Blaikie2017-01-041-6/+11
* Make BitCodeAbbrev ownership explicit using shared_ptr rather than IntrusiveR...David Blaikie2017-01-041-11/+6
* Remove unnecessary intrusive ref counting in favor of std::shared_ptr/make_sh...David Blaikie2017-01-041-11/+7
* [ThinLTO] Add an API to trigger file-based API for returning objects to the l...Mehdi Amini2016-12-141-0/+8
* [ADT, Support, TableGen] Fix some Clang-tidy modernize-use-default and Includ...Eugene Zelenko2016-12-011-8/+10
* [WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff2016-11-301-1/+2
* Add a file magic for CL.exe's object file created with /GL.Rui Ueyama2016-11-151-0/+1
* Remove TimeValue usage from llvm/SupportPavel Labath2016-10-241-4/+4
* In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh2016-06-131-1/+8
* Revert commit r271704, a patch that enables warnings for non-portable #includ...Taewook Oh2016-06-041-8/+1
* In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh2016-06-031-1/+8
* Fix some Clang-tidy readability-simplify-boolean-expr and Include What You Us...Eugene Zelenko2016-05-051-5/+7
* Add disk_space() to llvm::fsMehdi Amini2016-04-011-0/+12
* Revert "Add disk_space() to llvm::fs"Mehdi Amini2016-04-011-12/+0
* Use const ref instead of value for Twine in the disk_space() APIMehdi Amini2016-03-311-1/+1
* Add disk_space() to llvm::fsMehdi Amini2016-03-311-0/+12
* Revert "Add disk_space() to llvm::fs"Mehdi Amini2016-03-311-11/+0
* Wdocumentation parameter fixSimon Pilgrim2016-03-311-2/+0
* Add disk_space() to llvm::fsMehdi Amini2016-03-311-0/+13
* Fix windows build for sys::fs:file_status Access Time added in r264392Mehdi Amini2016-03-251-2/+3
* Add lastAccessedTime to file_statusMehdi Amini2016-03-251-22/+32
* Revert "Add lastAccessedTime to file_status"Mehdi Amini2016-03-251-32/+22
* Add lastAccessedTime to file_statusMehdi Amini2016-03-251-22/+32
* NFC: Update documentation for createUniqueFile() to explain that models witho...Cameron Esfahani2015-11-061-3/+3
* Revert r250923 as config.h is not an installed header.Yaron Keren2015-10-211-1/+0
* Include llvm/Config/config.h in FileSystem.h as it depends upon HAVE_SYS_STAT...Yaron Keren2015-10-211-0/+1
* [Support] Add a version of fs::make_absolute with a custom CWD.Benjamin Kramer2015-10-051-0/+14
* ScanDirForExecutable on Windows fails to find executables with the "exe" exte...Reid Kleckner2015-09-101-3/+1
* Reformat headers in ADT and Support partially.NAKAMURA Takumi2015-08-101-6/+6
* Whitespace.NAKAMURA Takumi2015-08-101-6/+6
* Reformat linebreaks.NAKAMURA Takumi2015-08-101-0/+1
* Thread premissions through sys::fs::create_director{y|ies}Frederic Riss2015-08-061-2/+4
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Mark empty default constructors as =default if it makes the type PODBenjamin Kramer2015-04-111-1/+1
* Object: Handle Mach-O kext bundle filesJustin Bogner2015-02-251-0/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-3/+3
* Remove the last unnecessary member variable of mapped_file_region. NFC.Rafael Espindola2014-12-161-3/+0
* Convert a member variable to a local variable. NFC.Rafael Espindola2014-12-161-1/+0
* Remove unused member and simplify. NFC.Rafael Espindola2014-12-161-1/+0
* Fix Doxygen command misspellings.Benjamin Kramer2014-12-131-2/+2
* Pass a FD to resise_file and add a testcase.Rafael Espindola2014-12-121-2/+2
* Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola2014-12-111-9/+3
* Remove dead code. NFC.Rafael Espindola2014-12-111-18/+0
* Support ELF files of unknown type.Michael J. Spencer2014-11-181-0/+1
OpenPOWER on IntegriCloud