Check for $PWD in llvm::sys::current_path.
[oota-llvm.git] / lib / Support / Unix /
2013-08-10 Rafael EspindolaCheck for $PWD in llvm::sys::current_path.
2013-08-07 Chandler CarruthAdd support for linking against a curses library when...
2013-07-29 Rafael EspindolaMake file_status::getUniqueID const.
2013-07-29 Rafael EspindolaInclude st_dev to make the result of getUniqueID actual...
2013-07-26 Rafael EspindolaRevert "[PowerPC] Improve consistency in use of __ppc__...
2013-07-26 Bill Schmidt[PowerPC] Improve consistency in use of __ppc__, __powe...
2013-07-26 Rafael EspindolaAdd missing 'n'.
2013-07-26 Reid KlecknerRemove dead or useless header checks from cmake and...
2013-07-26 Rafael EspindolaExtend the lifetime of the strings passed to posix_spaw...
2013-07-19 Rafael EspindolaSplit openFileForWrite into windows and unix versions.
2013-07-18 Rafael EspindolaRemove dead code.
2013-07-17 Rafael EspindolaSplit openFileForRead into Windows and Unix versions.
2013-07-17 Rafael EspindolaDon't fallback to copy + delete in rename.
2013-07-16 Rafael EspindolaAdd a version of sys::fs::status that uses fstat.
2013-07-16 Rafael EspindolaInstead friending status, provide windows and posix...
2013-07-15 Craig TopperRevert part of 186302 to fix buildbots.
2013-07-15 Craig TopperUse llvm::array_lengthof to replace sizeof(array)/sizeo...
2013-07-11 Rafael EspindolaFix a FIXME about the format and add a test.
2013-07-10 Rafael EspindolaUse status to implement file_size.
2013-07-08 Rafael EspindolaWe now always create files with the correct permissions...
2013-07-04 Eric ChristopherReapply r185601 with a fix for the cmake build.
2013-07-04 Eric ChristopherTemporarily revert 185601 as it caused cmake build...
2013-07-04 Eric ChristopherAdd support for futimens for platforms that don't suppo...
2013-06-28 Patrik HagglundSuppress GCC "control reaches end of non-void function...
2013-06-28 Rafael EspindolaImprovements to unique_file and createUniqueDirectory.
2013-06-26 Rafael EspindolaRename PathV2 to just Path now that it is the only...
2013-06-26 Rafael EspindolaUse enums instead of raw octal values.
2013-06-26 Rafael EspindolaPathV1 is deprecated since the 18th of Dec 2010. Remove it.
2013-06-26 Rafael EspindolaRemove calls to Path in #ifdefs that don't seem to...
2013-06-26 Rafael EspindolaFix the build when __APPLE__ is defined.
2013-06-26 Rafael EspindolaRemove sys::GetMainExecutable.
2013-06-26 Rafael EspindolaPort GetMainExecutable over to PathV2.
2013-06-26 Rafael EspindolaRemove PathWithStatus.
2013-06-25 Rafael EspindolaMove GetEXESuffix to the one place it is used.
2013-06-25 Rafael EspindolaRemove sys::PathSeparator.
2013-06-20 Rafael EspindolaAdd another fixme.
2013-06-20 Rafael EspindolaRemove last use of PathV1.h from Archive.cpp.
2013-06-20 Rafael Espindolamake getLastModificationTime const. Move it with the...
2013-06-20 Rafael EspindolaAdd a setLastModificationAndAccessTime to PathV2.
2013-06-20 Rafael EspindolaAdd support for getting the last modification time...
2013-06-20 Evgeniy StepanovFix get_magic() handling of short reads.
2013-06-20 Rafael EspindolaRename fs::GetUniqueID to fs::getUniqueID to match...
2013-06-20 Evgeniy StepanovRemove MSan hack that is no longer needed.
2013-06-19 Rafael EspindolaRemove Path::getDirectoryContents.
2013-06-19 Rafael EspindolaRemove Path::canExecute.
2013-06-18 Rafael EspindolaRemove Path::canWrite.
2013-06-18 Rafael EspindolaAdd a can_write function to PathV2.
2013-06-18 Rafael EspindolaRemove unused Path::canRead.
2013-06-18 Rafael EspindolaRemove uniqueID from PathV1.h.
2013-06-18 Rafael EspindolaAdd a GetUniqueID that will replace the uniqueID of...
2013-06-17 Rafael EspindolaOnly delete regular files and directories.
2013-06-17 Manuel KlimekFix incorrectly finding 'executable' directories instea...
2013-06-14 Rafael EspindolaAdd GetCurrentDirectory back.
2013-06-14 Rafael EspindolaReplace use of PathV1.h in MCContext.cpp.
2013-06-14 Rafael EspindolaReplace use of PathV1.h in Program.cpp.
2013-06-13 Rafael EspindolaDon't use PathV1.h in Signals.h.
2013-06-13 Rafael EspindolaHave sys::FindProgramByName return a std::string.
2013-06-13 Reid Kleckner[Support] Fix handle and memory leak for processes...
2013-06-12 Rafael EspindolaRemove the program class.
2013-06-12 Rafael EspindolaRemove Path::getMagicNumber.
2013-06-12 Rafael EspindolaRemove Path::isAbsolute.
2013-06-12 Rafael EspindolaRemove Path::isAbsolute().
2013-06-12 Rafael EspindolaRemove Path::getSuffix.
2013-06-12 Rafael EspindolaRemove sys::CopyFile.
2013-06-12 Rafael EspindolaRemove the old file memory mapping functions.
2013-06-12 Rafael EspindolaRemove Path::createFileOnDisk.
2013-06-12 Rafael EspindolaRemove Path::makeExecutableOnDisk.
2013-06-11 Rafael EspindolaRemove Path::getDirname.
2013-06-11 Rafael EspindolaRemove Path::getBasename.
2013-06-11 Rafael EspindolaRemove Path::getLast.
2013-06-11 Rafael EspindolaRemove GetRootDirectory.
2013-06-11 Rafael EspindolaRemove GetUserHomeDirectory.
2013-06-11 Rafael EspindolaRemove GetSystemLibraryPaths.
2013-06-11 Rafael EspindolaRemove Path::GetBitcodeLibraryPaths.
2013-05-19 Bob WilsonRemove declaration of __clear_cache for __APPLE__....
2013-05-19 Tim NorthoverInvalidate instruction cache when setting memory to...
2013-05-14 Rafael EspindolaFix __clear_cache declaration.
2013-05-14 Rafael EspindolaDeclare __clear_cache.
2013-05-04 Tim NorthoverAArch64: use __clear_cache under GCCish environments
2013-05-03 Ulrich Weigand[SystemZ] Support System Z as host architecture
2013-04-28 Benjamin KramerInline variable into the #ifdef block where it's used.
2013-04-27 Joerg SonnenbergerFix typo. Stupid me.
2013-04-27 Joerg SonnenbergerOnly use cxxabi.h's demangler, if it is actually available.
2013-04-11 Rafael EspindolaAdd a function to check if an argument list is too...
2013-04-05 Douglas Gregor<rdar://problem/13551789> Fix yet another race in uniqu...
2013-03-26 Nick LewyckyAdd a new watchdog timer interface. The interface does...
2013-03-14 Akira HatanakaAndroid uses cacheflush(long start, long end, long...
2013-03-14 Michael J. Spencer[Support] Fix lifetime of file descriptors when using...
2013-02-28 Argyrios Kyrtzidis[PathV2] In llvm::sys::fs::unique_file, make sure it...
2013-02-20 Dan GohmanRewrite comments.
2013-02-20 Krzysztof ParzyszekAdd comment in Memory.inc explaining r175646.
2013-02-20 Dan GohmanSIGQUIT is a "kill" signal, rather than an "int" signal...
2013-02-20 Krzysztof ParzyszekOn PowerPC, the cache-flush instructions dcbf and icbi...
2013-02-19 Alexey SamsonovFix initialization-order bug in llvm::Support::TimeValu...
2013-02-14 Evgeniy StepanovWorkaround an MSan false positive.
2013-02-04 Evgeniy StepanovMore MSan/ASan annotations.
2013-01-28 Edwin VaneFix gcc/printf/ISO C++ warning
2013-01-10 Douglas GregorFix a race condition in llvm::sys::path::unique_file...
2013-01-09 Argyrios KyrtzidisMove the internal PrintStackTrace function that is...
2013-01-05 Chandler CarruthEric thought that Darwin was right to use -1 consistent...
next