Charles Davis [Fri, 20 May 2011 18:19:22 +0000 (18:19 +0000)]
Now that they're implemented, make the Win64 EH MCAsmStreamer methods call
super.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131743
91177308-0d34-0410-b5e6-
96231b3b80d8
Chad Rosier [Fri, 20 May 2011 17:49:39 +0000 (17:49 +0000)]
Fixed regression due to commit 131709, which disables vararg tail call optimizations on Win64
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131740
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Fri, 20 May 2011 17:38:48 +0000 (17:38 +0000)]
Revert accidental commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131739
91177308-0d34-0410-b5e6-
96231b3b80d8
Charles Davis [Fri, 20 May 2011 16:06:22 +0000 (16:06 +0000)]
"Implement" the HandlerData Win64 EH method in the base MCStreamer.
There's really nothing to implement. All this really does is swap to a
pseudo-section that later gets written to the unwind info struct. That
needs to be implemented in the object streamers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131734
91177308-0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Fri, 20 May 2011 15:11:26 +0000 (15:11 +0000)]
Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131730
91177308-0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Fri, 20 May 2011 09:20:25 +0000 (09:20 +0000)]
Remove noisy semicolons.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131724
91177308-0d34-0410-b5e6-
96231b3b80d8
Cameron Zwarich [Fri, 20 May 2011 03:54:04 +0000 (03:54 +0000)]
Fix PR9960 by teaching SimpleRegisterCoalescing::AdjustCopiesBackFrom() to preserve
the phikill flag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131717
91177308-0d34-0410-b5e6-
96231b3b80d8
Andrew Trick [Fri, 20 May 2011 03:37:48 +0000 (03:37 +0000)]
indvars: minor cleanup in preparation for sign/zero extend elimination.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131716
91177308-0d34-0410-b5e6-
96231b3b80d8
Akira Hatanaka [Fri, 20 May 2011 02:30:51 +0000 (02:30 +0000)]
Fix bug in which nodes that write to argument registers do not get glued with the JALR node. Patch by Sasa Stankovic
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131714
91177308-0d34-0410-b5e6-
96231b3b80d8
Akira Hatanaka [Fri, 20 May 2011 01:45:06 +0000 (01:45 +0000)]
Remove code that creates unnecessary frame objects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131711
91177308-0d34-0410-b5e6-
96231b3b80d8
Akira Hatanaka [Fri, 20 May 2011 01:17:58 +0000 (01:17 +0000)]
Define variables and functions in MipsFunctionInfo.
This is the first of a series of patches that attempt to simplify handling of
stack frame objects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131710
91177308-0d34-0410-b5e6-
96231b3b80d8
Chad Rosier [Fri, 20 May 2011 00:59:28 +0000 (00:59 +0000)]
Don't attempt to tail call optimize for Win64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131709
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Fri, 20 May 2011 00:54:37 +0000 (00:54 +0000)]
Revert r131664 and fix it in instcombine instead. rdar://
9467055
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131708
91177308-0d34-0410-b5e6-
96231b3b80d8
Cameron Zwarich [Thu, 19 May 2011 23:44:34 +0000 (23:44 +0000)]
Fix PR9955 by only attaching load memory operands to load instructions and
similarly for stores. Now "make check" passes with the MachineVerifier forced
on with the VerifyCoalescing option!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131705
91177308-0d34-0410-b5e6-
96231b3b80d8
Eli Friedman [Thu, 19 May 2011 22:16:13 +0000 (22:16 +0000)]
Add fast-isel support for zeroext and signext ret instructions on x86.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131689
91177308-0d34-0410-b5e6-
96231b3b80d8
Rafael Espindola [Thu, 19 May 2011 22:05:56 +0000 (22:05 +0000)]
Looks like OS X assemblers (including MC) don't like
foo:
bar = foo
.quad bar
Avoid producing it. Fixes PR9951.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131687
91177308-0d34-0410-b5e6-
96231b3b80d8
Rafael Espindola [Thu, 19 May 2011 21:40:34 +0000 (21:40 +0000)]
Misc code refactorings:
* Remove unnecessary arguments now that ForceExpAbs is a method.
* Use ForceExpAbs in EmitAbsValue.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131683
91177308-0d34-0410-b5e6-
96231b3b80d8
Eric Christopher [Thu, 19 May 2011 21:33:47 +0000 (21:33 +0000)]
Oddly people want to use the 'r' constraint for fp constants on x86.
Fixes rdar://
9218925
Fixes PR9601
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131682
91177308-0d34-0410-b5e6-
96231b3b80d8
Charles Davis [Thu, 19 May 2011 21:24:54 +0000 (21:24 +0000)]
Implement the EndProlog Win64 EH method on the base MCStreamer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131679
91177308-0d34-0410-b5e6-
96231b3b80d8
Cameron Zwarich [Thu, 19 May 2011 21:13:30 +0000 (21:13 +0000)]
Fix PR9947 by placing OPFL_MemRefs on the node using memory operands rather than
the root if there is only one such node. This leaves only 2 verifier failures in
the entire test suite when running "make check".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131677
91177308-0d34-0410-b5e6-
96231b3b80d8
Eli Friedman [Thu, 19 May 2011 21:13:08 +0000 (21:13 +0000)]
Fix up this test to use explicit triples (Win64 passes a different number of arguments in registers).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131676
91177308-0d34-0410-b5e6-
96231b3b80d8
Jason W Kim [Thu, 19 May 2011 20:55:25 +0000 (20:55 +0000)]
This fixes one divergence between LLVM and binutils for ARM in the
text section.
Assume the following bit of annotated assembly:
.section .data.rel.ro,"aw",%progbits
.align 2
.LAlpha:
.long startval(GOTOFF)
.text
.align 2
.type main,%function
.align 4
main: ;;; assume "main" starts at offset 0x20
0x0 push {r11, lr}
0x4 movw r0, :lower16:(.LAlpha-(.LBeta+8))
;;; ==> (.AddrOf(.LAlpha) - ((.AddrOf(.LBeta) - .AddrOf(".")) + 8)
;;; ==> (??? - ((16-4) + 8) = -20
0x8 movt r0, :upper16:(.LAlpha-(.LBeta+8))
;;; ==> (.AddrOf(.LAlpha) - ((.AddrOf(.LBeta) - .AddrOf(".")) + 8)
;;; ==> (??? - ((16-8) + 8) = -16
0xc ... blah
.LBeta:
0x10 add r0, pc, r0
0x14 ... blah
.LGamma:
0x18 add r1, pc, r1
Above snippet results in the following relocs in the .o file for the
first pair of movw/movt instructions
00000024 R_ARM_MOVW_PREL_NC .LAlpha
00000028 R_ARM_MOVT_PREL .LAlpha
And the encoded instructions in the .o file for main: must be
00000020 <main>:
20:
e92d4800 push {fp, lr}
24:
e30f0fec movw r0, #65516 ; 0xffec i.e. -20
28:
e34f0ff0 movt r0, #65520 ; 0xfff0 i.e. -16
However, llc (prior to this commit) generates the following sequence
00000020 <main>:
20:
e92d4800 push {fp, lr}
24:
e30f0fec movw r0, #65516 ; 0xffec - i.e. -20
28:
e34f0fff movt r0, #65535 ; 0xffff - i.e. -1
What has to happen in the ArmAsmBackend is that if the relocation is PC
relative, the 16 bits encoded as part of movw and movt must be both addends,
not addresses. It makes sense to encode addresses by right shifting the value
by 16, but the result is incorrect for PIC.
i.e., the right shift by 16 for movt is ONLY valid for the NON-PCRel case.
This change agrees with what GNU as does, and makes the PIC code run.
MC/ARM/elf-movt.s covers this case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131674
91177308-0d34-0410-b5e6-
96231b3b80d8
Devang Patel [Thu, 19 May 2011 20:52:46 +0000 (20:52 +0000)]
Reapply r131605. This time with a fix, which is to use NoFolder.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131673
91177308-0d34-0410-b5e6-
96231b3b80d8
Rafael Espindola [Thu, 19 May 2011 20:32:34 +0000 (20:32 +0000)]
ADD64ri32 sign extends its argument, so we need to use a R_X86_64_32S.
Fixes PR9934.
We really need to start tblgening the relocation info :-(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131669
91177308-0d34-0410-b5e6-
96231b3b80d8
Akira Hatanaka [Thu, 19 May 2011 20:29:48 +0000 (20:29 +0000)]
Align i64 arguments to 64 bit boundaries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131668
91177308-0d34-0410-b5e6-
96231b3b80d8
Charles Davis [Thu, 19 May 2011 19:35:55 +0000 (19:35 +0000)]
Implement the Win64 EH prolog instruction methods on the base MCStreamer.
I had to change the API slightly to avoid overloading issues.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131666
91177308-0d34-0410-b5e6-
96231b3b80d8
Eli Friedman [Thu, 19 May 2011 19:14:54 +0000 (19:14 +0000)]
Fix up the new StandardPasses to run the same scalarrepl passes as the old one.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131665
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Thu, 19 May 2011 18:57:12 +0000 (18:57 +0000)]
crc32 with 64-bit output zeros upper 32-bits. rdar://
9467055
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131664
91177308-0d34-0410-b5e6-
96231b3b80d8
Stuart Hastings [Thu, 19 May 2011 18:48:20 +0000 (18:48 +0000)]
Update some currently-disabled code, preparing for eventual use.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131663
91177308-0d34-0410-b5e6-
96231b3b80d8
Akira Hatanaka [Thu, 19 May 2011 18:25:03 +0000 (18:25 +0000)]
Increase number of available registers when target is MIPS32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131660
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Thu, 19 May 2011 18:18:39 +0000 (18:18 +0000)]
Add comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131659
91177308-0d34-0410-b5e6-
96231b3b80d8
Akira Hatanaka [Thu, 19 May 2011 18:06:05 +0000 (18:06 +0000)]
Simplify CC_MipsO32 and merge it with CC_MipsO32_VarArgs. Patch by Sasa Stankovic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131657
91177308-0d34-0410-b5e6-
96231b3b80d8
Joerg Sonnenberger [Thu, 19 May 2011 18:00:13 +0000 (18:00 +0000)]
Reapply 131644 including the missing header changes:
Introduce -fatal-assembler-warnings for the obvious purpose
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131655
91177308-0d34-0410-b5e6-
96231b3b80d8
Stuart Hastings [Thu, 19 May 2011 17:54:42 +0000 (17:54 +0000)]
Reverting 131641 to investigate 'bot complaint.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131654
91177308-0d34-0410-b5e6-
96231b3b80d8
Eli Friedman [Thu, 19 May 2011 17:48:09 +0000 (17:48 +0000)]
Revert r131644; it's breaking the build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131653
91177308-0d34-0410-b5e6-
96231b3b80d8
Charles Davis [Thu, 19 May 2011 17:46:39 +0000 (17:46 +0000)]
Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) Make
ours compatible with GAS.
In retrospect, I should have emailed binutils about this earlier. Thanks to
Kai Tietz for pointing out that GAS already had SEH directives.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131652
91177308-0d34-0410-b5e6-
96231b3b80d8
Jim Grosbach [Thu, 19 May 2011 17:34:53 +0000 (17:34 +0000)]
80 columns.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131649
91177308-0d34-0410-b5e6-
96231b3b80d8
Joerg Sonnenberger [Thu, 19 May 2011 17:27:01 +0000 (17:27 +0000)]
Introduce -fatal-assembler-warnings for the obvious purpose
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131644
91177308-0d34-0410-b5e6-
96231b3b80d8
Akira Hatanaka [Thu, 19 May 2011 17:21:09 +0000 (17:21 +0000)]
Fix data layout string. i64 is aligned to 64 bit boundaries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131642
91177308-0d34-0410-b5e6-
96231b3b80d8
Stuart Hastings [Thu, 19 May 2011 16:59:50 +0000 (16:59 +0000)]
Revise MOVSX16rr8/MOVZX16rr8 (and rm variants) to no longer be
pseudos. rdar://problem/
8614450
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131641
91177308-0d34-0410-b5e6-
96231b3b80d8
Stuart Hastings [Thu, 19 May 2011 05:53:22 +0000 (05:53 +0000)]
Move test to Transforms/InstCombine.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131634
91177308-0d34-0410-b5e6-
96231b3b80d8
Cameron Zwarich [Thu, 19 May 2011 04:44:19 +0000 (04:44 +0000)]
Use the correct register class for Cell varargs spilling. This fixes all of the
verifier failures in the CodeGen/CellSPU tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131631
91177308-0d34-0410-b5e6-
96231b3b80d8
Mon P Wang [Thu, 19 May 2011 04:15:07 +0000 (04:15 +0000)]
Fixed sdiv and udiv for <4 x i16>. The test from r125402 still applies for this change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131630
91177308-0d34-0410-b5e6-
96231b3b80d8
Charles Davis [Thu, 19 May 2011 04:04:13 +0000 (04:04 +0000)]
Implement the StartChained and EndChained Win64 EH methods on MCStreamer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131629
91177308-0d34-0410-b5e6-
96231b3b80d8
Cameron Zwarich [Thu, 19 May 2011 03:11:06 +0000 (03:11 +0000)]
Make CodeGen/PowerPC/2007-09-11-RegCoalescerAssert.ll pass with the verifier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131627
91177308-0d34-0410-b5e6-
96231b3b80d8
Cameron Zwarich [Thu, 19 May 2011 02:56:28 +0000 (02:56 +0000)]
Fix PR8828 by removing the explicit def in MovePCToLR as well as the pointless
piclabel operand. The operand in the tablegen definition doesn't actually turn
into an MI operand, so it just confuses anything checking the TargetInstrDesc
for the number of operands. It suffices to just have an implicit def of LR.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131626
91177308-0d34-0410-b5e6-
96231b3b80d8
Cameron Zwarich [Thu, 19 May 2011 02:56:23 +0000 (02:56 +0000)]
Reuse the TargetInstrDesc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131625
91177308-0d34-0410-b5e6-
96231b3b80d8
Francois Pichet [Thu, 19 May 2011 02:54:11 +0000 (02:54 +0000)]
Fix the MSVC build.
Use a set of overloaded functions instead of template function for CreatePassFn.
It seems that template deduction for functions type that differs only by return type doesn't work with MSVC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131624
91177308-0d34-0410-b5e6-
96231b3b80d8
Charles Davis [Thu, 19 May 2011 02:49:00 +0000 (02:49 +0000)]
Implement the StartProc and EndProc Win64 EH methods on the base MCStreamer.
Based largely on Rafael Espindola's work on CFI. Other methods soon to follow.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131623
91177308-0d34-0410-b5e6-
96231b3b80d8
Charles Davis [Thu, 19 May 2011 02:47:23 +0000 (02:47 +0000)]
Fix build issues with headers, which I discovered by actually using them.
Also, convert all the inline functions on UnwindInfo into methods.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131622
91177308-0d34-0410-b5e6-
96231b3b80d8
Rafael Espindola [Thu, 19 May 2011 02:35:26 +0000 (02:35 +0000)]
Add test for PR9946.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131621
91177308-0d34-0410-b5e6-
96231b3b80d8
Rafael Espindola [Thu, 19 May 2011 02:26:30 +0000 (02:26 +0000)]
revert 131605 to fix PR9946.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131620
91177308-0d34-0410-b5e6-
96231b3b80d8
Cameron Zwarich [Thu, 19 May 2011 02:18:27 +0000 (02:18 +0000)]
Correctly constrain a register class when computing frame offsets, as the Thumb2
add instruction takes an rGPR. This fixes the last of PR8825.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131619
91177308-0d34-0410-b5e6-
96231b3b80d8
Cameron Zwarich [Thu, 19 May 2011 01:56:19 +0000 (01:56 +0000)]
Revert r128961 because it didn't include a test and causes the verifier to fail
on CodeGen/X86/2007-05-07-InvokeSRet.ll. There is probably a bug here that was
fixed by r128961, but since there is no test or reference to a source file I have
to revert it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131618
91177308-0d34-0410-b5e6-
96231b3b80d8
Eli Friedman [Thu, 19 May 2011 01:20:42 +0000 (01:20 +0000)]
Make the demanded bits/elements optimizations preserve debug line information.
I'm not sure this is quite ideal, but I can't really think of any better way to do it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131616
91177308-0d34-0410-b5e6-
96231b3b80d8
Jim Grosbach [Thu, 19 May 2011 00:45:05 +0000 (00:45 +0000)]
Avoid a Twine that referenced a tmp (which proceded to go out of scope before
the Twine was used).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131612
91177308-0d34-0410-b5e6-
96231b3b80d8
Devang Patel [Thu, 19 May 2011 00:13:33 +0000 (00:13 +0000)]
Use IRBuilder.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131609
91177308-0d34-0410-b5e6-
96231b3b80d8
Rafael Espindola [Thu, 19 May 2011 00:13:04 +0000 (00:13 +0000)]
Another try at fixing cmake.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131608
91177308-0d34-0410-b5e6-
96231b3b80d8
Devang Patel [Thu, 19 May 2011 00:09:21 +0000 (00:09 +0000)]
Use IRBuilder while simplifying unreachable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131607
91177308-0d34-0410-b5e6-
96231b3b80d8
Rafael Espindola [Thu, 19 May 2011 00:02:45 +0000 (00:02 +0000)]
Revert my previous patch. The cmake build had already been fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131606
91177308-0d34-0410-b5e6-
96231b3b80d8
Devang Patel [Wed, 18 May 2011 23:59:51 +0000 (23:59 +0000)]
Use IRBuilder while simplifying conditional branch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131605
91177308-0d34-0410-b5e6-
96231b3b80d8
Eli Friedman [Wed, 18 May 2011 23:58:37 +0000 (23:58 +0000)]
More instcombine cleanup, towards improving debug line info.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131604
91177308-0d34-0410-b5e6-
96231b3b80d8
Jim Grosbach [Wed, 18 May 2011 23:56:43 +0000 (23:56 +0000)]
Restore sanity to 131601.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131603
91177308-0d34-0410-b5e6-
96231b3b80d8
Rafael Espindola [Wed, 18 May 2011 23:56:40 +0000 (23:56 +0000)]
Fix the cmake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131602
91177308-0d34-0410-b5e6-
96231b3b80d8
Jim Grosbach [Wed, 18 May 2011 23:53:21 +0000 (23:53 +0000)]
Objective C functions may use a magic '\1' on the name. Handle that when
dealing with them in the MCJIT.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131601
91177308-0d34-0410-b5e6-
96231b3b80d8
Eli Friedman [Wed, 18 May 2011 23:51:11 +0000 (23:51 +0000)]
Shuffle StandardPasses.cpp into VMCore; add it to CMake.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131600
91177308-0d34-0410-b5e6-
96231b3b80d8
Devang Patel [Wed, 18 May 2011 23:18:47 +0000 (23:18 +0000)]
Use IRBuilder while simplifying branch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131598
91177308-0d34-0410-b5e6-
96231b3b80d8
Eli Friedman [Wed, 18 May 2011 23:13:10 +0000 (23:13 +0000)]
Revert unintentional commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131597
91177308-0d34-0410-b5e6-
96231b3b80d8
Eli Friedman [Wed, 18 May 2011 23:11:30 +0000 (23:11 +0000)]
More instcombine simplifications towards better debug locations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131596
91177308-0d34-0410-b5e6-
96231b3b80d8
Cameron Zwarich [Wed, 18 May 2011 23:03:10 +0000 (23:03 +0000)]
Add missing mayLoad / mayStore flags to instruction definitions without patterns,
which fixes all of the CodeGen/MBlaze verifier failures.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131595
91177308-0d34-0410-b5e6-
96231b3b80d8
Charles Davis [Wed, 18 May 2011 22:48:24 +0000 (22:48 +0000)]
Add a header patterned after MCDwarf.h for supporting Win64 exception handling
under MC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131593
91177308-0d34-0410-b5e6-
96231b3b80d8
David Chisnall [Wed, 18 May 2011 22:46:02 +0000 (22:46 +0000)]
Some better type safety enforcement in the standard pass list, along with some small tidies and some fixes for bugs that the stricter checking found.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131592
91177308-0d34-0410-b5e6-
96231b3b80d8
Cameron Zwarich [Wed, 18 May 2011 22:24:48 +0000 (22:24 +0000)]
Reserve the segment registers on x86 to fix verifier failures in any code that
uses them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131591
91177308-0d34-0410-b5e6-
96231b3b80d8
Charles Davis [Wed, 18 May 2011 22:13:51 +0000 (22:13 +0000)]
Remove comments as Chris requested.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131590
91177308-0d34-0410-b5e6-
96231b3b80d8
Cameron Zwarich [Wed, 18 May 2011 21:54:32 +0000 (21:54 +0000)]
Reserve r29 on Alpha. This fixes all verifier failures in CodeGen/Alpha.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131587
91177308-0d34-0410-b5e6-
96231b3b80d8
Tanya Lattner [Wed, 18 May 2011 21:44:54 +0000 (21:44 +0000)]
Handle perfect shuffle case that generates a vrev for vectors of floats.
Add test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131582
91177308-0d34-0410-b5e6-
96231b3b80d8
Eli Friedman [Wed, 18 May 2011 21:40:04 +0000 (21:40 +0000)]
Third pass at allowing plugins to modify default passes. This time with a tweak so that we don't depend on an uninitialized argument.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131581
91177308-0d34-0410-b5e6-
96231b3b80d8
Devang Patel [Wed, 18 May 2011 21:33:11 +0000 (21:33 +0000)]
Use IRBuilder while simplifying return instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131580
91177308-0d34-0410-b5e6-
96231b3b80d8
Cameron Zwarich [Wed, 18 May 2011 21:29:07 +0000 (21:29 +0000)]
Fix an obvious typo in r131572.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131579
91177308-0d34-0410-b5e6-
96231b3b80d8
Cameron Zwarich [Wed, 18 May 2011 21:25:14 +0000 (21:25 +0000)]
Fix more of PR8825. Now all of CodeGen/ARM passes with VerifyCoalescing turned on.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131578
91177308-0d34-0410-b5e6-
96231b3b80d8
Dan Gohman [Wed, 18 May 2011 21:02:18 +0000 (21:02 +0000)]
When forming an ICmpZero LSRUse, normalize the non-IV operand
of the comparison, so that the resulting expression is fully
normalized. This fixes PR9939.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131576
91177308-0d34-0410-b5e6-
96231b3b80d8
Devang Patel [Wed, 18 May 2011 20:58:47 +0000 (20:58 +0000)]
Set debug location while setting insertion point.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131575
91177308-0d34-0410-b5e6-
96231b3b80d8
Charles Davis [Wed, 18 May 2011 20:54:10 +0000 (20:54 +0000)]
Add some more Win64 EH directives:
- StartChained and EndChained delimit a chained unwind area, which can contain
additional operations to be undone if an exception occurs inside of it.
- UnwindOnly declares that this function doesn't handle any exceptions. If it
has a handler, it's an unwind handler instead of an exception handler.
- Lsda declares the location and size of the LSDA, which in the Win64 EH
scheme is kept inside the UNWIND_INFO struct. Windows itself ignores the
LSDA; it's used by the Language-Specific Handler (the "Personality Function"
from DWARF).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131572
91177308-0d34-0410-b5e6-
96231b3b80d8
Devang Patel [Wed, 18 May 2011 20:53:17 +0000 (20:53 +0000)]
Spread use of IRBuilder even more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131571
91177308-0d34-0410-b5e6-
96231b3b80d8
Eli Friedman [Wed, 18 May 2011 20:39:27 +0000 (20:39 +0000)]
Revert r131556; it's breaking buildbots/clang tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131567
91177308-0d34-0410-b5e6-
96231b3b80d8
Devang Patel [Wed, 18 May 2011 20:35:38 +0000 (20:35 +0000)]
Use IRBuilder while simplifying switch instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131566
91177308-0d34-0410-b5e6-
96231b3b80d8
Johnny Chen [Wed, 18 May 2011 20:32:41 +0000 (20:32 +0000)]
Disassembly of tBcc was wrongly adding 4 to the SignExtend'ed imm8:'0' immediate operand.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131565
91177308-0d34-0410-b5e6-
96231b3b80d8
Devang Patel [Wed, 18 May 2011 20:01:18 +0000 (20:01 +0000)]
Use IRBuilder while simplifying unwind.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131561
91177308-0d34-0410-b5e6-
96231b3b80d8
Chad Rosier [Wed, 18 May 2011 19:59:50 +0000 (19:59 +0000)]
Enables vararg functions that pass all arguments via registers to be optimized into tail-calls when possible.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131560
91177308-0d34-0410-b5e6-
96231b3b80d8
Eli Friedman [Wed, 18 May 2011 19:57:14 +0000 (19:57 +0000)]
More instcombine cleanup aimed towards improving debug line info.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131559
91177308-0d34-0410-b5e6-
96231b3b80d8
Stuart Hastings [Wed, 18 May 2011 19:19:17 +0000 (19:19 +0000)]
An imminent fix to the x86_64 byval logic will expose a flaw in the
x86_64 sibcall logic. I've filed PR9943 for the sibcall problem, and
this patch alters the testcase to work around the flaw. When PR9943
is fixed, this patch should be reverted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131557
91177308-0d34-0410-b5e6-
96231b3b80d8
David Chisnall [Wed, 18 May 2011 19:00:41 +0000 (19:00 +0000)]
Second pass at allowing plugins to modify default passes. This time without bonus inter-library dependencies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131556
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Wed, 18 May 2011 18:59:17 +0000 (18:59 +0000)]
Revise r131553. Just use the type of the input node and forgo the bitcast. rdar://
9449159.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131555
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Wed, 18 May 2011 18:47:27 +0000 (18:47 +0000)]
Fix an ARMTargetLowering::LowerSELECT bug: legalized result must have same type as input. Sorry test cases only trigger when dag combine is disabled. rdar://
9449178
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131553
91177308-0d34-0410-b5e6-
96231b3b80d8
Devang Patel [Wed, 18 May 2011 18:43:31 +0000 (18:43 +0000)]
Use IRBuilder while simplifying terminator.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131552
91177308-0d34-0410-b5e6-
96231b3b80d8
Devang Patel [Wed, 18 May 2011 18:28:48 +0000 (18:28 +0000)]
Use IRBuilder while simplifying unconditional branch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131551
91177308-0d34-0410-b5e6-
96231b3b80d8
Devang Patel [Wed, 18 May 2011 18:16:44 +0000 (18:16 +0000)]
Use IRBuilder while folding two entry PHINode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131548
91177308-0d34-0410-b5e6-
96231b3b80d8
Eli Friedman [Wed, 18 May 2011 18:10:28 +0000 (18:10 +0000)]
Switch more inst insertion in instcombine to IRBuilder.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131547
91177308-0d34-0410-b5e6-
96231b3b80d8
Chad Rosier [Wed, 18 May 2011 18:07:16 +0000 (18:07 +0000)]
Correct typos in TestingGuide.html
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131546
91177308-0d34-0410-b5e6-
96231b3b80d8
Devang Patel [Wed, 18 May 2011 18:01:27 +0000 (18:01 +0000)]
Set up IRBuilder for use during simplification.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131545
91177308-0d34-0410-b5e6-
96231b3b80d8