| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove projects/sample. | Rafael Espindola | 2014-03-12 | 1 | -1/+0 |
* | Add a --enable-clang-plugin-support option to configure. | Rafael Espindola | 2014-03-10 | 1 | -0/+14 |
* | Now that we don't use libtool, we don't need to upgrade it :-) | Rafael Espindola | 2014-03-05 | 1 | -35/+0 |
* | Update comment. | Eric Christopher | 2014-03-05 | 1 | -1/+1 |
* | Add patch level to llvm version in CMake and Autoconf | Tom Stellard | 2014-03-03 | 1 | -3/+16 |
* | [C++11] Replace autoconf --enable-cxx11 with --enable-cxx1y. The | Chandler Carruth | 2014-03-01 | 1 | -8/+8 |
* | [C++11] Switch autoconf and make to use C++11 by default. Now both build | Chandler Carruth | 2014-02-28 | 1 | -2/+2 |
* | Drop libtool from llvm. | Rafael Espindola | 2014-02-28 | 6 | -14184/+11 |
* | With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore. | Rafael Espindola | 2014-02-28 | 1 | -4/+0 |
* | Add aarch64 to config.guess | Renato Golin | 2014-02-25 | 1 | -0/+3 |
* | Add version, arch, system libs, and targets to Makefile.config | NAKAMURA Takumi | 2014-02-09 | 2 | -6/+23 |
* | Fix configure to find arc4random via header files. | Todd Fiala | 2014-02-05 | 1 | -1/+4 |
* | Introduce line editor library. | Peter Collingbourne | 2014-01-31 | 1 | -0/+18 |
* | Use a heavier hammer when --enable-libcpp is passed to bypass the tests | Chandler Carruth | 2014-01-15 | 1 | -9/+13 |
* | Sink the autoconf check for sufficiently modern host toolchain below the | Chandler Carruth | 2014-01-15 | 1 | -75/+77 |
* | Fix a bug in r199313 where I failed to restore CXXFLAGS. Doh! Not | Chandler Carruth | 2014-01-15 | 1 | -0/+1 |
* | Add a check to configure that the libstdc++ selected by Clang isn't | Chandler Carruth | 2014-01-15 | 1 | -10/+34 |
* | Remove the last weird subproject, 'privbracket'. | Chandler Carruth | 2014-01-14 | 1 | -1/+0 |
* | Add checks to configure for sufficiently modern host compilers. This | Chandler Carruth | 2014-01-14 | 1 | -0/+69 |
* | Ok, really, for the last time, llvm-gcc is dead Jim. | Chandler Carruth | 2014-01-14 | 1 | -11/+0 |
* | llvm-gcc is dead. REALLY. IT'S DEAD JIM. | Chandler Carruth | 2014-01-14 | 1 | -2/+2 |
* | Remove the test for endianness in configure.ac and regenerate. | Eric Christopher | 2014-01-09 | 1 | -3/+0 |
* | Update the copyright credits -- Happy new year 2014! | NAKAMURA Takumi | 2014-01-01 | 1 | -2/+2 |
* | Update to reflect the next release. | Bill Wendling | 2013-11-20 | 1 | -2/+2 |
* | [autoconf] Prune "runtime" stuff in configure, corresponding to r191835. | NAKAMURA Takumi | 2013-11-11 | 1 | -1/+0 |
* | Update so that it uses the `-V' command line option and supports Python 3.x. | Bill Wendling | 2013-10-12 | 1 | -3/+4 |
* | Revert "Revert "Windows: Add support for unicode command lines"" | David Majnemer | 2013-10-07 | 1 | -0/+1 |
* | Revert "Windows: Add support for unicode command lines" | David Majnemer | 2013-10-06 | 1 | -1/+0 |
* | Windows: Add support for unicode command lines | David Majnemer | 2013-10-06 | 1 | -0/+1 |
* | Remove error output from configure if CFLAGS is set (r174313). | Patrik Hagglund | 2013-09-24 | 1 | -2/+2 |
* | Fix for executing AutoRegen.sh. Revert a part of r187209. | Patrik Hagglund | 2013-09-13 | 1 | -0/+16 |
* | [conf] Add config variable to disable crash related overrides. | Daniel Dunbar | 2013-08-30 | 1 | -13/+30 |
* | Autoconf: The Clang ARC migrator now depends on the static analyzer. | Jordan Rose | 2013-08-22 | 1 | -1/+6 |
* | Recognize NetBSD's terminfo implementation. | Joerg Sonnenberger | 2013-08-17 | 1 | -1/+1 |
* | Remove all checking for the various terminfo headers (term.h and | Chandler Carruth | 2013-08-12 | 1 | -5/+0 |
* | Target a minimal terminfo library rather than necessarily a full curses | Chandler Carruth | 2013-08-12 | 1 | -14/+14 |
* | Add support for linking against a curses library when available and | Chandler Carruth | 2013-08-07 | 1 | -0/+24 |
* | Link with -rdynamic instead of -Wl,-export-dynamic. | Bob Wilson | 2013-08-02 | 2 | -6/+7 |
* | Remove dead or useless header checks from cmake and autoconf | Reid Kleckner | 2013-07-26 | 2 | -29/+7 |
* | [PowerPC] Support powerpc64le as a syntax-checking target. | Bill Schmidt | 2013-07-26 | 2 | -1/+4 |
* | Remove the mblaze backend from llvm. | Rafael Espindola | 2013-07-25 | 1 | -6/+1 |
* | No ',' between programs. | Eric Christopher | 2013-07-08 | 1 | -1/+1 |
* | Find xdot or xdot.py. | Matt Arsenault | 2013-07-08 | 1 | -6/+6 |
* | Reapply r185601 with a fix for the cmake build. | Eric Christopher | 2013-07-04 | 1 | -0/+1 |
* | Temporarily revert 185601 as it caused cmake build regressions. | Eric Christopher | 2013-07-04 | 1 | -1/+0 |
* | Add support for futimens for platforms that don't support futimes. | Eric Christopher | 2013-07-04 | 1 | -0/+1 |
* | The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD. | Sylvestre Ledru | 2013-07-01 | 1 | -2/+9 |
* | Add an autoconf option for turning on -gsplit-dwarf by default | Eric Christopher | 2013-06-25 | 1 | -0/+13 |
* | Don't define LTDL_SHLIBPATH_VAR. | Rafael Espindola | 2013-06-11 | 1 | -15/+0 |
* | Don't define LLVM_LIBDIR, it is not used anymore. | Rafael Espindola | 2013-06-11 | 1 | -5/+1 |