1. 1f6efa3 Merge System into Support. by Michael J. Spencer · 15 years ago
  2. d66f2b7 Rename FindExecutable to PrependMainExecutablePath. by Mikhail Glushenkov · 15 years ago
  3. 303f350 Print an error as one big string instead of breaking it up. by Dan Gohman · 15 years ago
  4. ed724fd Revert r118057, this is better fixed in appendSuffix itself. by Mikhail Glushenkov · 15 years ago
  5. d4589a3 Don't append a dot on platforms which don't use exe suffixes. by Dan Gohman · 15 years ago
  6. 345b344 FindExecutable: remove the executability check. by Mikhail Glushenkov · 15 years ago
  7. 8a5ff47 Remove an unnecessary check and an unnecessary temporary. by Mikhail Glushenkov · 15 years ago
  8. 776339e Use the FindProgramByName fallback only with known absolute paths. by Dan Gohman · 15 years ago
  9. 1b68af4 llvm::FindExecutable(): Retrieve the name with suffix.exe, if available. by NAKAMURA Takumi · 15 years ago
  10. ec08046 Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't by Dan Gohman · 16 years ago
  11. 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 16 years ago
  12. b683ea4 eliminate the ostream version of CheckBitcodeOutputToConsole, by Chris Lattner · 16 years ago
  13. 197f728 Fix FindExecutable to use sys::Path::GetMainExecutable instead of by Dan Gohman · 16 years ago
  14. d890de1 Add a raw_ostream version of CheckBitcodeOutputToConsole. by Dan Gohman · 16 years ago
  15. a00e85c Improve sys::Path::makeAbsolute on Win32. - Patch by Viktor Kutuzov! by Daniel Dunbar · 16 years ago
  16. 74a8181 Tweak FindExecutable so that relative executable paths work as well. by Daniel Dunbar · 16 years ago
  17. 93696a3 Fix FindExecutable to work if given an absolute executable path name. by Daniel Dunbar · 16 years ago
  18. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  19. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  20. 1a097e3 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 19 years ago
  21. bcd2498 Removed more <iostream> includes by Bill Wendling · 19 years ago
  22. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  23. fe6b146 Removed #include <iostream> and replace with llvm_* streams. by Bill Wendling · 19 years ago
  24. dd04df0 For PR495: by Reid Spencer · 20 years ago
  25. c7f0832 For PR495: by Reid Spencer · 20 years ago
  26. b5cd845 Why output multiple strings, let the compiler concatenate them for us for free by Misha Brukman · 20 years ago
  27. dca7978 * Order #includes as per style guide by Misha Brukman · 20 years ago
  28. f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
  29. 52b50a6 Make printing a warning message optional in CheckBytecodeOutputToConsole. by Reid Spencer · 21 years ago
  30. 436f23e Implement a function to print a warning if bytecode output is to be sent to by Reid Spencer · 21 years ago
  31. a434805 For PR351: by Reid Spencer · 21 years ago
  32. 44f6966 For PR351: by Reid Spencer · 21 years ago
  33. 9665e8a For PR351: by Reid Spencer · 21 years ago
  34. 9b9e22a For PR351: by Reid Spencer · 21 years ago
  35. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  36. d67e439 Remove linux/solaris specific stuff. by Chris Lattner · 21 years ago
  37. 21ddf17 Get rid of the printout from the low-level system interface by Chris Lattner · 21 years ago
  38. de0213b Add support for killing the program if it executes for too long. by Chris Lattner · 21 years ago
  39. ebb0faa * Fix file header and name * Order #includes alphabetically by Misha Brukman · 21 years ago
  40. b487303 Use the machine-independent method of querying the page size. by Misha Brukman · 21 years ago
  41. d6af686 Fix spelling, trim empty space, tighten up function header comment. by Misha Brukman · 21 years ago
  42. 49f61c4 Add support for getting executable memory on Windows. This is actually by Chris Lattner · 21 years ago
  43. c89fe6d Add a new function for the JIT. libsupport is now the only library that by Chris Lattner · 21 years ago
  44. d895ffe Changes to make libSupport build on systems that don't have the wait syscall. by Chris Lattner · 21 years ago
  45. bf3d2e2 Bugpoint was not correctly capturing stderr! This caused it to "find" bugs by Chris Lattner · 21 years ago
  46. 8507ecb Add autoconf support for isStandardOutAConsole (). by Brian Gaeke · 21 years ago
  47. b234d46 Add new function, autoconf support required tho by Chris Lattner · 21 years ago
  48. 74b1f45 Remove config wrapper around <cerrno> by Chris Lattner · 22 years ago
  49. 2cdd21c Finegrainify namespacification by Chris Lattner · 22 years ago
  50. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  51. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  52. 53e557d Fix up error message. by Brian Gaeke · 22 years ago
  53. 44f8a34 Fixed space issues, code alignment, tabs -> spaces. by Misha Brukman · 22 years ago
  54. e5b3e15 In ExecWait(), made the child process exit if it can't execve() the new by John Criswell · 22 years ago
  55. 5afb5f6 Added the ExecWait() function. It executes a program with the specified by John Criswell · 22 years ago
  56. 950971d Fixed spelling & grammar. by Misha Brukman · 22 years ago
  57. f7066c7 Doxygen-ify the comments by using '///' instead of '//'. by Misha Brukman · 22 years ago
  58. 35d402f Remove references to `bugpoint' from the now-generic system utilities. by Misha Brukman · 22 years ago
  59. 3d1b0c7 Moved removeFile() and getUniqueFilename() into FileUtilities. by Misha Brukman · 22 years ago
  60. 794a58e Use the C++, more portable, deleter by Chris Lattner · 22 years ago
  61. bc0e998 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
  62. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  63. 2eb9a25 Actually, change it to use explicit new/delete, which is more likely to be by Chris Lattner · 22 years ago
  64. 5b1688d Remove usage of alloca by Chris Lattner · 22 years ago
  65. ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 22 years ago
  66. 3301b69 Fix build problem on sparc by Chris Lattner · 23 years ago
  67. e1b52b7 Fix compilation on GCC 3.2 by Chris Lattner · 23 years ago
  68. 4a10645 New files for miscompilation detection by Chris Lattner · 23 years ago