aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Unix
AgeCommit message (Expand)Author
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-02-28[PathV2] In llvm::sys::fs::unique_file, make sure it doesn't fall into an inf...Argyrios Kyrtzidis
2013-02-20Rewrite comments.Dan Gohman
2013-02-20Add comment in Memory.inc explaining r175646.Krzysztof Parzyszek
2013-02-20SIGQUIT is a "kill" signal, rather than an "int" signal, in this context.Dan Gohman
2013-02-20On PowerPC, the cache-flush instructions dcbf and icbi are treated asKrzysztof Parzyszek
2013-02-19Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...Alexey Samsonov
2013-02-14Workaround an MSan false positive.Evgeniy Stepanov
2013-02-04More MSan/ASan annotations.Evgeniy Stepanov
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-28Fix gcc/printf/ISO C++ warningEdwin Vane
2013-01-11Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'Derek Schuff
2013-01-10Fix a race condition in llvm::sys::path::unique_file: when we end upDouglas Gregor
2013-01-09Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis
2013-01-05Eric thought that Darwin was right to use -1 consistently rather thanChandler Carruth
2013-01-05Try to suppress the use of clock_gettime on Darwin which apparantlyChandler Carruth
2013-01-04Add time getters to the process interface for requesting the elapsedChandler Carruth
2012-12-31Remove an unused method on Program.Chandler Carruth
2012-12-31Remove an unused method on the Program class.Chandler Carruth
2012-12-31Go ahead and get rid of the old page size interface and convert all theChandler Carruth
2012-12-31Flesh out a page size accessor in the new API.Chandler Carruth
2012-12-31Remove an unused function in the old Process interface.Chandler Carruth
2012-12-31Switch this code to a more idiomatic double using namespace directive.Chandler Carruth
2012-12-31Begin sketching out the process interface.Chandler Carruth
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-30Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth
2012-11-27Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'Derek Schuff
2012-11-15PathV2: Fix a possible infinite loop.Daniel Dunbar
2012-10-18Merge commit '3298959540ca744ec16b4c65db244534a929a862'Derek Schuff
2012-10-17Support: Don't remove special files on signals.Daniel Dunbar
2012-10-01Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'Derek Schuff
2012-09-28Make backtraces work again with both the configure and cmake build.Benjamin Kramer
2012-09-26The assumption that /proc/self/exe always exists is incorrect.Sylvestre Ledru
2012-09-25Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'Derek Schuff
2012-09-21Add an --enable-backtraces option to configure to determineEric Christopher
2012-09-19Merge commit '020aba0c3b6092e353e133446cb6453f95f0d61b'Derek Schuff
2012-09-19This patch adds memory support functions which will later be used to implemen...Andrew Kaylor
2012-09-18Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'Derek Schuff
2012-09-11Add support for finding cacheflush on OpenBSD/mips64 platforms.Chandler Carruth
2012-09-06Whitespace.NAKAMURA Takumi
2012-09-06Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!NAKAMURA Takumi
2012-08-22Idef out mapped_file_region for naclDerek Schuff
2012-08-21Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffceDerek Schuff
2012-08-17Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'Derek Schuff
2012-08-15Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer
2012-08-15[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer
2012-08-10stdcxx's cstdio doesn't include stdio.h, but the code using PathV2.incJoerg Sonnenberger
2012-08-06Add support for the OpenBSD for Bitrig.Eric Christopher
2012-07-20Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar