index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
Age
Commit message (
Expand
)
Author
2006-05-12
New scheduling test case.
Evan Cheng
2006-05-10
Update test case
Evan Cheng
2006-05-09
Another instruction scheduling test case
Evan Cheng
2006-05-09
Test case for PR770
Evan Cheng
2006-05-03
Use movsd to shuffle in the lowest two elements of a v4f32 / v4i32 vector when
Evan Cheng
2006-05-03
A few instruction scheduling test cases.
Evan Cheng
2006-05-01
Intel mode no longer uses %'s on registers
Chris Lattner
2006-04-28
Update. It should use two shufps, not three!
Evan Cheng
2006-04-28
Test case for PR748
Evan Cheng
2006-04-24
Added a movq test case.
Evan Cheng
2006-04-22
Two more build_vector tests.
Evan Cheng
2006-04-21
movddup is a SSE3 instruction.
Evan Cheng
2006-04-21
Add && to each RUN: line (except the last one).
Evan Cheng
2006-04-21
More build_vector tests.
Evan Cheng
2006-04-21
Check for llc crash.
Evan Cheng
2006-04-21
To be replaced with another test.
Evan Cheng
2006-04-20
Don't know what I was thinking...
Evan Cheng
2006-04-20
Vector extract element test case.
Evan Cheng
2006-04-20
Vector insert test case.
Evan Cheng
2006-04-20
v16i8 splat with 2 punpcklbw and a single pshufd.
Evan Cheng
2006-04-20
Another shuffle test. For 4-wide shuffle, no more than 3 {p}shuf*.
Evan Cheng
2006-04-20
Added a test case for , e.g. xform pand <0, 0, -1, -1> to a shuffle.
Evan Cheng
2006-04-20
Added a movhlps, movlhps test case.
Evan Cheng
2006-04-17
New testcase
Chris Lattner
2006-04-16
Better way to splat v2f64
Evan Cheng
2006-04-12
Added the ability to xfail based on llvmgcc version
Tanya Lattner
2006-04-10
Add a vselect test case.
Evan Cheng
2006-04-07
Doh!
Evan Cheng
2006-04-07
Added more shuffle tests
Evan Cheng
2006-04-05
new testcase
Chris Lattner
2006-04-05
Separate out to 2 test cases
Evan Cheng
2006-04-05
Add a new shuffle test case that requires pshuflw / pshufhw pair.
Evan Cheng
2006-03-29
Add a pshufhw test case.
Evan Cheng
2006-03-29
Use unpcklpd for v2f64 splat.
Evan Cheng
2006-03-28
new testcase
Chris Lattner
2006-03-28
Use movhpd is even better than movlhps.
Evan Cheng
2006-03-25
Add a BUILD_VECTOR with unpack and interleave testcase.
Evan Cheng
2006-03-25
Added a scalar to vector with zero extension testcase
Evan Cheng
2006-03-24
Zero vector testcase
Evan Cheng
2006-03-24
fix two spellos
Chris Lattner
2006-03-24
Add a v2f64 shuffle case.
Evan Cheng
2006-03-24
Add a vector shuffle test case
Evan Cheng
2006-03-23
Tired of wading through cvs's list ? files that are generated when building
Reid Spencer
2006-03-22
Replace vector splat test case.
Evan Cheng
2006-03-22
Add a v2f64 splat (using movlhps) test case.
Evan Cheng
2006-03-20
Option -enable-x86-lsr has been removed
Evan Cheng
2006-03-18
update testcases for x86 fastcc changes.
Chris Lattner
2006-03-17
Add a lsr common loop invariant hoisting test case
Evan Cheng
2006-03-15
Also requires -mattr=-sse3
Evan Cheng
2006-03-10
weak globals on darwin require an extra load, breaking this test
Chris Lattner
[next]