aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Unix/Program.inc
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-7/+19
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-40/+39
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-5/+10
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-11/+12
* Update to LLVM 3.5a.Stephen Hines2014-04-241-5/+1
* Fix build on Solaris 11.Rafael Espindola2013-10-081-0/+3
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-011-54/+70
* Add missing 'n'.Rafael Espindola2013-07-261-1/+1
* Extend the lifetime of the strings passed to posix_spawn_file_actions_addopen.Rafael Espindola2013-07-261-7/+21
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-141-29/+27
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-131-7/+7
* [Support] Fix handle and memory leak for processes that are not waited forReid Kleckner2013-06-131-8/+6
* Remove the program class.Rafael Espindola2013-06-121-21/+17
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-111-0/+24
* More MSan/ASan annotations.Evgeniy Stepanov2013-02-041-0/+5
* Remove an unused method on Program.Chandler Carruth2012-12-311-18/+0
* Remove an unused method on the Program class.Chandler Carruth2012-12-311-5/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-131-6/+6
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-211-7/+6
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-111-2/+5
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Avoid initializing posix_spawn_file_actions_t if not used.Benjamin Kramer2011-03-201-7/+11
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-101-1/+3
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-291-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+422