History log of /external/llvm/projects/sample/configure
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
48381e5d20cd61160380233e59efdc1822c7e7f4 31-Jan-2012 Rafael Espindola <rafael.espindola@gmail.com> Regenerate configure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149391 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
bf79f919417f450245c284db19125e76c969a84e 19-Oct-2011 Daniel Dunbar <daniel@zuster.org> Regenerate projects/sample/configure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142457 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/sample/configure
2bf4b54a800c2dd44c0a5939fe629ea120bee2ad 12-Dec-2010 Peter Collingbourne <peter@pcc.me.uk> Regen configure

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121646 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/sample/configure
15c4bb926f3566ca9d75952f19b2aa87e774b12b 23-Feb-2010 Wesley Peck <peckw@wesleypeck.com> Testing subversion commit access


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96948 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/sample/configure
6493798d831e3255faafc81de4ec598c06e4cdca 28-Aug-2009 Torok Edwin <edwintorok@gmail.com> install-sh chmods to 0755 by default, and this causes 'git diff' to show
that all the Makefiles changed mode.
Fix this by tellint install-sh to chmod
only to 0644, these are not executable files after all!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80371 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
d02a281aa5a47db9174c88c86a167907b4995d2b 25-Mar-2009 Dan Gohman <gohman@apple.com> Regenerate configure.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67656 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/sample/configure
421ec0554d268a3e64eac467a0dcf8841a6683df 24-Feb-2005 Reid Spencer <rspencer@reidspencer.com> Update to reflect various changes in the autoconf directory. THe
recommended configuration of projects is now much simplified and depends
on LLVM file presence rather than local project file presence.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20312 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/sample/configure
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
/external/llvm/projects/sample/configure
451f67f951ed96abd5e074301fb459ec30daa3f4 16-Oct-2003 John Criswell <criswell@uiuc.edu> Adding autoconf support to the sample project.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9150 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/projects/sample/configure