Speculative fix for Windows build after r220932
[oota-llvm.git] / lib / Support / SystemUtils.cpp
2013-06-14 Rafael EspindolaMove PrependMainExecutablePath next to its only user.
2013-06-13 Rafael EspindolaAvoid using PathV1.h in Program.h.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-03 Mikhail GlushenkovRename FindExecutable to PrependMainExecutablePath.
2010-11-03 Dan GohmanPrint an error as one big string instead of breaking...
2010-11-02 Mikhail GlushenkovRevert r118057, this is better fixed in appendSuffix...
2010-11-02 Dan GohmanDon't append a dot on platforms which don't use exe...
2010-11-02 Mikhail GlushenkovFindExecutable: remove the executability check.
2010-10-28 Mikhail GlushenkovRemove an unnecessary check and an unnecessary temporary.
2010-09-02 Dan GohmanUse the FindProgramByName fallback only with known...
2010-09-02 NAKAMURA Takumillvm::FindExecutable(): Retrieve the name with suffix...
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Chris Lattnereliminate the ostream version of CheckBitcodeOutputToCo...
2009-08-05 Dan GohmanFix FindExecutable to use sys::Path::GetMainExecutable...
2009-07-15 Dan GohmanAdd a raw_ostream version of CheckBitcodeOutputToConsole.
2009-07-12 Daniel DunbarImprove sys::Path::makeAbsolute on Win32.
2009-07-01 Daniel DunbarTweak FindExecutable so that relative executable paths...
2009-07-01 Daniel DunbarFix FindExecutable to work if given an absolute executa...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
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