summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Program.h
Commit message (Expand)AuthorAge
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* Delete dead code.Rafael Espindola2014-02-24
* Support: Update documentation for Program functionsAlp Toker2013-12-10
* Program.h: Fix \Note into \note. [-Wdocumentation]NAKAMURA Takumi2013-10-02
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-01
* Create a replacement for sys::Path::PathSeparator.Rafael Espindola2013-06-25
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-13
* Add a version of sys::ExecuteAndWait that takes StringRefs.Rafael Espindola2013-06-13
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-13
* Remove the program class.Rafael Espindola2013-06-12
* Add global versions of some Program static methods.Rafael Espindola2013-06-12
* Include PathV1.h in files that use it.Rafael Espindola2013-06-11
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-11
* Add a boolean parameter to the ExecuteAndWait static function to indicatedChad Rosier2013-03-26
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Make it explicit that the only entry points to the Program object areChandler Carruth2012-12-31
* Remove an unused method on Program.Chandler Carruth2012-12-31
* Remove an unused method on the Program class.Chandler Carruth2012-12-31
* Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper2012-09-16
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-13
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-21
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-11
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29