aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Program.inc
AgeCommit message (Expand)Author
2013-02-04More MSan/ASan annotations.Evgeniy Stepanov
2012-12-31Remove an unused method on Program.Chandler Carruth
2012-12-31Remove an unused method on the Program class.Chandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
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
2011-03-20Avoid initializing posix_spawn_file_actions_t if not used.Benjamin Kramer
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis
2010-11-29Merge System into Support.Michael J. Spencer