summaryrefslogtreecommitdiff
path: root/projects/sample/autoconf
Commit message (Expand)AuthorAge
* Add mips64-* and mips64el-* triples to configure scriptsSimon Atanasyan2012-10-29
* 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
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* Revert "Build script changes for R600/SI Codegen v6"Tom Stellard2012-07-16
* Build script changes for R600/SI Codegen v6Tom Stellard2012-07-16
* Add mipsel-* to the list of targets recognized by configure script.Simon Atanasyan2012-06-18
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-24
* Update all outdated autoconf files in the sample project.Benjamin Kramer2012-05-05
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-04
* Update config.sub in the sample project.Evgeniy Stepanov2012-04-27
* Fix a problem in the target detection for Debian GNU/HURDSylvestre Ledru2012-04-05
* Fix a problem in the target detection for Debian GNU/kFreeBSDSylvestre Ledru2012-04-05
* Add InitializeNativeTargetDisassembler function.Eric Christopher2012-03-26
* Add some fixes to the configure script for isInf and addEric Christopher2012-03-26
* Remove the C backend.Eric Christopher2012-03-23
* configure: Don't require a perl interpreter to be present, LLVM's buildsystem...Benjamin Kramer2012-03-07
* Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola2012-02-28
* Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth2012-02-28
* Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola2012-02-28
* Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola2012-02-03
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-05
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-04
* Hexagon backend supportTony Linthicum2011-12-12
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-01
* derive LLVM_HOSTTRIPLE from targetSebastian Pop2011-11-01
* Remove the Alpha backend.Dan Gohman2011-10-27
* Handle newer cases for freebsd which is approaching 10.0 and not 1.0.Eric Christopher2011-10-26
* Remove the Blackfin backend.Dan Gohman2011-10-25
* Remove the SystemZ backend.Dan Gohman2011-10-24
* projects/sample: Import adapted form of current LLVM autoconf/Makefile setup ...Daniel Dunbar2011-10-18
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Fix paths; AutoRegen.sh changes its current working directory to be thePeter Collingbourne2010-12-12
* Fix autoconf llvm srcdir location for generic projects.Eric Christopher2010-01-25
* Revert r67655 and r67656, as they are breaking the build. I'mDan Gohman2009-03-25
* Fix paths; AutoRegen.sh changes its current working directory to be theDan Gohman2009-03-24
* Update for autoconf 2.6x;Dan Gohman2009-03-24
* Fix bash-isms.Dan Gohman2009-03-24
* Convert .cvsignore filesJohn Criswell2007-06-29
* Have the AutoRegen.sh script prompt the user for the LLVM src and objReid Spencer2006-04-18
* Remove auxilliary files that are now picked up from llvm/autoconf. ThisReid Spencer2005-02-24
* * Move all the "standard" configuration stuff to the start of the fileReid Spencer2005-02-24
* Don't put generated files into CVS.Reid Spencer2005-02-24
* * Fix an output messageReid Spencer2005-02-24
* Ignore autoconf/aclocal generated stuff.Reid Spencer2005-01-05
* Cleanup configuration for CygwinReid Spencer2005-01-05
* Update to autoconf 2.59 standards.Reid Spencer2005-01-01
* Adding license information for the sample project.John Criswell2003-10-17
* Adding autoconf support for the sample project.John Criswell2003-10-16