1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 16132e6 Purge unused includes throughout libSupport. by Benjamin Kramer · 11 years ago
  3. b786304 Move PrependMainExecutablePath next to its only user. by Rafael Espindola · 12 years ago
  4. 7c1023a Avoid using PathV1.h in Program.h. by Rafael Espindola · 12 years ago
  5. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  6. b8211b8 Rename FindExecutable to PrependMainExecutablePath. by Mikhail Glushenkov · 15 years ago
  7. 0baea2a Print an error as one big string instead of breaking it up. by Dan Gohman · 15 years ago
  8. 4fb3375 Revert r118057, this is better fixed in appendSuffix itself. by Mikhail Glushenkov · 15 years ago
  9. 35b2013 Don't append a dot on platforms which don't use exe suffixes. by Dan Gohman · 15 years ago
  10. 82ee8da FindExecutable: remove the executability check. by Mikhail Glushenkov · 15 years ago
  11. fdba130 Remove an unnecessary check and an unnecessary temporary. by Mikhail Glushenkov · 15 years ago
  12. 2adf2f2 Use the FindProgramByName fallback only with known absolute paths. by Dan Gohman · 15 years ago
  13. 4fa39ac llvm::FindExecutable(): Retrieve the name with suffix.exe, if available. by NAKAMURA Takumi · 15 years ago
  14. e592923 Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't by Dan Gohman · 16 years ago
  15. c521f54 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 16 years ago
  16. b9f25f9 eliminate the ostream version of CheckBitcodeOutputToConsole, by Chris Lattner · 16 years ago
  17. 46ffffa Fix FindExecutable to use sys::Path::GetMainExecutable instead of by Dan Gohman · 16 years ago
  18. 6935332 Add a raw_ostream version of CheckBitcodeOutputToConsole. by Dan Gohman · 16 years ago
  19. df555fd Improve sys::Path::makeAbsolute on Win32. - Patch by Viktor Kutuzov! by Daniel Dunbar · 16 years ago
  20. 4aef67c Tweak FindExecutable so that relative executable paths work as well. by Daniel Dunbar · 16 years ago
  21. b8f779d Fix FindExecutable to work if given an absolute executable path name. by Daniel Dunbar · 16 years ago
  22. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  23. e16561c Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  24. 30c0f33 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 19 years ago
  25. 355fc5a Removed more <iostream> includes by Bill Wendling · 19 years ago
  26. f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  27. 3750ae2 Removed #include <iostream> and replace with llvm_* streams. by Bill Wendling · 19 years ago
  28. c9c0473 For PR495: by Reid Spencer · 20 years ago
  29. 5b891e9 For PR495: by Reid Spencer · 20 years ago
  30. 308a715 Why output multiple strings, let the compiler concatenate them for us for free by Misha Brukman · 20 years ago
  31. 7937b07 * Order #includes as per style guide by Misha Brukman · 21 years ago
  32. 10468d8 Remove trailing whitespace by Misha Brukman · 21 years ago
  33. 4e8dd44 Make printing a warning message optional in CheckBytecodeOutputToConsole. by Reid Spencer · 21 years ago
  34. 1263cfd Implement a function to print a warning if bytecode output is to be sent to by Reid Spencer · 21 years ago
  35. d44f845 For PR351: by Reid Spencer · 21 years ago
  36. c2e22fe For PR351: by Reid Spencer · 21 years ago
  37. dc49d86 For PR351: by Reid Spencer · 21 years ago
  38. e42f222 For PR351: by Reid Spencer · 21 years ago
  39. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  40. d1980db Remove linux/solaris specific stuff. by Chris Lattner · 21 years ago
  41. 2731ead Get rid of the printout from the low-level system interface by Chris Lattner · 21 years ago
  42. f5da5de Add support for killing the program if it executes for too long. by Chris Lattner · 21 years ago
  43. 4b58581 * Fix file header and name * Order #includes alphabetically by Misha Brukman · 21 years ago
  44. 42a2482 Use the machine-independent method of querying the page size. by Misha Brukman · 21 years ago
  45. 140f26e Fix spelling, trim empty space, tighten up function header comment. by Misha Brukman · 21 years ago
  46. b6d6b93 Add support for getting executable memory on Windows. This is actually by Chris Lattner · 21 years ago
  47. d543582 Add a new function for the JIT. libsupport is now the only library that by Chris Lattner · 21 years ago
  48. 1760ccd Changes to make libSupport build on systems that don't have the wait syscall. by Chris Lattner · 21 years ago
  49. 82876bd Bugpoint was not correctly capturing stderr! This caused it to "find" bugs by Chris Lattner · 22 years ago
  50. 5ade501 Add autoconf support for isStandardOutAConsole (). by Brian Gaeke · 22 years ago
  51. 454e183 Add new function, autoconf support required tho by Chris Lattner · 22 years ago
  52. d832807 Remove config wrapper around <cerrno> by Chris Lattner · 22 years ago
  53. c9499b6 Finegrainify namespacification by Chris Lattner · 22 years ago
  54. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  55. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  56. 828449f Fix up error message. by Brian Gaeke · 22 years ago
  57. 34c9610 Fixed space issues, code alignment, tabs -> spaces. by Misha Brukman · 22 years ago
  58. 74c8947 In ExecWait(), made the child process exit if it can't execve() the new by John Criswell · 22 years ago
  59. 9a99ed1 Added the ExecWait() function. It executes a program with the specified by John Criswell · 22 years ago
  60. c08758a Fixed spelling & grammar. by Misha Brukman · 22 years ago
  61. e4d58ec Doxygen-ify the comments by using '///' instead of '//'. by Misha Brukman · 22 years ago
  62. b02e413 Remove references to `bugpoint' from the now-generic system utilities. by Misha Brukman · 22 years ago
  63. 3581f85 Moved removeFile() and getUniqueFilename() into FileUtilities. by Misha Brukman · 22 years ago
  64. 238ec53 Use the C++, more portable, deleter by Chris Lattner · 22 years ago
  65. 7fdaab4 The word `separate' only has one `e'. by Misha Brukman · 22 years ago
  66. 3ef61af Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  67. 5549177 Actually, change it to use explicit new/delete, which is more likely to be by Chris Lattner · 22 years ago
  68. 7bdbd91 Remove usage of alloca by Chris Lattner · 22 years ago
  69. 7a719ed Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 22 years ago
  70. e0e1b0d Fix build problem on sparc by Chris Lattner · 23 years ago
  71. 7c0f862 Fix compilation on GCC 3.2 by Chris Lattner · 23 years ago
  72. de4aa4c New files for miscompilation detection by Chris Lattner · 23 years ago