summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Path.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initial implementation of -fmacro-prefix-map and -ffile-prefix-mapDan McGregor2019-11-261-9/+32
* [Path] Fix bug in make_absolute logicJonas Devlieghere2019-08-061-3/+3
* [Path] Set FD to -1 in moved-from TempFileJonas Devlieghere2019-06-111-0/+1
* Assigning to a local object in a return statement prevents copy elision. NFC.David Blaikie2019-04-251-1/+2
* Revert using fcopyfile(3) to implement sys::fs::copy_file(Twine, int) on macOSAdrian Prantl2019-04-241-2/+2
* Implement sys::fs::copy_file using the macOS copyfile(3) APIAdrian Prantl2019-04-181-0/+2
* Revert Implement sys::fs::copy_file using the macOS copyfile(3) API to suppor...Adrian Prantl2019-04-181-2/+0
* Implement sys::fs::copy_file using the macOS copyfile(3) APIAdrian Prantl2019-04-181-0/+2
* [llvm-objcopy] Make .build-id linking atomicJake Ehrlich2019-03-181-26/+27
* [Support] Fix TempFile::discard to not leave behind temporary filesAndrew Ng2019-02-141-13/+14
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Support] Remove error return value from one overload of fs::make_absolutePavel Labath2019-01-161-17/+16
* Use llvm::copy. NFCFangrui Song2018-11-171-1/+1
* Remove dead function user_cache_directory()Nico Weber2018-09-181-12/+0
* [Support] sys::fs::directory_entry includes the file_type.Kristina Brooks2018-09-121-6/+7
* [Windows FS] Allow moving files in TempFile::keepJeremy Morse2018-08-031-1/+9
* [Support] [NFC] change comment about retries in createUniqueEntityBob Haarman2018-08-021-2/+4
* [Support] fix TempFile infinite loop and permission denied errorsBob Haarman2018-08-021-35/+42
* [dsymutil] Simplify temporary file handling.Jonas Devlieghere2018-07-291-3/+7
* Fix typo in lib/Support/Path.cpp to test commit accessVladimir Stefanovic2018-07-031-1/+1
* Add a flag to FileOutputBuffer that allows modification.Zachary Turner2018-06-281-12/+31
* LTO: Keep file handles open for memory mapped files.Peter Collingbourne2018-06-131-3/+5
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-7/+8
* [FileSystem] Remove OpenFlags param from several functions.Zachary Turner2018-06-051-14/+16
* Revert 332508 as it caused problems in the clang test suite.Greg Clayton2018-05-161-4/+0
* Fix llvm::sys::path::remove_dots() to return "." instead of an empty path.Greg Clayton2018-05-161-0/+4
* [Support/Path] Make handling of paths like "///" consistentPavel Labath2018-05-091-24/+28
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-6/+6
* Changed createTemporaryFile without FD to actually create a file.Ilya Biryukov2018-03-191-7/+32
* Delete temp file if rename fails.Rafael Espindola2017-12-051-0/+6
* Use FILE_FLAG_DELETE_ON_CLOSE for TempFile on windows.Rafael Espindola2017-11-281-3/+22
* Move code. NFC.Rafael Espindola2017-11-281-83/+85
* Add OpenFlags to the create(Unique|Temporary)File interfaces.Rafael Espindola2017-11-271-14/+20
* Allow TempFile::discard to be called twice.Rafael Espindola2017-11-221-0/+6
* Convert another use of createUniqueFile to TempFile::create.Rafael Espindola2017-11-161-0/+16
* Use TempFile in lto caching.Rafael Espindola2017-11-151-5/+12
* Add a move assignment operator to TempFile. NFC.Rafael Espindola2017-11-141-1/+3
* Create a TempFile class.Rafael Espindola2017-11-131-0/+53
* Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2017-10-101-11/+8
* [Path] Sink predicate computations to their uses. NFCI.Benjamin Kramer2017-08-091-5/+4
* Support/Path.cpp: Prune unused "llvm/BinaryFormat".NAKAMURA Takumi2017-07-171-2/+0
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-174/+2
* Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.Galina Kistanova2017-05-231-0/+1
* Add a function to MD5 a file's contents.Zachary Turner2017-03-201-2/+33
* [Support] Support both Windows and Posix paths on both platforms.Zachary Turner2017-03-161-223/+202
* [Support] Add support for getting file system permissions on Windows and impl...James Henderson2017-03-161-0/+8
* Reverting r297617 because it broke some bots:Aaron Ballman2017-03-131-14/+6
* Add support for getting file system permissions and implement sys::fs::permis...Aaron Ballman2017-03-131-6/+14
* [Support] Add llvm::sys::fs::remove_directories.Zachary Turner2017-03-081-1/+1
OpenPOWER on IntegriCloud