aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Path.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-18Add missing implementation of 'sys::path::is_other' to the support library.Juergen Ributzka1-0/+8
2014-11-18Support ELF files of unknown type.Michael J. Spencer1-0/+3
2014-11-05llvm-readobj: Add support for dumping the DOS header in PE filesDavid Majnemer1-3/+4
2014-09-17Fix identify_magic() with mach-o stub dylibs.Nick Kledzik1-1/+1
2014-09-11Support: Use llvm::COFF::BigObjMagicRui Ueyama1-7/+15
2014-09-11Support: improve identify_magic to recognize COFF bigobjRui Ueyama1-3/+9
2014-09-11Misc cleanups to the FileSytem api.Rafael Espindola1-5/+5
2014-08-30Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper1-9/+9
2014-08-26Merge TempDir and system_temp_directory.Rafael Espindola1-57/+1
2014-08-26Revert "Support/Path: remove raw delete"Dylan Noblesmith1-2/+2
2014-08-25Support/Path: remove raw deleteDylan Noblesmith1-2/+2
2014-08-08Fix the windows build.Rafael Espindola1-1/+1
2014-08-08Convert from Windows to Unix paths in sys::path::native.Rafael Espindola1-1/+11
2014-08-04Path: Stop claiming path::const_iterator is bidirectionalJustin Bogner1-12/+27
2014-06-25Don't leak a file descriptor.Rafael Espindola1-1/+1
2014-06-25Code cleanup.Logan Chien1-1/+1
2014-06-19Support: Add llvm::sys::fs::copy_fileJustin Bogner1-0/+34
2014-06-13Finishing touch for the std::error_code transition.Rafael Espindola1-3/+4
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola1-53/+53
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-12Don't put generic_category in the llvm namespace.Rafael Espindola1-1/+1
2014-06-11Implement get_magic with generic tools and inline it.Rafael Espindola1-6/+10
2014-06-11Remove unused has_magic.Rafael Espindola1-18/+0
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola1-5/+5
2014-05-31Use error_code() instead of error_code::succes()Rafael Espindola1-13/+13
2014-05-16Fix hardcoded slash to native path seperator which was exposed from llvm::sys...Yaron Keren1-0/+6
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper1-1/+1
2014-03-20Remove dead and incorrect code.Rafael Espindola1-14/+1
2014-03-13Support: add support to identify WinCOFF/ARM objectsSaleem Abdulrasool1-0/+1
2014-03-05Fix an inconsistency in treatment of trailing / in path::const_iteratorBen Langmuir1-8/+5
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-3/+3
2014-02-24Share a createUniqueEntity implementation between unix and windows.Rafael Espindola1-4/+71
2014-02-23Simplify remove, create_directory and create_directories.Rafael Espindola1-3/+3
2014-02-13Use mkdir instead of stat+mkdir.Rafael Espindola1-11/+18
2014-02-12_CS_DARWIN_USER macros available on darwin>=9. Thanks, Dave Odell!David Fang1-1/+2
2014-02-11Using the helper API for random number generation.Aaron Ballman1-0/+1
2014-01-24Fix known typosAlp Toker1-3/+3
2014-01-10Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola1-39/+0
2013-11-15Path: Recognize COFF import library file magic.Rui Ueyama1-0/+4
2013-11-14Recognize 0x0000 as a COFF file magic.Rui Ueyama1-0/+3
2013-10-16Fix a bug in Windows resource file detection.Rui Ueyama1-1/+1
2013-10-15Path: Recognize Windows compiled resource file.Rui Ueyama1-0/+8
2013-09-11Path: Add an in-place version of path::native.Benjamin Kramer1-14/+9
2013-08-12Fixes a bug when iterating on pathsTareq A. Siraj1-1/+1
2013-07-29Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola1-0/+9
2013-07-25Don't end a file name with a dot. It looks odd.Rafael Espindola1-1/+2
2013-07-19Split openFileForWrite into windows and unix versions.Rafael Espindola1-30/+0
2013-07-17Split openFileForRead into Windows and Unix versions.Rafael Espindola1-15/+0
2013-07-16Add a wrapper for open.Rafael Espindola1-0/+46
2013-07-05Remove unique_file now that it is unused.Rafael Espindola1-17/+0