1. 775bf89 Correct the name of the variable for the LLVM examples directory so that by Reid Spencer · 21 years ago
  2. 2dc6586 Make the x86_64 target names match between def and use. Thanks Misha. by Reid Spencer · 21 years ago
  3. be41b25 Make the 64-bit x86 target named "x86_64" instead of "AMD64". by Reid Spencer · 21 years ago
  4. 93d416f Add a note about registering the backend so it's available in LLC and LLI by Misha Brukman · 21 years ago
  5. da12bdc Bring VS projects up to date with respect to recent changes by Jeff Cohen · 21 years ago
  6. f97c703 Don't create symbolic links for lib/System any more. It doesn't need them. by Reid Spencer · 21 years ago
  7. bb87426 Clean up some autoconf cruft by Reid Spencer · 21 years ago
  8. f3664e0 Make it possible to reconfigure a project as well as just LLVM main dir. by Reid Spencer · 21 years ago
  9. aeb47b8 Fix a bug that made the nightly tester *really* slow. During changes for by Reid Spencer · 21 years ago
  10. 5116330 For PR351: * sys::PreventCoreFiles -> sys::Process::PreventCoreFiles by Reid Spencer · 21 years ago
  11. 7c1e2f9 For PR351: by Reid Spencer · 21 years ago
  12. 51b9f62 For PR351: * Remove redundant #includes that are now in Unix.h by Reid Spencer · 21 years ago
  13. 68fdcc1 For PR351: by Reid Spencer · 21 years ago
  14. af2f208 For PR351: by Reid Spencer · 21 years ago
  15. 07c00d3 For PR351: by Reid Spencer · 21 years ago
  16. cdf54d0 For PR351: * Ensure #includes are wrapped with appropriate HAVE_ guards by Reid Spencer · 21 years ago
  17. c33e493 For PR351: by Reid Spencer · 21 years ago
  18. 424ac89 For PR351: by Reid Spencer · 21 years ago
  19. c87d7cc For PR351: by Reid Spencer · 21 years ago
  20. ce79995 For PR351: by Reid Spencer · 21 years ago
  21. b9ed2c1 For PR351: by Reid Spencer · 21 years ago
  22. 0098e64 For PR351: by Reid Spencer · 21 years ago
  23. d0ae93f For PR351: by Reid Spencer · 21 years ago
  24. 7931a78 For PR351: by Reid Spencer · 21 years ago
  25. 5d01fa5 For PR351: by Reid Spencer · 21 years ago
  26. 3ed2f2f Oops, reverse the logic on a test for WITH_LLVMGCCDIR to make it define by Reid Spencer · 21 years ago
  27. 52f853a Provide a value for HAVE_MMAP_ANONYMOUS variable, for consistency with by Reid Spencer · 21 years ago
  28. fef93b7 Describe the --with-llvmgccdir option to configure. by Reid Spencer · 21 years ago
  29. 932b69f Revert the last patch so that the LLVMGCCDIR environment variable is by Reid Spencer · 21 years ago
  30. 59473af For PR351: by Reid Spencer · 21 years ago
  31. c2b9162 mingw doesn't support the official debug API. by Jeff Cohen · 21 years ago
  32. a4c9751 Get VC++ building again by Jeff Cohen · 21 years ago
  33. a4cf489 Ignore the autom4te.cache directoy. by Reid Spencer · 21 years ago
  34. bc52ad7 Make sure llvm-g++ gets the right path for the llvm tools. by Reid Spencer · 21 years ago
  35. 1a46635 Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used, by Jeff Cohen · 21 years ago
  36. 3bf6960 Make the symbolic link using the correct variable! by Reid Spencer · 21 years ago
  37. 1ac82ad Remove references to LLVMGCCDIR because it was only used to provide a by Reid Spencer · 21 years ago
  38. 69a1616 For PR351: by Reid Spencer · 21 years ago
  39. f77bdc4 For PR351: by Reid Spencer · 21 years ago
  40. dafe55f For PR351: by Reid Spencer · 21 years ago
  41. 7b3e851 For PR351: by Reid Spencer · 21 years ago
  42. ebf8d0e Resurrect this file. by Reid Spencer · 21 years ago
  43. 48a1f42 Remove these files as they are not being included any more. DynamicLibrary by Reid Spencer · 21 years ago
  44. 6a901ec Make sure LLVMGCCWITHPATH is used instead of just LLVMGCC so that the by Reid Spencer · 21 years ago
  45. 4a25494 The dejagnu scripts need a path for llvm-gcc/llvm-g++ as well so use the by Reid Spencer · 21 years ago
  46. 32924e0 Two corrections: by Reid Spencer · 21 years ago
  47. 0a43d39 Change llvmgcc/llvmg++ to llvm-gcc and llvm-g++ respectively. by Reid Spencer · 21 years ago
  48. cb65255 Fix VC++ compilation error by Jeff Cohen · 21 years ago
  49. e32beb7 Fix a bug in libtool's ltmain.sh. On Cygwin the "$output.exp" expression by Reid Spencer · 21 years ago
  50. a36c9a4 Put CopyFile in the sys namespace. by Reid Spencer · 21 years ago
  51. 4d099f7 Wrap at 80 cols by Misha Brukman · 21 years ago
  52. 4618957 Correct the comments and file header. by Reid Spencer · 21 years ago
  53. 1e296bf Try to speed up gccld hot spot in BasicVN::getEqualNumberNodes by making by Reid Spencer · 21 years ago
  54. ee93c87 Update the amd64 target detection checks. by Reid Spencer · 21 years ago
  55. 72a5900 Add a caution about using experimental versions of gnu binutils when by Reid Spencer · 21 years ago
  56. 65e8f5b Be specific about version of GCC and binutils on Cygwin since it matters. by Reid Spencer · 21 years ago
  57. c155a0a LLVM now builds and runs on Linux/amd64, but we don't have 64-bit codegen yet by Misha Brukman · 21 years ago
  58. c204e79 Allow llc to recognize -march=x86. As it was, it didn't recognize any by Jeff Cohen · 21 years ago
  59. 95ed843 Added support for detection of amd64 targets. by Reid Spencer · 21 years ago
  60. 2e5f445 Patch to fix mingw compilation problem contributed by Henrik. by Jeff Cohen · 21 years ago
  61. 06c375b Fix the build on PowerPC/Darwin - it thought we were declaring a new by Brian Gaeke · 21 years ago
  62. cfaf80c * Remove an unnecessary step. * Correct a path. by Reid Spencer · 21 years ago
  63. 8d8b41d Correct compilation for Cygwin. FindExecutable now returns a sys::Path. by Reid Spencer · 21 years ago
  64. 302d81e For PR351: by Reid Spencer · 21 years ago
  65. 55cf0a6 For PR351: by Reid Spencer · 21 years ago
  66. 772192c For PR351: Move non-portable FDHandle class to its only user: lib/Debugger by Reid Spencer · 21 years ago
  67. 2404236 Add a blurb about using the GCC 3.4.3 compiler on Cygwin (which works) for by Reid Spencer · 21 years ago
  68. 90f1745 For PR432: by Reid Spencer · 21 years ago
  69. 847f9b7 Hopefully fix a link. by Reid Spencer · 21 years ago
  70. 473cbec Fix the names of these executables now that they've been somewhat cast in stone. by Reid Spencer · 21 years ago
  71. f66f145 Correct the name of the executables to which llvmgcc and llvmgxx variables by Reid Spencer · 21 years ago
  72. 4ac3065 For PR432: by Reid Spencer · 21 years ago
  73. d4694f9 For PR432: by Reid Spencer · 21 years ago
  74. c553403 For PR432: * Use LLVMGCC and LLVMGXX variables instead of computing the name by Reid Spencer · 21 years ago
  75. e676067 For PR432: * Variable name change: cferuntime_libdir -> CFERuntimeLibDir by Reid Spencer · 21 years ago
  76. 2f138e7 For PR432: by Reid Spencer · 21 years ago
  77. 7908035 For PR432: by Reid Spencer · 21 years ago
  78. 502935f For PR432: by Reid Spencer · 21 years ago
  79. d00b82e Get rid of old automake stuff by Reid Spencer · 21 years ago
  80. 5512655 Support the gas option --traditional-format which, for some reason, gets by Reid Spencer · 21 years ago
  81. 1997c45 Ignore generated files by Misha Brukman · 21 years ago
  82. 6caa5ec Revert last patch until we can figure out how to build executables named by Reid Spencer · 21 years ago
  83. 81417b6 Fix the Win32 build by Misha Brukman · 21 years ago
  84. 77f5530 Revert last changes as they introduce CFE build problems. by Reid Spencer · 21 years ago
  85. bf42763 Make parameters to CopyFile use explicit instantiation of sys::Path. by Reid Spencer · 21 years ago
  86. 2307c5c Add project Bytecode to Visual Studio by Jeff Cohen · 21 years ago
  87. 4b04f53 Remove instructions to make aliases for llvmgcc and llvmg++ as the CFE by Reid Spencer · 21 years ago
  88. 2c1ce65 For PR432: by Reid Spencer · 21 years ago
  89. 37ee220 Fix VC++ compilation error by Jeff Cohen · 21 years ago
  90. 0a83472 For PR351: by Reid Spencer · 21 years ago
  91. ef37158 Visual Studio project Configure should place the configured header files by Jeff Cohen · 21 years ago
  92. 78076f6 Put the CopyFile function explicitly in the sys namespace. by Reid Spencer · 21 years ago
  93. 682084a Use explicit construction of sys::Path from std::string because the by Reid Spencer · 21 years ago
  94. c24e94e Include <cassert> for Cygwin. by Reid Spencer · 21 years ago
  95. a025270 Cygwin doesn't like .. through a link, so drop the .. by Reid Spencer · 21 years ago
  96. 7d05563 Fix a bug where system time always equals user time by Reid Spencer · 21 years ago
  97. 8b66289 Implement GetTimeUsage correctly. by Reid Spencer · 21 years ago
  98. 5d28218 Allow compilers that can't distinguish between a class instantiation and by Reid Spencer · 21 years ago
  99. ed5e7bf Provide a getrusage based implementation of GetTotalMemoryUsage and use by Reid Spencer · 21 years ago
  100. bc1ee84 Consistently use the same #if style. Also, fix a bug testing for sbrk(3) by Reid Spencer · 21 years ago