aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Program.h
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 r222494.Stephen Hines2014-12-021-8/+48
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-4/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-13/+13
* Update to LLVM 3.5a.Stephen Hines2014-04-241-11/+15
* Program.h: Fix \Note into \note. [-Wdocumentation]NAKAMURA Takumi2013-10-021-2/+2
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-011-7/+55
* Create a replacement for sys::Path::PathSeparator.Rafael Espindola2013-06-251-0/+9
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-131-17/+10
* Add a version of sys::ExecuteAndWait that takes StringRefs.Rafael Espindola2013-06-131-0/+5
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-131-1/+1
* Remove the program class.Rafael Espindola2013-06-121-118/+41
* Add global versions of some Program static methods.Rafael Espindola2013-06-121-0/+19
* Include PathV1.h in files that use it.Rafael Espindola2013-06-111-0/+1
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-111-0/+5
* Add a boolean parameter to the ExecuteAndWait static function to indicatedChad Rosier2013-03-261-1/+2
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Make it explicit that the only entry points to the Program object areChandler Carruth2012-12-311-1/+1
* Remove an unused method on Program.Chandler Carruth2012-12-311-11/+0
* Remove an unused method on the Program class.Chandler Carruth2012-12-311-3/+0
* Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper2012-09-161-2/+2
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-131-6/+7
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-211-7/+5
* 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
* 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/+157