Re-landing "Refactoring cl::list_storage from "is a" to "has a" std::vector."
[oota-llvm.git] / include / llvm / Support / Program.h
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2014-11-04 Rafael EspindolaRemove FindProgramByName. NFC.
2014-11-04 Michael J. Spencer[Support][Program] Add findProgramByName(Name, Optional...
2014-09-03 Rafael EspindolaAdd writeFileWithSystemEncoding to LibLLVMSuppor.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-02-24 Rafael EspindolaDelete dead code.
2013-12-10 Alp TokerSupport: Update documentation for Program functions
2013-10-02 NAKAMURA TakumiProgram.h: Fix \Note into \note. [-Wdocumentation]
2013-10-01 Tareq A. SirajAdd non-blocking Wait() for launched processes
2013-06-25 Rafael EspindolaCreate a replacement for sys::Path::PathSeparator.
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 Rafael EspindolaHave sys::FindProgramByName return a std::string.
2013-06-12 Rafael EspindolaRemove the program class.
2013-06-12 Rafael EspindolaAdd global versions of some Program static methods.
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2013-04-11 Rafael EspindolaAdd a function to check if an argument list is too...
2013-03-26 Chad RosierAdd a boolean parameter to the ExecuteAndWait static...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-31 Chandler CarruthMake it explicit that the only entry points to the...
2012-12-31 Chandler CarruthRemove an unused method on Program.
2012-12-31 Chandler CarruthRemove an unused method on the Program class.
2012-09-16 Craig TopperUse LLVM_DELETED_FUNCTION for copy constructors and...
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...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerMerge System into Support.