1. 9208052 Re-enable support for --program-prefix. by Jordan Rose · 12 years ago
  2. 85042e6 Revert "Add --program-prefix support to build" by Jordan Rose · 12 years ago
  3. ba48ceb Add --program-prefix support to build by Sebastian Pop · 12 years ago
  4. 164a308 Temporarily revert this to bring back the bots. by Eric Christopher · 12 years ago
  5. 94a935f Add --program-prefix support to build. by Sebastian Pop · 12 years ago
  6. 8b5bee4 [configure] Add a --enable-keep-symbols configure flag. by Daniel Dunbar · 12 years ago
  7. 09a8873 Add a configure flag for enabling -Werror on the command line by Eric Christopher · 12 years ago
  8. 46e6bcf Add support for detecting libxml for Dmitri's work. He'll by Eric Christopher · 12 years ago
  9. 8212002 Add a configure option to pass -std=c++11 on the command line. by Eric Christopher · 12 years ago
  10. 42dffa5 Revert previous patch here, we should instead configure in specific by Eric Christopher · 12 years ago
  11. cbd84f7 Add a BUILD_FLAGS variable so that autoconf checks have a place by Eric Christopher · 12 years ago
  12. 01e4a06 Remove autoconf support for runtest and tclsh, some of the last vestigal by Chandler Carruth · 12 years ago
  13. bb8cef5 - Added ExecutionEngine/MCJIT tests by Danil Malyshev · 12 years ago
  14. 7549354 Make IntelJITEvents and OProfileJIT as optional libraries and add by Preston Gurd · 12 years ago
  15. 61b1851 Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. by Eli Bendersky · 12 years ago
  16. 8c3d258 configure: Don't require a perl interpreter to be present, LLVM's buildsystem doesn't depend on perl anymore. by Benjamin Kramer · 12 years ago
  17. 9993a3a Enable -Wcovered-switch-default again, but add -Werror to the checks to make by Rafael Espindola · 12 years ago
  18. 3c2e5f2 Temporarily revert r151609, which enabled a new warning for LLVM and by Chandler Carruth · 12 years ago
  19. 33177f5 Enable -Wcovered-switch-default as it matches the switch style used in llvm. by Rafael Espindola · 12 years ago
  20. 7fe0e03 capitalize project name, reference bugzilla by Dylan Noblesmith · 13 years ago
  21. ae7e2a4 Add an optional separate install prefix for internal components. rdar://10217046 by Bob Wilson · 13 years ago
  22. a7de1d6 build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise than by Daniel Dunbar · 13 years ago
  23. bee515f Add an option '--enable-libcpp' that will have the compiler pass on by Eric Christopher · 13 years ago
  24. 13460c9 Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD by Charles Davis · 13 years ago
  25. f3a5ba5 Search for and use the strip program and pass it to install for it by Eric Christopher · 13 years ago
  26. 817cb96 build: Remove some unused code. by Daniel Dunbar · 13 years ago
  27. e5ab51d autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/clang on tools/Makefile. by NAKAMURA Takumi · 13 years ago
  28. 5d332f8 build: Remove some stray LLVMC configure variables. by Daniel Dunbar · 13 years ago
  29. 73ec952 Remove the rest of the compiler checking from the top level configure by Eric Christopher · 13 years ago
  30. e2a91a7 build/configure: Add support for --with-extra-ld-options flag (to provide extra by Daniel Dunbar · 13 years ago
  31. 8eac886 autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llvm.dll with --enable-shared on Cygming. by NAKAMURA Takumi · 14 years ago
  32. 031d307 Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environment by Eric Christopher · 14 years ago
  33. 1ac320e It seems inconsistent to have LLVMCC_EMITIR_FLAG and by Duncan Sands · 14 years ago
  34. 9d9ae9f Add --enable-docs. Patch by NAKAMURA Takumi. by Rafael Espindola · 14 years ago
  35. a84b567 Detect if llvm-gcc is built on dragonegg. by Tobias Grosser · 14 years ago
  36. baaadb2 Add polly support to the build system. by Tobias Grosser · 14 years ago
  37. 7cf8fc7 Make the makefiles go much faster by using the realpath by Chris Lattner · 14 years ago
  38. 6418cb3 typo in comment, regeneration not necessary by Gabor Greif · 14 years ago
  39. 426b06d Delete unused variables (that weren't even getting expanded). by Dan Gohman · 14 years ago
  40. da612d6 -retain-symbols-file is not what it seems. Update the makefiles by Dan Gohman · 14 years ago
  41. dd464df Add new configure option, --disable-timestamps, intended to turn off anything which would mess up binary/object comparisons. Currently: by Daniel Dunbar · 14 years ago
  42. 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 14 years ago
  43. e05f609 Add an autoconf check for -retain-symbols-file and conditionalize by Dan Gohman · 14 years ago
  44. 764f62b Revert r100896 and around - this breaks the only mingw32 buildbot we have. by Anton Korobeynikov · 14 years ago
  45. 17e8b7f whether we enable dylibs or not depends on the host, not the target. by Chris Lattner · 14 years ago
  46. e3a39d4 suck the propagating "has dynamic libs" check into a single makefile by Chris Lattner · 14 years ago
  47. d4076cf Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. by Erick Tryzelaar · 14 years ago
  48. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 14 years ago
  49. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 14 years ago
  50. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 14 years ago
  51. 9851567 Initial configure support for using Clang as the LLVM capable compiler. by Daniel Dunbar · 14 years ago
  52. e209c38 Kill off unused LLVMGCCLIBEXEC make variable. by Daniel Dunbar · 14 years ago
  53. 951fd6d Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. by Daniel Dunbar · 14 years ago
  54. 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 14 years ago
  55. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 14 years ago
  56. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 14 years ago
  57. d6c8ec6 Fix typos. Thanks to John Tytgat for noticing it! by Rafael Espindola · 15 years ago
  58. 420d23c Add configure options for specifying where to look for libstdc++. by Rafael Espindola · 15 years ago
  59. 7f9ec91 Add the --with-c-include-dirs to llvm's configure. The clang patch is next. by Rafael Espindola · 15 years ago
  60. 1fce948 configure: Add --with-optimize-option, for setting the default value of by Daniel Dunbar · 15 years ago
  61. 8039e03 Add an autoconf test to check for optional compiler flags like by Julien Lerouge · 15 years ago
  62. 7fd82e5 Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of by Jeffrey Yasskin · 15 years ago
  63. 5e869c3 Improve support for cross-hosted builds of LLVM. by Shantonu Sen · 15 years ago
  64. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
  65. cc4f8bc LLVMC can be now compiled w/o dynamic plugin support. by Mikhail Glushenkov · 15 years ago
  66. 2373c99 Add --enable-llvmc-dynamic configure option. by Mikhail Glushenkov · 15 years ago
  67. 895f32c Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  68. dbefd0c by David Greene · 15 years ago
  69. 93f70fc Link against libffi if available, fall back to "no external calls from by Nick Lewycky · 15 years ago
  70. 18f9907 Autodetect the availability of -export-dynamic in the linker. by Nick Lewycky · 15 years ago
  71. 1dace48 Switch to using -Wl,-R on Solaris. by Nick Lewycky · 15 years ago
  72. 5992175 Remove tests for flex/bison which are no longer needed by LLVM. by Nick Lewycky · 15 years ago
  73. f9c5c5c Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't by Nick Lewycky · 16 years ago
  74. e2be5d5 Add the ability to pass the path to binutils source to configure. This is by Nick Lewycky · 16 years ago
  75. 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 16 years ago
  76. 3a67f50 Use spaces rather than tab. by Duncan Sands · 16 years ago
  77. 237033e Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. by Torok Edwin · 16 years ago
  78. 673612e Add support for Canadian Cross builds where the host executables are not by Jim Grosbach · 16 years ago
  79. ecfe67c Reapply majority of r55557 but with the changes to compilation flags by Daniel Dunbar · 16 years ago
  80. 0783f0d Revert r55557, it is causing linking failures on 32bit linux. by Matthijs Kooijman · 16 years ago
  81. dcf114e Enable -fvisibility-inlines-hidden by default for compilers which support it. by Daniel Dunbar · 16 years ago
  82. 279219a Reverting r48974. See PR2183 for details. by Gordon Henriksen · 16 years ago
  83. 87a3b68 Quote the ocaml executables by Erick Tryzelaar · 16 years ago
  84. b047766 Adding ocamldoc generation. by Gordon Henriksen · 16 years ago
  85. 163974d improve compatibility with mingw, patch by Alain Frisch by Chris Lattner · 17 years ago
  86. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  87. 1d4e078 Providing --with-ocaml-libdir for ./configure. The default is the by Gordon Henriksen · 17 years ago
  88. 48c7253 Fixing (harmless) typos. by Gordon Henriksen · 17 years ago
  89. 6530e9d Add explicit --enable-bindings option to configure. by Gordon Henriksen · 17 years ago
  90. 4229371 PR1601: etags not configured correctly by Gordon Henriksen · 17 years ago
  91. a8c3660 Incorporating review feedback for GC verifier patch. by Gordon Henriksen · 17 years ago
  92. 0908d49 by Gordon Henriksen · 17 years ago
  93. 3c94f6a Change the place where man pages are installed to ${prefix}/share/man1. This by Bill Wendling · 17 years ago
  94. a696d24 Add support for building with _GLIBCXX_DEBUG. New configure option by David Greene · 17 years ago
  95. 1addff9 Add support for determining which languages the llvm-gcc front end supports. by Reid Spencer · 17 years ago
  96. 8475ec0 For PR789: by Reid Spencer · 17 years ago
  97. 32b1691 For PR739: by Reid Spencer · 18 years ago
  98. 282d8c1 Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where the by Reid Spencer · 18 years ago
  99. 89b0d99 Allow an --enable-pic option to turn on -fPIC compiler option when building. by Reid Spencer · 18 years ago
  100. 7f88ee0 Fix a regression that completely broke make install. by Chris Lattner · 18 years ago