Age | Commit message (Expand) | Author | Files | Lines |
2014-08-14 | Delete support for AuroraUX. | Rafael Espindola | 1 | -7/+0 |
2014-07-29 | [autoconf] Fixup s/3.5/3.6/. Clang's ident was 3.5.0svn in autoconf build. | NAKAMURA Takumi | 1 | -1/+1 |
2014-07-28 | Update LLVM version: 3.5 => 3.6 | Hans Wennborg | 1 | -1/+1 |
2014-07-17 | Drop the udis86 wrapper from llvm::sys | Alp Toker | 1 | -19/+0 |
2014-07-16 | Track clang r213171 | Alp Toker | 1 | -20/+0 |
2014-06-02 | Remove path_tclsh.m4. | Rafael Espindola | 1 | -39/+0 |
2014-06-02 | GraphWriter: detect graph viewer programs at runtime | Alp Toker | 1 | -80/+0 |
2014-05-28 | Don't hard-code ld when extracting host linker version, use ${LD} if | Joerg Sonnenberger | 1 | -1/+1 |
2014-05-24 | AArch64/ARM64: move ARM64 into AArch64's place | Tim Northover | 1 | -9/+9 |
2014-05-24 | AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64. | Tim Northover | 1 | -7/+6 |
2014-03-29 | ARM64: initial backend import | Tim Northover | 1 | -3/+6 |
2014-03-12 | Remove projects/sample. | Rafael Espindola | 1 | -1/+0 |
2014-03-10 | Add a --enable-clang-plugin-support option to configure. | Rafael Espindola | 1 | -0/+14 |
2014-03-05 | Now that we don't use libtool, we don't need to upgrade it :-) | Rafael Espindola | 1 | -35/+0 |
2014-03-05 | Update comment. | Eric Christopher | 1 | -1/+1 |
2014-03-03 | Add patch level to llvm version in CMake and Autoconf | Tom Stellard | 1 | -3/+16 |
2014-03-01 | [C++11] Replace autoconf --enable-cxx11 with --enable-cxx1y. The | Chandler Carruth | 1 | -8/+8 |
2014-02-28 | [C++11] Switch autoconf and make to use C++11 by default. Now both build | Chandler Carruth | 1 | -2/+2 |
2014-02-28 | Drop libtool from llvm. | Rafael Espindola | 6 | -14184/+11 |
2014-02-28 | With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore. | Rafael Espindola | 1 | -4/+0 |
2014-02-25 | Add aarch64 to config.guess | Renato Golin | 1 | -0/+3 |
2014-02-09 | Add version, arch, system libs, and targets to Makefile.config | NAKAMURA Takumi | 2 | -6/+23 |
2014-02-05 | Fix configure to find arc4random via header files. | Todd Fiala | 1 | -1/+4 |
2014-01-31 | Introduce line editor library. | Peter Collingbourne | 1 | -0/+18 |
2014-01-15 | Use a heavier hammer when --enable-libcpp is passed to bypass the tests | Chandler Carruth | 1 | -9/+13 |
2014-01-15 | Sink the autoconf check for sufficiently modern host toolchain below the | Chandler Carruth | 1 | -75/+77 |
2014-01-15 | Fix a bug in r199313 where I failed to restore CXXFLAGS. Doh! Not | Chandler Carruth | 1 | -0/+1 |
2014-01-15 | Add a check to configure that the libstdc++ selected by Clang isn't | Chandler Carruth | 1 | -10/+34 |
2014-01-14 | Remove the last weird subproject, 'privbracket'. | Chandler Carruth | 1 | -1/+0 |
2014-01-14 | Add checks to configure for sufficiently modern host compilers. This | Chandler Carruth | 1 | -0/+69 |
2014-01-14 | Ok, really, for the last time, llvm-gcc is dead Jim. | Chandler Carruth | 1 | -11/+0 |
2014-01-14 | llvm-gcc is dead. REALLY. IT'S DEAD JIM. | Chandler Carruth | 1 | -2/+2 |
2014-01-09 | Remove the test for endianness in configure.ac and regenerate. | Eric Christopher | 1 | -3/+0 |
2014-01-01 | Update the copyright credits -- Happy new year 2014! | NAKAMURA Takumi | 1 | -2/+2 |
2013-11-20 | Update to reflect the next release. | Bill Wendling | 1 | -2/+2 |
2013-11-11 | [autoconf] Prune "runtime" stuff in configure, corresponding to r191835. | NAKAMURA Takumi | 1 | -1/+0 |
2013-10-12 | Update so that it uses the `-V' command line option and supports Python 3.x. | Bill Wendling | 1 | -3/+4 |
2013-10-07 | Revert "Revert "Windows: Add support for unicode command lines"" | David Majnemer | 1 | -0/+1 |
2013-10-06 | Revert "Windows: Add support for unicode command lines" | David Majnemer | 1 | -1/+0 |
2013-10-06 | Windows: Add support for unicode command lines | David Majnemer | 1 | -0/+1 |
2013-09-24 | Remove error output from configure if CFLAGS is set (r174313). | Patrik Hagglund | 1 | -2/+2 |
2013-09-13 | Fix for executing AutoRegen.sh. Revert a part of r187209. | Patrik Hagglund | 1 | -0/+16 |
2013-08-30 | [conf] Add config variable to disable crash related overrides. | Daniel Dunbar | 1 | -13/+30 |
2013-08-22 | Autoconf: The Clang ARC migrator now depends on the static analyzer. | Jordan Rose | 1 | -1/+6 |
2013-08-17 | Recognize NetBSD's terminfo implementation. | Joerg Sonnenberger | 1 | -1/+1 |
2013-08-12 | Remove all checking for the various terminfo headers (term.h and | Chandler Carruth | 1 | -5/+0 |
2013-08-12 | Target a minimal terminfo library rather than necessarily a full curses | Chandler Carruth | 1 | -14/+14 |
2013-08-07 | Add support for linking against a curses library when available and | Chandler Carruth | 1 | -0/+24 |
2013-08-02 | Link with -rdynamic instead of -Wl,-export-dynamic. | Bob Wilson | 2 | -6/+7 |
2013-07-26 | Remove dead or useless header checks from cmake and autoconf | Reid Kleckner | 2 | -29/+7 |