Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a55333003d33ceb5857c315093bdd7e58af4ee92
/
llvm
/
lib
/
Support
/
Process.cpp
1b73e66
[Support] Creation of minidump after compiler crash on Windows
by Leny Kholodov
· 9 years ago
7d831a5
Assert that Process::FindInEnvPath() is passed a relative path.
by Nico Weber
· 10 years ago
0a010c2
[Support] Remove statically initialized yet dead code.
by Benjamin Kramer
· 11 years ago
16132e6
Purge unused includes throughout libSupport.
by Benjamin Kramer
· 11 years ago
c0610bf
Remove dead code. NFC.
by Rafael Espindola
· 11 years ago
33d1ae5
Refactor the code in clang to find a file in a PATH like environment variable into a helper function
by Ehsan Akhgari
· 11 years ago
cfe341f
Fix .cpp files claiming to be header files
by Hans Wennborg
· 11 years ago
24fdbe5
Disable Visual C++ warning 4722 about aborting a destructor,
by Yaron Keren
· 12 years ago
3f5e8b8
Hopefully fixing the MinGW 32 build, which was broken by r200767. Not using rand_s() since MinGW does not have an implementation for it, but instead using the underlying CryptGenRandom APIs.
by Aaron Ballman
· 12 years ago
7844073
Implemented support for Process::GetRandomNumber on Windows.
by Aaron Ballman
· 12 years ago
92d649a
Support ANSI escape code on Windows
by Nico Rieck
· 12 years ago
ef7f968
Add time getters to the process interface for requesting the elapsed
by Chandler Carruth
· 13 years ago
be81023
Resort the #include lines in include/... and lib/... with the
by Chandler Carruth
· 13 years ago
acd64be
Go ahead and get rid of the old page size interface and convert all the
by Chandler Carruth
· 13 years ago
15dcad9
Flesh out a page size accessor in the new API.
by Chandler Carruth
· 13 years ago
5473dfb
Switch this code to a more idiomatic double using namespace directive.
by Chandler Carruth
· 13 years ago
304de3c
Delete a cut/paste-o from r171290. Very sorry about the noise.
by Chandler Carruth
· 13 years ago
5412246
Suppress a MSVC warning complaining about the code working as intended.
by Chandler Carruth
· 13 years ago
97683aa
Begin sketching out the process interface.
by Chandler Carruth
· 13 years ago
54acb28
Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp to Unix/Process.inc.
by NAKAMURA Takumi
· 13 years ago
d5f82d9
[Support] Add missing include.
by Daniel Dunbar
· 13 years ago
b57ddd4
[Support] Add sys::Process::GetRandomNumber().
by Daniel Dunbar
· 13 years ago
447762d
Merge System into Support.
by Michael J. Spencer
· 15 years ago
[Renamed (93%) from llvm/lib/System/Process.cpp]
a8b7e78
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
by Dan Gohman
· 17 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
082e2a7
For PR780:
by Reid Spencer
· 19 years ago
291f6b7
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
by Misha Brukman
· 20 years ago
10468d8
Remove trailing whitespace
by Misha Brukman
· 20 years ago
c892a0d
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
by Reid Spencer
· 21 years ago
97d4a17
For PR351:
by Reid Spencer
· 21 years ago
566ac28
Provide initial implementations of Memory and Process concepts for various
by Reid Spencer
· 21 years ago