Have sys::FindProgramByName return a std::string.
[oota-llvm.git] / include / llvm / Support / Program.h
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.