Tanya Lattner [Fri, 17 Jun 2005 04:16:14 +0000 (04:16 +0000)]
Special dep graph for SMS for superblocks.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22242
91177308-0d34-0410-b5e6-
96231b3b80d8
Tanya Lattner [Fri, 17 Jun 2005 04:15:43 +0000 (04:15 +0000)]
Special versions of the dep graph and scheduled for SMS for superblocks.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22241
91177308-0d34-0410-b5e6-
96231b3b80d8
Tanya Lattner [Fri, 17 Jun 2005 04:01:34 +0000 (04:01 +0000)]
Added statistic to count number of spills.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22240
91177308-0d34-0410-b5e6-
96231b3b80d8
Tanya Lattner [Fri, 17 Jun 2005 04:00:57 +0000 (04:00 +0000)]
Numerous bug fixes and the completed modschedSB algorithm (minor bugs still exist for course).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22239
91177308-0d34-0410-b5e6-
96231b3b80d8
Tanya Lattner [Fri, 17 Jun 2005 04:00:22 +0000 (04:00 +0000)]
Added SMS for superblocks as an option (experimental)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22238
91177308-0d34-0410-b5e6-
96231b3b80d8
Tanya Lattner [Fri, 17 Jun 2005 03:59:51 +0000 (03:59 +0000)]
Added ModuloSchedSB as a friend class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22237
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 17 Jun 2005 03:59:17 +0000 (03:59 +0000)]
This is not true: (X != 13 | X < 15) -> X < 15
It is actually always true. This fixes PR586 and
Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22236
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 17 Jun 2005 03:58:30 +0000 (03:58 +0000)]
new testcase for PR586
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22235
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 17 Jun 2005 02:05:55 +0000 (02:05 +0000)]
Don't crash when dealing with INTMIN. This fixes PR585 and
Transforms/InstCombine/2005-06-16-RangeCrash.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22234
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 17 Jun 2005 02:04:47 +0000 (02:04 +0000)]
new testcase for PR585
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22233
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 17 Jun 2005 01:45:53 +0000 (01:45 +0000)]
Don't crash on: X = phi (X, X).
This fixes PR584 and Transforms/SimplifyCFG/2005-06-16-PHICrash.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22232
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 17 Jun 2005 01:45:03 +0000 (01:45 +0000)]
new testcase for PR584
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22231
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 17 Jun 2005 01:29:28 +0000 (01:29 +0000)]
avoid constructing out of range shift amounts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22230
91177308-0d34-0410-b5e6-
96231b3b80d8
Nate Begeman [Thu, 16 Jun 2005 07:06:03 +0000 (07:06 +0000)]
Fix bug 537 test 2, which checks to make sure that we fold A+(B-A) -> B for
integer types. Add a couple checks to not perform these kinds of transform
on floating point values.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22228
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 16 Jun 2005 04:55:52 +0000 (04:55 +0000)]
Fix PR583 and testcase Transforms/InstCombine/2005-06-15-DivSelectCrash.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22227
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 16 Jun 2005 04:55:29 +0000 (04:55 +0000)]
new testcase for PR583
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22226
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 16 Jun 2005 03:00:08 +0000 (03:00 +0000)]
Fix PR571, removing code that does just the WRONG thing :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22225
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 16 Jun 2005 01:52:07 +0000 (01:52 +0000)]
Fix a bug in my previous patch. Do not get the shift amount type (which
is always ubyte, get the type being shifted). This unbreaks espresso
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22224
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 15 Jun 2005 22:49:30 +0000 (22:49 +0000)]
Fix PR575, patch provided by John Mellor-Crummey. Thanks!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22223
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 15 Jun 2005 22:42:53 +0000 (22:42 +0000)]
new testcase for PR580
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22222
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 15 Jun 2005 21:29:31 +0000 (21:29 +0000)]
Fix PR582. The rewriter can move casts around, which invalidated the
BB iterator. This fixes Transforms/IndVarsSimplify/2005-06-15-InstMoveCrash.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22221
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 15 Jun 2005 21:28:55 +0000 (21:28 +0000)]
new testcase for PR582
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22220
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 15 Jun 2005 21:11:48 +0000 (21:11 +0000)]
Do not promote globals only used by main to locals if there are constantexprs
or other uses hanging off of them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22219
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 15 Jun 2005 21:11:18 +0000 (21:11 +0000)]
new testcase for PR579
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22218
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 15 Jun 2005 20:53:31 +0000 (20:53 +0000)]
Fix PR577 and testcase InstCombine/2005-06-15-ShiftSetCCCrash.ll.
Do not perform undefined out of range shifts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22217
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 15 Jun 2005 20:52:39 +0000 (20:52 +0000)]
new testcase for PR577
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22216
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Wed, 15 Jun 2005 18:40:45 +0000 (18:40 +0000)]
Don't lie to the casual reader about Value subclassing from Annotable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22215
91177308-0d34-0410-b5e6-
96231b3b80d8
Nate Begeman [Wed, 15 Jun 2005 18:28:44 +0000 (18:28 +0000)]
Add some operators the PowerPC backend needs to efficiently and correctly
generate conditional branches.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22214
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Wed, 15 Jun 2005 18:25:30 +0000 (18:25 +0000)]
Put the hack back in that removes features, causes regressions to fail, but
allows test programs to succeed. Actual fix for this is forthcoming.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22213
91177308-0d34-0410-b5e6-
96231b3b80d8
Nate Begeman [Wed, 15 Jun 2005 18:22:43 +0000 (18:22 +0000)]
Commit fix for generating conditional branch pseudo instructions that
avoids dereferencing the end() iterator when selecting the fallthrough
block. This requires an ilist change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22212
91177308-0d34-0410-b5e6-
96231b3b80d8
Duraid Madina [Tue, 14 Jun 2005 07:29:50 +0000 (07:29 +0000)]
nothing funny about building the CFE on Linux/Itanium
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22211
91177308-0d34-0410-b5e6-
96231b3b80d8
Nate Begeman [Tue, 14 Jun 2005 03:55:23 +0000 (03:55 +0000)]
Commit a small improvement that is already in the x86 and ia64 backends to
not generate unnecessary register copies. This improves compile time by
2-5% depending on the test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22210
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Mon, 13 Jun 2005 06:41:26 +0000 (06:41 +0000)]
Unbreak several InstCombine regression checks introduced by a hack to
fix the bzip2 test. A better hack is needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22209
91177308-0d34-0410-b5e6-
96231b3b80d8
Nate Begeman [Sun, 12 Jun 2005 23:52:58 +0000 (23:52 +0000)]
When compiled with GCC 4.0, a latent bug was exposed where both SparcV9
and the target independant register allocator were both using a class named
'LiveRange'. This lead to the target independant code calling code in the
SparcV9 backend, which crashed. Fixed by renaming SparcV9's LiveRange to
V9LiveRange.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22208
91177308-0d34-0410-b5e6-
96231b3b80d8
Nate Begeman [Sun, 12 Jun 2005 23:50:33 +0000 (23:50 +0000)]
Fix a memory smasher caught by Mac OS X's debug malloc library. We were
incorrectly using an iterator after it was invalid.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22207
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 9 Jun 2005 03:32:54 +0000 (03:32 +0000)]
Fix a 64-bit problem, passing (int)0 through ... instead of (void*)0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22206
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 9 Jun 2005 02:59:00 +0000 (02:59 +0000)]
Fix a problem on 64-bit targets where we passed (int)0 through ... instead of
(void*)0.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22205
91177308-0d34-0410-b5e6-
96231b3b80d8
Andrew Lenharth [Wed, 8 Jun 2005 22:32:51 +0000 (22:32 +0000)]
make SparcV8 and V9 seperately configurable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22204
91177308-0d34-0410-b5e6-
96231b3b80d8
Andrew Lenharth [Wed, 8 Jun 2005 18:02:21 +0000 (18:02 +0000)]
fix BranchCC with a setCC with an arg of 0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22203
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Wed, 8 Jun 2005 17:44:48 +0000 (17:44 +0000)]
For PR572:
Undefine the PPC symbol which is defined by Linux/PPC (erroneously) so it
doesn't pollute the user namespace and clash with our namespace declarations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22202
91177308-0d34-0410-b5e6-
96231b3b80d8
Nate Begeman [Wed, 8 Jun 2005 04:14:27 +0000 (04:14 +0000)]
Handle some more real world cases of rlwimi. These don't come up that
regularly in "normal" code, but for things like software graphics, they
make a big difference.
For the following code:
unsigned short Trans16Bit(unsigned srcA,unsigned srcB,unsigned alpha)
{
unsigned tmpA,tmpB,mixed;
tmpA = ((srcA & 0x03E0) << 15) | (srcA & 0x7C1F);
tmpB = ((srcB & 0x03E0) << 15) | (srcB & 0x7C1F);
mixed = (tmpA * alpha) + (tmpB * (32 - alpha));
return ((mixed >> 5) & 0x7C1F) | ((mixed >> 20) & 0x03E0);
}
We now generate:
_Trans16Bit:
.LBB_Trans16Bit_0: ; entry
andi. r2, r4, 31775
rlwimi r2, r4, 15, 7, 11
subfic r4, r5, 32
mullw r2, r2, r4
andi. r4, r3, 31775
rlwimi r4, r3, 15, 7, 11
mullw r3, r4, r5
add r2, r2, r3
srwi r3, r2, 5
andi. r3, r3, 31775
rlwimi r3, r2, 12, 22, 26
blr
Instead of:
_Trans16Bit:
.LBB_Trans16Bit_0: ; entry
slwi r2, r4, 15
rlwinm r2, r2, 0, 7, 11
andi. r4, r4, 31775
or r2, r2, r4
subfic r4, r5, 32
mullw r2, r2, r4
slwi r4, r3, 15
rlwinm r4, r4, 0, 7, 11
andi. r3, r3, 31775
or r3, r4, r3
mullw r3, r3, r5
add r2, r2, r3
srwi r3, r2, 5
andi. r3, r3, 31775
srwi r2, r2, 20
rlwimi r3, r2, 0, 22, 26
blr
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22201
91177308-0d34-0410-b5e6-
96231b3b80d8
Nate Begeman [Wed, 8 Jun 2005 01:02:38 +0000 (01:02 +0000)]
Fix lli linking on Mac OS X 10.4.1 for Intel.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22200
91177308-0d34-0410-b5e6-
96231b3b80d8
Andrew Lenharth [Wed, 8 Jun 2005 00:49:08 +0000 (00:49 +0000)]
Remove code for conversion from old style va_args. Preparing the way for
returning to the old style :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22199
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Mon, 6 Jun 2005 19:29:36 +0000 (19:29 +0000)]
We also have V8, so do not force every Sparc to be treated like a V9. It is
still possible to force V9 (even if configure doesn't think it's one) via
``./configure --target=sparcv9-sun-solaris2.8'' so nothing is lost.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22198
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Mon, 6 Jun 2005 19:17:05 +0000 (19:17 +0000)]
* Add ability to specify the target LLVM will compile for via configure
* Minor whitespace cleanups
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22197
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Mon, 6 Jun 2005 19:08:04 +0000 (19:08 +0000)]
Fix spelling of `correlate'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22196
91177308-0d34-0410-b5e6-
96231b3b80d8
Andrew Lenharth [Mon, 6 Jun 2005 19:03:55 +0000 (19:03 +0000)]
allow marking of loads and stores in the instruction stream with enough information to reconstruct the Value* if it existed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22195
91177308-0d34-0410-b5e6-
96231b3b80d8
Andrew Lenharth [Mon, 6 Jun 2005 19:03:09 +0000 (19:03 +0000)]
hide basic block labels. The utility of these for debuging is long since passed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22194
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Mon, 6 Jun 2005 17:39:46 +0000 (17:39 +0000)]
* Replace block of commented-out lines with #if 0
* Remove warning "control reaches end of non-void function"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22193
91177308-0d34-0410-b5e6-
96231b3b80d8
Andrew Lenharth [Sat, 4 Jun 2005 12:43:56 +0000 (12:43 +0000)]
hack to fix bzip2 (bug 571)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22192
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 2 Jun 2005 22:34:49 +0000 (22:34 +0000)]
Fix the definitions of LLVMGCC and LLVMGXX to include the EXEEXT (the
.exe extension) on Cygwin. This fixes the last few remaining Cygwin
issues. Thanks to Aaron Gray for tracking this down.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22191
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 2 Jun 2005 21:33:19 +0000 (21:33 +0000)]
Make sure that Cygwin assembly includes _ as part of function names.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22190
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 2 Jun 2005 05:38:20 +0000 (05:38 +0000)]
Put in a hack for Cygwin that prevents mkdtemp from being used since
configure seems to find it on Cygwin but linking against it fails.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22189
91177308-0d34-0410-b5e6-
96231b3b80d8
Andrew Lenharth [Tue, 31 May 2005 19:49:34 +0000 (19:49 +0000)]
try custom expanders, doesn't seem to expand yet, so disabled
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22188
91177308-0d34-0410-b5e6-
96231b3b80d8
Andrew Lenharth [Tue, 31 May 2005 18:42:18 +0000 (18:42 +0000)]
switch to the new live in thing. Really, this time it works
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22187
91177308-0d34-0410-b5e6-
96231b3b80d8
Andrew Lenharth [Tue, 31 May 2005 18:37:16 +0000 (18:37 +0000)]
switch to the new live in thing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22186
91177308-0d34-0410-b5e6-
96231b3b80d8
Andrew Lenharth [Tue, 31 May 2005 18:35:43 +0000 (18:35 +0000)]
switch to the new live in thing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22185
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sun, 29 May 2005 00:49:24 +0000 (00:49 +0000)]
Make sure the tools get built if no build target is specified.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22184
91177308-0d34-0410-b5e6-
96231b3b80d8
Andrew Lenharth [Fri, 27 May 2005 03:39:30 +0000 (03:39 +0000)]
match gcc, makes diff easier
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22179
91177308-0d34-0410-b5e6-
96231b3b80d8
Andrew Lenharth [Thu, 26 May 2005 18:18:34 +0000 (18:18 +0000)]
Fix 2005-05-12-Int64ToFP
The issue is there is no unsigned -> double conversion, only signed. So I
need to test the sign and do a different thing depending on it. Ideally
this should be in a different BB, but in the mean time, I use a branch
free method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22177
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Thu, 26 May 2005 16:28:55 +0000 (16:28 +0000)]
Add a -cvstag option for testing specific branches, such as release candidates
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22176
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Wed, 25 May 2005 21:03:17 +0000 (21:03 +0000)]
Add a "libs-only" target for avoiding construction of the tools and
runtime libraries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22169
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Tue, 24 May 2005 02:33:20 +0000 (02:33 +0000)]
Two dist-check related changes:
1. Allow DIST_CHECK_CONFIG_OPTION to specify a set of options to be passed
to the configure script during the dist-check target. This allows things
to be passed down on a project basis so the configure doesn't fail.
2. Use the tar | (cd ; tar ) idiom to copy files which is more flexible
than using the cp command. THis allows us to exclude CVS .svn
directories at source rather than stripping them out of the tar ball.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22166
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sat, 21 May 2005 01:29:30 +0000 (01:29 +0000)]
Remove trailing blank line, just to test whether the new commit script
is going to credit the commit correctly or not.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22165
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sat, 21 May 2005 01:27:04 +0000 (01:27 +0000)]
Make the registration hash_map static. No other module needs it. Also,
document what its for a little better.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22164
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sat, 21 May 2005 00:57:44 +0000 (00:57 +0000)]
Adjust the file comment to read a little easier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22163
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sat, 21 May 2005 00:39:30 +0000 (00:39 +0000)]
Make sure ... arguments are casted to sbyte* where needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22162
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sat, 21 May 2005 00:23:23 +0000 (00:23 +0000)]
Add a "brief" comment for CastToCStr
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22161
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 20 May 2005 22:25:44 +0000 (22:25 +0000)]
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22160
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 20 May 2005 22:22:25 +0000 (22:22 +0000)]
Fix mismatched type problem that crashed on cases like this:
sprintf(P, "%s", X);
Where X is not an sbyte*. This fixes the bug JohnMC reported on llvm-bugs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22159
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 20 May 2005 22:19:54 +0000 (22:19 +0000)]
Fix Transforms/SimplifyCFG/switch-simplify-crash.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22158
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 20 May 2005 22:19:34 +0000 (22:19 +0000)]
New testcase that crashes simplifycfg, identified accidentally by JohnMC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22157
91177308-0d34-0410-b5e6-
96231b3b80d8
Nate Begeman [Fri, 20 May 2005 21:29:24 +0000 (21:29 +0000)]
C'mon everybody, let's modify X86JITInfo.cpp. This time, we add <iostream>
so that the shiny new use of std::cerr is defined.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22156
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Fri, 20 May 2005 20:13:41 +0000 (20:13 +0000)]
Finally get the quoting right for both Unix and Windows for the llvmgcc and
llvmgxx programs. dejagnu doesn't understand single quote and we need to
pass double quotes through to the shell in order to escape blanks in the
paths. This patch uses \" to escape the quotes passed through to the shell.
Thanks to Aaron Gray for testing this out on cygwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22155
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Fri, 20 May 2005 19:46:50 +0000 (19:46 +0000)]
Since everyone else has "fixed" this file, might as well join in the fun.
* Change assert() to std::cerr printout, as it will not appear in opt builds
* Add comments to clarify what #ifdef/#else/#endif match what condition(s)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22154
91177308-0d34-0410-b5e6-
96231b3b80d8
Andrew Lenharth [Fri, 20 May 2005 17:50:51 +0000 (17:50 +0000)]
now with a legend, and multiple lines work.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22153
91177308-0d34-0410-b5e6-
96231b3b80d8
Andrew Lenharth [Fri, 20 May 2005 17:33:42 +0000 (17:33 +0000)]
OK, the simple scheme for the db plus a couple of cgi scripts that
do the dynamic plotting of stuff. Still being tested, but makes graphs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22152
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 20 May 2005 17:00:21 +0000 (17:00 +0000)]
Fix this a 3rd time :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22151
91177308-0d34-0410-b5e6-
96231b3b80d8
Andrew Lenharth [Fri, 20 May 2005 16:34:44 +0000 (16:34 +0000)]
fix compilation error due to no abort being defined. There is probably a better way to do this
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22150
91177308-0d34-0410-b5e6-
96231b3b80d8
Duraid Madina [Fri, 20 May 2005 11:39:17 +0000 (11:39 +0000)]
re-enable direct calls, this should just be a performance boost
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22148
91177308-0d34-0410-b5e6-
96231b3b80d8
Duraid Madina [Fri, 20 May 2005 06:21:59 +0000 (06:21 +0000)]
this seems dead (and broke the ia64 build, so..)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22147
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 20 May 2005 03:25:47 +0000 (03:25 +0000)]
Give the asmparser the ability to parse strings. Patch contributed by
Alexander Friedman
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22146
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 20 May 2005 03:25:29 +0000 (03:25 +0000)]
Give the asmparser the ability to parse strings, patch contributed by
Alexander Friedman!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22145
91177308-0d34-0410-b5e6-
96231b3b80d8
Jeff Cohen [Fri, 20 May 2005 01:35:39 +0000 (01:35 +0000)]
Fix tail call support in VC++ builds
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22143
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 19 May 2005 21:10:31 +0000 (21:10 +0000)]
Make sure that tool names don't have any leading or trailing spaces in them.
If they do, it screws up the concatenation of the .exe suffix on cygwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22142
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 19 May 2005 21:03:11 +0000 (21:03 +0000)]
Make sure that tool names don't have any leading or trailing spaces in them.
If they do, it screws up the concatenation of the .exe suffix on cygwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22141
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 19 May 2005 20:26:14 +0000 (20:26 +0000)]
Build the install directories just exactly as any others. Hopefully this
helps out cygwin build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22140
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 19 May 2005 08:37:50 +0000 (08:37 +0000)]
For PR514: Do not configure removed files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22139
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 19 May 2005 08:31:55 +0000 (08:31 +0000)]
For PR514: Do not configure removed files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22138
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 19 May 2005 06:49:17 +0000 (06:49 +0000)]
Fastcc passes arguments in EAX and EDX, make sure the JIT doesn't clobber them
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22137
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 19 May 2005 05:54:33 +0000 (05:54 +0000)]
Tailcalls require stubs to be emitted. Otherwise, the compilation callback
doesn't know who 'called' it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22136
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 19 May 2005 01:06:46 +0000 (01:06 +0000)]
For PR514:
* Make sure the "etcdir" gets checked for configuration files so that
the installed location for config files is checked.
* Remove the st.in file (moved to projects/Stacker/tools/stkrc)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22135
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 19 May 2005 01:05:02 +0000 (01:05 +0000)]
Make the value to -s not be interpreted as a file name
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22134
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 19 May 2005 00:54:10 +0000 (00:54 +0000)]
Add an llvmc specification file for the "st" suffix. This allows Stacker
programs to benefit from the optimization capabilities of the llvmc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22133
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 19 May 2005 00:52:28 +0000 (00:52 +0000)]
For PR514:
* language specification files are no longer configured with "configure"
* add substitutions for %bindir%, %libdir%, and various llvmgcc related
variables needed in the c and cpp spec files.
* Implement the stubstituions in the Compiler Driver.
* Move st.in to projects/Stacker/tools/stkrc where it belongs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22128
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 19 May 2005 00:37:31 +0000 (00:37 +0000)]
Two changes to support building shared libraries that contain multiple
llvm archive or re-linked libraries:
1. Permit the "JIT" special keyword on LLVMLIBS to be recognized when
building a library, not just for building tools
2. If LINK_LIBS_IN_SHARED is set, the LLVMLIBS and USEDLIBS can be specified
when linking a shared library and the libraries listed will be
incorported into the shared library. THis is only used when the
SHARED_LIBRARY variable is set.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22127
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 18 May 2005 22:23:56 +0000 (22:23 +0000)]
Reid linked to the CVS release notes on newsforge :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22126
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Wed, 18 May 2005 20:37:33 +0000 (20:37 +0000)]
Wrap long lines
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22125
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Wed, 18 May 2005 20:28:46 +0000 (20:28 +0000)]
New Release Notes for LLVM 1.6.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22124
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Wed, 18 May 2005 20:23:20 +0000 (20:23 +0000)]
Onward to LLVM-1.6 and beyond!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22123
91177308-0d34-0410-b5e6-
96231b3b80d8