Age | Commit message (Expand) | Author |
2009-09-11 | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman |
2009-08-23 | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner |
2009-08-23 | eliminate the ostream version of CheckBitcodeOutputToConsole, | Chris Lattner |
2009-08-05 | Fix FindExecutable to use sys::Path::GetMainExecutable instead of | Dan Gohman |
2009-07-15 | Add a raw_ostream version of CheckBitcodeOutputToConsole. | Dan Gohman |
2009-07-12 | Improve sys::Path::makeAbsolute on Win32. | Daniel Dunbar |
2009-07-01 | Tweak FindExecutable so that relative executable paths work as well. | Daniel Dunbar |
2009-07-01 | Fix FindExecutable to work if given an absolute executable path name. | Daniel Dunbar |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-07-05 | Here is the bulk of the sanitizing. | Gabor Greif |
2006-12-07 | Don't use <sstream> in Streams.h but <iosfwd> instead. | Bill Wendling |
2006-12-07 | Removed more <iostream> includes | Bill Wendling |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-11-26 | Removed #include <iostream> and replace with llvm_* streams. | Bill Wendling |
2005-07-07 | For PR495: | Reid Spencer |
2005-07-07 | For PR495: | Reid Spencer |
2005-05-10 | Why output multiple strings, let the compiler concatenate them for us for free | Misha Brukman |
2005-04-22 | * Order #includes as per style guide | Misha Brukman |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-01-02 | Make printing a warning message optional in CheckBytecodeOutputToConsole. | Reid Spencer |
2005-01-01 | Implement a function to print a warning if bytecode output is to be sent to | Reid Spencer |
2004-12-19 | For PR351: | Reid Spencer |
2004-12-14 | For PR351: | Reid Spencer |
2004-12-13 | For PR351: | Reid Spencer |
2004-12-13 | For PR351: | Reid Spencer |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-07-25 | Remove linux/solaris specific stuff. | Chris Lattner |
2004-07-24 | Get rid of the printout from the low-level system interface | Chris Lattner |
2004-07-24 | Add support for killing the program if it executes for too long. | Chris Lattner |
2004-06-18 | * Fix file header and name | Misha Brukman |
2004-06-18 | Use the machine-independent method of querying the page size. | Misha Brukman |
2004-06-02 | Fix spelling, trim empty space, tighten up function header comment. | Misha Brukman |
2004-05-28 | Add support for getting executable memory on Windows. This is actually | Chris Lattner |
2004-05-28 | Add a new function for the JIT. libsupport is now the only library that | Chris Lattner |
2004-05-27 | Changes to make libSupport build on systems that don't have the wait syscall. | Chris Lattner |
2004-04-16 | Bugpoint was not correctly capturing stderr! This caused it to "find" bugs | Chris Lattner |
2004-04-02 | Add autoconf support for isStandardOutAConsole (). | Brian Gaeke |
2004-04-02 | Add new function, autoconf support required tho | Chris Lattner |
2004-01-10 | Remove config wrapper around <cerrno> | Chris Lattner |
2003-12-14 | Finegrainify namespacification | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-10-15 | Fix up error message. | Brian Gaeke |
2003-09-29 | Fixed space issues, code alignment, tabs -> spaces. | Misha Brukman |
2003-09-17 | In ExecWait(), made the child process exit if it can't execve() the new | John Criswell |
2003-09-17 | Added the ExecWait() function. It executes a program with the specified | John Criswell |
2003-09-16 | Fixed spelling & grammar. | Misha Brukman |
2003-08-07 | Doxygen-ify the comments by using '///' instead of '//'. | Misha Brukman |
2003-08-07 | Remove references to `bugpoint' from the now-generic system utilities. | Misha Brukman |
2003-08-07 | Moved removeFile() and getUniqueFilename() into FileUtilities. | Misha Brukman |