1. 9964cd8 Update to autoconf 2.59 standards. by Reid Spencer · 20 years ago
  2. bb4fe3d Correct the conditional test for non-portable tools so that it will by Reid Spencer · 20 years ago
  3. bbf7a8a For PR351: Make LLVM_ON_UNIX and LLVM_ON_WIN32 available in the makefiles by Reid Spencer · 20 years ago
  4. e0a7ddd Describe both objdir==srcdir and objdir!=srcdir methods of building LLVM by Reid Spencer · 20 years ago
  5. 45e88d6 Where do these tabs keep coming from??? by Jeff Cohen · 20 years ago
  6. 51b8d21 Mostly cleanup, but also some bug fixes, for win32/Path.cpp by Jeff Cohen · 20 years ago
  7. 92ced2f Fix a compilation error for the case where mallinfo() is not available. by Reid Spencer · 20 years ago
  8. ba46ca3 For PR351: * lib/System depends on sbrk(3), make sure we check for it. by Reid Spencer · 20 years ago
  9. d40a7de Get rid of those nasty tabs... by Jeff Cohen · 20 years ago
  10. ebcb9b3 Bring win32/Path.cpp up to date with respect to Unix/Path.cpp by Jeff Cohen · 20 years ago
  11. 139e166 * Add missing libraries: Linker, Archive, SparcV8 by Reid Spencer · 20 years ago
  12. b7e65b8 * Don't include weak definitions as a definition by Reid Spencer · 20 years ago
  13. e0f33ae Add a section on library dependencies now that GenLibDeps.html is written. by Reid Spencer · 20 years ago
  14. 579b8de A Perl script to generate an HTML definition list containing the LLVM by Reid Spencer · 20 years ago
  15. 3d1cc28 Fix the help documentation to not imply multiple archive files can be processed. by Reid Spencer · 20 years ago
  16. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  17. c18671c Fix MINGW compilation errors by Jeff Cohen · 20 years ago
  18. 582a23c * Fix a bug in an m4 macro that used an incorrect test operator by Reid Spencer · 20 years ago
  19. b09a68e Fix a Bourne Shell syntax error in a test by Reid Spencer · 20 years ago
  20. 6da9142 Fix one of the names to not have a . in front of it. by Reid Spencer · 20 years ago
  21. bfd2468 Bug fixed by Chris Lattner · 20 years ago
  22. da16d8c Fix PR491 and testcase Transforms/DeadStoreElimination/2004-12-28-PartialStore.ll by Chris Lattner · 20 years ago
  23. d0137cd Add a comment, add a new testcase by Chris Lattner · 20 years ago
  24. 1d07816 New testcase for PR491 by Chris Lattner · 20 years ago
  25. e936771 Bug fixed by Chris Lattner · 20 years ago
  26. f376e5e Fix PR490 Fix testcase CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll by Chris Lattner · 20 years ago
  27. 5a23c8b new testcase for PR490 by Chris Lattner · 20 years ago
  28. 96e5436 XFAIL this test everywhere. by Reid Spencer · 20 years ago
  29. 2fcd29a XFAIL this everywhere, the CFE doesn't support bitfield initialization. by Reid Spencer · 20 years ago
  30. 5612762 Remove potential platform portability issue with size of "int". by Reid Spencer · 20 years ago
  31. 775bf89 Correct the name of the variable for the LLVM examples directory so that by Reid Spencer · 20 years ago
  32. 2dc6586 Make the x86_64 target names match between def and use. Thanks Misha. by Reid Spencer · 20 years ago
  33. be41b25 Make the 64-bit x86 target named "x86_64" instead of "AMD64". by Reid Spencer · 20 years ago
  34. 93d416f Add a note about registering the backend so it's available in LLC and LLI by Misha Brukman · 20 years ago
  35. da12bdc Bring VS projects up to date with respect to recent changes by Jeff Cohen · 20 years ago
  36. f97c703 Don't create symbolic links for lib/System any more. It doesn't need them. by Reid Spencer · 20 years ago
  37. bb87426 Clean up some autoconf cruft by Reid Spencer · 20 years ago
  38. f3664e0 Make it possible to reconfigure a project as well as just LLVM main dir. by Reid Spencer · 20 years ago
  39. aeb47b8 Fix a bug that made the nightly tester *really* slow. During changes for by Reid Spencer · 20 years ago
  40. 5116330 For PR351: * sys::PreventCoreFiles -> sys::Process::PreventCoreFiles by Reid Spencer · 20 years ago
  41. 7c1e2f9 For PR351: by Reid Spencer · 20 years ago
  42. 51b9f62 For PR351: * Remove redundant #includes that are now in Unix.h by Reid Spencer · 20 years ago
  43. 68fdcc1 For PR351: by Reid Spencer · 20 years ago
  44. af2f208 For PR351: by Reid Spencer · 20 years ago
  45. 07c00d3 For PR351: by Reid Spencer · 20 years ago
  46. cdf54d0 For PR351: * Ensure #includes are wrapped with appropriate HAVE_ guards by Reid Spencer · 20 years ago
  47. c33e493 For PR351: by Reid Spencer · 20 years ago
  48. 424ac89 For PR351: by Reid Spencer · 20 years ago
  49. c87d7cc For PR351: by Reid Spencer · 20 years ago
  50. ce79995 For PR351: by Reid Spencer · 20 years ago
  51. b9ed2c1 For PR351: by Reid Spencer · 20 years ago
  52. 0098e64 For PR351: by Reid Spencer · 20 years ago
  53. d0ae93f For PR351: by Reid Spencer · 20 years ago
  54. 7931a78 For PR351: by Reid Spencer · 20 years ago
  55. 5d01fa5 For PR351: by Reid Spencer · 20 years ago
  56. 3ed2f2f Oops, reverse the logic on a test for WITH_LLVMGCCDIR to make it define by Reid Spencer · 20 years ago
  57. 52f853a Provide a value for HAVE_MMAP_ANONYMOUS variable, for consistency with by Reid Spencer · 20 years ago
  58. fef93b7 Describe the --with-llvmgccdir option to configure. by Reid Spencer · 20 years ago
  59. 932b69f Revert the last patch so that the LLVMGCCDIR environment variable is by Reid Spencer · 20 years ago
  60. 59473af For PR351: by Reid Spencer · 20 years ago
  61. c2b9162 mingw doesn't support the official debug API. by Jeff Cohen · 20 years ago
  62. a4c9751 Get VC++ building again by Jeff Cohen · 20 years ago
  63. a4cf489 Ignore the autom4te.cache directoy. by Reid Spencer · 20 years ago
  64. bc52ad7 Make sure llvm-g++ gets the right path for the llvm tools. by Reid Spencer · 20 years ago
  65. 1a46635 Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used, by Jeff Cohen · 20 years ago
  66. 3bf6960 Make the symbolic link using the correct variable! by Reid Spencer · 20 years ago
  67. 1ac82ad Remove references to LLVMGCCDIR because it was only used to provide a by Reid Spencer · 20 years ago
  68. 69a1616 For PR351: by Reid Spencer · 20 years ago
  69. f77bdc4 For PR351: by Reid Spencer · 20 years ago
  70. dafe55f For PR351: by Reid Spencer · 20 years ago
  71. 7b3e851 For PR351: by Reid Spencer · 20 years ago
  72. ebf8d0e Resurrect this file. by Reid Spencer · 20 years ago
  73. 48a1f42 Remove these files as they are not being included any more. DynamicLibrary by Reid Spencer · 20 years ago
  74. 6a901ec Make sure LLVMGCCWITHPATH is used instead of just LLVMGCC so that the by Reid Spencer · 20 years ago
  75. 4a25494 The dejagnu scripts need a path for llvm-gcc/llvm-g++ as well so use the by Reid Spencer · 20 years ago
  76. 32924e0 Two corrections: by Reid Spencer · 20 years ago
  77. 0a43d39 Change llvmgcc/llvmg++ to llvm-gcc and llvm-g++ respectively. by Reid Spencer · 20 years ago
  78. cb65255 Fix VC++ compilation error by Jeff Cohen · 20 years ago
  79. e32beb7 Fix a bug in libtool's ltmain.sh. On Cygwin the "$output.exp" expression by Reid Spencer · 20 years ago
  80. a36c9a4 Put CopyFile in the sys namespace. by Reid Spencer · 20 years ago
  81. 4d099f7 Wrap at 80 cols by Misha Brukman · 20 years ago
  82. 4618957 Correct the comments and file header. by Reid Spencer · 20 years ago
  83. 1e296bf Try to speed up gccld hot spot in BasicVN::getEqualNumberNodes by making by Reid Spencer · 20 years ago
  84. ee93c87 Update the amd64 target detection checks. by Reid Spencer · 20 years ago
  85. 72a5900 Add a caution about using experimental versions of gnu binutils when by Reid Spencer · 20 years ago
  86. 65e8f5b Be specific about version of GCC and binutils on Cygwin since it matters. by Reid Spencer · 20 years ago
  87. c155a0a LLVM now builds and runs on Linux/amd64, but we don't have 64-bit codegen yet by Misha Brukman · 20 years ago
  88. c204e79 Allow llc to recognize -march=x86. As it was, it didn't recognize any by Jeff Cohen · 20 years ago
  89. 95ed843 Added support for detection of amd64 targets. by Reid Spencer · 20 years ago
  90. 2e5f445 Patch to fix mingw compilation problem contributed by Henrik. by Jeff Cohen · 20 years ago
  91. 06c375b Fix the build on PowerPC/Darwin - it thought we were declaring a new by Brian Gaeke · 20 years ago
  92. cfaf80c * Remove an unnecessary step. * Correct a path. by Reid Spencer · 20 years ago
  93. 8d8b41d Correct compilation for Cygwin. FindExecutable now returns a sys::Path. by Reid Spencer · 20 years ago
  94. 302d81e For PR351: by Reid Spencer · 20 years ago
  95. 55cf0a6 For PR351: by Reid Spencer · 20 years ago
  96. 772192c For PR351: Move non-portable FDHandle class to its only user: lib/Debugger by Reid Spencer · 20 years ago
  97. 2404236 Add a blurb about using the GCC 3.4.3 compiler on Cygwin (which works) for by Reid Spencer · 20 years ago
  98. 90f1745 For PR432: by Reid Spencer · 20 years ago
  99. 847f9b7 Hopefully fix a link. by Reid Spencer · 20 years ago
  100. 473cbec Fix the names of these executables now that they've been somewhat cast in stone. by Reid Spencer · 20 years ago