aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/SystemUtils.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-07-08[opt] Remove obsolete --quiet optionArthur Eubanks1-8/+5
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer1-2/+0
2013-06-14Move PrependMainExecutablePath next to its only user.Rafael Espindola1-23/+0
2013-06-13Avoid using PathV1.h in Program.h.Rafael Espindola1-0/+1
2010-11-29Merge System into Support.Michael J. Spencer1-2/+2
2010-11-03Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov1-7/+8
2010-11-03Print an error as one big string instead of breaking it up.Dan Gohman1-3/+3
2010-11-02Revert r118057, this is better fixed in appendSuffix itself.Mikhail Glushenkov1-3/+1
2010-11-02Don't append a dot on platforms which don't use exe suffixes.Dan Gohman1-1/+3
2010-11-02FindExecutable: remove the executability check.Mikhail Glushenkov1-16/+6
2010-10-28Remove an unnecessary check and an unnecessary temporary.Mikhail Glushenkov1-3/+2
2010-09-02Use the FindProgramByName fallback only with known absolute paths.Dan Gohman1-4/+10
2010-09-02llvm::FindExecutable(): Retrieve the name with suffix.exe, if available.NAKAMURA Takumi1-0/+4
2009-09-11Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman1-2/+1
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner1-0/+1
2009-08-23eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner1-23/+6
2009-08-05Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman1-15/+8
2009-07-15Add a raw_ostream version of CheckBitcodeOutputToConsole.Dan Gohman1-0/+15
2009-07-12Improve sys::Path::makeAbsolute on Win32.Daniel Dunbar1-1/+1
2009-07-01Tweak FindExecutable so that relative executable paths work as well.Daniel Dunbar1-2/+3
2009-07-01Fix FindExecutable to work if given an absolute executable path name.Daniel Dunbar1-5/+10
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-07-05Here is the bulk of the sanitizing.Gabor Greif1-4/+4
2006-12-07Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling1-0/+1
2006-12-07Removed more <iostream> includesBill Wendling1-2/+2
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling1-4/+4
2006-11-26Removed #include <iostream> and replace with llvm_* streams.Bill Wendling1-4/+5
2005-07-07For PR495:Reid Spencer1-2/+2
2005-07-07For PR495:Reid Spencer1-1/+1
2005-05-10Why output multiple strings, let the compiler concatenate them for us for freeMisha Brukman1-3/+3
2005-04-22* Order #includes as per style guideMisha Brukman1-6/+5
2005-04-21Remove trailing whitespaceMisha Brukman1-4/+4
2005-01-02Make printing a warning message optional in CheckBytecodeOutputToConsole.Reid Spencer1-5/+8
2005-01-01Implement a function to print a warning if bytecode output is to be sent toReid Spencer1-8/+10
2004-12-19For PR351:Reid Spencer1-115/+5
2004-12-14For PR351:Reid Spencer1-78/+3
2004-12-13For PR351:Reid Spencer1-64/+13
2004-12-13For PR351:Reid Spencer1-61/+0
2004-09-01Changes For Bug 352Reid Spencer1-9/+9
2004-07-25Remove linux/solaris specific stuff.Chris Lattner1-1/+3
2004-07-24Get rid of the printout from the low-level system interfaceChris Lattner1-24/+13
2004-07-24Add support for killing the program if it executes for too long.Chris Lattner1-12/+42
2004-06-18* Fix file header and nameMisha Brukman1-8/+8
2004-06-18Use the machine-independent method of querying the page size.Misha Brukman1-1/+2
2004-06-02Fix spelling, trim empty space, tighten up function header comment.Misha Brukman1-10/+3
2004-05-28Add support for getting executable memory on Windows. This is actuallyChris Lattner1-2/+14
2004-05-28Add a new function for the JIT. libsupport is now the only library thatChris Lattner1-1/+53
2004-05-27Changes to make libSupport build on systems that don't have the wait syscall.Chris Lattner1-30/+12
2004-04-16Bugpoint was not correctly capturing stderr! This caused it to "find" bugsChris Lattner1-1/+4