aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows/Process.inc
AgeCommit message (Expand)AuthorFilesLines
2016-06-20Properly handle short file names on the command line in Windows [TAKE 2]Adrian McCarthy1-2/+34
2016-06-17Revert "Properly handle short file names on the command line in Windows"Adrian McCarthy1-27/+2
2016-06-16Properly handle short file names on the command line in WindowsAdrian McCarthy1-2/+27
2016-05-04[Support] Creation of minidump after compiler crash on WindowsLeny Kholodov1-0/+2
2015-11-11Report Windows error code in a fatal error after a system call.Paul Robinson1-2/+9
2015-05-04Replace windows_error calls with mapWindowsError.Yaron Keren1-5/+1
2015-02-28[raw_ostream] When printing color on Windows, use correct bg color.Zachary Turner1-0/+13
2014-12-04Remove dead code. NFC.Rafael Espindola1-27/+4
2014-10-07Support: Don't call close again if we get EINTRDavid Majnemer1-0/+6
2014-10-06Support: Add a utility to remap std{in,out,err} to /dev/null if closedDavid Majnemer1-0/+4
2014-07-24Windows: Don't wildcard expand /? or -?Hans Wennborg1-0/+5
2014-07-16Perform wildcard expansion in Process::GetArgumentVector on Windows (PR17098)Hans Wennborg1-19/+71
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola1-5/+4
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-1/+1
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola1-1/+2
2014-06-11Remove windows_error.Rafael Espindola1-0/+4
2014-06-03Process::GetRandomNumber(): fix insecure RNGAlp Toker1-2/+3
2014-05-31Use error_code() instead of error_code::succes()Rafael Espindola1-1/+1
2014-05-19MemoryBuffer: Use GetNativeSystemInfo()Alp Toker1-8/+6
2014-03-05Remove unnecessary variables.Ahmed Charles1-2/+2
2014-02-12Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner1-1/+1
2014-02-11Hopefully fixing the MinGW 32 build, which was broken by r200767. Not using r...Aaron Ballman1-4/+11
2014-02-07Try to unbreak the mingw32 build.Benjamin Kramer1-1/+1
2014-02-04Implemented support for Process::GetRandomNumber on Windows.Aaron Ballman1-0/+7
2014-01-07Try to fix the windows build. The comments in other files don't seem toChandler Carruth1-4/+5
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-2/+3
2013-10-07Windows: Avoiding resizing, use uninitialized data() insteadDavid Majnemer1-4/+5
2013-10-07Windows/Process.inc: Fix for +Asserts. &Buf[0] is not guaranteed if size is z...NAKAMURA Takumi1-1/+1
2013-10-07Revert "Revert "Windows: Add support for unicode command lines""David Majnemer1-11/+51
2013-10-06Revert "Windows: Add support for unicode command lines"David Majnemer1-52/+12
2013-10-06Windows: Add support for unicode command linesDavid Majnemer1-12/+52
2013-09-11Support ANSI escape code on WindowsNico Rieck1-1/+13
2013-09-10Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama1-0/+30
2013-09-04Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi1-0/+2
2013-08-16Removing unused functionality.Aaron Ballman1-10/+0
2013-08-16Updating function comments; no functional changes intended.Aaron Ballman1-5/+12
2013-06-08sys::process::get_id() now returns the process ID instead of a process handle...Aaron Ballman1-1/+1
2013-01-04Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.Chandler Carruth1-1/+1
2013-01-04Add time getters to the process interface for requesting the elapsedChandler Carruth1-13/+38
2012-12-31Flesh out a page size accessor in the new API.Chandler Carruth1-8/+6
2012-12-31Remove an unused function in the old Process interface.Chandler Carruth1-8/+0
2012-12-31Switch this code to a more idiomatic double using namespace directive.Chandler Carruth1-3/+1
2012-12-31Begin sketching out the process interface.Chandler Carruth1-0/+6
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-3/+3
2012-07-20Try to unbreak the windows build.Benjamin Kramer1-1/+1
2012-07-20Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar1-4/+8
2012-07-19Remove tabs.Bill Wendling1-1/+1
2012-04-16Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer1-0/+32
2012-04-16Revert r154800 which breaks windows builders.Argyrios Kyrtzidis1-33/+0
2012-04-16Add reverseColor to raw_ostream.Argyrios Kyrtzidis1-0/+33