index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Unix
Age
Commit message (
Expand
)
Author
2013-11-08
Add some temporary diagnostics to GetCurrentDirectory to diagnose mac failures
Jan Voung
2013-07-18
Some more OS-specific calls were added that are not supported in the
Eli Bendersky
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-05-04
AArch64: use __clear_cache under GCCish environments
Tim Northover
2013-05-03
[SystemZ] Support System Z as host architecture
Ulrich Weigand
2013-04-28
Inline variable into the #ifdef block where it's used.
Benjamin Kramer
2013-04-27
Fix typo. Stupid me.
Joerg Sonnenberger
2013-04-27
Only use cxxabi.h's demangler, if it is actually available.
Joerg Sonnenberger
2013-04-11
Add a function to check if an argument list is too long.
Rafael Espindola
2013-04-05
<rdar://problem/13551789> Fix yet another race in unique_file.
Douglas Gregor
2013-03-26
Add a new watchdog timer interface. The interface does not permit handling ti...
Nick Lewycky
2013-03-14
Android uses cacheflush(long start, long end, long flags) for MIPS.
Akira Hatanaka
2013-03-14
[Support] Fix lifetime of file descriptors when using MemoryBuffer.
Michael J. Spencer
2013-03-11
Merge 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-20
Rewrite comments.
Dan Gohman
2013-02-20
Add comment in Memory.inc explaining r175646.
Krzysztof Parzyszek
2013-02-20
SIGQUIT is a "kill" signal, rather than an "int" signal, in this context.
Dan Gohman
2013-02-20
On PowerPC, the cache-flush instructions dcbf and icbi are treated as
Krzysztof Parzyszek
2013-02-19
Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...
Alexey Samsonov
2013-02-14
Workaround an MSan false positive.
Evgeniy Stepanov
2013-02-04
More MSan/ASan annotations.
Evgeniy Stepanov
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-28
Fix gcc/printf/ISO C++ warning
Edwin Vane
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-10
Fix a race condition in llvm::sys::path::unique_file: when we end up
Douglas Gregor
2013-01-09
Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...
Argyrios Kyrtzidis
2013-01-05
Eric thought that Darwin was right to use -1 consistently rather than
Chandler Carruth
2013-01-05
Try to suppress the use of clock_gettime on Darwin which apparantly
Chandler Carruth
2013-01-04
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
2012-12-31
Remove an unused method on Program.
Chandler Carruth
2012-12-31
Remove an unused method on the Program class.
Chandler Carruth
2012-12-31
Go ahead and get rid of the old page size interface and convert all the
Chandler Carruth
2012-12-31
Flesh out a page size accessor in the new API.
Chandler Carruth
2012-12-31
Remove an unused function in the old Process interface.
Chandler Carruth
2012-12-31
Switch this code to a more idiomatic double using namespace directive.
Chandler Carruth
2012-12-31
Begin sketching out the process interface.
Chandler Carruth
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-15
PathV2: Fix a possible infinite loop.
Daniel Dunbar
2012-10-18
Merge commit '3298959540ca744ec16b4c65db244534a929a862'
Derek Schuff
2012-10-17
Support: Don't remove special files on signals.
Daniel Dunbar
2012-10-01
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
2012-09-28
Make backtraces work again with both the configure and cmake build.
Benjamin Kramer
2012-09-26
The assumption that /proc/self/exe always exists is incorrect.
Sylvestre Ledru
2012-09-25
Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'
Derek Schuff
2012-09-21
Add an --enable-backtraces option to configure to determine
Eric Christopher
2012-09-19
Merge commit '020aba0c3b6092e353e133446cb6453f95f0d61b'
Derek Schuff
[next]