oota-llvm.git
12 years agoWe need to map DebugLoc. It leads to Fuction * (through subprogram entry node) which...
Devang Patel [Thu, 4 Aug 2011 20:02:18 +0000 (20:02 +0000)]
We need to map DebugLoc. It leads to Fuction * (through subprogram entry node) which should be appropriately mapped.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136910 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoLinke NamedMDNodes after linking global values as comment suggests.
Devang Patel [Thu, 4 Aug 2011 19:44:28 +0000 (19:44 +0000)]
Linke NamedMDNodes after linking global values as comment suggests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136909 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoallow \r's in .s files.
Chris Lattner [Thu, 4 Aug 2011 19:31:26 +0000 (19:31 +0000)]
allow \r's in .s files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136908 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoIntroduce adjustFixupOffset that adjusts the fixup offset of a relocation.
Roman Divacky [Thu, 4 Aug 2011 19:08:19 +0000 (19:08 +0000)]
Introduce adjustFixupOffset that adjusts the fixup offset of a relocation.
This is meant to be overriden by backends. Implement an override on PowerPC
which adjusts the offset by 2 for ha16/lo16 relocation kinds. This removes
a commented out hack and enables hello world to be compiled on PowerPC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136905 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoAdd counter.
Devang Patel [Thu, 4 Aug 2011 18:45:38 +0000 (18:45 +0000)]
Add counter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136901 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoFix an obvious type. Patch by Ivan Krasin.
Evan Cheng [Thu, 4 Aug 2011 18:40:26 +0000 (18:40 +0000)]
Fix an obvious type. Patch by Ivan Krasin.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136900 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoFix an obvious type. Patch by Ivan Krasin.
Evan Cheng [Thu, 4 Aug 2011 18:38:15 +0000 (18:38 +0000)]
Fix an obvious type. Patch by Ivan Krasin.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136899 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoLDCL_POST and STCL_POST need one's-complement offsets, rather than two's complement...
Owen Anderson [Thu, 4 Aug 2011 18:24:14 +0000 (18:24 +0000)]
LDCL_POST and STCL_POST need one's-complement offsets, rather than two's complement offsets.  Add an appropriate immediate type for them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136896 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoFix the bitwidth of the remaining fields.
Rafael Espindola [Thu, 4 Aug 2011 17:00:11 +0000 (17:00 +0000)]
Fix the bitwidth of the remaining fields.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136884 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoFix a place that was clearly forgotten when the type legalization
Duncan Sands [Thu, 4 Aug 2011 16:01:54 +0000 (16:01 +0000)]
Fix a place that was clearly forgotten when the type legalization
logic moved over to its own enum.  Noticed by Andrey Karpov with
the PVS-studio tool.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136881 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoprint st_shndx with the correct number of bits.
Rafael Espindola [Thu, 4 Aug 2011 15:50:13 +0000 (15:50 +0000)]
print st_shndx with the correct number of bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136880 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoAdd obviously missing "break". Noticed by Andrey Karpov with
Duncan Sands [Thu, 4 Aug 2011 15:45:59 +0000 (15:45 +0000)]
Add obviously missing "break".  Noticed by Andrey Karpov with
the PVS-studio tool.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136878 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoprint st_other with the correct number of bits.
Rafael Espindola [Thu, 4 Aug 2011 15:38:19 +0000 (15:38 +0000)]
print st_other with the correct number of bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136877 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoprint st_type with the correct number of bits.
Rafael Espindola [Thu, 4 Aug 2011 15:24:00 +0000 (15:24 +0000)]
print st_type with the correct number of bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136875 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoPrint st_bind with the correct number of bits.
Rafael Espindola [Thu, 4 Aug 2011 15:10:35 +0000 (15:10 +0000)]
Print st_bind with the correct number of bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136874 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoPrint r_sym with the correct number of bits.
Rafael Espindola [Thu, 4 Aug 2011 14:48:27 +0000 (14:48 +0000)]
Print r_sym with the correct number of bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136873 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoPrint r_type with the correct number of bits.
Rafael Espindola [Thu, 4 Aug 2011 14:39:30 +0000 (14:39 +0000)]
Print r_type with the correct number of bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136872 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoAnother counter goes decimal.
Rafael Espindola [Thu, 4 Aug 2011 14:27:46 +0000 (14:27 +0000)]
Another counter goes decimal.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136871 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoChange anther counter to decimal.
Rafael Espindola [Thu, 4 Aug 2011 14:01:03 +0000 (14:01 +0000)]
Change anther counter to decimal.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136870 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoDon't print a counter in hex.
Rafael Espindola [Thu, 4 Aug 2011 13:39:15 +0000 (13:39 +0000)]
Don't print a counter in hex.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136869 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoAdd an assert to check that the Addend fits the file format.
Rafael Espindola [Thu, 4 Aug 2011 13:05:26 +0000 (13:05 +0000)]
Add an assert to check that the Addend fits the file format.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136868 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoPrint all the bits in the addend.
Rafael Espindola [Thu, 4 Aug 2011 13:00:24 +0000 (13:00 +0000)]
Print all the bits in the addend.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136867 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoReword.
Jay Foad [Thu, 4 Aug 2011 10:43:43 +0000 (10:43 +0000)]
Reword.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136866 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoFix what seems an obvious typo. Patch by Ivan Krasin. Problem
Duncan Sands [Thu, 4 Aug 2011 10:02:21 +0000 (10:02 +0000)]
Fix what seems an obvious typo.  Patch by Ivan Krasin.  Problem
reported at http://habrahabr.ru/blogs/compilers/125626/.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136865 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoReverting r136884 updateUnloop, which crashed a linux builder.
Andrew Trick [Thu, 4 Aug 2011 01:04:37 +0000 (01:04 +0000)]
Reverting r136884 updateUnloop, which crashed a linux builder.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136857 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoFix http://llvm.org/bugs/show_bug.cgi?id=10568
Jason W Kim [Thu, 4 Aug 2011 00:38:45 +0000 (00:38 +0000)]
Fix http://llvm.org/bugs/show_bug.cgi?id=10568
Move the reloc size assert into AsmBackend - where it is more apropos.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136855 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoOnly access both operands of an INSERT_SUBVECTOR if it is an INSERT_SUBVECTOR.
Bill Wendling [Thu, 4 Aug 2011 00:32:58 +0000 (00:32 +0000)]
Only access both operands of an INSERT_SUBVECTOR if it is an INSERT_SUBVECTOR.
Fixes PR10527.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136853 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoARM refactoring assembly parsing of memory address operands.
Jim Grosbach [Wed, 3 Aug 2011 23:50:40 +0000 (23:50 +0000)]
ARM refactoring assembly parsing of memory address operands.

Memory operand parsing is a bit haphazzard at the moment, in no small part
due to the even more haphazzard representations of memory operands in the .td
files. Start cleaning that all up, at least a bit.

The addressing modes in the .td files will be being simplified to not be
so monolithic, especially with regards to immediate vs. register offsets
and post-indexed addressing. addrmode3 is on its way with this patch, for
example.

This patch is foundational to enable going back to smaller incremental patches
for the individual memory referencing instructions themselves. It does just
enough to get the basics in place and handle the "make check" regression tests
we already have.

Follow-up work will be fleshing out the details and adding more robust test
cases for the individual instructions, starting with ARM mode and moving from
there into Thumb and Thumb2.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136845 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoAn algorithm for incrementally updating LoopInfo within a
Andrew Trick [Wed, 3 Aug 2011 23:50:25 +0000 (23:50 +0000)]
An algorithm for incrementally updating LoopInfo within a
LoopPassManager. The incremental update should be extremely cheap in
most cases and can be used in places where it's not feasible to
regenerate the entire loop forest.

- "Unloop" is a node in the loop tree whose last backedge has been removed.
- Perform reverse dataflow on the block inside Unloop to propagate the
  nearest loop from the block's successors.
- For reducible CFG, each block in unloop is visited exactly
  once. This is because unloop no longer has a backedge and blocks
  within subloops don't change parents.
- Immediate subloops are summarized by the nearest loop reachable from
  their exits or exits within nested subloops.
- At completion the unloop blocks each have a new parent loop, and
  each immediate subloop has a new parent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136844 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agowhitespace
Andrew Trick [Wed, 3 Aug 2011 23:45:50 +0000 (23:45 +0000)]
whitespace

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136843 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoCorrectly handle multiple DBG_VALUE instructions at the same SlotIndex.
Jakob Stoklund Olesen [Wed, 3 Aug 2011 23:44:31 +0000 (23:44 +0000)]
Correctly handle multiple DBG_VALUE instructions at the same SlotIndex.

It is possible to have multiple DBG_VALUEs for the same variable:

32L TEST32rr %vreg0<kill>, %vreg0, %EFLAGS<imp-def>; GR32:%vreg0
    DBG_VALUE 2, 0, !"i"
    DBG_VALUE %noreg, %0, !"i"

When that happens, keep the last one instead of the first.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136842 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agowhitespace
Andrew Trick [Wed, 3 Aug 2011 23:43:49 +0000 (23:43 +0000)]
whitespace

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136840 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoAn interface for iterating over a loop's blocks in DFS order.
Andrew Trick [Wed, 3 Aug 2011 23:27:28 +0000 (23:27 +0000)]
An interface for iterating over a loop's blocks in DFS order.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136838 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoFix broken encoding of tCBNZ.
Owen Anderson [Wed, 3 Aug 2011 23:21:48 +0000 (23:21 +0000)]
Fix broken encoding of tCBNZ.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136837 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoEnable compact region splitting by default.
Jakob Stoklund Olesen [Wed, 3 Aug 2011 23:16:09 +0000 (23:16 +0000)]
Enable compact region splitting by default.

This helps generate better code in functions with high register
pressure.

The previous version of compact region splitting caused regressions
because the regions were a bit too large. A stronger negative bias
applied in r136832 fixed this problem.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136836 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoDo not drop undef debug values. These are used as range termination marker by live...
Devang Patel [Wed, 3 Aug 2011 23:13:55 +0000 (23:13 +0000)]
Do not drop undef debug values. These are used as range termination marker by live debug variable pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136834 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoRemove underscore that's breaking linux buildbots.
Benjamin Kramer [Wed, 3 Aug 2011 23:13:01 +0000 (23:13 +0000)]
Remove underscore that's breaking linux buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136833 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoBe more conservative when forming compact regions.
Jakob Stoklund Olesen [Wed, 3 Aug 2011 23:09:38 +0000 (23:09 +0000)]
Be more conservative when forming compact regions.

Apply twice the negative bias on transparent blocks when computing the
compact regions. This excludes loop backedges from the region when only
one of the loop blocks uses the register.

Previously, we would include the backedge in the region if the loop
preheader and the loop latch both used the register, but the loop header
didn't.

When both the header and latch blocks use the register, we still keep it
live on the backedge.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136832 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoFix some warnings from Clang in release builds:
Chandler Carruth [Wed, 3 Aug 2011 23:07:27 +0000 (23:07 +0000)]
Fix some warnings from Clang in release builds:

lib/CodeGen/RegAllocGreedy.cpp:1176:18: warning: unused variable 'B' [-Wunused-variable]
    if (unsigned B = Cand.getBundles(BundleCand, BestCand)) {
                 ^
lib/CodeGen/RegAllocGreedy.cpp:1188:18: warning: unused variable 'B' [-Wunused-variable]
    if (unsigned B = Cand.getBundles(BundleCand, 0)) {
                 ^

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136831 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoFix typo in #include which revealed in the case-sensitive filesystem.
Jakub Staszak [Wed, 3 Aug 2011 22:53:41 +0000 (22:53 +0000)]
Fix typo in #include which revealed in the case-sensitive filesystem.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136828 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoUse MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics.
Jakub Staszak [Wed, 3 Aug 2011 22:34:43 +0000 (22:34 +0000)]
Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136826 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoRemove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
Bill Wendling [Wed, 3 Aug 2011 22:18:20 +0000 (22:18 +0000)]
Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
This is some of my original LLVM code. *wipes tear*

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136821 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoAdd accessors for manipulating an MCInst's operands.
Owen Anderson [Wed, 3 Aug 2011 21:52:15 +0000 (21:52 +0000)]
Add accessors for manipulating an MCInst's operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136818 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoAdd more constantness in BlockFrequencyInfo.
Jakub Staszak [Wed, 3 Aug 2011 21:30:57 +0000 (21:30 +0000)]
Add more constantness in BlockFrequencyInfo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136816 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoKill the export list as well.
Evan Cheng [Wed, 3 Aug 2011 21:07:01 +0000 (21:07 +0000)]
Kill the export list as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136814 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoNew approach to r136737: insert the necessary fences for atomic ops in platform-indep...
Eli Friedman [Wed, 3 Aug 2011 21:06:02 +0000 (21:06 +0000)]
New approach to r136737: insert the necessary fences for atomic ops in platform-independent code, since a bunch of platforms (ARM, Mips, PPC, Alpha are the relevant targets here) need to do essentially the same thing.

I think this completes the basic CodeGen for atomicrmw and cmpxchg.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136813 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoRemove CreateUnwind from the IRBuillder.
Bill Wendling [Wed, 3 Aug 2011 20:53:38 +0000 (20:53 +0000)]
Remove CreateUnwind from the IRBuillder.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136811 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoRemove unused variables.
Benjamin Kramer [Wed, 3 Aug 2011 19:53:48 +0000 (19:53 +0000)]
Remove unused variables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136803 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoSome revisions to Devang's change r136759 for merged global debug info.
Bob Wilson [Wed, 3 Aug 2011 19:42:51 +0000 (19:42 +0000)]
Some revisions to Devang's change r136759 for merged global debug info.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136802 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoGo back to the old definition. It's not clear that a 'resume' can be 'outlined' from...
Bill Wendling [Wed, 3 Aug 2011 18:37:32 +0000 (18:37 +0000)]
Go back to the old definition. It's not clear that a 'resume' can be 'outlined' from the function with the landing pad for all platforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136799 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoSCEV: Use AssertingVH to catch dangling BasicBlock* when passes forget
Andrew Trick [Wed, 3 Aug 2011 18:32:11 +0000 (18:32 +0000)]
SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forget
to notify SCEV of a change. Add forgetLoop in a couple of those places.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136797 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agowhitespace
Andrew Trick [Wed, 3 Aug 2011 18:28:21 +0000 (18:28 +0000)]
whitespace

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136795 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoExplain how clauses are applied.
Bill Wendling [Wed, 3 Aug 2011 17:17:06 +0000 (17:17 +0000)]
Explain how clauses are applied.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136790 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoHandle IMPLICIT_DEF instructions in X86FloatingPoint.
Jakob Stoklund Olesen [Wed, 3 Aug 2011 16:33:19 +0000 (16:33 +0000)]
Handle IMPLICIT_DEF instructions in X86FloatingPoint.

This fixes PR10575.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136787 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoUse cast<> instead of a C-style cast to get some free assertions.
Jay Foad [Wed, 3 Aug 2011 10:05:04 +0000 (10:05 +0000)]
Use cast<> instead of a C-style cast to get some free assertions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136771 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agofix PR10286, a problem with the .ll printer handling block addresses that are out...
Chris Lattner [Wed, 3 Aug 2011 06:15:41 +0000 (06:15 +0000)]
fix PR10286, a problem with the .ll printer handling block addresses that are out-of-scope.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136768 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoUse byte offset, instead of element number, to access merged global.
Devang Patel [Wed, 3 Aug 2011 01:25:46 +0000 (01:25 +0000)]
Use byte offset, instead of element number, to access merged global.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136759 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoSmall cleanups:
Nick Lewycky [Wed, 3 Aug 2011 01:11:40 +0000 (01:11 +0000)]
Small cleanups:
  - use SmallVectorImpl& for the function argument.
  - ignore the operands on the GEP, even if they aren't constant! Much as we
    pretend the malloc succeeds, we pretend that malloc + whatever-you-GEP'd-by
    is not null. It's magic!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136757 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoAdd this back in for now. There are still a few passes which create unwind instructio...
Bill Wendling [Wed, 3 Aug 2011 01:07:57 +0000 (01:07 +0000)]
Add this back in for now. There are still a few passes which create unwind instructions at the moment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136756 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoFix logical error when detecting lifetime intrinsics.
Nick Lewycky [Wed, 3 Aug 2011 00:43:35 +0000 (00:43 +0000)]
Fix logical error when detecting lifetime intrinsics.

Don't replace a gep/bitcast with 'undef' because that will form a "free(undef)"
which in turn means "unreachable". What we wanted was a no-op. Instead, analyze
the whole tree and look for all the instructions we need to delete first, then
delete them second, not relying on the use_list to stay consistent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136752 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoReplace the 'UnwindInst' check with a check for 'ResumeInst', which also exits
Bill Wendling [Wed, 3 Aug 2011 00:30:19 +0000 (00:30 +0000)]
Replace the 'UnwindInst' check with a check for 'ResumeInst', which also exits
the function, because the UnwindInst is going away.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136751 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoUse the precomputed def presence in RAGreedy::calcSpillCost.
Jakob Stoklund Olesen [Tue, 2 Aug 2011 23:04:08 +0000 (23:04 +0000)]
Use the precomputed def presence in RAGreedy::calcSpillCost.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136742 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoInform SpillPlacement about blocks with defs.
Jakob Stoklund Olesen [Tue, 2 Aug 2011 23:04:06 +0000 (23:04 +0000)]
Inform SpillPlacement about blocks with defs.

This information is not used for anything yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136741 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoRename {First,Last}Use to {First,Last}Instr.
Jakob Stoklund Olesen [Tue, 2 Aug 2011 22:54:14 +0000 (22:54 +0000)]
Rename {First,Last}Use to {First,Last}Instr.

With a 'FirstDef' field right there, it is very confusing that FirstUse
refers to an instruction that may be a def.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136739 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agolldb doesn't need the edis dylib any more.
Evan Cheng [Tue, 2 Aug 2011 22:53:48 +0000 (22:53 +0000)]
lldb doesn't need the edis dylib any more.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136738 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoARM backend support for atomicrmw and cmpxchg with non-monotonic ordering. Not espec...
Eli Friedman [Tue, 2 Aug 2011 22:44:16 +0000 (22:44 +0000)]
ARM backend support for atomicrmw and cmpxchg with non-monotonic ordering.  Not especially pretty, but seems to work well enough.  If this looks okay, I'll put together similar patches for Mips, PPC, and Alpha.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136737 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoAdd a BlockInfo::FirstDef field.
Jakob Stoklund Olesen [Tue, 2 Aug 2011 22:37:22 +0000 (22:37 +0000)]
Add a BlockInfo::FirstDef field.

This is either an invalid SlotIndex, or valno->def for the first value
defined inside the block. PHI values are not counted as defined inside
the block.

The FirstDef field will be used when estimating the cost of spilling
around a block.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136736 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoDelete BlockInfo::LiveThrough. It wasn't used any more.
Jakob Stoklund Olesen [Tue, 2 Aug 2011 22:37:20 +0000 (22:37 +0000)]
Delete BlockInfo::LiveThrough. It wasn't used any more.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136735 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoTeach InstCombine that lifetime intrincs aren't a real user on the result of a
Nick Lewycky [Tue, 2 Aug 2011 22:08:01 +0000 (22:08 +0000)]
Teach InstCombine that lifetime intrincs aren't a real user on the result of a
malloc call.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136732 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoExtend the SpillPlacement interface with two new features.
Jakob Stoklund Olesen [Tue, 2 Aug 2011 21:53:03 +0000 (21:53 +0000)]
Extend the SpillPlacement interface with two new features.

The PrefBoth constraint is used for blocks that ideally want a live-in
value both on the stack and in a register. This would be used by a block
that has a use before interference forces a spill.

Secondly, add the ChangesValue flag to BlockConstraint. This tells
SpillPlacement if a live-in value on the stack can be reused as a
live-out stack value for free. If the block redefines the virtual
register, a spill would be required for that.

This extra information will be used by SpillPlacement to more accurately
calculate spill costs when a value can exist both on the stack and in a
register.

The simplest example is a basic block that reads the virtual register,
but doesn't change its value. Spilling around such a block requires a
reload, but no spill in the block.

The spiller already knows this, but the spill placer doesn't. That can
sometimes lead to suboptimal regions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136731 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoAdd the documentation for the 'landingpad' instruction. Improve the 'invoke'
Bill Wendling [Tue, 2 Aug 2011 21:52:38 +0000 (21:52 +0000)]
Add the documentation for the 'landingpad' instruction. Improve the 'invoke'
instruction's documentation to reference the landingpad and resume instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136729 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoMove methods in PassManagerBuilder offline.
Rafael Espindola [Tue, 2 Aug 2011 21:50:27 +0000 (21:50 +0000)]
Move methods in PassManagerBuilder offline.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136727 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agomove PassManagerBuilder.h to IPO. This is a non intuitive place to put it,
Rafael Espindola [Tue, 2 Aug 2011 21:50:24 +0000 (21:50 +0000)]
move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,
but it solves a layering violation since things in Support are not supposed to
use things in Transforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136726 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoAdd new atomic instructions to SCCP. No functional change, but stops debug spam.
Eli Friedman [Tue, 2 Aug 2011 21:35:16 +0000 (21:35 +0000)]
Add new atomic instructions to SCCP.  No functional change, but stops debug spam.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136723 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoLifetime intrinsics on undef are dead.
Nick Lewycky [Tue, 2 Aug 2011 21:19:27 +0000 (21:19 +0000)]
Lifetime intrinsics on undef are dead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136722 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoUpdate the default bug report url in autoconf.
Chad Rosier [Tue, 2 Aug 2011 20:53:43 +0000 (20:53 +0000)]
Update the default bug report url in autoconf.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136721 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agono need to count the terminators.
Chris Lattner [Tue, 2 Aug 2011 20:29:13 +0000 (20:29 +0000)]
no need to count the terminators.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136718 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoAssume .cfi_startproc is the first thing in a function. If the function is
Rafael Espindola [Tue, 2 Aug 2011 20:24:22 +0000 (20:24 +0000)]
Assume .cfi_startproc is the first thing in a function. If the function is
externally visable, create a local symbol to use in the CFE. If not, use the
function label itself.

Fixes PR10420.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136716 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoDon't create a ridiculous EXTRACT_ELEMENT. PR10563.
Eli Friedman [Tue, 2 Aug 2011 18:38:35 +0000 (18:38 +0000)]
Don't create a ridiculous EXTRACT_ELEMENT.  PR10563.

The testcase looks extremely fragile, so I'm adding an assertion which should catch any cases like this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136711 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoFix the broken encodings for the VFP vmov.f32 and vmov.f64 instructions, as well...
Owen Anderson [Tue, 2 Aug 2011 18:30:00 +0000 (18:30 +0000)]
Fix the broken encodings for the VFP vmov.f32 and vmov.f64 instructions, as well as the comments that explain them incorrectly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136707 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoTidy up. 80 columns.
Jim Grosbach [Tue, 2 Aug 2011 18:16:36 +0000 (18:16 +0000)]
Tidy up. 80 columns.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136705 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoARM: rename addrmode7 to addr_offset_none.
Jim Grosbach [Tue, 2 Aug 2011 18:07:32 +0000 (18:07 +0000)]
ARM: rename addrmode7 to addr_offset_none.

Use a more descriptive name so the code is more self-documenting.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136704 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoComment out the PPC relocation offset adjustment. It must be done differently.
Roman Divacky [Tue, 2 Aug 2011 16:15:32 +0000 (16:15 +0000)]
Comment out the PPC relocation offset adjustment. It must be done differently.

This unbreaks some tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136692 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoMake this kind of lowering to be supported by 256-bit instructions:
Bruno Cardoso Lopes [Tue, 2 Aug 2011 16:06:18 +0000 (16:06 +0000)]
Make this kind of lowering to be supported by 256-bit instructions:
  shuffle (scalar_to_vector (load (ptr + 4))), undef, <0, 0, 0, 0>
To:
  shuffle (vload ptr)), undef, <1, 1, 1, 1>
Fix PR10494

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136691 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoRemove trailing semicolon.
Roman Divacky [Tue, 2 Aug 2011 15:54:03 +0000 (15:54 +0000)]
Remove trailing semicolon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136690 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoSketch out PowerPC ELF writer. This is enough to get clang -integrated-as
Roman Divacky [Tue, 2 Aug 2011 15:51:38 +0000 (15:51 +0000)]
Sketch out PowerPC ELF writer. This is enough to get clang -integrated-as
to compile a working hello world on FreeBSD/PPC32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136689 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoDuncan's english is better than mine. :-)
Bill Wendling [Tue, 2 Aug 2011 06:39:13 +0000 (06:39 +0000)]
Duncan's english is better than mine. :-)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136684 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoRemove the LLVMBuildUnwind C API function.
Bill Wendling [Tue, 2 Aug 2011 06:20:17 +0000 (06:20 +0000)]
Remove the LLVMBuildUnwind C API function.

The 'unwind' function is going away with the new EH rewrite. This is step 0 in
keeping front-ends from using it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136683 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoUse consistent terminology for loop exit/exiting blocks. Name change only.
Andrew Trick [Tue, 2 Aug 2011 04:23:35 +0000 (04:23 +0000)]
Use consistent terminology for loop exit/exiting blocks. Name change only.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136677 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoRemove empty test.
Benjamin Kramer [Tue, 2 Aug 2011 02:47:45 +0000 (02:47 +0000)]
Remove empty test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136675 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoRevert r136503 and r136480 in an effort to fix non-determinism in the llvm-gcc buildb...
Owen Anderson [Tue, 2 Aug 2011 02:23:42 +0000 (02:23 +0000)]
Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gcc buildbots on i386.  Devang is looking into the root cause.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136674 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoI am the code owner for Clang's IR generation; this has been true
John McCall [Tue, 2 Aug 2011 01:38:19 +0000 (01:38 +0000)]
I am the code owner for Clang's IR generation;  this has been true
for awhile, but it's good to make this official.

Just to be clear, Doug and Ted "elected" me to this position.

Might as well add myself to the credits list while I'm at it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136673 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoMinor wording tweak for memory model.
Eli Friedman [Tue, 2 Aug 2011 01:15:34 +0000 (01:15 +0000)]
Minor wording tweak for memory model.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136668 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoFix a couple silly typos in IRBuilder in the new atomic instructions.
Eli Friedman [Tue, 2 Aug 2011 00:45:35 +0000 (00:45 +0000)]
Fix a couple silly typos in IRBuilder in the new atomic instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136665 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoBail from FastISel when we encounter a volatile memset intrinsic. Patch by Ivan
Nick Lewycky [Tue, 2 Aug 2011 00:40:16 +0000 (00:40 +0000)]
Bail from FastISel when we encounter a volatile memset intrinsic. Patch by Ivan
Krasin!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136663 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoMake the FixedLengthDecoderEmitter smart enough to autogenerate decoders for encoding...
Owen Anderson [Mon, 1 Aug 2011 22:45:43 +0000 (22:45 +0000)]
Make the FixedLengthDecoderEmitter smart enough to autogenerate decoders for encodings like "let Inst{11-7} = foo;", where the RHS has no bitwidth specifiers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136660 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoMove imm0_255 to ARMInstrInfo.td with the other immediate predicates.
Jim Grosbach [Mon, 1 Aug 2011 22:02:20 +0000 (22:02 +0000)]
Move imm0_255 to ARMInstrInfo.td with the other immediate predicates.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136656 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoFix comments.
Jim Grosbach [Mon, 1 Aug 2011 21:55:12 +0000 (21:55 +0000)]
Fix comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136655 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoAdd v4f64 -> v2f32 fp_round support. Also add a testcase to exercise
Bruno Cardoso Lopes [Mon, 1 Aug 2011 21:54:09 +0000 (21:54 +0000)]
Add v4f64 -> v2f32 fp_round support. Also add a testcase to exercise
the legalizer. This commit together with the two previous ones fixes
PR10495.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136654 91177308-0d34-0410-b5e6-96231b3b80d8

12 years agoTeach PreprocessISelDAG to be aware of vector types and to not process them.
Bruno Cardoso Lopes [Mon, 1 Aug 2011 21:54:05 +0000 (21:54 +0000)]
Teach PreprocessISelDAG to be aware of vector types and to not process them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136653 91177308-0d34-0410-b5e6-96231b3b80d8