Tanya Lattner
|
83977bd23b
|
Changed TEST to TESTSUITE
llvm-svn: 17598
|
2004-11-07 23:26:13 +00:00 |
|
Tanya Lattner
|
3ce993cbc4
|
Fix for objdir != srcdir.
llvm-svn: 17597
|
2004-11-07 23:24:21 +00:00 |
|
Tanya Lattner
|
3359a3a405
|
More srcdir != objdir changes.
llvm-svn: 17596
|
2004-11-07 23:21:50 +00:00 |
|
Misha Brukman
|
e3c7340f86
|
* Fix file-relative links: they need '#' prepended to the target name
* Balance an open parenthesis
llvm-svn: 17595
|
2004-11-07 22:42:37 +00:00 |
|
Misha Brukman
|
051e5530e7
|
Use LLVMToolDir instead of ToolDir because the latter is no longer set (?)
llvm-svn: 17594
|
2004-11-07 22:26:43 +00:00 |
|
Tanya Lattner
|
e955787a98
|
Made changes to support objdir!=srcdir.
llvm-svn: 17590
|
2004-11-07 22:04:21 +00:00 |
|
Chris Lattner
|
a9e56ddaa3
|
VERY large functions that are only called from one place are not really
exciting to inline. Only inline medium or small sized functions with a
single call site.
llvm-svn: 17588
|
2004-11-07 21:46:47 +00:00 |
|
Tanya Lattner
|
3889be029b
|
Removed passing TARGET.
llvm-svn: 17587
|
2004-11-07 21:43:57 +00:00 |
|
Tanya Lattner
|
4af4d3715e
|
Changed check-dejagnu to take TESTSUITE as its args instead of TEST in order to not conflict with other stuff. Added path for test/Scripts. Also added a check to deal with TESTSUITE and runtest flags.
llvm-svn: 17586
|
2004-11-07 21:39:41 +00:00 |
|
Nate Begeman
|
a7541b19fc
|
Disable bogus cast elimination when the cast is used by a setcc instruction.
llvm-svn: 17583
|
2004-11-07 20:23:42 +00:00 |
|
Reid Spencer
|
12898ae83e
|
Add TARGET_TRIPLE
llvm-svn: 17581
|
2004-11-07 19:12:53 +00:00 |
|
Reid Spencer
|
103dc795df
|
First version of this document listing the required software. Might need
to be made platform specific. Contents reflect my Linux build environment.
llvm-svn: 17580
|
2004-11-07 19:07:06 +00:00 |
|
Reid Spencer
|
c9c7c7fbee
|
* Comments & cleanup per CL code review.
* Accept 'llvc' as signature for compressed bytecode
llvm-svn: 17579
|
2004-11-07 18:20:55 +00:00 |
|
Reid Spencer
|
152f895e9b
|
Add comments per CL code review.
llvm-svn: 17578
|
2004-11-07 18:19:00 +00:00 |
|
Reid Spencer
|
0c3d88e887
|
Make compression the default on writing.
llvm-svn: 17577
|
2004-11-07 18:18:11 +00:00 |
|
Reid Spencer
|
1446cd065f
|
* Add comments and cleanup per CL code review
* Make signature for compressed bytecode llvc instead of unreadable
* Make the CompressionContext have a constructor and destructor.
llvm-svn: 17576
|
2004-11-07 18:17:38 +00:00 |
|
Tanya Lattner
|
31e899d3ee
|
Minor error.
llvm-svn: 17573
|
2004-11-07 08:29:03 +00:00 |
|
Tanya Lattner
|
44c5ebfeac
|
Added support to specify which test suite dejagnu should run (Feature or Regression). Use TEST=suite
llvm-svn: 17572
|
2004-11-07 08:24:59 +00:00 |
|
Chris Lattner
|
ff5441fe86
|
Revert back to r1.1, I'm just thoroughly confused :)
llvm-svn: 17571
|
2004-11-07 07:46:15 +00:00 |
|
Chris Lattner
|
cfefbf45d7
|
Add new (old) testcase
llvm-svn: 17570
|
2004-11-07 07:41:32 +00:00 |
|
Tanya Lattner
|
8cb5895d16
|
Added RUN lines and dejagnu support for Feature dir.
llvm-svn: 17568
|
2004-11-07 06:08:43 +00:00 |
|
Reid Spencer
|
1119c153b7
|
Rename the option for defeating compression to be a little more specific.
llvm-svn: 17567
|
2004-11-07 05:50:16 +00:00 |
|
Reid Spencer
|
19343b7bff
|
Enable compression by default.
llvm-svn: 17566
|
2004-11-07 05:43:51 +00:00 |
|
Reid Spencer
|
12a46e8081
|
* Enable bytecode compression by default
* Provide a -no-compress option to defeat compression.
llvm-svn: 17565
|
2004-11-07 05:41:32 +00:00 |
|
Reid Spencer
|
102bbfe16b
|
Turn on compression by default.
Change --compress to --no-compress so compression can be turned off.
llvm-svn: 17564
|
2004-11-07 05:37:27 +00:00 |
|
Reid Spencer
|
a68b503c6e
|
* Provide option for specifying bytecode compression
* Enabled bytecode compression by default.
llvm-svn: 17563
|
2004-11-07 05:30:43 +00:00 |
|
Chris Lattner
|
fa38dc9b94
|
Add missing file header
Add some comments
Switch to use 'find' to do the clean instead of globbing
llvm-svn: 17559
|
2004-11-07 05:05:37 +00:00 |
|
Tanya Lattner
|
a87213a88e
|
Removing old Modulosched tests since that version of modulosched does not exist anymore and llc does not support modulosched by default.
llvm-svn: 17558
|
2004-11-07 05:04:58 +00:00 |
|
Tanya Lattner
|
5ab1d962bc
|
With the changes to these files, the Regression test suite should be tested by dejagnu without anyproblem.
Some variables could be made global.
llvm-svn: 17557
|
2004-11-07 05:02:56 +00:00 |
|
Tanya Lattner
|
67711d00d1
|
Added RUN line.
llvm-svn: 17556
|
2004-11-07 05:01:34 +00:00 |
|
Tanya Lattner
|
093d12e40f
|
Added rough support for dejagnu testing. Changes need to be made to autoconf to provide the target_triplet and to check for 'grep -C' which would be used instead of the python script we have now. Eventually the python script should be converted to bash.
The dejagnu-clean needs to be fixed to use find.
llvm-svn: 17555
|
2004-11-07 04:59:52 +00:00 |
|
Tanya Lattner
|
1854e98b09
|
Changed to XFAIL
llvm-svn: 17554
|
2004-11-07 04:37:08 +00:00 |
|
Chris Lattner
|
b8eca182bb
|
Add a section for PPC, though it's empty for now
llvm-svn: 17553
|
2004-11-07 01:55:32 +00:00 |
|
Chris Lattner
|
dcf409f32f
|
Update this to expect AT&T syntax
llvm-svn: 17552
|
2004-11-07 01:46:16 +00:00 |
|
Misha Brukman
|
0d7f9770a7
|
* Add note about benchmarking programs and submitting reduced test cases
* Replace llvm.org with llvm.cs.uiuc.edu
llvm-svn: 17551
|
2004-11-07 01:03:59 +00:00 |
|
Misha Brukman
|
5a3f189011
|
Replace llvm.org => llvm.cs.uiuc.edu
llvm-svn: 17550
|
2004-11-07 00:59:58 +00:00 |
|
Misha Brukman
|
ce8c2c2aee
|
Replace uses of llvm.org with llvm.cs.uiuc.edu
llvm-svn: 17549
|
2004-11-07 00:58:38 +00:00 |
|
Misha Brukman
|
820aa44589
|
Consistently use llvm.cs.uiuc.edu instead of llvm.org
llvm-svn: 17548
|
2004-11-07 00:58:20 +00:00 |
|
Chris Lattner
|
f5c5cb033e
|
Decompose* is V9 specific, make it internal
llvm-svn: 17547
|
2004-11-07 00:43:24 +00:00 |
|
Chris Lattner
|
6807c1681b
|
This is V9 specific stuff
llvm-svn: 17546
|
2004-11-07 00:42:29 +00:00 |
|
Chris Lattner
|
a060b55dea
|
This is V9 specific, move it there.
llvm-svn: 17545
|
2004-11-07 00:39:26 +00:00 |
|
Chris Lattner
|
f11d034489
|
Move this file from lib/Transforms/Scalar
llvm-svn: 17544
|
2004-11-07 00:39:09 +00:00 |
|
Chris Lattner
|
8143f4f0e7
|
Tests for this xforms should be .ll files, and they should have run lines.
llvm-svn: 17543
|
2004-11-07 00:38:16 +00:00 |
|
Chris Lattner
|
de9b3e80e8
|
Remove dead tests
llvm-svn: 17542
|
2004-11-07 00:36:30 +00:00 |
|
Chris Lattner
|
8efabc6119
|
This is not part of the test
llvm-svn: 17541
|
2004-11-07 00:34:45 +00:00 |
|
Chris Lattner
|
e68b518909
|
Fix a test.
These other tests should be in test/Programs/SingleSource/UnitTests if anyone
cares enough to save them
llvm-svn: 17540
|
2004-11-07 00:33:14 +00:00 |
|
Chris Lattner
|
61aef2f1eb
|
Nuke useless testcases
llvm-svn: 17539
|
2004-11-07 00:30:51 +00:00 |
|
Chris Lattner
|
b297b07761
|
These files are all moved to test/Regression/CodeGen/Generic
llvm-svn: 17538
|
2004-11-07 00:24:14 +00:00 |
|
Chris Lattner
|
ef4e46bdd0
|
This test is obsolete and incorrect
llvm-svn: 17537
|
2004-11-06 23:42:32 +00:00 |
|
Tanya Lattner
|
bb2cd15df7
|
Adding RUN lines.
llvm-svn: 17536
|
2004-11-06 23:32:43 +00:00 |
|