summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix
Commit message (Expand)AuthorAgeFilesLines
...
* Remove Path::getDirectoryContents.Rafael Espindola2013-06-191-30/+0
* Remove Path::canExecute.Rafael Espindola2013-06-191-12/+0
* Remove Path::canWrite.Rafael Espindola2013-06-181-6/+0
* Add a can_write function to PathV2.Rafael Espindola2013-06-181-0/+6
* Remove unused Path::canRead.Rafael Espindola2013-06-181-5/+0
* Remove uniqueID from PathV1.h.Rafael Espindola2013-06-181-1/+0
* Add a GetUniqueID that will replace the uniqueID of PathV1.h.Rafael Espindola2013-06-181-0/+12
* Only delete regular files and directories.Rafael Espindola2013-06-171-0/+16
* Fix incorrectly finding 'executable' directories instead of files.Manuel Klimek2013-06-171-1/+8
* Add GetCurrentDirectory back.Rafael Espindola2013-06-141-0/+11
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-141-11/+0
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-142-29/+34
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-131-4/+4
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-131-7/+7
* [Support] Fix handle and memory leak for processes that are not waited forReid Kleckner2013-06-131-8/+6
* Remove the program class.Rafael Espindola2013-06-121-21/+17
* Remove Path::getMagicNumber.Rafael Espindola2013-06-121-14/+0
* Remove Path::isAbsolute.Rafael Espindola2013-06-121-8/+0
* Remove Path::isAbsolute().Rafael Espindola2013-06-121-7/+0
* Remove Path::getSuffix.Rafael Espindola2013-06-121-17/+0
* Remove sys::CopyFile.Rafael Espindola2013-06-121-47/+0
* Remove the old file memory mapping functions.Rafael Espindola2013-06-121-17/+0
* Remove Path::createFileOnDisk.Rafael Espindola2013-06-121-10/+0
* Remove Path::makeExecutableOnDisk.Rafael Espindola2013-06-121-6/+0
* Remove Path::getDirname.Rafael Espindola2013-06-111-4/+0
* Remove Path::getBasename.Rafael Espindola2013-06-111-16/+0
* Remove Path::getLast.Rafael Espindola2013-06-111-22/+0
* Remove GetRootDirectory.Rafael Espindola2013-06-111-7/+0
* Remove GetUserHomeDirectory.Rafael Espindola2013-06-111-10/+0
* Remove GetSystemLibraryPaths.Rafael Espindola2013-06-111-15/+0
* Remove Path::GetBitcodeLibraryPaths.Rafael Espindola2013-06-111-17/+0
* Remove declaration of __clear_cache for __APPLE__. <rdar://problem/13924072>Bob Wilson2013-05-191-0/+3
* Invalidate instruction cache when setting memory to be executable.Tim Northover2013-05-191-0/+3
* Fix __clear_cache declaration.Rafael Espindola2013-05-141-1/+1
* Declare __clear_cache.Rafael Espindola2013-05-141-0/+1
* AArch64: use __clear_cache under GCCish environmentsTim Northover2013-05-041-1/+1
* [SystemZ] Support System Z as host architectureUlrich Weigand2013-05-031-0/+9
* Inline variable into the #ifdef block where it's used.Benjamin Kramer2013-04-281-1/+1
* Fix typo. Stupid me.Joerg Sonnenberger2013-04-271-1/+1
* Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger2013-04-271-2/+8
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-111-0/+24
* <rdar://problem/13551789> Fix yet another race in unique_file.Douglas Gregor2013-04-051-3/+1
* Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky2013-03-261-0/+32
* Android uses cacheflush(long start, long end, long flags) for MIPS.Akira Hatanaka2013-03-141-0/+9
* [Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer2013-03-141-7/+10
* [PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an inf...Argyrios Kyrtzidis2013-02-281-1/+7
* Rewrite comments.Dan Gohman2013-02-201-3/+5
* Add comment in Memory.inc explaining r175646.Krzysztof Parzyszek2013-02-201-0/+7
* SIGQUIT is a "kill" signal, rather than an "int" signal, in this context.Dan Gohman2013-02-201-2/+2
* On PowerPC, the cache-flush instructions dcbf and icbi are treated asKrzysztof Parzyszek2013-02-201-0/+4
OpenPOWER on IntegriCloud