- Nov 11, 2010
-
-
Dan Gohman authored
and vaarg instructions. llvm-svn: 118845
-
Wesley Peck authored
Fix minimum 16-bit signed value error exposed by MC asm parser tests Add initial MC asm parser tests for the MBlaze backend llvm-svn: 118844
-
Owen Anderson authored
llvm-svn: 118843
-
Dan Gohman authored
llvm-svn: 118842
-
Dan Gohman authored
testing for dereferenceable pointers into a helper function, isDereferenceablePointer. Teach it how to reason about GEPs with simple non-zero indices. Also eliminate ArgumentPromtion's IsAlwaysValidPointer, which didn't check for weak externals or out of range gep indices. llvm-svn: 118840
-
Eric Christopher authored
llvm-svn: 118835
-
Jim Grosbach authored
llvm-svn: 118831
-
Jim Grosbach authored
llvm-svn: 118829
-
Eric Christopher authored
llvm-svn: 118827
-
Eric Christopher authored
llvm-svn: 118823
-
Dan Gohman authored
llvm-svn: 118822
-
Owen Anderson authored
Add support for Thumb2 encodings of NEON data processing instructions, using the new PostEncoderMethod infrastructure. More tests to come. llvm-svn: 118819
-
Rafael Espindola authored
gas. llvm-svn: 118818
-
Wesley Peck authored
llvm-svn: 118807
-
Chris Lattner authored
llvm-svn: 118806
-
Rafael Espindola authored
llvm-svn: 118805
-
Dan Gohman authored
llvm-svn: 118804
-
Dan Gohman authored
llvm-svn: 118803
-
Jim Grosbach authored
instructions. llvm-svn: 118801
-
Andrew Trick authored
it makes no sense for allocation_order iterators to visit reserved regs. The inline spiller depends on AliasAnalysis. Manage the Query state to avoid uninitialized or stale results. llvm-svn: 118800
-
Rafael Espindola authored
a weakref is used with a VariantKind. llvm-svn: 118798
-
Chris Lattner authored
llvm-svn: 118797
-
Jim Grosbach authored
llvm-svn: 118794
-
Rafael Espindola authored
easier to read by having const references to the symbol, aliased symbol and renamed symbol. llvm-svn: 118793
-
Dan Gohman authored
llvm-svn: 118790
-
Dan Gohman authored
llvm-svn: 118789
-
Dan Gohman authored
llvm-svn: 118788
-
Dan Gohman authored
execute. Make Sink's predicate more precise. llvm-svn: 118787
-
Rafael Espindola authored
a leftover from the removal of isExplicit. llvm-svn: 118774
-
Jim Grosbach authored
llvm-svn: 118767
-
Jim Grosbach authored
llvm-svn: 118761
-
Jim Grosbach authored
llvm-svn: 118757
-
Jakob Stoklund Olesen authored
superceded by SplitKit. llvm-svn: 118754
-
Dan Gohman authored
these points. llvm-svn: 118752
-
Dan Gohman authored
it, so that it doesn't appear to be a known size. llvm-svn: 118748
-
Jakob Stoklund Olesen authored
This is the first small step towards using closed intervals for liveness instead of the half-open intervals we're using now. We want to be able to distinguish between a SlotIndex that represents a variable being live-out of a basic block, and an index representing a variable live-in to its successor. That requires two separate indexes between blocks. One for live-outs and one for live-ins. With this change, getMBBEndIdx(MBB).getPrevSlot() becomes stable so it stays greater than any instructions inserted at the end of MBB. llvm-svn: 118747
-
Jakob Stoklund Olesen authored
llvm-svn: 118742
-
Jakob Stoklund Olesen authored
constant loads. llvm-svn: 118741
-
Jim Grosbach authored
encoding bits. llvm-svn: 118738
-
Jim Grosbach authored
llvm-svn: 118736
-