aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/SystemUtils.cpp
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-23/+0
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-131-0/+1
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov2010-11-031-7/+8
* Print an error as one big string instead of breaking it up.Dan Gohman2010-11-031-3/+3
* Revert r118057, this is better fixed in appendSuffix itself.Mikhail Glushenkov2010-11-021-3/+1
* Don't append a dot on platforms which don't use exe suffixes.Dan Gohman2010-11-021-1/+3
* FindExecutable: remove the executability check.Mikhail Glushenkov2010-11-021-16/+6
* Remove an unnecessary check and an unnecessary temporary.Mikhail Glushenkov2010-10-281-3/+2
* Use the FindProgramByName fallback only with known absolute paths.Dan Gohman2010-09-021-4/+10
* llvm::FindExecutable(): Retrieve the name with suffix.exe, if available.NAKAMURA Takumi2010-09-021-0/+4
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-111-2/+1
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-0/+1
* eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner2009-08-231-23/+6
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-051-15/+8
* Add a raw_ostream version of CheckBitcodeOutputToConsole.Dan Gohman2009-07-151-0/+15
* Improve sys::Path::makeAbsolute on Win32.Daniel Dunbar2009-07-121-1/+1
* Tweak FindExecutable so that relative executable paths work as well.Daniel Dunbar2009-07-011-2/+3
* Fix FindExecutable to work if given an absolute executable path name.Daniel Dunbar2009-07-011-5/+10
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-4/+4
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-071-0/+1
* Removed more <iostream> includesBill Wendling2006-12-071-2/+2
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-4/+4
* Removed #include <iostream> and replace with llvm_* streams.Bill Wendling2006-11-261-4/+5
* For PR495:Reid Spencer2005-07-071-2/+2
* For PR495:Reid Spencer2005-07-071-1/+1
* Why output multiple strings, let the compiler concatenate them for us for freeMisha Brukman2005-05-101-3/+3
* * Order #includes as per style guideMisha Brukman2005-04-221-6/+5
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* Make printing a warning message optional in CheckBytecodeOutputToConsole.Reid Spencer2005-01-021-5/+8
* Implement a function to print a warning if bytecode output is to be sent toReid Spencer2005-01-011-8/+10
* For PR351:Reid Spencer2004-12-191-115/+5
* For PR351:Reid Spencer2004-12-141-78/+3
* For PR351:Reid Spencer2004-12-131-64/+13
* For PR351:Reid Spencer2004-12-131-61/+0
* Changes For Bug 352Reid Spencer2004-09-011-9/+9
* Remove linux/solaris specific stuff.Chris Lattner2004-07-251-1/+3
* Get rid of the printout from the low-level system interfaceChris Lattner2004-07-241-24/+13
* Add support for killing the program if it executes for too long.Chris Lattner2004-07-241-12/+42
* * Fix file header and nameMisha Brukman2004-06-181-8/+8
* Use the machine-independent method of querying the page size.Misha Brukman2004-06-181-1/+2
* Fix spelling, trim empty space, tighten up function header comment.Misha Brukman2004-06-021-10/+3
* Add support for getting executable memory on Windows. This is actuallyChris Lattner2004-05-281-2/+14
* Add a new function for the JIT. libsupport is now the only library thatChris Lattner2004-05-281-1/+53
* Changes to make libSupport build on systems that don't have the wait syscall.Chris Lattner2004-05-271-30/+12
* Bugpoint was not correctly capturing stderr! This caused it to "find" bugsChris Lattner2004-04-161-1/+4
* Add autoconf support for isStandardOutAConsole ().Brian Gaeke2004-04-021-1/+5
* Add new function, autoconf support required thoChris Lattner2004-04-021-0/+8