• Home
  • History
  • Annotate
  • only in /external/llvm/projects/sample/autoconf/
History log of /external/llvm/projects/sample/autoconf/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c8e41c591741b3da1077f7000274ad040bef8002 23-Jul-2012 Sylvestre Ledru <sylvestre@debian.org> Fix a typo (the the => the)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160621 91177308-0d34-0410-b5e6-96231b3b80d8
4/func_isinf.m4
4/huge_val.m4
4/rand48.m4
38cda13c058a32ff4e84dd44ebd5b5f0e25b948e 16-Jul-2012 Tom Stellard <thomas.stellard@amd.com> Revert "Build script changes for R600/SI Codegen v6"

This reverts commit e3013202259ed1e006c21817c63cf25d75982721.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160301 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
a93c8a89c148a92a4234e0dcc76231b13bebc4e7 16-Jul-2012 Tom Stellard <thomas.stellard@amd.com> Build script changes for R600/SI Codegen v6

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160272 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
0fad48fd868ec093890e75e4d4128ae4d571c7b7 18-Jun-2012 Simon Atanasyan <satanasyan@mips.com> Add mipsel-* to the list of targets recognized by configure script.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158670 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
42a0b48dd3773574f648c19b4d9abafb6b4a4f16 24-May-2012 Justin Holewinski <jholewinski@nvidia.com> Remove the PTX back-end and all of its artifacts (triple, etc.)

This back-end was deprecated in favor of the NVPTX back-end.

NV_CONTRIB

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157417 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
0017180e70edb1461e06a4aeafd95d760a539e69 05-May-2012 Benjamin Kramer <benny.kra@googlemail.com> Update all outdated autoconf files in the sample project.

We might just use symlinks here, but I'm afraid of possible portability issues.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156235 91177308-0d34-0410-b5e6-96231b3b80d8
onfig.guess
4/config_makefile.m4
4/huge_val.m4
4/link_options.m4
4/visibility_inlines_hidden.m4
49683f3c961379fbc088871a5d6304950f1f1cbc 04-May-2012 Justin Holewinski <jholewinski@nvidia.com> This patch adds a new NVPTX back-end to LLVM which supports code generation for NVIDIA PTX 3.0. This back-end will (eventually) replace the current PTX back-end, while maintaining compatibility with it.

The new target machines are:

nvptx (old ptx32) => 32-bit PTX
nvptx64 (old ptx64) => 64-bit PTX

The sources are based on the internal NVIDIA NVPTX back-end, and
contain more functionality than the current PTX back-end currently
provides.

NV_CONTRIB

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156196 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
c84f975e6fa65049ecd3268f830218e791893efd 27-Apr-2012 Evgeniy Stepanov <eugeni.stepanov@gmail.com> Update config.sub in the sample project.

This change replaces projects/sample/autoconf/config.sub with a copy of
autoconf/config.sub.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155703 91177308-0d34-0410-b5e6-96231b3b80d8
onfig.sub
703bf84d324718b6af0a8818b4515193b2a71020 05-Apr-2012 Sylvestre Ledru <sylvestre@debian.org> Fix a problem in the target detection for Debian GNU/HURD



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154117 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
1d7e8c6148a4356c16745f6496c38c737bd37c02 05-Apr-2012 Sylvestre Ledru <sylvestre@debian.org> Fix a problem in the target detection for Debian GNU/kFreeBSD



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154114 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
c4b2271d4aa5c98417d6582b4f0b69fbe5e61cb9 26-Mar-2012 Eric Christopher <echristo@apple.com> Add InitializeNativeTargetDisassembler function.

Patch by Ojab.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153476 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
b2bc6e4ad6a15fd93bc256f26bcb2a05c052fb25 26-Mar-2012 Eric Christopher <echristo@apple.com> Add some fixes to the configure script for isInf and add
--enable-libcpp to projects/sample.

Patch by Dmitri Shubin with additional fixes by me.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153425 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
4/func_isinf.m4
4/huge_val.m4
a443e5b1f1013612950fc3c9ebfafca60a1c20df 23-Mar-2012 Eric Christopher <echristo@apple.com> Remove the C backend.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153307 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
8c3d2580cbd52a91e85a27cc96301cbd5c281cee 07-Mar-2012 Benjamin Kramer <benny.kra@googlemail.com> configure: Don't require a perl interpreter to be present, LLVM's buildsystem doesn't depend on perl anymore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152234 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
4/path_perl.m4
9993a3aebb27c5cac55429a23af2d2a0f129cb95 29-Feb-2012 Rafael Espindola <rafael.espindola@gmail.com> Enable -Wcovered-switch-default again, but add -Werror to the checks to make
sure we don't use it with compilers that don't support it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151665 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
4/cxx_flag_check.m4
3c2e5f2140ade86ff353b27b37137d493f487558 28-Feb-2012 Chandler Carruth <chandlerc@gmail.com> Temporarily revert r151609, which enabled a new warning for LLVM and
Clang builds. The detection logic for compilers that support the warning
isn't working. Rafael is going to investigate it, but didn't want people
to have to wade through build spam until then.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151649 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
33177f591a46e2a476fe8ab49f7055532b48fd40 28-Feb-2012 Rafael Espindola <rafael.espindola@gmail.com> Enable -Wcovered-switch-default as it matches the switch style used in llvm.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151609 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
1aee22e0720932a82dd3bf3fc8be804fff6bb89a 03-Feb-2012 Rafael Espindola <rafael.espindola@gmail.com> Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain
that just uses the new toolchain probing logic. This fixes linking with -m32 on
64 bit systems (the /32 dir was not being added to the search).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149651 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
6e9b5eb51bb623995c90295d265a7682277653a1 05-Jan-2012 Sebastian Pop <spop@codeaurora.org> revert r147542 after comments from Joerg Sonnenberger

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147608 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
8a86887ba3dcf59ddfd1d26bd2af1ac9c6bed76a 04-Jan-2012 Sebastian Pop <spop@codeaurora.org> use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT

Get back getHostTriple.

For JIT compilation, use the host triple instead of the default
target: this fixes some JIT testcases that used to fail when the
compiler has been configured as a cross compiler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147542 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
b4b54153ad760c69a00a08531abef4ed434a5092 12-Dec-2011 Tony Linthicum <tlinth@codeaurora.org> Hexagon backend support

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146412 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
de2e0b5e6d5aa7eccf62df17b86c31b39732bf86 01-Nov-2011 Sebastian Pop <spop@codeaurora.org> rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143501 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
c4cbf4a6a42a066b6232b44c6931452f8fc00857 01-Nov-2011 Sebastian Pop <spop@codeaurora.org> derive LLVM_HOSTTRIPLE from target



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143500 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
33ba8b0e96acde0d8ab1ffc565a5ef4c8b6b6ac2 28-Oct-2011 Dan Gohman <gohman@apple.com> Remove the Alpha backend.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143164 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
360fa9a29d65b6c9b69fb2ba9712d69098cfca13 26-Oct-2011 Eric Christopher <echristo@apple.com> Handle newer cases for freebsd which is approaching 10.0 and not 1.0.

Patch by Dimitry Andric!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142995 91177308-0d34-0410-b5e6-96231b3b80d8
tmain.sh
4/libtool.m4
3e6157de576e349d33a9b08d103405b3a8fb9159 25-Oct-2011 Dan Gohman <gohman@apple.com> Remove the Blackfin backend.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142880 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
29074ccf6cb00a3cbe32a3b7809d970ecaf8c9bf 25-Oct-2011 Dan Gohman <gohman@apple.com> Remove the SystemZ backend.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142878 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
2532fa21a963edf53183357edfc79a9361b44435 19-Oct-2011 Daniel Dunbar <daniel@zuster.org> projects/sample: Import adapted form of current LLVM autoconf/Makefile setup so that projects/sample is standalone and not tied to the LLVM build setup.
- This currently just moves over all of the behavior from LLVM. Eventually all of the configure checks that are directly needed by the LLVM build setup should probably go away, and the project should manage their own configuration checks if necessary.

- This is the 1st half of this work, the actual Makefile.common hasn't moved over yet. I've tried to stage this in such a way that incremental builds will properly reconfigure for most active developers (the Makefiles don't handle reconfiguring in a perfectly reliable way, and I haven't found an easy way to make them do so).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142456 91177308-0d34-0410-b5e6-96231b3b80d8
utoRegen.sh
xportMap.map
onfigure.ac
nstall-sh
tmain.sh
4/build_exeext.m4
4/c_printf_a.m4
4/check_gnu_make.m4
4/config_makefile.m4
4/config_project.m4
4/cxx_flag_check.m4
4/find_std_program.m4
4/func_isinf.m4
4/func_isnan.m4
4/func_mmap_file.m4
4/header_mmap_anonymous.m4
4/huge_val.m4
4/libtool.m4
4/link_options.m4
4/linux_mixed_64_32.m4
4/ltdl.m4
4/need_dev_zero_for_mmap.m4
4/path_perl.m4
4/path_tclsh.m4
4/rand48.m4
4/sanity_check.m4
4/single_cxx_check.m4
4/visibility_inlines_hidden.m4
kinstalldirs
7a2bdde0a0eebcd2125055e0eacaca040f0b766c 15-Apr-2011 Chris Lattner <sabre@nondot.org> Fix a ton of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129558 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
1fbf5a492e73549ff546ec34497fc1c185755af6 12-Dec-2010 Peter Collingbourne <peter@pcc.me.uk> Fix paths; AutoRegen.sh changes its current working directory to be the
autoconf directory, but these paths need to be relative to the main
source directory. Patch originally by Dan Gohman, r67655.

Also, cause configure.ac to find absolute paths to LLVM source and
object trees. Together, fixes PR1220.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121645 91177308-0d34-0410-b5e6-96231b3b80d8
utoRegen.sh
onfigure.ac
1f1092920ad1e1871ed97d43341f53cc4a9f86f8 25-Jan-2010 Eric Christopher <echristo@apple.com> Fix autoconf llvm srcdir location for generic projects.

Patch by Torvald Riegel!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94405 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
324f608a4553e43eaef7c7f04656fa1f4ef85ae4 25-Mar-2009 Dan Gohman <gohman@apple.com> Revert r67655 and r67656, as they are breaking the build. I'm
not going to persue this further at this time.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67666 91177308-0d34-0410-b5e6-96231b3b80d8
utoRegen.sh
onfigure.ac
497e863c7415aee5c7035c2fd5c83d2f0b7ccfdb 25-Mar-2009 Dan Gohman <gohman@apple.com> Fix paths; AutoRegen.sh changes its current working directory to be the
autoconf directory, but these paths need to be relative to the main
source directory.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67655 91177308-0d34-0410-b5e6-96231b3b80d8
utoRegen.sh
onfigure.ac
c9ebae3389f79f857798ddc888b12f349f7f9e82 25-Mar-2009 Dan Gohman <gohman@apple.com> Update for autoconf 2.6x;


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67654 91177308-0d34-0410-b5e6-96231b3b80d8
utoRegen.sh
9f16bcb59f72b95398ff8990a55e8a2f8d5b4bfc 24-Mar-2009 Dan Gohman <gohman@apple.com> Fix bash-isms.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67647 91177308-0d34-0410-b5e6-96231b3b80d8
utoRegen.sh
e644ef7b098460ce831220c780cbe25eaef3fb28 29-Jun-2007 John Criswell <criswell@uiuc.edu> Convert .cvsignore files

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37801 91177308-0d34-0410-b5e6-96231b3b80d8
cvsignore
30ea4787ea98754898ba321295e3deb23514caa4 18-Apr-2006 Reid Spencer <rspencer@reidspencer.com> Have the AutoRegen.sh script prompt the user for the LLVM src and obj
directories if it can't find them. Then, replace those values into the
configure.ac script and pass them to the LLVM_CONFIG_PROJECT so that the
values become the default for llvm_src and llvm_obj variables. In this way
the user is required to input this exactly once, and the scripts take it
from there.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27798 91177308-0d34-0410-b5e6-96231b3b80d8
utoRegen.sh
onfigure.ac
bcb178fbe63d96e73b6d950d2913b61bcb548cc5 24-Feb-2005 Reid Spencer <rspencer@reidspencer.com> Remove auxilliary files that are now picked up from llvm/autoconf. This
avoids version conflict problems with ltmain.sh (libtool), mkinstalldirs
and install-sh. This prevents projects from becoming stale when the LLVM
build system is upgraded or modified.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20311 91177308-0d34-0410-b5e6-96231b3b80d8
nstall-sh
tmain.sh
kinstalldirs
1a87ddc03bc77dc9f9bff297bdbf90dbf959f77f 24-Feb-2005 Reid Spencer <rspencer@reidspencer.com> * Move all the "standard" configuration stuff to the start of the file
* Make the auxilliary directory be llvm/autoconf not the project's
* Use the LLVM_CONFIG_PROJECT macro to get the --with-llvm{src,obj} args


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20310 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
b2da6507b0979892dfe63a87b7f20d8c5a68362f 24-Feb-2005 Reid Spencer <rspencer@reidspencer.com> Don't put generated files into CVS.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20309 91177308-0d34-0410-b5e6-96231b3b80d8
clocal.m4
f20856db3508126ebe921957fef121e0c41fe74d 24-Feb-2005 Reid Spencer <rspencer@reidspencer.com> * Fix an output message
* Make aclocal look in LLVM's autoconf/m4 directory for macros
* Don't force generation of missing files


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20307 91177308-0d34-0410-b5e6-96231b3b80d8
utoRegen.sh
33a12184ba2752465db835994088fe697245069b 05-Jan-2005 Reid Spencer <rspencer@reidspencer.com> Ignore autoconf/aclocal generated stuff.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19292 91177308-0d34-0410-b5e6-96231b3b80d8
cvsignore
38fd88a820154f3d3229e4b42c58e9938e9161e5 05-Jan-2005 Reid Spencer <rspencer@reidspencer.com> Cleanup configuration for Cygwin


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19284 91177308-0d34-0410-b5e6-96231b3b80d8
utoRegen.sh
clocal.m4
onfigure.ac
9964cd8e9a3c54a285cb04b68ad0d6dd0f1d6fb9 01-Jan-2005 Reid Spencer <rspencer@reidspencer.com> Update to autoconf 2.59 standards.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19207 91177308-0d34-0410-b5e6-96231b3b80d8
onfigure.ac
0e077f7251e1fbbb0c457668eaf62b7b598678c2 17-Oct-2003 John Criswell <criswell@uiuc.edu> Adding license information for the sample project.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9209 91177308-0d34-0410-b5e6-96231b3b80d8
ICENSE.TXT
607b1ea2410fadfec25826ff1bbbbaebe38ec55a 16-Oct-2003 John Criswell <criswell@uiuc.edu> Adding autoconf support for the sample project.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9148 91177308-0d34-0410-b5e6-96231b3b80d8
clocal.m4
onfig.guess
onfig.sub
onfigure.ac
nstall-sh
tmain.sh
kinstalldirs