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
/
Process.inc
Age
Commit message (
Expand
)
Author
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-02-14
Workaround an MSan false positive.
Evgeniy Stepanov
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
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
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-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-06
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-07-20
Process: Add sys::Process::FileDescriptorHasColors().
Daniel Dunbar
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-05-08
[Support] Fix sys::GetRandomNumber() to always use a high quality seed.
Daniel Dunbar
2012-05-06
Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.
NAKAMURA Takumi
2012-05-06
Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...
NAKAMURA Takumi
2012-04-16
Reapply 'Add reverseColor to raw_ostream'.
Benjamin Kramer
2012-04-16
Revert r154800 which breaks windows builders.
Argyrios Kyrtzidis
2012-04-16
Add reverseColor to raw_ostream.
Argyrios Kyrtzidis
2012-04-11
Fix the build under Debian GNU/Hurd.
Sylvestre Ledru
2012-01-15
Remove SetWorkingDirectory from the Process interface. Nothing in LLVM
Chandler Carruth
2011-09-23
sys::Process: Add a SetWorkingDirectory method.
Daniel Dunbar
2010-11-29
Merge System into Support.
Michael J. Spencer