[PowerPC] Clean up VK_PPC_TOC... names
[oota-llvm.git] / lib / Support / Unix /
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...
2013-01-05 Chandler CarruthTry to suppress the use of clock_gettime on Darwin...
2013-01-04 Chandler CarruthAdd time getters to the process interface for requestin...
2012-12-31 Chandler CarruthRemove an unused method on Program.
2012-12-31 Chandler CarruthRemove an unused method on the Program class.
2012-12-31 Chandler CarruthGo ahead and get rid of the old page size interface...
2012-12-31 Chandler CarruthFlesh out a page size accessor in the new API.
2012-12-31 Chandler CarruthRemove an unused function in the old Process interface.
2012-12-31 Chandler CarruthSwitch this code to a more idiomatic double using names...
2012-12-31 Chandler CarruthBegin sketching out the process interface.
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-11-15 Daniel DunbarPathV2: Fix a possible infinite loop.
2012-10-17 Daniel DunbarSupport: Don't remove special files on signals.
2012-09-28 Benjamin KramerMake backtraces work again with both the configure...
2012-09-26 Sylvestre LedruThe assumption that /proc/self/exe always exists is...
2012-09-21 Eric ChristopherAdd an --enable-backtraces option to configure to determine
2012-09-19 Andrew KaylorThis patch adds memory support functions which will...
2012-09-11 Chandler CarruthAdd support for finding cacheflush on OpenBSD/mips64...
2012-09-06 NAKAMURA TakumiWhitespace.
2012-09-06 NAKAMURA TakumiUnix/Signals.inc: Fix a typo. Thanks to Dani Berg!
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-08-10 Joerg Sonnenbergerstdcxx's cstdio doesn't include stdio.h, but the code...
2012-08-06 Eric ChristopherAdd support for the OpenBSD for Bitrig.
2012-07-20 Daniel DunbarProcess: Add sys::Process::FileDescriptorHasColors().
2012-07-12 Galina KistanovaFixed few warnings.
2012-06-20 Nick KledzikAdd permissions(), map_file_pages(), and unmap_file_pag...
2012-06-16 Chandler CarruthDon't call 'FilesToRemove[0]' when the vector is empty...
2012-06-16 Chandler CarruthHarden the Unix signals code to be more async signal...
2012-06-02 Benjamin KramerUse access(2) instead of stat(2) to check if a file...
2012-05-11 Eric ChristopherAllow unique_file to take a mode for file permissions...
2012-05-08 Daniel Dunbar[Support] Fix sys::GetRandomNumber() to always use...
2012-05-06 NAKAMURA TakumiUnix/Process.inc: Give more useful random seed to srand...
2012-05-06 NAKAMURA TakumiSupport/Process: Move llvm::sys::Process::GetRandomNumb...
next