index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
projects
/
sample
/
configure
Age
Commit message (
Expand
)
Author
2013-05-06
[SystemZ] Add to --enable-targets=all
Ulrich Weigand
2013-05-06
[SystemZ] Add configure bits
Ulrich Weigand
2013-04-24
remove cbe backend from sample configure
Jia Liu
2013-01-31
Add AArch64 as an experimental target.
Tim Northover
2012-11-14
Few more small CellSPU removals.
Eric Christopher
2012-11-12
Add --enable-werror and --enable-cxx11 to projects/sample/
Craig Topper
2012-10-29
Add mips64-* and mips64el-* triples to configure scripts
Simon Atanasyan
2012-07-16
Revert "Build script changes for R600/SI Codegen v6"
Tom Stellard
2012-07-16
Build script changes for R600/SI Codegen v6
Tom Stellard
2012-06-18
Add mipsel-* to the list of targets recognized by configure script.
Simon Atanasyan
2012-05-24
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
2012-05-05
Update all outdated autoconf files in the sample project.
Benjamin Kramer
2012-05-04
This patch adds a new NVPTX back-end to LLVM which supports code generation f...
Justin Holewinski
2012-04-05
Fix a problem in the target detection for Debian GNU/HURD
Sylvestre Ledru
2012-04-05
Fix a problem in the target detection for Debian GNU/kFreeBSD
Sylvestre Ledru
2012-03-26
Add InitializeNativeTargetDisassembler function.
Eric Christopher
2012-03-26
Add some fixes to the configure script for isInf and add
Eric Christopher
2012-03-23
Remove the C backend.
Eric Christopher
2012-03-07
configure: Don't require a perl interpreter to be present, LLVM's buildsystem...
Benjamin Kramer
2012-02-28
Enable -Wcovered-switch-default again, but add -Werror to the checks to make
Rafael Espindola
2012-02-28
Temporarily revert r151609, which enabled a new warning for LLVM and
Chandler Carruth
2012-02-28
Enable -Wcovered-switch-default as it matches the switch style used in llvm.
Rafael Espindola
2012-02-03
Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...
Rafael Espindola
2012-01-31
Regenerate configure.
Rafael Espindola
2012-01-05
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-04
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Sebastian Pop
2011-12-12
Hexagon backend support
Tony Linthicum
2011-11-01
rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
Sebastian Pop
2011-11-01
derive LLVM_HOSTTRIPLE from target
Sebastian Pop
2011-10-27
Remove the Alpha backend.
Dan Gohman
2011-10-25
Remove the Blackfin backend.
Dan Gohman
2011-10-24
Remove the SystemZ backend.
Dan Gohman
2011-10-18
Regenerate projects/sample/configure.
Daniel Dunbar
2010-12-12
Regen configure
Peter Collingbourne
2010-02-23
Testing subversion commit access
Wesley Peck
2009-08-28
install-sh chmods to 0755 by default, and this causes 'git diff' to show
Torok Edwin
2009-03-25
Revert r67655 and r67656, as they are breaking the build. I'm
Dan Gohman
2009-03-24
Regenerate configure.
Dan Gohman
2005-02-24
Update to reflect various changes in the autoconf directory. THe
Reid Spencer
2005-01-01
Update to autoconf 2.59 standards.
Reid Spencer
2003-10-16
Adding autoconf support to the sample project.
John Criswell