OSDN Git Service

Update LLVM for 3.5 rebase (r209712).
[android-x86/external-llvm.git] / lib / Support / Windows / Process.inc
2014-05-29 Stephen HinesUpdate LLVM for 3.5 rebase (r209712).
2014-05-05 Stephen HinesMerge "Don't try to use Clang on Windows yet."
2014-04-25 Stephen HinesMerge "Update to LLVM 3.5a."
2014-04-24 Stephen HinesUpdate to LLVM 3.5a.
2014-02-18 Colin Crossam b7485134: am 449fc261: Merge "llvm: convert makefile...
2014-02-12 Stephen HinesMerge remote-tracking branch 'upstream/release_34'...
2013-10-07 David MajnemerWindows: Avoiding resizing, use uninitialized data...
2013-10-07 NAKAMURA TakumiWindows/Process.inc: Fix for +Asserts. &Buf[0] is not...
2013-10-07 David MajnemerRevert "Revert "Windows: Add support for unicode comman...
2013-10-06 David MajnemerRevert "Windows: Add support for unicode command lines"
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-09-24 Stephen Hinesam 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid...
2013-09-11 Nico RieckSupport ANSI escape code on Windows
2013-09-10 Rui UeyamaAdd getenv() wrapper that works on multibyte environmen...
2013-09-04 NAKAMURA TakumiSupport/Process: Add comments about PageSize and Alloca...
2013-08-27 Stephen Hinesam 3acb57db: (-s ours) am f31eb8ab: (-s ours) Merge...
2013-08-16 Aaron BallmanRemoving unused functionality.
2013-08-16 Aaron BallmanUpdating function comments; no functional changes intended.
2013-08-03 Stephen Hinesam 5dba1170: am c7ef4e40: Fix Windows build issues...
2013-06-12 Stephen HinesMerge commit '100fbdd06be7590b23c4707a98cd605bdb519498...
2013-06-08 Aaron Ballmansys::process::get_id() now returns the process ID inste...
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2013-01-04 Chandler CarruthFix an obvious typo spotted by Reid Kleckner, and break...
2013-01-04 Chandler CarruthAdd time getters to the process interface for requestin...
2012-12-31 Chandler CarruthFlesh out a page size accessor in the new API.
2012-12-31 Chandler CarruthRemove an unused function in the old Process interface.
2012-12-31 Chandler CarruthSwitch this code to a more idiomatic double using names...
2012-12-31 Chandler CarruthBegin sketching out the process interface.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-17 Joe Onoratoam c0944da4: Merge "Host tools don\'t need LOCAL_MODULE...
2012-08-03 Shih-wei LiaoMerge with LLVM upstream r160668 (Jul 24th 2012)
2012-07-20 Benjamin KramerTry to unbreak the windows build.
2012-07-20 Daniel DunbarProcess: Add sys::Process::FileDescriptorHasColors().
2012-07-19 Bill WendlingRemove tabs.
2012-05-07 Andrew HsiehMerge "Add libLLVMObject to read executable file."
2012-04-25 The Android Automergermerge in jb-release history after reset to jb-dev
2012-04-24 Shih-wei LiaoMerge with LLVM upstream r155090.
2012-04-16 Benjamin KramerReapply 'Add reverseColor to raw_ostream'.
2012-04-16 Argyrios KyrtzidisRevert r154800 which breaks windows builders.
2012-04-16 Argyrios KyrtzidisAdd reverseColor to raw_ostream.
2012-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
2012-03-05 Stephen HinesMerge branch 'upstream' into merge-20120305
2012-01-15 Chandler CarruthRemove SetWorkingDirectory from the Process interface...
2011-10-19 Logan ChienMerge with LLVM upstream 2011/10/20 (r142530)
2011-09-23 Daniel Dunbarsys::Process: Add a SetWorkingDirectory method.
2011-03-09 Jush LuMerge upstream r127116
2010-11-29 Michael J. SpencerMerge System into Support.