summaryrefslogtreecommitdiffstats
path: root/llvm/projects/sample/autoconf/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Remove projects/sample.Rafael Espindola2014-03-121-1538/+0
* Drop libtool from llvm.Rafael Espindola2014-02-281-6/+0
* With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.Rafael Espindola2014-02-281-4/+0
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-0/+1
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-1/+0
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-0/+1
* Port the detection of zlib from the main autoconf system to the sampleChandler Carruth2013-08-181-0/+27
* Add support for linking librt and using clock_gettime to the sampleChandler Carruth2013-08-181-0/+5
* Update the sample project autoconf setup to include support forChandler Carruth2013-08-181-0/+19
* Link with -rdynamic instead of -Wl,-export-dynamic.Bob Wilson2013-08-021-2/+2
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-5/+1
* Don't define LLVM_LIBDIR, it is not used anymore.Rafael Espindola2013-06-111-5/+1
* sync projects/sample's autohell.Rafael Espindola2013-05-221-6/+10
* [SystemZ] Add to --enable-targets=allUlrich Weigand2013-05-061-1/+1
* [SystemZ] Add configure bitsUlrich Weigand2013-05-061-1/+5
* remove cbe backend from sample configureJia Liu2013-04-241-1/+1
* Add AArch64 as an experimental target.Tim Northover2013-01-311-1/+5
* Few more small CellSPU removals.Eric Christopher2012-11-141-3/+1
* Add --enable-werror and --enable-cxx11 to projects/sample/Craig Topper2012-11-121-0/+22
* Add mips64-* and mips64el-* triples to configure scriptsSimon Atanasyan2012-10-291-2/+2
* Revert "Build script changes for R600/SI Codegen v6"Tom Stellard2012-07-161-3/+2
* Build script changes for R600/SI Codegen v6Tom Stellard2012-07-161-2/+3
* Add mipsel-* to the list of targets recognized by configure script.Simon Atanasyan2012-06-181-0/+1
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-241-6/+2
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-2/+6
* Fix a problem in the target detection for Debian GNU/HURDSylvestre Ledru2012-04-051-0/+7
* Fix a problem in the target detection for Debian GNU/kFreeBSDSylvestre Ledru2012-04-051-2/+2
* Add InitializeNativeTargetDisassembler function.Eric Christopher2012-03-261-0/+7
* Add some fixes to the configure script for isInf and addEric Christopher2012-03-261-0/+12
* Remove the C backend.Eric Christopher2012-03-231-17/+1
* configure: Don't require a perl interpreter to be present, LLVM's buildsystem...Benjamin Kramer2012-03-071-10/+0
* Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola2012-02-281-1/+2
* Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth2012-02-281-2/+1
* Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola2012-02-281-1/+2
* Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola2012-02-031-26/+8
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-051-2/+0
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-041-0/+2
* Hexagon backend supportTony Linthicum2011-12-121-2/+6
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-011-2/+2
* derive LLVM_HOSTTRIPLE from targetSebastian Pop2011-11-011-1/+1
* Remove the Alpha backend.Dan Gohman2011-10-271-6/+2
* Remove the Blackfin backend.Dan Gohman2011-10-251-6/+2
* Remove the SystemZ backend.Dan Gohman2011-10-241-6/+2
* projects/sample: Import adapted form of current LLVM autoconf/Makefile setup ...Daniel Dunbar2011-10-181-36/+1459
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Fix paths; AutoRegen.sh changes its current working directory to be thePeter Collingbourne2010-12-121-3/+7
* Fix autoconf llvm srcdir location for generic projects.Eric Christopher2010-01-251-3/+4
* Revert r67655 and r67656, as they are breaking the build. I'mDan Gohman2009-03-251-2/+2
* Fix paths; AutoRegen.sh changes its current working directory to be theDan Gohman2009-03-241-2/+2
* Have the AutoRegen.sh script prompt the user for the LLVM src and objReid Spencer2006-04-181-2/+5
OpenPOWER on IntegriCloud