index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a couple of bugs in permute/splat generate, thanks to Nate for actually
Chris Lattner
2006-03-20
2
-3
/
+1
*
reenable this hack, the tblgen version isn't quite ready
Chris Lattner
2006-03-20
1
-0
/
+16
*
Fix the pattern for VADDUWM, add i32 splat
Chris Lattner
2006-03-20
1
-1
/
+4
*
Use tblgen'd VECTOR_SHUFFLE selection code.
Evan Cheng
2006-03-20
2
-19
/
+2
*
Add support for generating vspltw, instead of a vperm instruction with a
Chris Lattner
2006-03-20
3
-13
/
+41
*
Implement PPC::isSplatShuffleMask and PPC::getVSPLTImmediate.
Chris Lattner
2006-03-20
1
-2
/
+13
*
fix duplicate definition errors
Chris Lattner
2006-03-20
2
-2
/
+20
*
Add a build_vector node
Chris Lattner
2006-03-20
2
-1
/
+2
*
Check in some intermediate code that adds a skeleton for matching vsplt*
Chris Lattner
2006-03-20
2
-4
/
+28
*
Move a few things around.
Evan Cheng
2006-03-20
2
-13
/
+14
*
add vector_shuffle
Chris Lattner
2006-03-20
1
-0
/
+16
*
fix typo
Chris Lattner
2006-03-20
1
-3
/
+3
*
add vsplat instructions, fix sched description for vperm
Chris Lattner
2006-03-20
1
-1
/
+11
*
Custom lower arbitrary VECTOR_SHUFFLE's to VPERM.
Chris Lattner
2006-03-20
3
-15
/
+60
*
Claim to have v16i8 for perm masks
Chris Lattner
2006-03-20
1
-1
/
+2
*
If a target supports splatting with SHUFFLE_VECTOR, lower to it from BUILD_VE...
Chris Lattner
2006-03-20
1
-4
/
+41
*
TargetData doesn't know the alignment of vectors :(
Chris Lattner
2006-03-20
1
-1
/
+8
*
add the vperm instruction
Chris Lattner
2006-03-20
1
-0
/
+4
*
Add very basic support for VECTOR_SHUFFLE
Chris Lattner
2006-03-19
1
-1
/
+9
*
add a note with a testcase
Chris Lattner
2006-03-19
1
-0
/
+11
*
Add a note about the MUL -> FMADD vector bug.
Chris Lattner
2006-03-19
1
-0
/
+10
*
Teach cee to propagate through switch statements. This implements
Chris Lattner
2006-03-19
1
-1
/
+21
*
Vector undef's
Evan Cheng
2006-03-19
1
-0
/
+21
*
Custom lower SCALAR_TO_VECTOR into lve*x.
Chris Lattner
2006-03-19
3
-9
/
+37
*
Allow SCALAR_TO_VECTOR to be custom lowered.
Chris Lattner
2006-03-19
1
-0
/
+9
*
Add SCALAR_TO_VECTOR support
Chris Lattner
2006-03-19
2
-90
/
+154
*
PPC doesn't have SCALAR_TO_VECTOR
Chris Lattner
2006-03-19
1
-0
/
+3
*
add support for vector undef
Chris Lattner
2006-03-19
1
-0
/
+4
*
Remind us of exit value substitution
Evan Cheng
2006-03-19
1
-0
/
+3
*
Turning on LSR by default
Evan Cheng
2006-03-19
1
-6
/
+2
*
Remember which tests are hurt by LSR.
Evan Cheng
2006-03-19
1
-0
/
+4
*
Don't bother storing undef elements of BUILD_VECTOR's
Chris Lattner
2006-03-19
1
-1
/
+9
*
minor fixes
Chris Lattner
2006-03-19
1
-2
/
+2
*
notes
Chris Lattner
2006-03-19
1
-0
/
+16
*
we don't use lmw/stmw. When we want them they are easy enough to add
Chris Lattner
2006-03-19
1
-6
/
+0
*
Implement expand of BUILD_VECTOR containing variable elements.
Chris Lattner
2006-03-19
1
-2
/
+32
*
fold insertelement(buildvector) -> buildvector if the inserted element # is
Chris Lattner
2006-03-19
1
-0
/
+42
*
implement basic support for INSERT_VECTOR_ELT.
Chris Lattner
2006-03-19
2
-73
/
+97
*
rename these nodes
Chris Lattner
2006-03-19
2
-12
/
+12
*
Rename ConstantVec -> BUILD_VECTOR and VConstant -> VBUILD_VECTOR. Allow*BUI...
Chris Lattner
2006-03-19
3
-57
/
+71
*
implement vector.ll:test_undef
Chris Lattner
2006-03-19
2
-9
/
+24
*
Fix the remaining bugs in the vector expansion rework I commited yesterday.
Chris Lattner
2006-03-19
1
-4
/
+5
*
- Fixed a bogus if condition.
Evan Cheng
2006-03-18
1
-19
/
+25
*
Change the structure of lowering vector stuff. Note: This breaks some
Chris Lattner
2006-03-18
3
-214
/
+318
*
Use the generic vector register classes VR64 / VR128 rather than V4F32,
Evan Cheng
2006-03-18
4
-232
/
+246
*
Sort StrideOrder so we can process the smallest strides first. This allows
Evan Cheng
2006-03-18
1
-0
/
+27
*
Fix subfic to match subc by default instead of sub so that it is correctly
Nate Begeman
2006-03-17
1
-2
/
+2
*
Darwin should use _setjmp/_longjmp instead of setjmp/longjmp.
Evan Cheng
2006-03-17
1
-0
/
+4
*
Move some pattern fragments to the right files.
Evan Cheng
2006-03-17
3
-27
/
+37
*
add a couple enum values
Chris Lattner
2006-03-17
1
-1
/
+3
[next]