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