aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Program.h
AgeCommit message (Expand)Author
2013-04-11Add a function to check if an argument list is too long.Rafael Espindola
2013-03-26Add a boolean parameter to the ExecuteAndWait static function to indicatedChad Rosier
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-12-31Make it explicit that the only entry points to the Program object areChandler Carruth
2012-12-31Remove an unused method on Program.Chandler Carruth
2012-12-31Remove an unused method on the Program class.Chandler Carruth
2012-09-16Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper
2011-12-13Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer
2011-05-21Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick
2011-05-11Bugpoint support for miscompilations that result in a crash.Andrew Trick
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis
2010-11-29Merge System into Support.Michael J. Spencer