summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/FileSystem.h
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO] Update ThinLTO cache file atimes when on WindowsAndrew Ng2018-07-041-0/+3
* Fix Wdocumentation compiler warning. NFCI.Simon Pilgrim2018-06-301-1/+1
* Add a flag to FileOutputBuffer that allows modification.Zachary Turner2018-06-281-0/+6
* LTO: Keep file handles open for memory mapped files.Peter Collingbourne2018-06-131-1/+3
* Add a file open flag that disables O_CLOEXEC.Zachary Turner2018-06-081-1/+5
* Fix Wdocumentation warning for unknown param. NFCI.Simon Pilgrim2018-06-081-2/+0
* Expose a single global file open function.Zachary Turner2018-06-071-14/+64
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-22/+88
* [FileSystem] Remove OpenFlags param from several functions.Zachary Turner2018-06-051-4/+2
* [Support] Add functions that operate on native file handles on Windows.Zachary Turner2018-06-041-0/+48
* [Support] Add docs for 'openFileFor{Write,Read}'Brian Gesiak2018-05-111-0/+29
* Remove @brief commands from doxygen comments, too.Adrian Prantl2018-05-011-54/+54
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-5/+5
* [llvm-cov] Prevent llvm-cov from hanging when a symblink doesn't exist.Max Moroz2018-04-051-6/+25
* Changed createTemporaryFile without FD to actually create a file.Ilya Biryukov2018-03-191-3/+28
* [Support] Add WriteThroughMemoryBuffer.Zachary Turner2018-03-081-3/+8
* Call FlushFileBuffers on output files.Zachary Turner2018-02-151-0/+2
* Use FILE_FLAG_DELETE_ON_CLOSE for TempFile on windows.Rafael Espindola2017-11-281-2/+1
* Add an F_Delete flag.Rafael Espindola2017-11-281-1/+5
* Add OpenFlags to the create(Unique|Temporary)File interfaces.Rafael Espindola2017-11-271-22/+24
* Convert another use of createUniqueFile to TempFile::create.Rafael Espindola2017-11-161-0/+3
* Add a move assignment operator to TempFile. NFC.Rafael Espindola2017-11-141-0/+1
* Create a TempFile class.Rafael Espindola2017-11-131-0/+35
* Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2017-10-101-58/+83
* Support: Rewrite Windows implementation of sys::fs::rename to be more POSIXy.Peter Collingbourne2017-10-061-1/+5
* [Support] mapped_file_region: store size as size_tRoman Lebedev2017-09-271-3/+3
* [Support] Remove getPathFromOpenFD, it was unusedReid Kleckner2017-08-041-6/+0
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-55/+0
* Add functionality to cvtres to parse all entries in res file.Eric Beckmann2017-05-201-1/+1
* [Support] Avoid UB in sys::fs::perms::operator~. NFC.Ahmed Bougacha2017-04-261-1/+3
* [Support] Fill the file_status struct with link count.Zachary Turner2017-03-201-11/+16
* Add a function to MD5 a file's contents.Zachary Turner2017-03-201-0/+11
* [Support] Add support for getting file system permissions on Windows and impl...James Henderson2017-03-161-2/+24
* Reverting r297617 because it broke some bots:Aaron Ballman2017-03-131-41/+20
* Add support for getting file system permissions and implement sys::fs::permis...Aaron Ballman2017-03-131-20/+41
* Add llvm::sys::fs::real_path.Zachary Turner2017-03-101-0/+10
* Fix Wdocumentation warningSimon Pilgrim2017-03-101-1/+1
* [Support] Add llvm::sys::fs::remove_directories.Zachary Turner2017-03-081-13/+30
* Resubmit FileSystem changes.Zachary Turner2017-03-081-6/+32
* [Support] Add the option to not follow symlinks on stat.Zachary Turner2017-03-071-4/+7
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-0/+6
* [Support] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-03-011-41/+34
* [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
OpenPOWER on IntegriCloud