summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Path.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [Support] Add a version of fs::make_absolute with a custom CWD.Benjamin Kramer2015-10-051-2/+15
* Move twice-repeated clang path operation into a new function.Douglas Katzman2015-09-021-2/+10
* Thread premissions through sys::fs::create_director{y|ies}Frederic Riss2015-08-061-4/+5
* Identify thin archives as archives.Rafael Espindola2015-07-221-1/+2
* Simplify a few uses of remove_filename by using parent_path instead.Rafael Espindola2015-07-151-2/+1
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-2/+0
* Don't treat .foo as two path components in path::iteratorsBen Langmuir2015-03-101-7/+0
* Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,...Rui Ueyama2015-03-021-3/+3
* Object: Handle Mach-O kext bundle filesJustin Bogner2015-02-251-0/+1
* Revert "Change Path::filename_pos() to skip the drive letter."Zachary Turner2015-02-121-5/+2
* Change Path::filename_pos() to skip the drive letter.Zachary Turner2015-02-111-2/+5
* [Object][ELF] Test unknown type.Michael J. Spencer2015-01-231-1/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Add missing implementation of 'sys::path::is_other' to the support library.Juergen Ributzka2014-12-181-0/+8
* Support ELF files of unknown type.Michael J. Spencer2014-11-181-0/+3
* llvm-readobj: Add support for dumping the DOS header in PE filesDavid Majnemer2014-11-051-3/+4
* Fix identify_magic() with mach-o stub dylibs.Nick Kledzik2014-09-171-1/+1
* Support: Use llvm::COFF::BigObjMagicRui Ueyama2014-09-111-7/+15
* Support: improve identify_magic to recognize COFF bigobjRui Ueyama2014-09-111-3/+9
* Misc cleanups to the FileSytem api.Rafael Espindola2014-09-111-5/+5
* Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper2014-08-301-9/+9
* Merge TempDir and system_temp_directory.Rafael Espindola2014-08-261-57/+1
* Revert "Support/Path: remove raw delete"Dylan Noblesmith2014-08-261-2/+2
* Support/Path: remove raw deleteDylan Noblesmith2014-08-251-2/+2
* Fix the windows build.Rafael Espindola2014-08-081-1/+1
* Convert from Windows to Unix paths in sys::path::native.Rafael Espindola2014-08-081-1/+11
* Path: Stop claiming path::const_iterator is bidirectionalJustin Bogner2014-08-041-12/+27
* Don't leak a file descriptor.Rafael Espindola2014-06-251-1/+1
* Code cleanup.Logan Chien2014-06-251-1/+1
* Support: Add llvm::sys::fs::copy_fileJustin Bogner2014-06-191-0/+34
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-131-3/+4
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-53/+53
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
OpenPOWER on IntegriCloud