Age | Commit message (Expand) | Author | Files | Lines |
2015-08-07 | We're actually -Wmissing-field-initializers clean thanks to the cmake | Eric Christopher | 1 | -2/+2 |
2015-08-05 | Rename all references to old mailing lists to new lists.llvm.org address. | Tanya Lattner | 1 | -1/+1 |
2015-07-01 | Disallow in-source builds (as we already do for the cmake build). | Jonathan Roelofs | 1 | -12/+1 |
2015-05-04 | Deprecate in-source autotools builds | Jonathan Roelofs | 1 | -0/+16 |
2015-04-01 | Try to unbreak Clang build to export LLVM_ABI_BREAKING_CHECKS, fixup for r233... | NAKAMURA Takumi | 1 | -0/+5 |
2014-11-05 | Add a check for misbehaving -Wcomment from gcc-4.7 and add | Eric Christopher | 1 | -0/+2 |
2014-10-30 | [OCaml] [autoconf] Migrate to ocamlfind. | Peter Zotov | 1 | -4/+4 |
2014-10-16 | Initial version of Go bindings. | Peter Collingbourne | 1 | -0/+1 |
2014-10-03 | Remove unused ALL_BINDINGS configuration variable. | Peter Collingbourne | 1 | -1/+0 |
2014-07-16 | Track clang r213171 | Alp Toker | 1 | -3/+0 |
2014-03-10 | Add a --enable-clang-plugin-support option to configure. | Rafael Espindola | 1 | -0/+3 |
2014-03-03 | Add patch level to llvm version in CMake and Autoconf | Tom Stellard | 1 | -0/+2 |
2014-03-01 | [C++11] Replace autoconf --enable-cxx11 with --enable-cxx1y. The | Chandler Carruth | 1 | -2/+3 |
2014-02-28 | With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore. | Rafael Espindola | 1 | -3/+0 |
2014-02-09 | Add version, arch, system libs, and targets to Makefile.config | NAKAMURA Takumi | 1 | -0/+15 |
2013-06-25 | Add an autoconf option for turning on -gsplit-dwarf by default | Eric Christopher | 1 | -0/+3 |
2013-04-23 | Add basic zlib support to LLVM. This would allow to use compression/uncompres... | Alexey Samsonov | 1 | -0/+3 |
2013-03-15 | Turn anonymous type in anonymous union warning back on after cleaning up | Eric Christopher | 1 | -2/+0 |
2013-02-04 | Pass CPPFLAGS/CFLAGS/CXXFLAGS from the environment of configure to | Patrik Hagglund | 1 | -1/+10 |
2013-01-31 | Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning | Richard Smith | 1 | -0/+2 |
2013-01-31 | build: @ENABLE_THREADS@ => @LLVM_ENABLE_THREADS@ | Saleem Abdulrasool | 1 | -1/+1 |
2013-01-30 | build: add --with-python option | Saleem Abdulrasool | 1 | -0/+1 |
2013-01-16 | Introduce llvm::sys::getProcessTriple() function. | Peter Collingbourne | 1 | -0/+3 |
2013-01-09 | Disable -Wuninitialized for gcc | David Greene | 1 | -0/+4 |
2012-12-13 | Add options to disable building of ARCMT, Rewriter and Static Analyzer | Roman Divacky | 1 | -0/+9 |
2012-10-01 | Re-enable support for --program-prefix. | Jordan Rose | 1 | -0/+1 |
2012-09-26 | Revert "Add --program-prefix support to build" | Jordan Rose | 1 | -1/+0 |
2012-09-25 | Add --program-prefix support to build | Sebastian Pop | 1 | -0/+1 |
2012-08-28 | Temporarily revert this to bring back the bots. | Eric Christopher | 1 | -1/+0 |
2012-08-27 | Add --program-prefix support to build. | Sebastian Pop | 1 | -0/+1 |
2012-08-14 | [configure] Add a --enable-keep-symbols configure flag. | Daniel Dunbar | 1 | -0/+5 |
2012-08-03 | Add a configure flag for enabling -Werror on the command line | Eric Christopher | 1 | -0/+3 |
2012-08-03 | Add support for detecting libxml for Dmitri's work. He'll | Eric Christopher | 1 | -0/+4 |
2012-08-03 | Add a configure option to pass -std=c++11 on the command line. | Eric Christopher | 1 | -0/+3 |
2012-08-03 | Revert previous patch here, we should instead configure in specific | Eric Christopher | 1 | -1/+0 |
2012-08-03 | Add a BUILD_FLAGS variable so that autoconf checks have a place | Eric Christopher | 1 | -0/+1 |
2012-06-27 | Remove autoconf support for runtest and tclsh, some of the last vestigal | Chandler Carruth | 1 | -2/+0 |
2012-05-17 | - Added ExecutionEngine/MCJIT tests | Danil Malyshev | 1 | -0/+2 |
2012-05-07 | Make IntelJITEvents and OProfileJIT as optional libraries and add | Preston Gurd | 1 | -0/+7 |
2012-03-13 | Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code... | Eli Bendersky | 1 | -0/+8 |
2012-03-07 | configure: Don't require a perl interpreter to be present, LLVM's buildsystem... | Benjamin Kramer | 1 | -2/+0 |
2012-02-28 | Enable -Wcovered-switch-default again, but add -Werror to the checks to make | Rafael Espindola | 1 | -0/+2 |
2012-02-28 | Temporarily revert r151609, which enabled a new warning for LLVM and | Chandler Carruth | 1 | -2/+0 |
2012-02-28 | Enable -Wcovered-switch-default as it matches the switch style used in llvm. | Rafael Espindola | 1 | -0/+2 |
2011-12-18 | capitalize project name, reference bugzilla | Dylan Noblesmith | 1 | -2/+2 |
2011-11-28 | Add an optional separate install prefix for internal components. rdar://10217046 | Bob Wilson | 1 | -0/+7 |
2011-11-12 | build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise than | Daniel Dunbar | 1 | -0/+1 |
2011-11-11 | Add an option '--enable-libcpp' that will have the compiler pass on | Eric Christopher | 1 | -0/+4 |
2011-10-26 | Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD | Charles Davis | 1 | -3/+0 |
2011-10-26 | Search for and use the strip program and pass it to install for it | Eric Christopher | 1 | -0/+3 |