| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
code, and all x86 processors will honor the required semantics.
llvm-svn: 136249
|
| |
|
|
| |
llvm-svn: 136229
|
| |
|
|
|
|
|
|
| |
Refactor the rest of the extend instructions to not artificially distinguish
between a rotate of zero and a rotate of any other value. Replace the by-zero
versions with Pat<>'s for ISel.
llvm-svn: 136226
|
| |
|
|
|
|
|
|
| |
Refactor the SXTB, SXTH, SXTB16, UXTB, UXTH, and UXTB16 instructions to not
have an 'r' and an 'r_rot' version, but just a single version with a rotate
that can be zero. Use plain Pat<>'s for the ISel of the non-rotated version.
llvm-svn: 136225
|
| |
|
|
| |
llvm-svn: 136222
|
| |
|
|
| |
llvm-svn: 136221
|
| |
|
|
| |
llvm-svn: 136218
|
| |
|
|
|
|
| |
C++0x.
llvm-svn: 136211
|
| |
|
|
| |
llvm-svn: 136206
|
| |
|
|
| |
llvm-svn: 136205
|
| |
|
|
| |
llvm-svn: 136202
|
| |
|
|
| |
llvm-svn: 136201
|
| |
|
|
|
|
|
|
|
| |
usage of the shuffle bitmask. Both work in 128-bit lanes without
crossing, but in the former the mask of the high part is the same
used by the low part while in the later both lanes have independent
masks. Handle this properly and and add support for vpermilpd.
llvm-svn: 136200
|
| |
|
|
| |
llvm-svn: 136199
|
| |
|
|
|
|
| |
instructions it doesn't know about (like the atomic instructions I'm adding).
llvm-svn: 136198
|
| |
|
|
| |
llvm-svn: 136197
|
| |
|
|
|
|
| |
chunks of consequtive instructions. But, there is not any way to describe this in .debug_inline accelerator table used by gdb. However, describe non contiguous ranges of inlined function body appropriately using AT_range of DW_TAG_inlined_subroutine debug info entry.
llvm-svn: 136196
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When splitting global live ranges, it is now possible to split for
multiple destination intervals at once. Previously, we only had the main
and stack intervals.
Each edge bundle is assigned to a split candidate, and splitAroundRegion
will insert copies between the candidate intervals and the stack
interval as needed.
The multi-way splitting is used to split around compact regions when
enabled with -compact-regions. The best candidate register still gets
all the bundles it wants, but everything outside the main interval is
first split around compact regions before we create single-block
intervals.
Compact region splitting still causes some regressions, so it is not
enabled by default.
llvm-svn: 136186
|
| |
|
|
| |
llvm-svn: 136178
|
| |
|
|
|
|
|
|
|
|
| |
These copies would coalesce easily, but the resulting value would be
defined by a deleted instruction. Now we also remove the undefined value
number from the destination register.
This fixes PR10503.
llvm-svn: 136174
|
| |
|
|
|
|
|
|
|
|
| |
On x86 we can't encode an immediate LHS of a sub directly. If the RHS comes from a XOR with a constant we can
fold the negation into the xor and add one to the immediate of the sub. Then we can turn the sub into an add,
which can be commuted and encoded efficiently.
This code is generated for __builtin_clz and friends.
llvm-svn: 136167
|
| |
|
|
|
|
|
| |
different from the previous 128-bit because they work in lanes.
Update a few comments and add testcases
llvm-svn: 136157
|
| |
|
|
| |
llvm-svn: 136156
|
| |
|
|
|
|
|
| |
Allow the rot_imm operand to be optional. This sets the stage for refactoring
away the "rr" versions from the multiclasses and replacing them with Pat<>s.
llvm-svn: 136154
|
| |
|
|
|
|
|
|
| |
Start of cleaning this up a bit. First step is to remove the encoder hook by
storing the operand as the bits it'll actually encode to so it can just be
directly used. Map it to the assembly source values 8/16/24 when we print it.
llvm-svn: 136152
|
| |
|
|
|
|
| |
could not be selected). Fixes a minor isel issue that was breaking the testcase from r136130.
llvm-svn: 136148
|
| |
|
|
| |
llvm-svn: 136145
|
| |
|
|
|
|
| |
for allowing the fixed-length disassembler to distinguish between SBFX and STR_PRE.
llvm-svn: 136141
|
| |
|
|
| |
llvm-svn: 136138
|
| |
|
|
| |
llvm-svn: 136132
|
| |
|
|
| |
llvm-svn: 136130
|
| |
|
|
|
|
|
| |
obviously big endian. :-)
PR10502
llvm-svn: 136111
|
| |
|
|
| |
llvm-svn: 136110
|
| |
|
|
| |
llvm-svn: 136109
|
| |
|
|
| |
llvm-svn: 136108
|
| |
|
|
|
|
| |
machine basic block at a time.
llvm-svn: 136106
|
| |
|
|
|
|
| |
rdar://9842203
llvm-svn: 136102
|
| |
|
|
|
|
|
| |
exit. Added an interfaces for querying either the loop's exact/max
backedge taken count or a specific loop exit's not-taken count.
llvm-svn: 136100
|
| |
|
|
| |
llvm-svn: 136098
|
| |
|
|
| |
llvm-svn: 136096
|
| |
|
|
|
|
|
| |
No intendeded functional change. Just cleaning up a bit to make things more
self-consistent in layout and style.
llvm-svn: 136095
|
| |
|
|
| |
llvm-svn: 136091
|
| |
|
|
| |
llvm-svn: 136090
|
| |
|
|
|
|
| |
a GNU userspace).
llvm-svn: 136085
|
| |
|
|
| |
llvm-svn: 136083
|
| |
|
|
| |
llvm-svn: 136082
|
| |
|
|
| |
llvm-svn: 136080
|
| |
|
|
|
|
|
| |
way for i1 and vector of i1 types. Use these to make some code
more self-documenting.
llvm-svn: 136079
|
| |
|
|
| |
llvm-svn: 136065
|
| |
|
|
| |
llvm-svn: 136051
|