index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Windows
/
Process.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Support] env vars with empty values on windows
Ben Dunbobbin
2017-08-18
1
-2
/
+3
*
Do not pollute the namespace in a header file.
Kristof Beyls
2017-03-31
1
-1
/
+0
*
Remove TimeValue usage from llvm/Support
Pavel Labath
2016-10-24
1
-17
/
+5
*
Properly handle short file names on the command line in Windows [TAKE 2]
Adrian McCarthy
2016-06-20
1
-2
/
+34
*
Revert "Properly handle short file names on the command line in Windows"
Adrian McCarthy
2016-06-17
1
-27
/
+2
*
Properly handle short file names on the command line in Windows
Adrian McCarthy
2016-06-16
1
-2
/
+27
*
[Support] Creation of minidump after compiler crash on Windows
Leny Kholodov
2016-05-04
1
-0
/
+2
*
Report Windows error code in a fatal error after a system call.
Paul Robinson
2015-11-11
1
-2
/
+9
*
Replace windows_error calls with mapWindowsError.
Yaron Keren
2015-05-04
1
-5
/
+1
*
[raw_ostream] When printing color on Windows, use correct bg color.
Zachary Turner
2015-02-28
1
-0
/
+13
*
Remove dead code. NFC.
Rafael Espindola
2014-12-04
1
-27
/
+4
*
Support: Don't call close again if we get EINTR
David Majnemer
2014-10-07
1
-0
/
+6
*
Support: Add a utility to remap std{in,out,err} to /dev/null if closed
David Majnemer
2014-10-06
1
-0
/
+4
*
Windows: Don't wildcard expand /? or -?
Hans Wennborg
2014-07-24
1
-0
/
+5
*
Perform wildcard expansion in Process::GetArgumentVector on Windows (PR17098)
Hans Wennborg
2014-07-16
1
-19
/
+71
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-5
/
+4
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-1
/
+2
*
Remove windows_error.
Rafael Espindola
2014-06-11
1
-0
/
+4
*
Process::GetRandomNumber(): fix insecure RNG
Alp Toker
2014-06-03
1
-2
/
+3
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-1
/
+1
*
MemoryBuffer: Use GetNativeSystemInfo()
Alp Toker
2014-05-19
1
-8
/
+6
*
Remove unnecessary variables.
Ahmed Charles
2014-03-05
1
-2
/
+2
*
Rename Windows.h to WindowsSupport.h to avoid ambiguity
Reid Kleckner
2014-02-12
1
-1
/
+1
*
Hopefully fixing the MinGW 32 build, which was broken by r200767. Not using r...
Aaron Ballman
2014-02-11
1
-4
/
+11
*
Try to unbreak the mingw32 build.
Benjamin Kramer
2014-02-07
1
-1
/
+1
*
Implemented support for Process::GetRandomNumber on Windows.
Aaron Ballman
2014-02-04
1
-0
/
+7
*
Try to fix the windows build. The comments in other files don't seem to
Chandler Carruth
2014-01-07
1
-4
/
+5
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-2
/
+3
*
Windows: Avoiding resizing, use uninitialized data() instead
David Majnemer
2013-10-07
1
-4
/
+5
*
Windows/Process.inc: Fix for +Asserts. &Buf[0] is not guaranteed if size is z...
NAKAMURA Takumi
2013-10-07
1
-1
/
+1
*
Revert "Revert "Windows: Add support for unicode command lines""
David Majnemer
2013-10-07
1
-11
/
+51
*
Revert "Windows: Add support for unicode command lines"
David Majnemer
2013-10-06
1
-52
/
+12
*
Windows: Add support for unicode command lines
David Majnemer
2013-10-06
1
-12
/
+52
*
Support ANSI escape code on Windows
Nico Rieck
2013-09-11
1
-1
/
+13
*
Add getenv() wrapper that works on multibyte environment variable.
Rui Ueyama
2013-09-10
1
-0
/
+30
*
Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...
NAKAMURA Takumi
2013-09-04
1
-0
/
+2
*
Removing unused functionality.
Aaron Ballman
2013-08-16
1
-10
/
+0
*
Updating function comments; no functional changes intended.
Aaron Ballman
2013-08-16
1
-5
/
+12
*
sys::process::get_id() now returns the process ID instead of a process handle...
Aaron Ballman
2013-06-08
1
-1
/
+1
*
Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.
Chandler Carruth
2013-01-04
1
-1
/
+1
*
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
2013-01-04
1
-13
/
+38
*
Flesh out a page size accessor in the new API.
Chandler Carruth
2012-12-31
1
-8
/
+6
*
Remove an unused function in the old Process interface.
Chandler Carruth
2012-12-31
1
-8
/
+0
*
Switch this code to a more idiomatic double using namespace directive.
Chandler Carruth
2012-12-31
1
-3
/
+1
*
Begin sketching out the process interface.
Chandler Carruth
2012-12-31
1
-0
/
+6
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Try to unbreak the windows build.
Benjamin Kramer
2012-07-20
1
-1
/
+1
*
Process: Add sys::Process::FileDescriptorHasColors().
Daniel Dunbar
2012-07-20
1
-4
/
+8
*
Remove tabs.
Bill Wendling
2012-07-19
1
-1
/
+1
[next]