History log of /external/llvm/test/Makefile.tests
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1a9e24844fc8e9f147d0722c7384523e843bd5bb 25-Jul-2013 Rafael Espindola <rafael.espindola@gmail.com> Remove dead code from the makefile build system.

Back in r140220 we removed the autoconf code that would set LLVMCC_OPTION
since it was only used by the test-suite. This patch now removes code
that would only be used if LLVMCC_OPTION was set.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187154 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
7e87373e91afe6a9ed1ead63d9d02448f02213d3 12-Apr-2013 Nico Rieck <nico.rieck@gmail.com> Remove obsolete object file dumpers

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179362 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
7cfbe2576d98e6ca6d65a05514d1477233543c42 23-Feb-2010 Daniel Dunbar <daniel@zuster.org> Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX}

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96936 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
a3f173237d6bff072600b63a34f3fd7e280a624c 23-Feb-2010 Daniel Dunbar <daniel@zuster.org> Inline and eliminate LLVMG{CC,XX}WITHPATH.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96913 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
fea1dd08044c85fb2f74b409704bb742dc817846 25-Aug-2009 Dan Gohman <gohman@apple.com> Remove obsolete -f flags.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79992 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
a9f7bc8812d4f310923e9889f09eacc80079d5fe 21-Apr-2007 Reid Spencer <rspencer@reidspencer.com> Failure.sh is dead, remove it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36316 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
18c57290331c2c93041cdfab8ed36ad84ef029b4 18-Feb-2005 Reid Spencer <rspencer@reidspencer.com> Quote the value of the PATH variable so that Cygwin and Windows can have
spaces in path names and not confuse the shell.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20241 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
6a901ecb6f912f54196c29a8e1757ed598faea53 24-Dec-2004 Reid Spencer <rspencer@reidspencer.com> Make sure LLVMGCCWITHPATH is used instead of just LLVMGCC so that the
CFE tools can find the correct LLVM tools to invoke.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19128 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
0b441227e29e7e9deaf9cd21f3bcd689482178c4 21-Jul-2004 Brian Gaeke <gaeke@uiuc.edu> Move LLVM tool definitions to Makefile.rules


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15049 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
b0266b653694a99769f8f37be9ca26555f9ad8a8 22-Jun-2004 Chris Lattner <sabre@nondot.org> test/Libraries have been long gone for a long time now. Since noone noticed
tehse were broken, just nuke them.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14310 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
396d96bd272a8d335345685bf063a127bbac2936 01-Jun-2004 Chris Lattner <sabre@nondot.org> Make tool names end with .exe on windows. This isn't needed to run the
tools, but is required for rules that depend on the executables, e.g.:

a: b $(LLVMAS)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13926 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
f62949677606425ecfc906dc97a0f9765b5999d8 10-Feb-2004 Chris Lattner <sabre@nondot.org> Right, define the LPROF variable


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11273 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
1119d7d39442595d2609bfdcfa4cce76a47f4ed0 16-Jan-2004 John Criswell <criswell@uiuc.edu> Remove the use of LLVMGCCARCH. Instead, query the compiler for the
location of libgcc.a; that will tell us the name of the directory to find
the libraries that we're looking for.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10903 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
048a1d8db737c32dbbb9396863eb94d9f7f0a8c4 13-Jan-2004 Brian Gaeke <gaeke@uiuc.edu> You know you like Makefiles with fewer variables. Next up on the victim list
is TOOLS, which is how you say LLVMTOOLCURRENT in Oldspeak.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10832 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
a5b567516fffe0a850f5b08eaf4cd940d32ebea0 13-Jan-2004 Brian Gaeke <gaeke@uiuc.edu> Get rid of dead defns of LCC, LCXX, LAS, as per FIXME.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10829 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
844c546acf65b4d2021f24cc66e8d5d94f49d487 13-Jan-2004 Brian Gaeke <gaeke@uiuc.edu> Fix overzealous fixme fixing


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10827 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
5c59be95521d70d2429319de2cb5f2ea9ba4385d 13-Jan-2004 Brian Gaeke <gaeke@uiuc.edu> Remove dead definitions of NATGCC and CP, and dead .tll, .tbc rules.

Make should continue even if compilation cmds fail, for the sake of
the nightly tester, so use minuses on them.

Use LLVMAS, LLVMGCC, LLVMGXX instead of LAS, LCC, LCXX (as per FIXME).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10825 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
f6968f388662b1203508065979b361cba4c28512 29-Nov-2003 Chris Lattner <sabre@nondot.org> Move rule to top-level makefile


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10255 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
d16afe9d3ef2b5491040045b9bddf1d86177cc76 16-Sep-2003 John Criswell <criswell@uiuc.edu> Updated the name of the linker to llvm-link.
This should fix the MultiSource tests.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8569 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
0043e4698c66bcac6526bbb9f133d2326a915494 11-Sep-2003 John Criswell <criswell@uiuc.edu> Fixed SPEC so that it would run correctly with the new autoconf-style object
directory.
Cleaned up the Makefile so that it uses VPATH to find source files.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8477 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
ee29d2aa20a45b2ac6991c7ba6125d6698f0ca98 06-Sep-2003 John Criswell <criswell@uiuc.edu> Checkin of autoconf-style object root.

Use QMTest for the feature and Regression tests.
Continue using the Makefile system for the Programs tests.
Adjusted the Makefile rules to handle building outside the source directory.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8381 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
4f40cf4ab6aac1f03e4045eda1efa8a7f625ec2d 29-Aug-2003 Misha Brukman <brukman+llvm@gmail.com> Use `llvm-dis' instead of simply `dis'.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8217 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
b8586b74a5a9b1a077f949dfcb58775a108f8619 22-Aug-2003 Chris Lattner <sabre@nondot.org> Disable .d file generation for LLVM tests


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8052 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
09dcfda7228a680c9c0a276715416206cd38dc66 21-Aug-2003 Chris Lattner <sabre@nondot.org> Point to the RIGHT GCC library directory


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7998 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
9575a18c98b382038ddfe997a91389f0e73ba202 15-Aug-2003 Chris Lattner <sabre@nondot.org> Some of this gets hoisted up to Makefile.common


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7856 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
1a737c836676da675345805b7b3c117db34ca3f7 07-Aug-2003 Sumant Kowshik <kowshik@uiuc.edu> Removed the support for pool allocation testing. This will be in a separate TEST file


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7664 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
c961a2923bb48c1bb2e2584c29c37c278f0f62eb 06-Aug-2003 Sumant Kowshik <kowshik@uiuc.edu> Added POOLFLAGS option to run pool allocation


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7624 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
919937d7e873c9e3fbf8cc89b028e2c69bda659a 26-Jul-2003 Chris Lattner <sabre@nondot.org> Simplify some makefile magic, no functional changes


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7336 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
781128c4f9463771032fc5e27977820761ec8260 09-Jul-2003 Vikram S. Adve <vadve@cs.uiuc.edu> Simplified DOTRACING flag.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7135 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
1239874a1e46c0d43517b24f6bcc0d7b5d590bfb 08-Jul-2003 Vikram S. Adve <vadve@cs.uiuc.edu> Use libinstr.$(ARCH).a instead of libinstr64.a
Also, $(RM) needs -f flag.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7128 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
45983ee12656caea5df9ba8a003ac0cd10ac6b37 29-Jun-2003 Chris Lattner <sabre@nondot.org> Make the TestRunner tests not print out horrible things when they run


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6953 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
d6b73035b73d76e28806319323e145a17bfd50d0 29-Jun-2003 Chris Lattner <sabre@nondot.org> Add the test/Scripts directory to the path used by TestRunner


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6950 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
083de22d9fe81dac433d2a449fb8c0326920cf4f 26-Jun-2003 Chris Lattner <sabre@nondot.org> New variable which is just the GCCLD tool


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6914 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
baed07333f00dc192a33eab9764df466da60daf3 18-Jun-2003 Chris Lattner <sabre@nondot.org> Move llvm tools to the start of the testrunner path, which allows the llvm 'as'
tool to be found in preference to the system 'as' tool.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6775 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
9b2d2624d2afc61b66f0557e30de1e517439eb15 17-Jun-2003 Chris Lattner <sabre@nondot.org> Just _EXTEND_ the current path. Don't replace it. Replacing it makes it
impossible for scripts to find user tools like sed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6731 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
246fcca3181d2881bc6fb5190b0f54403269688e 16-Jun-2003 John Criswell <criswell@uiuc.edu> Reconfigured the TOOLS variable so that it points to the current set of tools
built by the LLVM build.
Added a path for use with the TestRunner.sh script so that it can always find
the LLVM tools without having the user place them in his or her path.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6720 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
01e6d2a4c7efcb030c58c2fa17f74ab4610b4463 11-Jun-2003 John Criswell <criswell@uiuc.edu> Updated to use the new Makefile.common.
Replaced the hard-coded compiler variable with the one defined by
Makefile.config.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6680 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
bae287671a60724ac55680b6996a402f3c0d698c 04-Jun-2003 Vikram S. Adve <vadve@cs.uiuc.edu> Modify tracing rules to use opt -trace[m] instead of llc -trace[m].


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6607 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
24672c3d12cc8b4a1de80824b0140f3381906840 03-Jun-2003 Vikram S. Adve <vadve@cs.uiuc.edu> Improved how tracing can be used:
-- added new targets %.trace-out-llc and %.trace-out-cbe
-- either TRACE=yes or TRACEM=yes is still needed and chooses how to trace


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6585 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
707af6efecf6c4c949bc22a0d958daffc6ddedd9 02-Jun-2003 Chris Lattner <sabre@nondot.org> Add support for C++ tests


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6540 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
433f1d8c1d460ffb34d3ed5102afb18ad04efafd 18-May-2003 Chris Lattner <sabre@nondot.org> Add flexibility


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6246 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
a9028e68b16b6218e1067fa7f07e89279a439be5 13-May-2003 Chris Lattner <sabre@nondot.org> Add support for the LLVM C++ frontend


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6167 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
98abb5286796f4f1c4f6e7f1f6407636ea8b04f4 11-May-2003 Chris Lattner <sabre@nondot.org> Remove dead makefile code


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6095 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
5047688ee5b38cd2266a66d1ad1f6095a8bff8de 11-May-2003 Chris Lattner <sabre@nondot.org> * Remove dead hunk of makefile fragment for dealing with sun compiler
* Move LLC code gen stuff into test/Programs/Makefile.programs


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6089 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
e0d8daadad8211133ae672b8dd7c445ad558a125 09-May-2003 Chris Lattner <sabre@nondot.org> Enable the new C front-end for targets which define LLVMGCCARCH


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6065 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
37e6f7095ba0fef3d331963b5d807f4302c9df2d 21-Jan-2003 Chris Lattner <sabre@nondot.org> -ENABLE_STATS also enables timing


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5386 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
995663e58d67e1ca9ada579a632407dfcab5ffd7 16-Jan-2003 Chris Lattner <sabre@nondot.org> Add support for make TEST=foo


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5333 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
332ca6ccd559d5ec1241e35c82e3c4f12a9d2bfc 24-Dec-2002 Chris Lattner <sabre@nondot.org> Jello is going away


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5117 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
8437f4a7e49de39a3c53d7cdb916572cb97f41e4 19-Nov-2002 Chris Lattner <sabre@nondot.org> Add support for bugpoint


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4768 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
60afae448a4468ea94515376df938b940a0011fb 09-Nov-2002 Chris Lattner <sabre@nondot.org> Allow tests to be run with release tools when ENABLE_OPTIMIZED=1


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4650 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
8b6c5e441250a298b91c50bc198a19e68372d6ad 02-Nov-2002 Chris Lattner <sabre@nondot.org> Expose a LJELLO variable


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4495 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
5f8bd7d966a19e5ef20319d1d94c8f02b42f338e 14-Oct-2002 Chris Lattner <sabre@nondot.org> MAke sure llc output is regenerated if the LLC binary changes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4164 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
9551817d4fd8641f2301e98362aa087910693d1c 30-Sep-2002 Chris Lattner <sabre@nondot.org> Allow production of -stats output for benchmarks by specifying
ENABLE_STATS=1 on the make command line.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3988 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
76e51a87e74a18aae72521d618a0c571a6263c30 30-Sep-2002 Chris Lattner <sabre@nondot.org> Enable buidling of programs on Linux again


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3984 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
3aaff7eebd293bf1b409d2b8ab03da4658839df8 19-Sep-2002 Chris Lattner <sabre@nondot.org> Reenable these options because they break testing on sparc without them.
Conditionalizing them on DISABLE_LLC means they aren't enabled under linux.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3837 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
90c7d67b9d505354f8138d01df82c2fdcff6d5d2 19-Sep-2002 Chris Lattner <sabre@nondot.org> Point gccld to the correct library directory.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3827 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
ecd3546ff6c3fb91fcc47e2f7932e72f404cb80d 19-Sep-2002 Chris Lattner <sabre@nondot.org> It turns out that the cannonical name for the llvm-gcc compiler is, well
llvm-gcc, not gcc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3824 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
c63ffc54e545b8ba1ad8a973b275634758d12334 19-Sep-2002 Vikram S. Adve <vadve@cs.uiuc.edu> Avoid Solaris-specific defines.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3823 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
f9017b810a4b123b1743ad5244768ae960593641 30-Aug-2002 Vikram S. Adve <vadve@cs.uiuc.edu> Eliminate hardcoded paths using LLVMGCCDIR variable.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3529 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
c0c4d70ad8eeb417f55e491a8f47c35c7586cea8 12-Aug-2002 Chris Lattner <sabre@nondot.org> Tools are now moved into /shared


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3292 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
65fbd4a212264e9f5cc45d3a73fb8f25861a4320 24-Jun-2002 Chris Lattner <sabre@nondot.org> Expose the analyzer


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2768 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
1458cef6b85e926064cf7c7418893bbb0871a764 20-May-2002 Chris Lattner <sabre@nondot.org> Remove unneccesary path from link line now


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2679 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
2a4d8d2461f2ead5da8440c438a79b3fb93bff00 19-May-2002 Vikram S. Adve <vadve@cs.uiuc.edu> Fix libs and includes for compiling with llc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2654 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
aef6546191b7165031f1933cde24f13fe04d9c74 07-Apr-2002 Chris Lattner <sabre@nondot.org> don't delete intermediate files!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2136 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
2c024a78fc4655f21bbd13629b6d0b13c29e2f23 04-Apr-2002 Chris Lattner <sabre@nondot.org> Don't link in library that cannot be found, this should be removed eventually.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2111 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
c99afb88ab9639a37cba9a7ef591a55b14af95a0 24-Mar-2002 Vikram S. Adve <vadve@cs.uiuc.edu> Fix out-of-date name.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1959 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
d79b4eb506130ff8b09f751e85417d99807a9c47 18-Mar-2002 Vikram S. Adve <vadve@cs.uiuc.edu> Fix libraries.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1912 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
9dfdf0f1e6894db020cb0a203af04b5754837e28 11-Mar-2002 Chris Lattner <sabre@nondot.org> Add var to find GCCLD tool


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1846 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
6723addbc72ce16b0a77a8d796f43e818b4884ff 12-Feb-2002 Chris Lattner <sabre@nondot.org> Add comments
Add rules to compile a program with LLC to machine code and an executable


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1735 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
fbda7a029786a8c95538b1e64cf154456ae770c2 01-Feb-2002 Chris Lattner <sabre@nondot.org> Add TESTRUNR var
Correctly create directory for .bc target


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1623 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
bafff3380e2ea490979f3f349bbb086da9fc2e91 31-Jan-2002 Chris Lattner <sabre@nondot.org> Forgot to force


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1598 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
296a360dc5db9a23827291fbf90ccfe98f3c7fa9 26-Jan-2002 Chris Lattner <sabre@nondot.org> Make gcc tests depend on the part of GCC that actually gets updated.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1589 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
52a4e85a98fdb7e03f13cfc1eb9f2ef4326ec62a 23-Jan-2002 Chris Lattner <sabre@nondot.org> More rules checked in


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1571 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
747604218fecb44cf3acf553984cfc57444bd7d4 23-Jan-2002 Chris Lattner <sabre@nondot.org> Removal of more unnecesary stuff


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1557 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
c89764e80c5b9097328de7cb997b32a337b94c80 22-Jan-2002 Chris Lattner <sabre@nondot.org> Move some makefile stuff to subdirectories


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1543 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
977fa8df93ac03b89ef07c94fa12ed7aec11f41c 15-Dec-2001 Vikram S. Adve <vadve@cs.uiuc.edu> Renamed Makefile.target to Makefile.tests and folded in
Chris's Makefile.tests used to build and test single-source tests
(but with some uses of Output/ directory eliminated for now).
Let's not create two versions of this file!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1490 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
2836e8e7aac47461235fb678e601aaeb2ca6a555 12-Dec-2001 Vikram S. Adve <vadve@cs.uiuc.edu> Added TRACEM option. Use -g when building native code for tests.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1438 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
e5b27bd32052d4d5562d22a3a8ad4298eac3df1c 09-Dec-2001 Chris Lattner <sabre@nondot.org> Use _LOCAL_ gccas to build instead of Chris's


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1436 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
02b5d1386e3386fa6e35a2cbe294a4ce94bd0024 13-Nov-2001 Chris Lattner <sabre@nondot.org> Overwrite files when linked
Remove native files when cleaned


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1289 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
0ab42dce0822570b06231febc4300836aa5e4a84 13-Nov-2001 Vikram S. Adve <vadve@cs.uiuc.edu> Distinguish LOCAL_LDFLAGS and LOCAL_LCFLAGS from LOCAL_CFLAGS.
In particular, never put -lm in LOCAL_[L]CFLAGS because it
disables an implicit rule that has LOCAL_CFLAGS as a prerequisite.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1281 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
409ffcc91897dfafbbfba9f43127c39a50c19398 10-Nov-2001 Vikram S. Adve <vadve@cs.uiuc.edu> Use cc instead of gcc to compile *.native


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1250 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
19560c3fd345effb679720849a7ec74bd65f7c43 08-Nov-2001 Vikram S. Adve <vadve@cs.uiuc.edu> Eliminate cleaning step for individual %.bc files created by our gcc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1211 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
f87fc32e35280b2642639a13e3618b03a3c4a394 08-Nov-2001 Vikram S. Adve <vadve@cs.uiuc.edu> Took out .clean.bc target.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1210 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
5efe19801eb1025c8ba1921a9fe6ecbbcbd59c18 08-Nov-2001 Vikram S. Adve <vadve@cs.uiuc.edu> Run cleaning pass only when linking multiple files.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1209 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
9af7022d5529ff091560ac369eb70dc14d7addd9 08-Nov-2001 Vikram S. Adve <vadve@cs.uiuc.edu> Add cleaning pass after linking.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1208 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
3bc29389c5100d9fab4cc55196357e86e84fbfbd 08-Nov-2001 Vikram S. Adve <vadve@cs.uiuc.edu> Keep *.s files while we're debugging the native code.
Also, fix rule for $(LLCLIBS).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1206 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
e78ea6782bb35e0b7d975eb6b8d40a85550818e2 08-Nov-2001 Vikram S. Adve <vadve@cs.uiuc.edu> Add rule for %.clean.bc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1204 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
1f64ad998a728fd803dbecf5f7756ecc0dd78479 07-Nov-2001 Vikram S. Adve <vadve@cs.uiuc.edu> Roll back all these changes that have broken Makefile.target again.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1172 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
4bf36bb67f924621a2b39696c9b312f28a97e023 06-Nov-2001 Chris Lattner <sabre@nondot.org> Minor fixes


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1164 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
54b7741dff59cd96647cee18e63df7689de28ca2 06-Nov-2001 Chris Lattner <sabre@nondot.org> Build .bc from .c better.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1158 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
054385a11aeb22f184d8619c14100577406c9a2c 06-Nov-2001 Chris Lattner <sabre@nondot.org> Don't forget to make the clean version.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1157 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
a46fb6bb901d0dea25281b24a8eff89a2e39ce46 06-Nov-2001 Vikram S. Adve <vadve@cs.uiuc.edu> Really fix Makefile to compile individual tests and Olden codes.
by using a better naming scheme.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1156 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
54bc6b31660f7b8743399f2fa9e3ef4a2458bdde 06-Nov-2001 Chris Lattner <sabre@nondot.org> Reorder paramters to make the command line more easily modifiable


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1153 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
93ee0a165ac3b87af4fd49c990a7ea55369f8ca1 05-Nov-2001 Chris Lattner <sabre@nondot.org> Fix makefile to compile olden and main benchmarks


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1142 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
8448fb5b24e6f8abb3225668d2f8f3058fb2c64c 05-Nov-2001 Chris Lattner <sabre@nondot.org> Make the olden benchmarks compile again


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1139 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
772d091e0046b2bfff4887e0ebf35a2e0b82f4f9 05-Nov-2001 Vikram S. Adve <vadve@cs.uiuc.edu> Make gcc generate assembly files (%.ll) until Chris has a stable
version of his gccas. Plus another dumb bug fix (the bug, not the fix).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1134 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
2fc372e0cab3a6712c44cdfc4cb2837f7bf6cffb 05-Nov-2001 Vikram S. Adve <vadve@cs.uiuc.edu> Delete rule to disassemble %.bc -- need to make it effective only when
%.ll is not a pre-existing file.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1133 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests
4cceffe0a90fb80b0a447d7e5b65e97076cab282 05-Nov-2001 Vikram S. Adve <vadve@cs.uiuc.edu> Put common rules for compiling programs into Makefile.target.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1130 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Makefile.tests