index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2006-04-06
POR encoded as PAND, yikes.
Evan Cheng
2006-04-05
An entry about comi / ucomi intrinsics.
Evan Cheng
2006-04-05
Support for comi / ucomi intrinsics.
Evan Cheng
2006-04-05
Added comi and ucomi SSE intrinsics.
Evan Cheng
2006-04-05
Add all of the data stream intrinsics and instructions. woo
Chris Lattner
2006-04-05
add altivec ds* intrinsics
Chris Lattner
2006-04-05
Fix a typo
Chris Lattner
2006-04-05
Fix CodeGen/PowerPC/2006-04-05-splat-ish.ll
Chris Lattner
2006-04-05
new testcase that was miscompiled to vspltisb
Chris Lattner
2006-04-05
Handle canonical form of e.g.
Evan Cheng
2006-04-05
Make a vector live across blocks have the correct Vec type. This fixes
Chris Lattner
2006-04-05
new testcase
Chris Lattner
2006-04-05
Bogus assert
Evan Cheng
2006-04-05
Fallthrough to expand if a VECTOR_SHUFFLE cannot be custom lowered.
Evan Cheng
2006-04-05
Exapnd a VECTOR_SHUFFLE to a BUILD_VECTOR if target asks for it to be expanded
Evan Cheng
2006-04-05
Fix more tablegen depedency issues in Visual Studio.
Jeff Cohen
2006-04-05
Separate out to 2 test cases
Evan Cheng
2006-04-05
make this test less exacting
Andrew Lenharth
2006-04-05
revert this, this is safe, if conservative. leave a note to that effect
Andrew Lenharth
2006-04-05
Handle v8i16 shuffle that must be broken into a pair of pshufhw / pshuflw.
Evan Cheng
2006-04-05
Add a new shuffle test case that requires pshuflw / pshufhw pair.
Evan Cheng
2006-04-05
add vsl
Chris Lattner
2006-04-05
Get the types right, third time is the charm. Add vsl.
Chris Lattner
2006-04-05
add vmladduhm
Chris Lattner
2006-04-05
correct the type of two intrinsics, add int_ppc_altivec_vmladduhm
Chris Lattner
2006-04-05
Add m[tf]vscr instructions.
Chris Lattner
2006-04-05
Add m[tf]vscr intrinsics.
Chris Lattner
2006-04-04
add a note
Chris Lattner
2006-04-04
Add missing byte merges.
Chris Lattner
2006-04-04
Add FP -> Int Conversions
Chris Lattner
2006-04-04
add average intrinsics
Chris Lattner
2006-04-04
add average intrinsics.
Chris Lattner
2006-04-04
add a note
Chris Lattner
2006-04-04
Fix some broken logic that would cause us to codegen {2147483647,2147483647,2...
Chris Lattner
2006-04-04
Added pslldq and psrldq.
Evan Cheng
2006-04-04
Added intrinsics to match __builtin_ia32_pslldqi128 and
Evan Cheng
2006-04-04
Minor fixes + naming changes.
Evan Cheng
2006-04-04
How could this ever have worked?
Chris Lattner
2006-04-04
PSHUF* encoding bugs.
Evan Cheng
2006-04-04
Make sure to consider alignment of variable sized objects.
Chris Lattner
2006-04-04
Do not create ZEXTLOAD's unless we are before legalize or the operation is
Chris Lattner
2006-04-04
New testcase
Chris Lattner
2006-04-04
Ask legalize to promote all vector shuffles to be v16i8 instead of having to
Chris Lattner
2006-04-04
* Add supprot for SCALAR_TO_VECTOR operations where the input needs to be
Chris Lattner
2006-04-04
Move isShuffleLegal from TLI to Legalize.
Chris Lattner
2006-04-04
new testcase
Chris Lattner
2006-04-04
Signed shr by a constant is not the same as sdiv by 2^k
Chris Lattner
2006-04-04
cmpps / cmppd encoding bug
Evan Cheng
2006-04-04
Fix the types for these intrinsics.
Chris Lattner
2006-04-04
Constant fold bitconvert(undef)
Chris Lattner
[next]