summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Path.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r338841:Hans Wennborg2018-08-171-1/+9
* [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
* Resubmit FileSystem changes.Zachary Turner2017-03-081-0/+12
* [Support] Add the option to not follow symlinks on stat.Zachary Turner2017-03-071-2/+2
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-0/+7
* Process tilde in llvm::sys::path::nativeSerge Pavlov2017-03-011-0/+8
* Define sys::path::convert_to_slashRui Ueyama2017-01-091-0/+10
* [WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff2016-11-301-0/+2
* Simplify identify_magic.Rui Ueyama2016-11-151-26/+23
* Add a file magic for CL.exe's object file created with /GL.Rui Ueyama2016-11-151-11/+7
* [Support] remove_dots: Remove .. from absolute paths.Benjamin Kramer2016-10-171-5/+8
* Do not delete leading ../ in remove_dots.Eric Liu2016-10-131-6/+5
* Add support for Darwin’s 64-bit universal files with 64-bit offsets and siz...Kevin Enderby2016-06-201-1/+1
* [ThinLTO] Option to control path of distributed backend filesTeresa Johnson2016-05-171-0/+23
* Add operator- to Path's reverse_iterator. Needed for D19666Filipe Cabecinhas2016-04-291-0/+4
* Fix identify_magic() to check that a file that starts with MH_MAGIC isKevin Enderby2016-01-261-2/+15
* Moving FileManager::removeDotPaths to llvm::sys::path::remove_dotsMike Aizatsky2015-11-091-0/+35
* [Support] Extend sys::path with user_cache_directory function.Pawel Bylica2015-11-021-0/+17
* Use range-based for loop in sys::path::append(). NFC.Pawel Bylica2015-10-221-8/+6
OpenPOWER on IntegriCloud