Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
dbc1ab88aec1c221092a26be39f48b3819d2a4ee
/
test
/
Makefile.tests
919937d
Simplify some makefile magic, no functional changes
by Chris Lattner
· 21 years ago
781128c
Simplified DOTRACING flag.
by Vikram S. Adve
· 21 years ago
1239874
Use libinstr.$(ARCH).a instead of libinstr64.a Also, $(RM) needs -f flag.
by Vikram S. Adve
· 21 years ago
45983ee
Make the TestRunner tests not print out horrible things when they run
by Chris Lattner
· 21 years ago
d6b7303
Add the test/Scripts directory to the path used by TestRunner
by Chris Lattner
· 21 years ago
083de22
New variable which is just the GCCLD tool
by Chris Lattner
· 21 years ago
baed073
Move llvm tools to the start of the testrunner path, which allows the llvm 'as'
by Chris Lattner
· 21 years ago
9b2d262
Just _EXTEND_ the current path. Don't replace it. Replacing it makes it
by Chris Lattner
· 21 years ago
246fcca
Reconfigured the TOOLS variable so that it points to the current set of tools
by John Criswell
· 21 years ago
01e6d2a
Updated to use the new Makefile.common.
by John Criswell
· 21 years ago
bae2876
Modify tracing rules to use opt -trace[m] instead of llc -trace[m].
by Vikram S. Adve
· 21 years ago
24672c3
Improved how tracing can be used:
by Vikram S. Adve
· 21 years ago
707af6e
Add support for C++ tests
by Chris Lattner
· 21 years ago
433f1d8
Add flexibility
by Chris Lattner
· 21 years ago
a9028e6
Add support for the LLVM C++ frontend
by Chris Lattner
· 21 years ago
98abb52
Remove dead makefile code
by Chris Lattner
· 21 years ago
5047688
* Remove dead hunk of makefile fragment for dealing with sun compiler
by Chris Lattner
· 21 years ago
e0d8daa
Enable the new C front-end for targets which define LLVMGCCARCH
by Chris Lattner
· 21 years ago
37e6f70
-ENABLE_STATS also enables timing
by Chris Lattner
· 22 years ago
995663e
Add support for make TEST=foo
by Chris Lattner
· 22 years ago
332ca6c
Jello is going away
by Chris Lattner
· 22 years ago
8437f4a
Add support for bugpoint
by Chris Lattner
· 22 years ago
60afae4
Allow tests to be run with release tools when ENABLE_OPTIMIZED=1
by Chris Lattner
· 22 years ago
8b6c5e4
Expose a LJELLO variable
by Chris Lattner
· 22 years ago
5f8bd7d
MAke sure llc output is regenerated if the LLC binary changes.
by Chris Lattner
· 22 years ago
9551817
Allow production of -stats output for benchmarks by specifying
by Chris Lattner
· 22 years ago
76e51a8
Enable buidling of programs on Linux again
by Chris Lattner
· 22 years ago
3aaff7e
Reenable these options because they break testing on sparc without them.
by Chris Lattner
· 22 years ago
90c7d67
Point gccld to the correct library directory.
by Chris Lattner
· 22 years ago
ecd3546
It turns out that the cannonical name for the llvm-gcc compiler is, well
by Chris Lattner
· 22 years ago
c63ffc5
Avoid Solaris-specific defines.
by Vikram S. Adve
· 22 years ago
f9017b8
Eliminate hardcoded paths using LLVMGCCDIR variable.
by Vikram S. Adve
· 22 years ago
c0c4d70
Tools are now moved into /shared
by Chris Lattner
· 22 years ago
65fbd4a
Expose the analyzer
by Chris Lattner
· 22 years ago
1458cef
Remove unneccesary path from link line now
by Chris Lattner
· 22 years ago
2a4d8d2
Fix libs and includes for compiling with llc.
by Vikram S. Adve
· 22 years ago
aef6546
don't delete intermediate files!
by Chris Lattner
· 23 years ago
2c024a7
Don't link in library that cannot be found, this should be removed eventually.
by Chris Lattner
· 23 years ago
c99afb8
Fix out-of-date name.
by Vikram S. Adve
· 23 years ago
d79b4eb
Fix libraries.
by Vikram S. Adve
· 23 years ago
9dfdf0f
Add var to find GCCLD tool
by Chris Lattner
· 23 years ago
6723add
Add comments
by Chris Lattner
· 23 years ago
fbda7a0
Add TESTRUNR var Correctly create directory for .bc target
by Chris Lattner
· 23 years ago
bafff33
Forgot to force
by Chris Lattner
· 23 years ago
296a360
Make gcc tests depend on the part of GCC that actually gets updated.
by Chris Lattner
· 23 years ago
52a4e85
More rules checked in
by Chris Lattner
· 23 years ago
7476042
Removal of more unnecesary stuff
by Chris Lattner
· 23 years ago
c89764e
Move some makefile stuff to subdirectories
by Chris Lattner
· 23 years ago
977fa8d
Renamed Makefile.target to Makefile.tests and folded in
by Vikram S. Adve
· 23 years ago
2836e8e
Added TRACEM option. Use -g when building native code for tests.
by Vikram S. Adve
· 23 years ago
e5b27bd
Use _LOCAL_ gccas to build instead of Chris's
by Chris Lattner
· 23 years ago
02b5d13
Overwrite files when linked Remove native files when cleaned
by Chris Lattner
· 23 years ago
0ab42dc
Distinguish LOCAL_LDFLAGS and LOCAL_LCFLAGS from LOCAL_CFLAGS.
by Vikram S. Adve
· 23 years ago
409ffcc
Use cc instead of gcc to compile *.native
by Vikram S. Adve
· 23 years ago
19560c3
Eliminate cleaning step for individual %.bc files created by our gcc.
by Vikram S. Adve
· 23 years ago
f87fc32
Took out .clean.bc target.
by Vikram S. Adve
· 23 years ago
5efe198
Run cleaning pass only when linking multiple files.
by Vikram S. Adve
· 23 years ago
9af7022
Add cleaning pass after linking.
by Vikram S. Adve
· 23 years ago
3bc2938
Keep *.s files while we're debugging the native code.
by Vikram S. Adve
· 23 years ago
e78ea67
Add rule for %.clean.bc.
by Vikram S. Adve
· 23 years ago
1f64ad9
Roll back all these changes that have broken Makefile.target again.
by Vikram S. Adve
· 23 years ago
4bf36bb
Minor fixes
by Chris Lattner
· 23 years ago
54b7741
Build .bc from .c better.
by Chris Lattner
· 23 years ago
054385a
Don't forget to make the clean version.
by Chris Lattner
· 23 years ago
a46fb6b
Really fix Makefile to compile individual tests and Olden codes.
by Vikram S. Adve
· 23 years ago
54bc6b3
Reorder paramters to make the command line more easily modifiable
by Chris Lattner
· 23 years ago
93ee0a1
Fix makefile to compile olden and main benchmarks
by Chris Lattner
· 23 years ago
8448fb5
Make the olden benchmarks compile again
by Chris Lattner
· 23 years ago
772d091
Make gcc generate assembly files (%.ll) until Chris has a stable
by Vikram S. Adve
· 23 years ago
2fc372e
Delete rule to disassemble %.bc -- need to make it effective only when
by Vikram S. Adve
· 23 years ago
4cceffe
Put common rules for compiling programs into Makefile.target.
by Vikram S. Adve
· 23 years ago