summaryrefslogtreecommitdiff
path: root/autoconf
Commit message (Expand)AuthorAge
* Merge branch 'release_33' of git://github.com/llvm-mirror/llvm into embtk-sup...Abdoulaye Walsimou Gaye2013-06-12
|\
| * Remove 'svn' from version.Bill Wendling2013-05-20
* | [Embtk] autoconf: fix build error when no hash-style configuredAbdoulaye Walsimou Gaye2013-05-12
* | [Embtk]: Give ability to specify default target ABI at configure timeAbdoulaye Walsimou Gaye2013-05-10
* | [Embtk] Give ability to specify default linker hash-style at configure timeAbdoulaye Walsimou Gaye2013-05-10
* | [Embtk] give ability to specify default FPU to use at configure timeAbdoulaye Walsimou Gaye2013-05-10
* | [Embtk] Give ability to specify default float abi to use at configure timeAbdoulaye Walsimou Gaye2013-05-10
* | [Embtk] Give ability to specify default -mcpuAbdoulaye Walsimou Gaye2013-05-10
|/
* [SystemZ] Add to --enable-targets=allUlrich Weigand2013-05-06
* [SystemZ] Add configure bitsUlrich Weigand2013-05-06
* Allow host triple to be correctly overridden in CMake buildsTim Northover2013-05-04
* Autoconf: Compile cxxabi.h in C++ mode.Benjamin Kramer2013-05-03
* Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger2013-04-27
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-23
* Add AArch64 into $llvm_cv_target_arch in configure, reviewed by Tim Northover...Jia Liu2013-04-22
* Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger2013-03-25
* Turn anonymous type in anonymous union warning back on after cleaning upEric Christopher2013-03-15
* configure: remove workaround for gcc's -Wno-maybe-uninitializedDmitri Gribenko2013-02-13
* configure: when performing a compiler feature test for a -Wno-foo flag, attemptRichard Smith2013-02-08
* Conditionalize constant folding of math intrinsics on the availability of an ...Owen Anderson2013-02-07
* Enable AArch64 as a target built by default.Tim Northover2013-02-04
* Pass CPPFLAGS/CFLAGS/CXXFLAGS from the environment of configure toPatrik Hagglund2013-02-04
* Recognize aarch64 for --enable-targets as advertised.Joerg Sonnenberger2013-02-03
* Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warningRichard Smith2013-01-31
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* build: add --with-python optionSaleem Abdulrasool2013-01-30
* [autoconf]: Fix description in HAVE_CRASHREPORTER_INFO.NAKAMURA Takumi2013-01-30
* [autoconf] Fix m4 quoting for newer autotoolsNAKAMURA Takumi2013-01-30
* [autoconf] Fix 80+ and quoting.NAKAMURA Takumi2013-01-30
* Disable Uninitialized Use Warnings for Broken gcc VersionsDavid Greene2013-01-15
* Disable -Wuninitialized for gccDavid Greene2013-01-09
* Configure: if we compile with clang, check that it is not brokenDmitri Gribenko2013-01-09
* Fix a stray 'dnl' that my editor line-wrapped into this comment. ThanksChandler Carruth2013-01-05
* Finally, fix the autoconf setup to allow for a missing clock_gettime;Chandler Carruth2013-01-05
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-04
* Update the configure scripts as well as the makefiles for the move fromChandler Carruth2013-01-02
* Update the copyright coredits -- Happy new year 2013!NAKAMURA Takumi2013-01-01
* Fix quoting in configure. Patch by Krzysztof Parzyszek!Benjamin Kramer2012-12-26
* AutoRegen.sh: update reference to documentationDmitri Gribenko2012-12-24
* Add options to disable building of ARCMT, Rewriter and Static AnalyzerRoman Divacky2012-12-13
* Fix a pasto.Eric Christopher2012-11-19
* Kick off 3.3 cycle for LLVM trunk.Benjamin Kramer2012-11-17
* Remove the CellSPU port.Eric Christopher2012-11-14
* Add mips64-* and mips64el-* triples to configure scriptsSimon Atanasyan2012-10-29
* Re-enable support for --program-prefix.Jordan Rose2012-10-01
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-28
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Revert "Add --program-prefix support to build"Jordan Rose2012-09-26
* Add --program-prefix support to buildSebastian Pop2012-09-25