aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/SystemUtils.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+0
* Move PrependMainExecutablePath next to its only user.Rafael Espindola2013-06-141-10/+0
* Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov2010-11-031-6/+7
* FindExecutable: remove the executability check.Mikhail Glushenkov2010-11-021-4/+4
* Reword this comment. Don't mention outs(), as that's not whatDan Gohman2010-09-011-4/+3
* eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner2009-08-231-13/+5
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-051-4/+4
* Add a raw_ostream version of CheckBitcodeOutputToConsole.Dan Gohman2009-07-151-0/+10
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* Move private helper function into the only .cpp file that uses it.Chris Lattner2005-02-131-18/+0
* Make printing a warning message optional in CheckBytecodeOutputToConsole.Reid Spencer2005-01-021-1/+4
* Implement a function to print a warning if bytecode output is to be sent toReid Spencer2005-01-011-3/+6
* Fix VC++ compilation errorJeff Cohen2004-12-211-1/+1
* For PR351:Reid Spencer2004-12-191-20/+21
* For PR351:Reid Spencer2004-12-131-7/+2
* For PR351:Reid Spencer2004-12-131-7/+0
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Add support for killing the program if it executes for too long.Chris Lattner2004-07-241-2/+3
* Add a new function for the JITChris Lattner2004-05-281-0/+7
* Add new functionChris Lattner2004-04-021-0/+4
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM notice.John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Tersified and fixed whitespace (tabs -> spaces).Misha Brukman2003-09-291-10/+6
* In ExecWait(), made the child process exit if it can't execve() the newJohn Criswell2003-09-171-1/+1
* Added the ExecWait() function.John Criswell2003-09-171-0/+8
* Remove references to `bugpoint' from the now-generic system utilities.Misha Brukman2003-08-071-5/+6
* Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman2003-08-071-10/+0
* New files for miscompilation detectionChris Lattner2002-12-231-0/+46