1. d67e439 Remove linux/solaris specific stuff. by Chris Lattner · 21 years ago
  2. 21ddf17 Get rid of the printout from the low-level system interface by Chris Lattner · 21 years ago
  3. de0213b Add support for killing the program if it executes for too long. by Chris Lattner · 21 years ago
  4. ebb0faa * Fix file header and name * Order #includes alphabetically by Misha Brukman · 21 years ago
  5. b487303 Use the machine-independent method of querying the page size. by Misha Brukman · 21 years ago
  6. d6af686 Fix spelling, trim empty space, tighten up function header comment. by Misha Brukman · 21 years ago
  7. 49f61c4 Add support for getting executable memory on Windows. This is actually by Chris Lattner · 21 years ago
  8. c89fe6d Add a new function for the JIT. libsupport is now the only library that by Chris Lattner · 21 years ago
  9. d895ffe Changes to make libSupport build on systems that don't have the wait syscall. by Chris Lattner · 21 years ago
  10. bf3d2e2 Bugpoint was not correctly capturing stderr! This caused it to "find" bugs by Chris Lattner · 21 years ago
  11. 8507ecb Add autoconf support for isStandardOutAConsole (). by Brian Gaeke · 21 years ago
  12. b234d46 Add new function, autoconf support required tho by Chris Lattner · 21 years ago
  13. 74b1f45 Remove config wrapper around <cerrno> by Chris Lattner · 22 years ago
  14. 2cdd21c Finegrainify namespacification by Chris Lattner · 22 years ago
  15. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  16. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  17. 53e557d Fix up error message. by Brian Gaeke · 22 years ago
  18. 44f8a34 Fixed space issues, code alignment, tabs -> spaces. by Misha Brukman · 22 years ago
  19. e5b3e15 In ExecWait(), made the child process exit if it can't execve() the new by John Criswell · 22 years ago
  20. 5afb5f6 Added the ExecWait() function. It executes a program with the specified by John Criswell · 22 years ago
  21. 950971d Fixed spelling & grammar. by Misha Brukman · 22 years ago
  22. f7066c7 Doxygen-ify the comments by using '///' instead of '//'. by Misha Brukman · 22 years ago
  23. 35d402f Remove references to `bugpoint' from the now-generic system utilities. by Misha Brukman · 22 years ago
  24. 3d1b0c7 Moved removeFile() and getUniqueFilename() into FileUtilities. by Misha Brukman · 22 years ago
  25. 794a58e Use the C++, more portable, deleter by Chris Lattner · 22 years ago
  26. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
  27. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  28. 2eb9a25 Actually, change it to use explicit new/delete, which is more likely to be by Chris Lattner · 22 years ago
  29. 5b1688d Remove usage of alloca by Chris Lattner · 22 years ago
  30. ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 22 years ago
  31. 3301b69 Fix build problem on sparc by Chris Lattner · 23 years ago
  32. e1b52b7 Fix compilation on GCC 3.2 by Chris Lattner · 23 years ago
  33. 4a10645 New files for miscompilation detection by Chris Lattner · 23 years ago