summaryrefslogtreecommitdiff
path: root/lib/Support/SystemUtils.cpp
Commit message (Expand)AuthorAge
* 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
* Finegrainify namespacificationChris Lattner2003-12-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fix up error message.Brian Gaeke2003-10-15
* Fixed space issues, code alignment, tabs -> spaces.Misha Brukman2003-09-29
* In ExecWait(), made the child process exit if it can't execve() the newJohn Criswell2003-09-17
* Added the ExecWait() function. It executes a program with the specifiedJohn Criswell2003-09-17
* Fixed spelling & grammar.Misha Brukman2003-09-16
* Doxygen-ify the comments by using '///' instead of '//'.Misha Brukman2003-08-07
* Remove references to `bugpoint' from the now-generic system utilities.Misha Brukman2003-08-07
* Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman2003-08-07
* Use the C++, more portable, deleterChris Lattner2003-08-01
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Actually, change it to use explicit new/delete, which is more likely to beChris Lattner2003-06-16
* Remove usage of allocaChris Lattner2003-06-16
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-16
* Fix build problem on sparcChris Lattner2003-01-29
* Fix compilation on GCC 3.2Chris Lattner2002-12-24
* New files for miscompilation detectionChris Lattner2002-12-23