1. 7b3e851 For PR351: by Reid Spencer · 20 years ago
  2. ebf8d0e Resurrect this file. by Reid Spencer · 20 years ago
  3. 48a1f42 Remove these files as they are not being included any more. DynamicLibrary by Reid Spencer · 20 years ago
  4. 6a901ec Make sure LLVMGCCWITHPATH is used instead of just LLVMGCC so that the by Reid Spencer · 20 years ago
  5. 4a25494 The dejagnu scripts need a path for llvm-gcc/llvm-g++ as well so use the by Reid Spencer · 20 years ago
  6. 32924e0 Two corrections: by Reid Spencer · 20 years ago
  7. 0a43d39 Change llvmgcc/llvmg++ to llvm-gcc and llvm-g++ respectively. by Reid Spencer · 20 years ago
  8. cb65255 Fix VC++ compilation error by Jeff Cohen · 20 years ago
  9. e32beb7 Fix a bug in libtool's ltmain.sh. On Cygwin the "$output.exp" expression by Reid Spencer · 20 years ago
  10. a36c9a4 Put CopyFile in the sys namespace. by Reid Spencer · 20 years ago
  11. 4d099f7 Wrap at 80 cols by Misha Brukman · 20 years ago
  12. 4618957 Correct the comments and file header. by Reid Spencer · 20 years ago
  13. 1e296bf Try to speed up gccld hot spot in BasicVN::getEqualNumberNodes by making by Reid Spencer · 20 years ago
  14. ee93c87 Update the amd64 target detection checks. by Reid Spencer · 20 years ago
  15. 72a5900 Add a caution about using experimental versions of gnu binutils when by Reid Spencer · 20 years ago
  16. 65e8f5b Be specific about version of GCC and binutils on Cygwin since it matters. by Reid Spencer · 20 years ago
  17. c155a0a LLVM now builds and runs on Linux/amd64, but we don't have 64-bit codegen yet by Misha Brukman · 20 years ago
  18. c204e79 Allow llc to recognize -march=x86. As it was, it didn't recognize any by Jeff Cohen · 20 years ago
  19. 95ed843 Added support for detection of amd64 targets. by Reid Spencer · 20 years ago
  20. 2e5f445 Patch to fix mingw compilation problem contributed by Henrik. by Jeff Cohen · 20 years ago
  21. 06c375b Fix the build on PowerPC/Darwin - it thought we were declaring a new by Brian Gaeke · 20 years ago
  22. cfaf80c * Remove an unnecessary step. * Correct a path. by Reid Spencer · 20 years ago
  23. 8d8b41d Correct compilation for Cygwin. FindExecutable now returns a sys::Path. by Reid Spencer · 20 years ago
  24. 302d81e For PR351: by Reid Spencer · 20 years ago
  25. 55cf0a6 For PR351: by Reid Spencer · 20 years ago
  26. 772192c For PR351: Move non-portable FDHandle class to its only user: lib/Debugger by Reid Spencer · 20 years ago
  27. 2404236 Add a blurb about using the GCC 3.4.3 compiler on Cygwin (which works) for by Reid Spencer · 20 years ago
  28. 90f1745 For PR432: by Reid Spencer · 20 years ago
  29. 847f9b7 Hopefully fix a link. by Reid Spencer · 20 years ago
  30. 473cbec Fix the names of these executables now that they've been somewhat cast in stone. by Reid Spencer · 20 years ago
  31. f66f145 Correct the name of the executables to which llvmgcc and llvmgxx variables by Reid Spencer · 20 years ago
  32. 4ac30650 For PR432: by Reid Spencer · 20 years ago
  33. d4694f9 For PR432: by Reid Spencer · 20 years ago
  34. c553403 For PR432: * Use LLVMGCC and LLVMGXX variables instead of computing the name by Reid Spencer · 20 years ago
  35. e676067 For PR432: * Variable name change: cferuntime_libdir -> CFERuntimeLibDir by Reid Spencer · 20 years ago
  36. 2f138e7 For PR432: by Reid Spencer · 20 years ago
  37. 7908035 For PR432: by Reid Spencer · 20 years ago
  38. 502935f For PR432: by Reid Spencer · 20 years ago
  39. d00b82e Get rid of old automake stuff by Reid Spencer · 20 years ago
  40. 5512655 Support the gas option --traditional-format which, for some reason, gets by Reid Spencer · 20 years ago
  41. 1997c45 Ignore generated files by Misha Brukman · 20 years ago
  42. 6caa5ec Revert last patch until we can figure out how to build executables named by Reid Spencer · 20 years ago
  43. 81417b6 Fix the Win32 build by Misha Brukman · 20 years ago
  44. 77f5530 Revert last changes as they introduce CFE build problems. by Reid Spencer · 20 years ago
  45. bf42763 Make parameters to CopyFile use explicit instantiation of sys::Path. by Reid Spencer · 20 years ago
  46. 2307c5c Add project Bytecode to Visual Studio by Jeff Cohen · 20 years ago
  47. 4b04f53 Remove instructions to make aliases for llvmgcc and llvmg++ as the CFE by Reid Spencer · 20 years ago
  48. 2c1ce65 For PR432: by Reid Spencer · 20 years ago
  49. 37ee220 Fix VC++ compilation error by Jeff Cohen · 20 years ago
  50. 0a83472 For PR351: by Reid Spencer · 20 years ago
  51. ef37158 Visual Studio project Configure should place the configured header files by Jeff Cohen · 20 years ago
  52. 78076f6 Put the CopyFile function explicitly in the sys namespace. by Reid Spencer · 20 years ago
  53. 682084a Use explicit construction of sys::Path from std::string because the by Reid Spencer · 20 years ago
  54. c24e94e Include <cassert> for Cygwin. by Reid Spencer · 20 years ago
  55. a025270 Cygwin doesn't like .. through a link, so drop the .. by Reid Spencer · 20 years ago
  56. 7d05563 Fix a bug where system time always equals user time by Reid Spencer · 20 years ago
  57. 8b66289 Implement GetTimeUsage correctly. by Reid Spencer · 20 years ago
  58. 5d28218 Allow compilers that can't distinguish between a class instantiation and by Reid Spencer · 20 years ago
  59. ed5e7bf Provide a getrusage based implementation of GetTotalMemoryUsage and use by Reid Spencer · 20 years ago
  60. bc1ee84 Consistently use the same #if style. Also, fix a bug testing for sbrk(3) by Reid Spencer · 20 years ago
  61. cdb28be Remove unnecessary #includes. by Reid Spencer · 20 years ago
  62. 099557b Be double sure about including sys/stat.h by wrapping the inclusion in by Reid Spencer · 20 years ago
  63. 6e6e88a llvm/Config/unistd.h has gone away, far, far away by Misha Brukman · 20 years ago
  64. 7904c4f Remove the #include of llvm/Config/unistd.h as it is no longer needed. by Reid Spencer · 20 years ago
  65. cc638c1 Remove this file as there are no LLVM users of it any more. by Reid Spencer · 20 years ago
  66. 3000cbf Incorporate the contents of include/llvm/Config/unistd.h as this is the by Reid Spencer · 20 years ago
  67. 59d41d9 Remove this file as its not used by anything in LLVM any more. System by Reid Spencer · 20 years ago
  68. 2f3dd92 Remove these files as they are included by nothing in LLVM any more. The by Reid Spencer · 20 years ago
  69. 115ca7c Remove these headers. The files that used to #include them don't any more by Reid Spencer · 20 years ago
  70. 4ca8e71 Remove un-needed #includes. by Reid Spencer · 20 years ago
  71. 51a3354 Add HAVE_SYSCONF by Reid Spencer · 20 years ago
  72. fabf41f Use Config/alloca.h instead of alloca.h - pointed out by Duraid and Misha by Brian Gaeke · 20 years ago
  73. 0255abb Put some header files back that Win32 needs. by Reid Spencer · 20 years ago
  74. a1b3d3d Keep up with lib/System changes by Jeff Cohen · 20 years ago
  75. e133721 Fix problems uncovered by VC++ (first time compiled by VC++) by Jeff Cohen · 20 years ago
  76. 721d9aa For PR351: by Reid Spencer · 20 years ago
  77. a477583 For PR351: No need for Unix/SUS/Process.cpp any more, just ifdef it. by Reid Spencer · 20 years ago
  78. df52c9a For PR351: by Reid Spencer · 20 years ago
  79. ab5eaea For PR351: by Reid Spencer · 20 years ago
  80. e6b77ed For PR351: by Reid Spencer · 20 years ago
  81. 9a5c432 Wrap long lines by Reid Spencer · 20 years ago
  82. 9a55e85 For PR351: by Reid Spencer · 20 years ago
  83. 210b32b * Use "" for LLVM include files, not <> by Misha Brukman · 20 years ago
  84. 5743141 Make this compile on Solaris. by Brian Gaeke · 20 years ago
  85. 6782835 Use <> for system #include files by Misha Brukman · 20 years ago
  86. 5d112c4 Make references to 'struct sigaction' compile under Solaris. by Brian Gaeke · 20 years ago
  87. f6358c7 For PR351: * Support changes in sys::Program::ExecuteAndWait interface by Reid Spencer · 20 years ago
  88. 2a7d9e9 For PR351: by Reid Spencer · 20 years ago
  89. 41394ec For PR351: Add a needed include. by Reid Spencer · 20 years ago
  90. b31baa8 For PR351: by Reid Spencer · 20 years ago
  91. a434805 For PR351: by Reid Spencer · 20 years ago
  92. 7eae81d For PR351: by Reid Spencer · 20 years ago
  93. 2418bf9 For PR351: Turn path instance variables into sys::Path instead of std::string by Reid Spencer · 20 years ago
  94. fd33568 For PR351: by Reid Spencer · 20 years ago
  95. d80e1d5 Add llc project to Visual Studio by Jeff Cohen · 20 years ago
  96. 0a69186 Add lli project to Visual Studio by Jeff Cohen · 20 years ago
  97. 91c3e2d Enable browse information in Visual Studio by Jeff Cohen · 20 years ago
  98. 7897b72 Improve dependency management for lib/system/win32/* files. Instead of copying the by Jeff Cohen · 20 years ago
  99. f339721 Don't forget about release configuration... by Jeff Cohen · 20 years ago
  100. 530f887 Rationalize warning suppression. First, 64-bit portability warnings are disabled. The by Jeff Cohen · 20 years ago