index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
Windows
/
Process.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Reapply 'Add reverseColor to raw_ostream'.
Benjamin Kramer
2012-04-16
1
-0
/
+32
[next]