1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  3. 1a097e3 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 18 years ago
  4. bcd2498 Removed more <iostream> includes by Bill Wendling · 18 years ago
  5. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  6. fe6b146 Removed #include <iostream> and replace with llvm_* streams. by Bill Wendling · 18 years ago
  7. dd04df0 For PR495: by Reid Spencer · 19 years ago
  8. c7f0832 For PR495: by Reid Spencer · 19 years ago
  9. b5cd845 Why output multiple strings, let the compiler concatenate them for us for free by Misha Brukman · 19 years ago
  10. dca7978 * Order #includes as per style guide by Misha Brukman · 19 years ago
  11. f976c85 Remove trailing whitespace by Misha Brukman · 19 years ago
  12. 52b50a6 Make printing a warning message optional in CheckBytecodeOutputToConsole. by Reid Spencer · 20 years ago
  13. 436f23e Implement a function to print a warning if bytecode output is to be sent to by Reid Spencer · 20 years ago
  14. a434805 For PR351: by Reid Spencer · 20 years ago
  15. 44f6966 For PR351: by Reid Spencer · 20 years ago
  16. 9665e8a For PR351: by Reid Spencer · 20 years ago
  17. 9b9e22a For PR351: by Reid Spencer · 20 years ago
  18. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  19. d67e439 Remove linux/solaris specific stuff. by Chris Lattner · 20 years ago
  20. 21ddf17 Get rid of the printout from the low-level system interface by Chris Lattner · 20 years ago
  21. de0213b Add support for killing the program if it executes for too long. by Chris Lattner · 20 years ago
  22. ebb0faa * Fix file header and name * Order #includes alphabetically by Misha Brukman · 20 years ago
  23. b487303 Use the machine-independent method of querying the page size. by Misha Brukman · 20 years ago
  24. d6af686 Fix spelling, trim empty space, tighten up function header comment. by Misha Brukman · 20 years ago
  25. 49f61c4 Add support for getting executable memory on Windows. This is actually by Chris Lattner · 20 years ago
  26. c89fe6d Add a new function for the JIT. libsupport is now the only library that by Chris Lattner · 20 years ago
  27. d895ffe Changes to make libSupport build on systems that don't have the wait syscall. by Chris Lattner · 20 years ago
  28. bf3d2e2 Bugpoint was not correctly capturing stderr! This caused it to "find" bugs by Chris Lattner · 20 years ago
  29. 8507ecb Add autoconf support for isStandardOutAConsole (). by Brian Gaeke · 20 years ago
  30. b234d46 Add new function, autoconf support required tho by Chris Lattner · 20 years ago
  31. 74b1f45 Remove config wrapper around <cerrno> by Chris Lattner · 21 years ago
  32. 2cdd21c Finegrainify namespacification by Chris Lattner · 21 years ago
  33. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  34. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  35. 53e557d Fix up error message. by Brian Gaeke · 21 years ago
  36. 44f8a34 Fixed space issues, code alignment, tabs -> spaces. by Misha Brukman · 21 years ago
  37. e5b3e15 In ExecWait(), made the child process exit if it can't execve() the new by John Criswell · 21 years ago
  38. 5afb5f6 Added the ExecWait() function. It executes a program with the specified by John Criswell · 21 years ago
  39. 950971d Fixed spelling & grammar. by Misha Brukman · 21 years ago
  40. f7066c7 Doxygen-ify the comments by using '///' instead of '//'. by Misha Brukman · 21 years ago
  41. 35d402f Remove references to `bugpoint' from the now-generic system utilities. by Misha Brukman · 21 years ago
  42. 3d1b0c7 Moved removeFile() and getUniqueFilename() into FileUtilities. by Misha Brukman · 21 years ago
  43. 794a58e Use the C++, more portable, deleter by Chris Lattner · 21 years ago
  44. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
  45. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  46. 2eb9a25 Actually, change it to use explicit new/delete, which is more likely to be by Chris Lattner · 21 years ago
  47. 5b1688d Remove usage of alloca by Chris Lattner · 21 years ago
  48. ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 21 years ago
  49. 3301b69 Fix build problem on sparc by Chris Lattner · 22 years ago
  50. e1b52b7 Fix compilation on GCC 3.2 by Chris Lattner · 22 years ago
  51. 4a10645 New files for miscompilation detection by Chris Lattner · 22 years ago