Chris Lattner [Tue, 5 Jan 2010 21:16:30 +0000 (21:16 +0000)]
just remove this xform which is subsumed by others.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92775
91177308-0d34-0410-b5e6-
96231b3b80d8
Victor Hernandez [Tue, 5 Jan 2010 21:13:46 +0000 (21:13 +0000)]
Fix comment for CheckDebugInfoIntrinsics
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92774
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 21:11:17 +0000 (21:11 +0000)]
move a trunc-specific transform out of commonIntCastTransforms into visitTrunc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92773
91177308-0d34-0410-b5e6-
96231b3b80d8
Dan Gohman [Tue, 5 Jan 2010 21:08:02 +0000 (21:08 +0000)]
Restore dump() methods to Loop and MachineLoop.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92772
91177308-0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Tue, 5 Jan 2010 21:05:54 +0000 (21:05 +0000)]
Move remaining stuff to the isInteger predicate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92771
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 21:04:47 +0000 (21:04 +0000)]
move a zext specific xform out of commonIntCastTransforms into visitZExt and modernize it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92770
91177308-0d34-0410-b5e6-
96231b3b80d8
Jakob Stoklund Olesen [Tue, 5 Jan 2010 20:59:36 +0000 (20:59 +0000)]
Remove livein checks from machine code verifier.
A phi operand that is implicitly defined in a predecessor becomes an undefined
register after phi elimination. This causes a lot of false positives when the
verifier is checking if live-in registers are live-out from all predecessors.
Removing the verifier checks seems like a better solution than insisting on
IMPLICIT_DEF instructions in predecessor blocks.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92769
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 20:57:30 +0000 (20:57 +0000)]
move a trunc-specific xform out of commonIntCastTransforms into visitTrunc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92768
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 20:56:24 +0000 (20:56 +0000)]
reduce indentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92766
91177308-0d34-0410-b5e6-
96231b3b80d8
Anton Korobeynikov [Tue, 5 Jan 2010 20:45:43 +0000 (20:45 +0000)]
Regenerate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92763
91177308-0d34-0410-b5e6-
96231b3b80d8
Anton Korobeynikov [Tue, 5 Jan 2010 20:45:13 +0000 (20:45 +0000)]
Proper deduce z/System LLVM target from target triple when
--enable-targets=host is specified.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92762
91177308-0d34-0410-b5e6-
96231b3b80d8
Devang Patel [Tue, 5 Jan 2010 20:41:31 +0000 (20:41 +0000)]
NamedMDNode is a collection MDNodes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92761
91177308-0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Tue, 5 Jan 2010 20:07:06 +0000 (20:07 +0000)]
Convert a ton of simple integer type equality tests to the new predicate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92760
91177308-0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Tue, 5 Jan 2010 20:04:48 +0000 (20:04 +0000)]
Add a new predicate for integer type equality tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92759
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 19:11:42 +0000 (19:11 +0000)]
Add an !eq() operator to TableGen. It operates on strings only.
Use !cast<string>() to compare other types of objects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92754
91177308-0d34-0410-b5e6-
96231b3b80d8
Dan Gohman [Tue, 5 Jan 2010 18:24:00 +0000 (18:24 +0000)]
Add an entry on SmallBitVector.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92747
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 18:09:56 +0000 (18:09 +0000)]
optimize comparisons against cttz/ctlz/ctpop, patch by Alastair Lynn!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92745
91177308-0d34-0410-b5e6-
96231b3b80d8
Dan Gohman [Tue, 5 Jan 2010 17:55:26 +0000 (17:55 +0000)]
Delete useless trailing semicolons.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92740
91177308-0d34-0410-b5e6-
96231b3b80d8
Dan Gohman [Tue, 5 Jan 2010 17:50:58 +0000 (17:50 +0000)]
Nick Lewycky pointed out that this code makes changes unconditionally.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92739
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 17:47:41 +0000 (17:47 +0000)]
Have TableGen emit code that uses dbgs() rather than errs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92738
91177308-0d34-0410-b5e6-
96231b3b80d8
Devang Patel [Tue, 5 Jan 2010 16:59:17 +0000 (16:59 +0000)]
If a scope has only one instruction then first instruction is also the last instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92736
91177308-0d34-0410-b5e6-
96231b3b80d8
Dan Gohman [Tue, 5 Jan 2010 16:31:45 +0000 (16:31 +0000)]
Set Changed properly after calling DeleteDeadPHIs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92735
91177308-0d34-0410-b5e6-
96231b3b80d8
Dan Gohman [Tue, 5 Jan 2010 16:27:25 +0000 (16:27 +0000)]
Use do+while instead of while for loops which obviously have a
non-zero trip count. Use SmallVector's pop_back_val().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92734
91177308-0d34-0410-b5e6-
96231b3b80d8
Dan Gohman [Tue, 5 Jan 2010 16:20:55 +0000 (16:20 +0000)]
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92733
91177308-0d34-0410-b5e6-
96231b3b80d8
Dan Gohman [Tue, 5 Jan 2010 15:45:31 +0000 (15:45 +0000)]
Make RecursivelyDeleteTriviallyDeadInstructions,
RecursivelyDeleteDeadPHINode, and DeleteDeadPHIs return a flag
indicating whether they made any changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92732
91177308-0d34-0410-b5e6-
96231b3b80d8
Dan Gohman [Tue, 5 Jan 2010 15:28:21 +0000 (15:28 +0000)]
Some versions of GCC don't like non-static data members in sizeof
in this context.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92731
91177308-0d34-0410-b5e6-
96231b3b80d8
Dan Gohman [Tue, 5 Jan 2010 15:04:49 +0000 (15:04 +0000)]
Add a SmallBitVector class, which mimics BitVector but uses only
a single pointer (PointerIntPair) member. In "small" mode, the
pointer field is reinterpreted as a set of bits. In "large" mode,
the pointer points to a heap-allocated object.
Also, give BitVector empty and swap functions.
And, add some simple unittests for BitVector and SmallBitVector.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92730
91177308-0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Tue, 5 Jan 2010 13:32:48 +0000 (13:32 +0000)]
Add newline at EOF.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92727
91177308-0d34-0410-b5e6-
96231b3b80d8
Benjamin Kramer [Tue, 5 Jan 2010 13:12:22 +0000 (13:12 +0000)]
Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92726
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 07:54:43 +0000 (07:54 +0000)]
prune some #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92712
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 07:50:36 +0000 (07:50 +0000)]
split and/or/xor out into one overly-large (2000LOC) file. However, I think
it does make sense to keep them together, at least for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92711
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 07:45:02 +0000 (07:45 +0000)]
missed file with previous commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92710
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 07:44:46 +0000 (07:44 +0000)]
split instcombine of shifts out to its own file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92709
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 07:42:10 +0000 (07:42 +0000)]
eliminate getBitCastOperand and simplify some over-complex inbounds stuff.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92708
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 07:32:13 +0000 (07:32 +0000)]
split call handling out to InstCombineCalls.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92707
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 07:23:56 +0000 (07:23 +0000)]
optimize cttz and ctlz when we can prove something about the
leading/trailing bits. Patch by Alastair Lynn!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92706
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 07:20:54 +0000 (07:20 +0000)]
this inline function moved to addsub
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92705
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 07:18:46 +0000 (07:18 +0000)]
split add/sub out to its own file. Eliminate use of
dyn_castNotVal in the X+~X transform. dyn_castNotVal is
dramatic overkill for what the xform needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92704
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 07:04:23 +0000 (07:04 +0000)]
all the places we use hasOneUse() we know are instructions, so inline
and simplify.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92700
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 07:01:16 +0000 (07:01 +0000)]
eliminate AssociativeOpt and its last uses.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92697
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 06:59:49 +0000 (06:59 +0000)]
inline the FoldICmpLogical functor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92695
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Tue, 5 Jan 2010 06:52:31 +0000 (06:52 +0000)]
Code refactoring.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92694
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 06:29:13 +0000 (06:29 +0000)]
inline the 'AddRHS' transformation, simplifying things significantly.
Eliminate the 'AddMaskingAnd' transformation, it is redundant with this
more general code right below it:
// A+B --> A|B iff A and B have no bits set in common.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92693
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 06:24:06 +0000 (06:24 +0000)]
remove massive over-genality manifested as a big template
that got instantiated. There is no reason for instcombine
to try this hard for simple associative optimizations. Next
up, eliminate the template completely.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92692
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 06:09:35 +0000 (06:09 +0000)]
split mul/div/rem instructions out to their own file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92689
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 06:05:07 +0000 (06:05 +0000)]
clean up header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92688
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 06:03:12 +0000 (06:03 +0000)]
split select out to its own file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92687
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 05:57:49 +0000 (05:57 +0000)]
split out load/store/alloca.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92685
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 05:42:08 +0000 (05:42 +0000)]
reduce indentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92684
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 05:36:20 +0000 (05:36 +0000)]
split vector stuff out to InstCombineVectorOps.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92683
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 05:31:55 +0000 (05:31 +0000)]
split PHI node stuff out to InstCombinePHI.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92682
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 05:21:26 +0000 (05:21 +0000)]
convert various IntrinsicInst's to use class instead of struct.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92681
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 5 Jan 2010 04:55:35 +0000 (04:55 +0000)]
fix an infinite loop in reassociate building emacs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92679
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:55:22 +0000 (01:55 +0000)]
Change this back to errs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92674
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:53:59 +0000 (01:53 +0000)]
These should probably be errs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92673
91177308-0d34-0410-b5e6-
96231b3b80d8
Devang Patel [Tue, 5 Jan 2010 01:47:06 +0000 (01:47 +0000)]
Delete renaming use of dead dbg intrinsics.
Intrinsic::dbg_stoppoint
Intrinsic::dbg_region_start
Intrinsic::dbg_region_end
Intrinsic::dbg_func_start
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92672
91177308-0d34-0410-b5e6-
96231b3b80d8
Devang Patel [Tue, 5 Jan 2010 01:46:14 +0000 (01:46 +0000)]
Use StringRef.startswith().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92671
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:36:30 +0000 (01:36 +0000)]
Fix a build error by adding a missing commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92670
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:34:26 +0000 (01:34 +0000)]
Fix a build error and change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92669
91177308-0d34-0410-b5e6-
96231b3b80d8
Dan Gohman [Tue, 5 Jan 2010 01:31:15 +0000 (01:31 +0000)]
Remove an unneeded svn:ignore property.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92668
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:30:32 +0000 (01:30 +0000)]
Enable debug buffering.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92667
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:30:21 +0000 (01:30 +0000)]
Enable debug buffering.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92666
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:30:18 +0000 (01:30 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92665
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:30:14 +0000 (01:30 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92664
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:30:09 +0000 (01:30 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92663
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:30:06 +0000 (01:30 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92662
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:30:04 +0000 (01:30 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92661
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:30:02 +0000 (01:30 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92660
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:30:00 +0000 (01:30 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92659
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:29:58 +0000 (01:29 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92658
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:29:55 +0000 (01:29 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92657
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:29:39 +0000 (01:29 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92656
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:29:36 +0000 (01:29 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92655
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:29:34 +0000 (01:29 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92654
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:29:29 +0000 (01:29 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92653
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:29:26 +0000 (01:29 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92652
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:29:23 +0000 (01:29 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92651
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:29:19 +0000 (01:29 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92650
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:29:14 +0000 (01:29 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92649
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:29:13 +0000 (01:29 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92648
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:29:08 +0000 (01:29 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92647
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:29:03 +0000 (01:29 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92646
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:28:58 +0000 (01:28 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92645
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:28:53 +0000 (01:28 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92644
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:28:52 +0000 (01:28 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92643
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:28:47 +0000 (01:28 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92642
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:28:43 +0000 (01:28 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92641
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:28:40 +0000 (01:28 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92640
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:28:37 +0000 (01:28 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92639
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:28:32 +0000 (01:28 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92638
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:28:29 +0000 (01:28 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92637
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:28:29 +0000 (01:28 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92636
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:28:22 +0000 (01:28 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92635
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:28:17 +0000 (01:28 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92634
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:28:12 +0000 (01:28 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92633
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:28:10 +0000 (01:28 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92632
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:28:07 +0000 (01:28 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92631
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:28:07 +0000 (01:28 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92630
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:28:05 +0000 (01:28 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92629
91177308-0d34-0410-b5e6-
96231b3b80d8
David Greene [Tue, 5 Jan 2010 01:27:59 +0000 (01:27 +0000)]
Change errs() to dbgs().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92628
91177308-0d34-0410-b5e6-
96231b3b80d8