aboutsummaryrefslogtreecommitdiff
path: root/Makefile.config.in
AgeCommit message (Expand)Author
2014-03-10Add a --enable-clang-plugin-support option to configure.Rafael Espindola
2014-03-03Add patch level to llvm version in CMake and AutoconfTom Stellard
2014-03-01[C++11] Replace autoconf --enable-cxx11 with --enable-cxx1y. TheChandler Carruth
2014-02-28With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.Rafael Espindola
2014-02-09Add version, arch, system libs, and targets to Makefile.configNAKAMURA Takumi
2013-06-25Add an autoconf option for turning on -gsplit-dwarf by defaultEric Christopher
2013-04-23Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov
2013-03-15Turn anonymous type in anonymous union warning back on after cleaning upEric Christopher
2013-02-04Pass CPPFLAGS/CFLAGS/CXXFLAGS from the environment of configure toPatrik Hagglund
2013-01-31Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warningRichard Smith
2013-01-31build: @ENABLE_THREADS@ => @LLVM_ENABLE_THREADS@Saleem Abdulrasool
2013-01-30build: add --with-python optionSaleem Abdulrasool
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne
2013-01-09Disable -Wuninitialized for gccDavid Greene
2012-12-13Add options to disable building of ARCMT, Rewriter and Static AnalyzerRoman Divacky
2012-10-01Re-enable support for --program-prefix.Jordan Rose
2012-09-26Revert "Add --program-prefix support to build"Jordan Rose
2012-09-25Add --program-prefix support to buildSebastian Pop
2012-08-28Temporarily revert this to bring back the bots.Eric Christopher
2012-08-27Add --program-prefix support to build.Sebastian Pop
2012-08-14[configure] Add a --enable-keep-symbols configure flag.Daniel Dunbar
2012-08-03Add a configure flag for enabling -Werror on the command lineEric Christopher
2012-08-03Add support for detecting libxml for Dmitri's work. He'llEric Christopher
2012-08-03Add a configure option to pass -std=c++11 on the command line.Eric Christopher
2012-08-03Revert previous patch here, we should instead configure in specificEric Christopher
2012-08-03Add a BUILD_FLAGS variable so that autoconf checks have a placeEric Christopher
2012-06-27Remove autoconf support for runtest and tclsh, some of the last vestigalChandler Carruth
2012-05-17- Added ExecutionEngine/MCJIT testsDanil Malyshev
2012-05-07Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky
2012-03-07configure: Don't require a perl interpreter to be present, LLVM's buildsystem...Benjamin Kramer
2012-02-28Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola
2012-02-28Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth
2012-02-28Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola
2011-12-18capitalize project name, reference bugzillaDylan Noblesmith
2011-11-28Add an optional separate install prefix for internal components. rdar://10217046Bob Wilson
2011-11-12build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise thanDaniel Dunbar
2011-11-11Add an option '--enable-libcpp' that will have the compiler pass onEric Christopher
2011-10-26Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSDCharles Davis
2011-10-26Search for and use the strip program and pass it to install for itEric Christopher
2011-10-18build: Remove some unused code.Daniel Dunbar
2011-10-16autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/...NAKAMURA Takumi
2011-10-13build: Remove some stray LLVMC configure variables.Daniel Dunbar
2011-09-21Remove the rest of the compiler checking from the top level configureEric Christopher
2011-06-16build/configure: Add support for --with-extra-ld-options flag (to provide extraDaniel Dunbar
2010-12-29autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llv...NAKAMURA Takumi
2010-12-10Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environmentEric Christopher
2010-11-25It seems inconsistent to have LLVMCC_EMITIR_FLAG andDuncan Sands
2010-11-12Add --enable-docs. Patch by NAKAMURA Takumi.Rafael Espindola
2010-11-10Detect if llvm-gcc is built on dragonegg.Tobias Grosser