| Commit message (Expand) | Author | Age | Files | Lines |
| * | [multilib] Add support to the autoconf build to substitute | Chandler Carruth | 2014-12-29 | 1 | -0/+5 |
| * | Require python 2.7. | Rafael Espindola | 2014-12-12 | 1 | -5/+5 |
| * | Expose LLVM version string via macro in llvm-config.h, and modify Go bindings | Peter Collingbourne | 2014-11-19 | 1 | -0/+1 |
| * | Add a check for misbehaving -Wcomment from gcc-4.7 and add | Eric Christopher | 2014-11-05 | 1 | -1/+21 |
| * | [OCaml] [autoconf] Migrate to ocamlfind. | Peter Zotov | 2014-10-30 | 1 | -16/+27 |
| * | Re-commit r220667. | Rui Ueyama | 2014-10-27 | 1 | -1/+5 |
| * | Revert "Include stddef.h before including cxxabi.h" to un-break buildbot | Rui Ueyama | 2014-10-27 | 1 | -5/+1 |
| * | Include stddef.h before including cxxabi.h | Rui Ueyama | 2014-10-27 | 1 | -1/+5 |
| * | Initial version of Go bindings. | Peter Collingbourne | 2014-10-16 | 1 | -0/+19 |
| * | Remove unused ALL_BINDINGS configuration variable. | Peter Collingbourne | 2014-10-03 | 1 | -4/+0 |
| * | Delete support for AuroraUX. | Rafael Espindola | 2014-08-14 | 1 | -7/+0 |
| * | [autoconf] Fixup s/3.5/3.6/. Clang's ident was 3.5.0svn in autoconf build. | NAKAMURA Takumi | 2014-07-29 | 1 | -1/+1 |
| * | Update LLVM version: 3.5 => 3.6 | Hans Wennborg | 2014-07-28 | 1 | -1/+1 |
| * | Drop the udis86 wrapper from llvm::sys | Alp Toker | 2014-07-17 | 1 | -19/+0 |
| * | Track clang r213171 | Alp Toker | 2014-07-16 | 1 | -20/+0 |
| * | GraphWriter: detect graph viewer programs at runtime | Alp Toker | 2014-06-02 | 1 | -80/+0 |
| * | AArch64/ARM64: move ARM64 into AArch64's place | Tim Northover | 2014-05-24 | 1 | -9/+9 |
| * | AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64. | Tim Northover | 2014-05-24 | 1 | -7/+6 |
| * | ARM64: initial backend import | Tim Northover | 2014-03-29 | 1 | -3/+6 |
| * | 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 |
| * | 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 | 1 | -9/+11 |
| * | With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore. | Rafael Espindola | 2014-02-28 | 1 | -4/+0 |
| * | Add version, arch, system libs, and targets to Makefile.config | NAKAMURA Takumi | 2014-02-09 | 1 | -6/+18 |
| * | 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 |
| * | [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 |