OSDN Git Service

Merging r338841:
[android-x86/external-llvm.git] / lib / Support / Path.cpp
2018-08-17 Hans WennborgMerging r338841:
2018-07-29 Jonas Devlieghere[dsymutil] Simplify temporary file handling.
2018-07-03 Vladimir StefanovicFix typo in lib/Support/Path.cpp to test commit access
2018-06-28 Zachary TurnerAdd a flag to FileOutputBuffer that allows modification.
2018-06-13 Peter CollingbourneLTO: Keep file handles open for memory mapped files.
2018-06-07 Zachary Turner[FileSystem] Split up the OpenFlags enumeration.
2018-06-05 Zachary Turner[FileSystem] Remove OpenFlags param from several functions.
2018-05-16 Greg ClaytonRevert 332508 as it caused problems in the clang test...
2018-05-16 Greg ClaytonFix llvm::sys::path::remove_dots() to return "." instea...
2018-05-09 Pavel Labath[Support/Path] Make handling of paths like "///" consistent
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-29 Nico Webers/LLVM_ON_WIN32/_WIN32/, llvm
2018-03-19 Ilya BiryukovChanged createTemporaryFile without FD to actually...
2017-12-05 Rafael EspindolaDelete temp file if rename fails.
2017-11-28 Rafael EspindolaUse FILE_FLAG_DELETE_ON_CLOSE for TempFile on windows.
2017-11-28 Rafael EspindolaMove code. NFC.
2017-11-27 Rafael EspindolaAdd OpenFlags to the create(Unique|Temporary)File inter...
2017-11-22 Rafael EspindolaAllow TempFile::discard to be called twice.
2017-11-16 Rafael EspindolaConvert another use of createUniqueFile to TempFile...
2017-11-15 Rafael EspindolaUse TempFile in lto caching.
2017-11-14 Rafael EspindolaAdd a move assignment operator to TempFile. NFC.
2017-11-13 Rafael EspindolaCreate a TempFile class.
2017-10-10 Peter CollingbourneSupport: Have directory_iterator::status() return FindF...
2017-08-09 Benjamin Kramer[Path] Sink predicate computations to their uses. NFCI.
2017-07-17 NAKAMURA TakumiSupport/Path.cpp: Prune unused "llvm/BinaryFormat".
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-05-23 Galina KistanovaAdded LLVM_FALLTHROUGH to address gcc warning: this...
2017-03-20 Zachary TurnerAdd a function to MD5 a file's contents.
2017-03-16 Zachary Turner[Support] Support both Windows and Posix paths on both...
2017-03-16 James Henderson[Support] Add support for getting file system permissio...
2017-03-13 Aaron BallmanReverting r297617 because it broke some bots:
2017-03-13 Aaron BallmanAdd support for getting file system permissions and...
2017-03-08 Zachary Turner[Support] Add llvm::sys::fs::remove_directories.
2017-03-08 Zachary TurnerResubmit FileSystem changes.
2017-03-07 Zachary Turner[Support] Add the option to not follow symlinks on...
2017-03-07 Zachary TurnerUse LLVM for all stat-related functionality.
2017-03-01 Serge PavlovProcess tilde in llvm::sys::path::native
2017-01-09 Rui UeyamaDefine sys::path::convert_to_slash
2016-11-30 Derek Schuff[WebAssembly] Add llvm-objdump support for wasm file...
2016-11-15 Rui UeyamaSimplify identify_magic.
2016-11-15 Rui UeyamaAdd a file magic for CL.exe's object file created with...
2016-10-17 Benjamin Kramer[Support] remove_dots: Remove .. from absolute paths.
2016-10-13 Eric LiuDo not delete leading ../ in remove_dots.
2016-06-20 Kevin EnderbyAdd support for Darwin’s 64-bit universal files with...
2016-05-17 Teresa Johnson[ThinLTO] Option to control path of distributed backend...
2016-04-29 Filipe CabecinhasAdd operator- to Path's reverse_iterator. Needed for...
2016-01-26 Kevin EnderbyFix identify_magic() to check that a file that starts...
2015-11-09 Mike AizatskyMoving FileManager::removeDotPaths to llvm::sys::path...
2015-11-02 Pawel Bylica[Support] Extend sys::path with user_cache_directory...
2015-10-22 Pawel BylicaUse range-based for loop in sys::path::append(). NFC.
2015-10-05 Benjamin Kramer[Support] Add a version of fs::make_absolute with a...
2015-09-02 Douglas KatzmanMove twice-repeated clang path operation into a new...
2015-08-06 Frederic RissThread premissions through sys::fs::create_director...
2015-07-22 Rafael EspindolaIdentify thin archives as archives.
2015-07-15 Rafael EspindolaSimplify a few uses of remove_filename by using parent_...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-10 Ben LangmuirDon't treat .foo as two path components in path::iterators
2015-03-02 Rui UeyamaUse read{16,32,64}{le,be}() instead of *reinterpret_cas...
2015-02-25 Justin BognerObject: Handle Mach-O kext bundle files
2015-02-12 Zachary TurnerRevert "Change Path::filename_pos() to skip the drive...
2015-02-11 Zachary TurnerChange Path::filename_pos() to skip the drive letter.
2015-01-23 Michael J. Spencer[Object][ELF] Test unknown type.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-18 Juergen RibutzkaAdd missing implementation of 'sys::path::is_other...
2014-11-18 Michael J. SpencerSupport ELF files of unknown type.
2014-11-05 David Majnemerllvm-readobj: Add support for dumping the DOS header...
2014-09-17 Nick KledzikFix identify_magic() with mach-o stub dylibs.
2014-09-11 Rui UeyamaSupport: Use llvm::COFF::BigObjMagic
2014-09-11 Rui UeyamaSupport: improve identify_magic to recognize COFF bigobj
2014-09-11 Rafael EspindolaMisc cleanups to the FileSytem api.
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-26 Rafael EspindolaMerge TempDir and system_temp_directory.
2014-08-26 Dylan NoblesmithRevert "Support/Path: remove raw delete"
2014-08-25 Dylan NoblesmithSupport/Path: remove raw delete
2014-08-08 Rafael EspindolaFix the windows build.
2014-08-08 Rafael EspindolaConvert from Windows to Unix paths in sys::path::native.
2014-08-04 Justin BognerPath: Stop claiming path::const_iterator is bidirectional
2014-06-25 Rafael EspindolaDon't leak a file descriptor.
2014-06-25 Logan ChienCode cleanup.
2014-06-19 Justin BognerSupport: Add llvm::sys::fs::copy_file
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaDon't put generic_category in the llvm namespace.
2014-06-11 Rafael EspindolaImplement get_magic with generic tools and inline it.
2014-06-11 Rafael EspindolaRemove unused has_magic.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-16 Yaron KerenFix hardcoded slash to native path seperator which...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-20 Rafael EspindolaRemove dead and incorrect code.
2014-03-13 Saleem AbdulrasoolSupport: add support to identify WinCOFF/ARM objects
2014-03-05 Ben LangmuirFix an inconsistency in treatment of trailing / in...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaShare a createUniqueEntity implementation between unix...
2014-02-23 Rafael EspindolaSimplify remove, create_directory and create_directories.
2014-02-13 Rafael EspindolaUse mkdir instead of stat+mkdir.
2014-02-12 David Fang_CS_DARWIN_USER macros available on darwin>=9. Thanks...
2014-02-11 Aaron BallmanUsing the helper API for random number generation.
2014-01-24 Alp TokerFix known typos
next