aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/SystemUtils.cpp
AgeCommit message (Expand)Author
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-05-10Why output multiple strings, let the compiler concatenate them for us for freeMisha Brukman
2005-04-22* Order #includes as per style guideMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-02Make printing a warning message optional in CheckBytecodeOutputToConsole.Reid Spencer
2005-01-01Implement a function to print a warning if bytecode output is to be sent toReid Spencer
2004-12-19For PR351:Reid Spencer
2004-12-14For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-07-25Remove linux/solaris specific stuff.Chris Lattner
2004-07-24Get rid of the printout from the low-level system interfaceChris Lattner
2004-07-24Add support for killing the program if it executes for too long.Chris Lattner
2004-06-18* Fix file header and nameMisha Brukman
2004-06-18Use the machine-independent method of querying the page size.Misha Brukman
2004-06-02Fix spelling, trim empty space, tighten up function header comment.Misha Brukman
2004-05-28Add support for getting executable memory on Windows. This is actuallyChris Lattner
2004-05-28Add a new function for the JIT. libsupport is now the only library thatChris Lattner
2004-05-27Changes to make libSupport build on systems that don't have the wait syscall.Chris Lattner
2004-04-16Bugpoint was not correctly capturing stderr! This caused it to "find" bugsChris Lattner
2004-04-02Add autoconf support for isStandardOutAConsole ().Brian Gaeke
2004-04-02Add new function, autoconf support required thoChris Lattner
2004-01-10Remove config wrapper around <cerrno>Chris Lattner
2003-12-14Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-15Fix up error message.Brian Gaeke
2003-09-29Fixed space issues, code alignment, tabs -> spaces.Misha Brukman
2003-09-17In ExecWait(), made the child process exit if it can't execve() the newJohn Criswell
2003-09-17Added the ExecWait() function. It executes a program with the specifiedJohn Criswell
2003-09-16Fixed spelling & grammar.Misha Brukman
2003-08-07Doxygen-ify the comments by using '///' instead of '//'.Misha Brukman
2003-08-07Remove references to `bugpoint' from the now-generic system utilities.Misha Brukman
2003-08-07Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman
2003-08-01Use the C++, more portable, deleterChris Lattner
2003-07-14The word `separate' only has one `e'.Misha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-16Actually, change it to use explicit new/delete, which is more likely to beChris Lattner
2003-06-16Remove usage of allocaChris Lattner
2003-06-16Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke
2003-01-29Fix build problem on sparcChris Lattner
2002-12-24Fix compilation on GCC 3.2Chris Lattner
2002-12-23New files for miscompilation detectionChris Lattner