OSDN Git Service

Common infrastructure for reading a profile remapping file and building
[android-x86/external-llvm.git] / lib / Support / Program.cpp
2018-06-12 Zachary TurnerRefactor ExecuteAndWait to take StringRefs.
2018-06-10 Zachary TurnerAttempt 3: Resubmit "[Support] Expose flattenWindowsCom...
2018-06-10 Zachary TurnerRevert "Resubmit "[Support] Expose flattenWindowsComman...
2018-06-10 Zachary TurnerResubmit "[Support] Expose flattenWindowsCommandLine."
2018-06-09 Zachary TurnerRevert "[Support] Expose flattenWindowsCommandLine."
2018-06-09 Zachary Turner[Support] Expose flattenWindowsCommandLine.
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-29 Nico Webers/LLVM_ON_WIN32/_WIN32/, llvm
2017-09-13 Alexander KornienkoConvenience/safety fix for llvm::sys::Execute(And|No...
2017-09-06 Alexander KornienkoMinor style fixes in lib/Support/**/Program.(inc|cpp).
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2014-06-20 Hans WennborgFix .cpp files claiming to be header files
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-05-31 Peter CollingbourneFix the behavior of ExecuteAndWait with a non-zero...
2013-10-01 Tareq A. SirajAdd non-blocking Wait() for launched processes
2013-06-14 Rafael EspindolaReplace use of PathV1.h in Program.cpp.
2013-06-13 Rafael EspindolaAvoid using PathV1.h in Program.h.
2013-06-13 Rafael EspindolaAdd a version of sys::ExecuteAndWait that takes StringRefs.
2013-06-13 Reid Kleckner[Support] Fix handle and memory leak for processes...
2013-06-13 Aaron BallmanZero-initializing variables; fixes a build breakage...
2013-06-12 Rafael EspindolaRemove the program class.
2013-03-26 Chad RosierAdd a boolean parameter to the ExecuteAndWait static...
2011-12-13 Michael J. SpencerSupport/Program: Make Change<stream>ToBinary return...
2011-05-21 Andrew TrickHave Program::Wait return -2 for crashed and timeouts...
2011-05-11 Andrew TrickBugpoint support for miscompilations that result in...
2010-11-29 Michael J. SpencerMerge System into Support.