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
/
include
/
llvm
/
Support
/
Process.h
Age
Commit message (
Expand
)
Author
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-04
Add time getters to the process interface for requesting the elapsed
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
Begin sketching out the process interface.
Chandler Carruth
2012-12-31
Start sketching out a roadmap for better subprocess management in the
Chandler Carruth
2012-07-20
Process: Add sys::Process::FileDescriptorHasColors().
Daniel Dunbar
2012-05-05
[Support] Add sys::Process::GetRandomNumber().
Daniel Dunbar
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-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
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
Merge System into Support.
Michael J. Spencer