aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...Alexey Samsonov2013-02-191-1/+2
* Workaround an MSan false positive.Evgeniy Stepanov2013-02-141-0/+2
* More MSan/ASan annotations.Evgeniy Stepanov2013-02-041-0/+5
* Fix gcc/printf/ISO C++ warningEdwin Vane2013-01-281-1/+5
* Fix a race condition in llvm::sys::path::unique_file: when we end upDouglas Gregor2013-01-101-4/+7
* Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis2013-01-091-11/+15
* Eric thought that Darwin was right to use -1 consistently rather thanChandler Carruth2013-01-051-1/+1
* Try to suppress the use of clock_gettime on Darwin which apparantlyChandler Carruth2013-01-051-1/+1
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-041-22/+40
* Remove an unused method on Program.Chandler Carruth2012-12-311-18/+0
* Remove an unused method on the Program class.Chandler Carruth2012-12-311-5/+0
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-312-9/+9
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-311-4/+7
* Remove an unused function in the old Process interface.Chandler Carruth2012-12-311-20/+0
* Switch this code to a more idiomatic double using namespace directive.Chandler Carruth2012-12-311-1/+1
* Begin sketching out the process interface.Chandler Carruth2012-12-311-0/+6
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-032-3/+3
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-301-1/+1
* PathV2: Fix a possible infinite loop.Daniel Dunbar2012-11-151-3/+4
* Support: Don't remove special files on signals.Daniel Dunbar2012-10-171-9/+21
* Make backtraces work again with both the configure and cmake build.Benjamin Kramer2012-09-281-1/+1
* The assumption that /proc/self/exe always exists is incorrect.Sylvestre Ledru2012-09-261-4/+13
* Add an --enable-backtraces option to configure to determineEric Christopher2012-09-211-1/+1
* This patch adds memory support functions which will later be used to implemen...Andrew Kaylor2012-09-191-12/+186
* Add support for finding cacheflush on OpenBSD/mips64 platforms.Chandler Carruth2012-09-111-0/+8
* Whitespace.NAKAMURA Takumi2012-09-061-2/+2
* Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!NAKAMURA Takumi2012-09-061-1/+1
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-151-1/+1
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-151-0/+112
* stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.incJoerg Sonnenberger2012-08-101-0/+6
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-062-5/+6
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-201-6/+8
* Fixed few warnings.Galina Kistanova2012-07-121-1/+2
* Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik2012-06-201-7/+71
* Don't call 'FilesToRemove[0]' when the vector is empty, even to computeChandler Carruth2012-06-161-1/+1
* Harden the Unix signals code to be more async signal safe.Chandler Carruth2012-06-161-9/+41
* Use access(2) instead of stat(2) to check if a file exists.Benjamin Kramer2012-06-021-2/+1
* Allow unique_file to take a mode for file permissions, but defaultEric Christopher2012-05-111-3/+4
* [Support] Fix sys::GetRandomNumber() to always use a high quality seed.Daniel Dunbar2012-05-081-5/+15
* Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.NAKAMURA Takumi2012-05-061-1/+14
* Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...NAKAMURA Takumi2012-05-061-0/+9