Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / unittests / Support / Path.cpp
2015-11-17 David BlaikieFix -Wunused-function in a non-Win32 build
2015-11-17 Pawel Bylica[Support] Tweak path::system_temp_directory() on Windows.
2015-11-09 Mike AizatskyWindows-specific test for sys::path::remove_dots.
2015-11-09 Mike AizatskyMoving FileManager::removeDotPaths to llvm::sys::path...
2015-11-06 Pawel BylicaRevert r252366: [Support] Use GetTempDir to get the...
2015-11-06 Pawel Bylica[Support] Use GetTempDir to get the temporary dir path...
2015-11-02 Pawel Bylica[Support] Extend sys::path with user_cache_directory...
2015-10-16 Pawel BylicaFix path::home_directory() unit test.
2015-10-16 NAKAMURA TakumiSupportTests::HomeDirectory: Don't try tests when ...
2015-10-16 NAKAMURA TakumiReformat.
2015-10-16 Pawel BylicaUse Windows Vista API to get the user's home directory
2015-10-05 Benjamin KramerMake test resilient against windows path separators.
2015-10-05 Benjamin Kramer[Support] Add a version of fs::make_absolute with a...
2015-09-10 Chandler Carruth[ADT] Switch a bunch of places in LLVM that were doing...
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-06-16 NAKAMURA Takumillvm/unittests/Support/Path.cpp: Use <windows.h> instea...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-10 Ben LangmuirDon't treat .foo as two path components in path::iterators
2015-02-25 Justin BognerObject: Handle Mach-O kext bundle files
2014-12-12 Rafael EspindolaMove the resize file feature from mapped_file_region...
2014-12-12 Rafael EspindolaPass a FD to resise_file and add a testcase.
2014-12-11 Rafael EspindolaRemove a convoluted way of calling close by moving...
2014-12-11 Rafael EspindolaRemove dead code. NFC.
2014-11-13 Aaron BallmanFixing some sign comparison warnings from MSVC; NFC.
2014-11-13 Paul RobinsonDrop a few unneeded ctor calls (missed code review...
2014-11-13 Paul RobinsonImprove long path name support on Windows.
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-09-11 Rafael EspindolaUse simpler version of sys::fs::exists. NFC.
2014-08-26 Reid KlecknerFix Path unittests on Windows after raw_fd_ostream...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-09 Rafael EspindolaFix expected windows result.
2014-08-08 Rafael EspindolaRemove dead code. Fixes pr20544.
2014-08-04 Justin BognerPath: Stop claiming path::const_iterator is bidirectional
2014-07-16 Justin Bognerunittests: Actually test reverse iterators in Path...
2014-07-06 Aaron BallmanThese should be EXPECT_TRUE, not EXPECT_FALSE. Amends...
2014-07-06 Aaron BallmanFixing compile errors related to changes with MemoryBuf...
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-13 Rafael EspindolaRemove the last uses of 'using std::error_code'
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-11 Rafael EspindolaRemove unused has_magic.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Rafael EspindolaRemove windows_error.
2014-03-11 Saleem Abdulrasoolsupport: add a utility function to normalise path separ...
2014-03-11 Rafael EspindolaCleanup the interface for creating soft or hard links.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ben LangmuirFix an inconsistency in treatment of trailing / in...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-03-01 Chandler Carruth[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaFix windows unittest I missed in the raw_fd_ostream...
2014-02-23 Rafael EspindolaSimplify remove, create_directory and create_directories.
2014-01-31 Peter CollingbourneIntroduce llvm::sys::path::home_directory.
2014-01-10 Rafael EspindolaRemove remove_all. A compiler has no need for recursive...
2013-11-15 Rui UeyamaPath: Recognize COFF import library file magic.
2013-11-14 Rui UeyamaRecognize 0x0000 as a COFF file magic.
2013-11-13 Rui UeyamaPath: Add tests for existing file magics.
2013-11-13 Rui UeyamaWhitespace.
2013-10-25 Rafael EspindolaTry to fix the build on windows.
2013-08-12 Tareq A. SirajFixes a bug when iterating on paths
2013-07-31 Rafael EspindolaFix windows' implementation of status when a file doesn...
2013-07-30 Rafael EspindolaImplement getUniqueID for directories on windows.
2013-07-29 Rafael EspindolaInclude st_dev to make the result of getUniqueID actual...
2013-07-25 Rafael EspindolaDon't end a file name with a dot. It looks odd.
2013-07-19 Rafael EspindolaAdd a unit test for checking that we respect the F_Bina...
2013-07-18 Rafael EspindolaRemove dead code.
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-08 Rafael EspindolaWe now always create files with the correct permissions...
2013-07-05 Rafael EspindolaFix windows build.
2013-07-05 Rafael EspindolaUse sys::fs::createTemporaryFile.
2013-06-27 Rafael EspindolaAdd a convenience createUniqueDirectory function.
2013-06-20 Rafael EspindolaRename fs::GetUniqueID to fs::getUniqueID to match...
2013-06-19 Aaron BallmanModified the implementation of fs::GetUniqueID on Windo...
2013-06-11 Rafael EspindolaMove PathV2.h to Path.h
2013-04-05 Michael J. Spencer[Support][FileSystem] Fix identify_magic for big endian...
2013-03-16 Aaron BallmanTest case for graceful handling of long file names...
2013-03-14 Michael J. Spencer[Support][Test] Missed this in the API change.
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-08-15 Michael J. SpencerProperly test the LLVM_USE_RVALUE_REFERENCES macro.
2012-08-15 Michael J. Spencer[PathV2] Add mapped_file_region. Implementation for...
2012-06-24 NAKAMURA Takumiunittests/Support/Path.cpp: [Win32] Suppress FileSystem...
2012-06-24 NAKAMURA Takumiunittests/Support/Path.cpp: [Win32] Suppress FileSystem...
2012-06-20 Nick KledzikAdd permissions(), map_file_pages(), and unmap_file_pag...
2011-12-12 Chad RosierRevert r146363 to allow buildbots to make forward progress.
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement bool equivalent(file_stat...
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement canonicalize.
2011-12-09 NAKAMURA Takumiunittests/Support/Path.cpp: [recursive_directory_iterat...
2011-12-09 Michael J. Spencerunittests/SupportTests: Fix test. pop modifies the...
2011-12-09 Michael J. Spencerunittests/SupportTests: Add some outs()'s to debug...
2011-12-08 Michael J. SpencerSupport/FileSystem: Implement recursive_directory_itera...
2011-02-11 Zhanyong WanAdds llvm::sys::path::is_separator() to test whether...
2011-01-15 Michael J. SpencerUnittests/Support/Path: Tweak test.
2011-01-06 Michael J. SpencerUnitTests/Path: Add magical tests. This will also test...
2011-01-06 Michael J. SpencerUnitTests/Path: More ASSERT_NO_ERROR cleanup.
2011-01-05 Michael J. SpencerUnitTests/Path: Fix typo, add error number, and enable...
2011-01-05 Michael J. SpencerUnitTests/PathV2: Setup a test fixture to make tracking...
next