summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
...
* [autoconf] Fixup s/3.5/3.6/. Clang's ident was 3.5.0svn in autoconf build.NAKAMURA Takumi2014-07-291-9/+9
* Update LLVM version: 3.5 => 3.6Hans Wennborg2014-07-281-1/+1
* Regenerate autoconf, previous updates to the configury haven'tEric Christopher2014-07-281-674/+6
* Touch configure to force clang's config.h.in reconfiguration on the build ser...Alp Toker2014-06-061-1/+1
* Don't hard-code ld when extracting host linker version, use ${LD} ifJoerg Sonnenberger2014-05-281-1/+1
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-9/+9
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-8/+6
* ARM64: initial backend importTim Northover2014-03-291-5/+8
* Remove projects/sample.Rafael Espindola2014-03-121-3/+0
* Add a --enable-clang-plugin-support option to configure.Rafael Espindola2014-03-101-3/+27
* Add patch level to llvm version in CMake and AutoconfTom Stellard2014-03-031-21/+33
* [C++11] Replace autoconf --enable-cxx11 with --enable-cxx1y. TheChandler Carruth2014-03-011-11/+11
* [C++11] Switch autoconf and make to use C++11 by default. Now both buildChandler Carruth2014-02-281-2/+2
* Drop libtool from llvm.Rafael Espindola2014-02-281-3301/+56
* With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.Rafael Espindola2014-02-281-8/+3
* Add version, arch, system libs, and targets to Makefile.configNAKAMURA Takumi2014-02-091-14/+62
* Fix configure to find arc4random via header files.Todd Fiala2014-02-051-2/+88
* Introduce line editor library.Peter Collingbourne2014-01-311-1/+122
* Use a heavier hammer when --enable-libcpp is passed to bypass the testsChandler Carruth2014-01-151-7/+9
* Sink the autoconf check for sufficiently modern host toolchain below theChandler Carruth2014-01-151-260/+260
* Fix a bug in r199313 where I failed to restore CXXFLAGS. Doh! NotChandler Carruth2014-01-151-1/+2
* Add a check to configure that the libstdc++ selected by Clang isn'tChandler Carruth2014-01-151-33/+87
* Remove the last weird subproject, 'privbracket'.Chandler Carruth2014-01-141-4/+1
* Add checks to configure for sufficiently modern host compilers. ThisChandler Carruth2014-01-141-1/+332
* Ok, really, for the last time, llvm-gcc is dead Jim.Chandler Carruth2014-01-141-24/+2
* llvm-gcc is dead. REALLY. IT'S DEAD JIM.Chandler Carruth2014-01-141-4/+4
* Remove the test for endianness in configure.ac and regenerate.Eric Christopher2014-01-091-740/+457
* Update the copyright credits -- Happy new year 2014!NAKAMURA Takumi2014-01-011-3/+3
* Update to reflect the next release.Bill Wendling2013-11-201-17/+13
* [autoconf] Prune "runtime" stuff in configure, corresponding to r191835.NAKAMURA Takumi2013-11-111-6/+0
* Update so that it uses the `-V' command line option and supports Python 3.x.Bill Wendling2013-10-121-3/+4
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-0/+81
* Remove error output from configure if CFLAGS is set (r174313).Patrik Hagglund2013-09-241-2/+2
* [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-301-20/+37
* configure: Regenerate corresponding to r189026.NAKAMURA Takumi2013-08-221-1/+2
* Autoconf: The Clang ARC migrator now depends on the static analyzer.Jordan Rose2013-08-221-2/+8
* Recognize NetBSD's terminfo implementation.Joerg Sonnenberger2013-08-171-1/+1
* Remove all checking for the various terminfo headers (term.h andChandler Carruth2013-08-121-177/+0
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-121-27/+28
* Add support for linking against a curses library when available andChandler Carruth2013-08-071-1/+299
* Regenerate with changes for -rdynamic.Bob Wilson2013-08-021-4/+4
* Regenerate.Eric Christopher2013-07-261-632/+6
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-8/+2
* No ',' between programs.Eric Christopher2013-07-081-1/+1
* Find xdot or xdot.py.Matt Arsenault2013-07-081-18/+23
* Reapply r185601 with a fix for the cmake build.Eric Christopher2013-07-041-1/+112
* Temporarily revert 185601 as it caused cmake build regressions.Eric Christopher2013-07-041-112/+1
* Add support for futimens for platforms that don't support futimes.Eric Christopher2013-07-041-1/+112
* The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.Sylvestre Ledru2013-07-011-2/+9
* Add an autoconf option for turning on -gsplit-dwarf by defaultEric Christopher2013-06-251-4/+26