| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 1 | -8/+7 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -5/+23 |
* | Add an autoconf option for turning on -gsplit-dwarf by default | Eric Christopher | 2013-06-25 | 1 | -0/+3 |
* | Add basic zlib support to LLVM. This would allow to use compression/uncompres... | Alexey Samsonov | 2013-04-23 | 1 | -0/+3 |
* | Turn anonymous type in anonymous union warning back on after cleaning up | Eric Christopher | 2013-03-15 | 1 | -2/+0 |
* | Pass CPPFLAGS/CFLAGS/CXXFLAGS from the environment of configure to | Patrik Hagglund | 2013-02-04 | 1 | -1/+10 |
* | Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning | Richard Smith | 2013-01-31 | 1 | -0/+2 |
* | build: @ENABLE_THREADS@ => @LLVM_ENABLE_THREADS@ | Saleem Abdulrasool | 2013-01-31 | 1 | -1/+1 |
* | build: add --with-python option | Saleem Abdulrasool | 2013-01-30 | 1 | -0/+1 |
* | Introduce llvm::sys::getProcessTriple() function. | Peter Collingbourne | 2013-01-16 | 1 | -0/+3 |
* | Disable -Wuninitialized for gcc | David Greene | 2013-01-09 | 1 | -0/+4 |
* | Add options to disable building of ARCMT, Rewriter and Static Analyzer | Roman Divacky | 2012-12-13 | 1 | -0/+9 |
* | Re-enable support for --program-prefix. | Jordan Rose | 2012-10-01 | 1 | -0/+1 |
* | Revert "Add --program-prefix support to build" | Jordan Rose | 2012-09-26 | 1 | -1/+0 |
* | Add --program-prefix support to build | Sebastian Pop | 2012-09-25 | 1 | -0/+1 |
* | Temporarily revert this to bring back the bots. | Eric Christopher | 2012-08-28 | 1 | -1/+0 |
* | Add --program-prefix support to build. | Sebastian Pop | 2012-08-27 | 1 | -0/+1 |
* | [configure] Add a --enable-keep-symbols configure flag. | Daniel Dunbar | 2012-08-14 | 1 | -0/+5 |
* | Add a configure flag for enabling -Werror on the command line | Eric Christopher | 2012-08-03 | 1 | -0/+3 |
* | Add support for detecting libxml for Dmitri's work. He'll | Eric Christopher | 2012-08-03 | 1 | -0/+4 |
* | Add a configure option to pass -std=c++11 on the command line. | Eric Christopher | 2012-08-03 | 1 | -0/+3 |
* | Revert previous patch here, we should instead configure in specific | Eric Christopher | 2012-08-03 | 1 | -1/+0 |
* | Add a BUILD_FLAGS variable so that autoconf checks have a place | Eric Christopher | 2012-08-03 | 1 | -0/+1 |
* | Remove autoconf support for runtest and tclsh, some of the last vestigal | Chandler Carruth | 2012-06-27 | 1 | -2/+0 |
* | - Added ExecutionEngine/MCJIT tests | Danil Malyshev | 2012-05-17 | 1 | -0/+2 |
* | Make IntelJITEvents and OProfileJIT as optional libraries and add | Preston Gurd | 2012-05-07 | 1 | -0/+7 |
* | Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code... | Eli Bendersky | 2012-03-13 | 1 | -0/+8 |
* | configure: Don't require a perl interpreter to be present, LLVM's buildsystem... | Benjamin Kramer | 2012-03-07 | 1 | -2/+0 |
* | Enable -Wcovered-switch-default again, but add -Werror to the checks to make | Rafael Espindola | 2012-02-28 | 1 | -0/+2 |
* | Temporarily revert r151609, which enabled a new warning for LLVM and | Chandler Carruth | 2012-02-28 | 1 | -2/+0 |
* | Enable -Wcovered-switch-default as it matches the switch style used in llvm. | Rafael Espindola | 2012-02-28 | 1 | -0/+2 |
* | capitalize project name, reference bugzilla | Dylan Noblesmith | 2011-12-18 | 1 | -2/+2 |
* | Add an optional separate install prefix for internal components. rdar://10217046 | Bob Wilson | 2011-11-28 | 1 | -0/+7 |
* | build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise than | Daniel Dunbar | 2011-11-12 | 1 | -0/+1 |
* | Add an option '--enable-libcpp' that will have the compiler pass on | Eric Christopher | 2011-11-11 | 1 | -0/+4 |
* | Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD | Charles Davis | 2011-10-26 | 1 | -3/+0 |
* | Search for and use the strip program and pass it to install for it | Eric Christopher | 2011-10-26 | 1 | -0/+3 |
* | build: Remove some unused code. | Daniel Dunbar | 2011-10-18 | 1 | -2/+0 |
* | autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/... | NAKAMURA Takumi | 2011-10-16 | 1 | -1/+9 |
* | build: Remove some stray LLVMC configure variables. | Daniel Dunbar | 2011-10-13 | 1 | -11/+0 |
* | Remove the rest of the compiler checking from the top level configure | Eric Christopher | 2011-09-21 | 1 | -24/+0 |
* | build/configure: Add support for --with-extra-ld-options flag (to provide extra | Daniel Dunbar | 2011-06-16 | 1 | -0/+3 |
* | autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llv... | NAKAMURA Takumi | 2010-12-29 | 1 | -0/+3 |
* | Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environment | Eric Christopher | 2010-12-10 | 1 | -1/+1 |
* | It seems inconsistent to have LLVMCC_EMITIR_FLAG and | Duncan Sands | 2010-11-25 | 1 | -1/+1 |
* | Add --enable-docs. Patch by NAKAMURA Takumi. | Rafael Espindola | 2010-11-12 | 1 | -0/+3 |
* | Detect if llvm-gcc is built on dragonegg. | Tobias Grosser | 2010-11-10 | 1 | -0/+5 |
* | Add polly support to the build system. | Tobias Grosser | 2010-10-30 | 1 | -0/+2 |
* | Make the makefiles go much faster by using the realpath | Chris Lattner | 2010-08-03 | 1 | -7/+11 |
* | typo in comment, regeneration not necessary | Gabor Greif | 2010-07-07 | 1 | -2/+2 |