aboutsummaryrefslogtreecommitdiffstats
path: root/projects/sample/configure
Commit message (Expand)AuthorAgeFilesLines
* Few more small CellSPU removals.Eric Christopher2012-11-141-4/+2
* Add --enable-werror and --enable-cxx11 to projects/sample/Craig Topper2012-11-121-3/+47
* 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-5/+3
* Build script changes for R600/SI Codegen v6Tom Stellard2012-07-161-3/+5
* Add mipsel-* to the list of targets recognized by configure script.Simon Atanasyan2012-06-181-1/+2
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-241-9/+3
* Update all outdated autoconf files in the sample project.Benjamin Kramer2012-05-051-15/+15
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-3/+9
* 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-1/+11
* Add some fixes to the configure script for isInf and addEric Christopher2012-03-261-5/+27
* Remove the C backend.Eric Christopher2012-03-231-32/+3
* configure: Don't require a perl interpreter to be present, LLVM's buildsystem...Benjamin Kramer2012-03-071-73/+2
* Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola2012-02-281-6/+10
* Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth2012-02-281-8/+4
* Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola2012-02-281-4/+8
* Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola2012-02-031-53/+9
* Regenerate configure.Rafael Espindola2012-01-311-4/+4
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-051-9/+4
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-041-4/+9
* Hexagon backend supportTony Linthicum2011-12-121-4/+8
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-011-1/+1
* derive LLVM_HOSTTRIPLE from targetSebastian Pop2011-11-011-1/+1
* Remove the Alpha backend.Dan Gohman2011-10-271-7/+2
* Remove the Blackfin backend.Dan Gohman2011-10-251-7/+2
* Remove the SystemZ backend.Dan Gohman2011-10-241-7/+2
* Regenerate projects/sample/configure.Daniel Dunbar2011-10-181-24/+19725
* Regen configurePeter Collingbourne2010-12-121-1003/+1360
* Testing subversion commit accessWesley Peck2010-02-231-0/+1
* install-sh chmods to 0755 by default, and this causes 'git diff' to showTorok Edwin2009-08-281-5/+5
* Revert r67655 and r67656, as they are breaking the build. I'mDan Gohman2009-03-251-1386/+1004
* Regenerate configure.Dan Gohman2009-03-241-1004/+1386
* Update to reflect various changes in the autoconf directory. THeReid Spencer2005-02-241-34/+38
* Update to autoconf 2.59 standards.Reid Spencer2005-01-011-111/+237
* Adding autoconf support to the sample project.John Criswell2003-10-161-0/+2234