Join two lines that can be joined.
[oota-llvm.git] / lib / Support / SystemUtils.cpp
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-26 Bill WendlingRemoved #include <iostream> and replace with llvm_...
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-10 Misha BrukmanWhy output multiple strings, let the compiler concatena...
2005-04-22 Misha Brukman* Order #includes as per style guide
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-02 Reid SpencerMake printing a warning message optional in CheckByteco...
2005-01-01 Reid SpencerImplement a function to print a warning if bytecode...
2004-12-19 Reid SpencerFor PR351:
2004-12-14 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-25 Chris LattnerRemove linux/solaris specific stuff.
2004-07-24 Chris LattnerGet rid of the printout from the low-level system interface
2004-07-24 Chris LattnerAdd support for killing the program if it executes...
2004-06-18 Misha Brukman* Fix file header and name
2004-06-18 Misha BrukmanUse the machine-independent method of querying the...
2004-06-02 Misha BrukmanFix spelling, trim empty space, tighten up function...
2004-05-28 Chris LattnerAdd support for getting executable memory on Windows...
2004-05-28 Chris LattnerAdd a new function for the JIT. libsupport is now...
2004-05-27 Chris LattnerChanges to make libSupport build on systems that don...
2004-04-16 Chris LattnerBugpoint was not correctly capturing stderr! This...
2004-04-02 Brian GaekeAdd autoconf support for isStandardOutAConsole ().
2004-04-02 Chris LattnerAdd new function, autoconf support required tho
2004-01-10 Chris LattnerRemove config wrapper around <cerrno>
2003-12-14 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-15 Brian GaekeFix up error message.
2003-09-29 Misha BrukmanFixed space issues, code alignment, tabs -> spaces.
2003-09-17 John CriswellIn ExecWait(), made the child process exit if it can...
2003-09-17 John CriswellAdded the ExecWait() function. It executes a program...
2003-09-16 Misha BrukmanFixed spelling & grammar.
2003-08-07 Misha BrukmanDoxygen-ify the comments by using '///' instead of...
2003-08-07 Misha BrukmanRemove references to `bugpoint' from the now-generic...
2003-08-07 Misha BrukmanMoved removeFile() and getUniqueFilename() into FileUti...
2003-08-01 Chris LattnerUse the C++, more portable, deleter
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-16 Chris LattnerActually, change it to use explicit new/delete, which...
2003-06-16 Chris LattnerRemove usage of alloca
2003-06-16 Brian GaekeIsolate machine-dependent use of <alloca.h> in "Support...
2003-01-29 Chris LattnerFix build problem on sparc
2002-12-24 Chris LattnerFix compilation on GCC 3.2
2002-12-23 Chris LattnerNew files for miscompilation detection