summaryrefslogtreecommitdiff
path: root/lib/Support/Unix
Commit message (Expand)AuthorAge
* 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
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-04
* Remove an unused method on Program.Chandler Carruth2012-12-31
* Remove an unused method on the Program class.Chandler Carruth2012-12-31
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-31
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-31
* Remove an unused function in the old Process interface.Chandler Carruth2012-12-31
* Switch this code to a more idiomatic double using namespace directive.Chandler Carruth2012-12-31
* Begin sketching out the process interface.Chandler Carruth2012-12-31
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-30
* PathV2: Fix a possible infinite loop.Daniel Dunbar2012-11-15
* Support: Don't remove special files on signals.Daniel Dunbar2012-10-17
* Make backtraces work again with both the configure and cmake build.Benjamin Kramer2012-09-28
* The assumption that /proc/self/exe always exists is incorrect.Sylvestre Ledru2012-09-26
* Add an --enable-backtraces option to configure to determineEric Christopher2012-09-21
* This patch adds memory support functions which will later be used to implemen...Andrew Kaylor2012-09-19
* Add support for finding cacheflush on OpenBSD/mips64 platforms.Chandler Carruth2012-09-11
* Whitespace.NAKAMURA Takumi2012-09-06
* Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!NAKAMURA Takumi2012-09-06
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-15
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-15
* stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.incJoerg Sonnenberger2012-08-10
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-06
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-20