summaryrefslogtreecommitdiff
path: root/lib/Support/Unix
Commit message (Expand)AuthorAge
* Fix incorrectly finding 'executable' directories instead of files.Manuel Klimek2013-06-17
* Add GetCurrentDirectory back.Rafael Espindola2013-06-14
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-14
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-14
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-13
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-13
* [Support] Fix handle and memory leak for processes that are not waited forReid Kleckner2013-06-13
* Remove the program class.Rafael Espindola2013-06-12
* Remove Path::getMagicNumber.Rafael Espindola2013-06-12
* Remove Path::isAbsolute.Rafael Espindola2013-06-12
* Remove Path::isAbsolute().Rafael Espindola2013-06-12
* Remove Path::getSuffix.Rafael Espindola2013-06-12
* Remove sys::CopyFile.Rafael Espindola2013-06-12
* Remove the old file memory mapping functions.Rafael Espindola2013-06-12
* Remove Path::createFileOnDisk.Rafael Espindola2013-06-12
* Remove Path::makeExecutableOnDisk.Rafael Espindola2013-06-12
* Remove Path::getDirname.Rafael Espindola2013-06-11
* Remove Path::getBasename.Rafael Espindola2013-06-11
* Remove Path::getLast.Rafael Espindola2013-06-11
* Remove GetRootDirectory.Rafael Espindola2013-06-11
* Remove GetUserHomeDirectory.Rafael Espindola2013-06-11
* Remove GetSystemLibraryPaths.Rafael Espindola2013-06-11
* Remove Path::GetBitcodeLibraryPaths.Rafael Espindola2013-06-11
* Remove declaration of __clear_cache for __APPLE__. <rdar://problem/13924072>Bob Wilson2013-05-19
* Invalidate instruction cache when setting memory to be executable.Tim Northover2013-05-19
* Fix __clear_cache declaration.Rafael Espindola2013-05-14
* Declare __clear_cache.Rafael Espindola2013-05-14
* AArch64: use __clear_cache under GCCish environmentsTim Northover2013-05-04
* [SystemZ] Support System Z as host architectureUlrich Weigand2013-05-03
* Inline variable into the #ifdef block where it's used.Benjamin Kramer2013-04-28
* Fix typo. Stupid me.Joerg Sonnenberger2013-04-27
* Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger2013-04-27
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-11
* <rdar://problem/13551789> Fix yet another race in unique_file.Douglas Gregor2013-04-05
* Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky2013-03-26
* Android uses cacheflush(long start, long end, long flags) for MIPS.Akira Hatanaka2013-03-14
* [Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer2013-03-14
* [PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an inf...Argyrios Kyrtzidis2013-02-28
* Rewrite comments.Dan Gohman2013-02-20
* Add comment in Memory.inc explaining r175646.Krzysztof Parzyszek2013-02-20
* SIGQUIT is a "kill" signal, rather than an "int" signal, in this context.Dan Gohman2013-02-20
* On PowerPC, the cache-flush instructions dcbf and icbi are treated asKrzysztof Parzyszek2013-02-20
* Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...Alexey Samsonov2013-02-19
* Workaround an MSan false positive.Evgeniy Stepanov2013-02-14
* More MSan/ASan annotations.Evgeniy Stepanov2013-02-04
* Fix gcc/printf/ISO C++ warningEdwin Vane2013-01-28
* Fix a race condition in llvm::sys::path::unique_file: when we end upDouglas Gregor2013-01-10
* Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis2013-01-09
* Eric thought that Darwin was right to use -1 consistently rather thanChandler Carruth2013-01-05
* Try to suppress the use of clock_gettime on Darwin which apparantlyChandler Carruth2013-01-05