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