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
Age
Commit message (
Expand
)
Author
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-14
Remove the use of llvm.dbg.declare.
Jim Laskey
2006-03-13
new testcase
Chris Lattner
2006-03-10
weak globals on darwin require an extra load, breaking this test
Chris Lattner
2006-03-09
Add a test case for (store (op (load ..) ..) ..) folding.
Evan Cheng
2006-03-04
new testcase
Chris Lattner
2006-03-03
Add another test case for instruction scheduling.
Evan Cheng
2006-03-03
Remove these testcases. These intrinsics are going away
Chris Lattner
2006-03-02
Add a regression test for bug 478.
Evan Cheng
2006-03-01
new testcase
Chris Lattner
2006-03-01
load (x|y) -> load (x+y) iff x and y have no common bits.
Chris Lattner
2006-03-01
new testcase. These functions shouldn't touch the stack if stfiwx use
Chris Lattner
2006-03-01
new testcase. There should be no accesses to the stack for these functions.
Chris Lattner
2006-03-01
new testcase
Chris Lattner
2006-02-28
Add a test case for left shift by 1. We should not be using lea for this.
Evan Cheng
2006-02-28
evan's recent x86 isel improvements have fixed this, though not in the way
Chris Lattner
2006-02-28
new testcases
Chris Lattner
2006-02-27
Reenable this
Chris Lattner
2006-02-27
new testcase
Chris Lattner
2006-02-25
New test case: use lea for imul by some constants.
Evan Cheng
2006-02-25
lea.ll is XFAIL until we implement convertToThreeAddress.
Evan Cheng
2006-02-25
this fails, mark it as such
Chris Lattner
2006-02-23
Add a test case for 'lea'.
Evan Cheng
2006-02-17
A few final (for now) tests
Nate Begeman
2006-02-17
Yet another test
Nate Begeman
2006-02-17
New tests!
Nate Begeman
2006-02-17
Fix a comment sabre noticed :)
Nate Begeman
2006-02-17
A couple new regression tests to make sure we always pattern match the new
Nate Begeman
2006-02-15
Code sufficiently protected against this test.
Jim Laskey
2006-02-13
test for improved zap discovery
Andrew Lenharth
2006-02-13
this passes now, due to Nate's recent efforts
Chris Lattner
2006-02-13
Reduce this testcase a bit more, with the help of llvm-extract and some hand ...
Chris Lattner
2006-02-12
Added a test case for a libcall insertion bug.
Evan Cheng
2006-02-09
this apparently passes on linux
Chris Lattner
2006-02-08
Disable this test for the time being as debug is brought up to speed.
Jim Laskey
2006-02-05
These were moved to ../SPARC
Chris Lattner
2006-02-05
move V8 testcases here
Chris Lattner
2006-02-03
Added a (store (op (load ...) ...) ...) folding test case.
Evan Cheng
2006-02-02
new testcase
Chris Lattner
2006-02-01
test cmov immediate form
Andrew Lenharth
2006-02-01
new testcase for the 'ret double folding with load' opzn
Chris Lattner
2006-01-30
Don't generate (or setp, setae) for SETUGE. Simply flip the operands around and
Evan Cheng
2006-01-30
new testcase for the 'C++' failures last night.
Chris Lattner
2006-01-30
new testcase
Chris Lattner
2006-01-27
Use Intel assembly syntax to look for ST
Evan Cheng
2006-01-27
X86 dag isel is now (soon) the default.
Evan Cheng
2006-01-27
These are fp stack test cases.
Evan Cheng
2006-01-27
XFAIL tailcall test cases until it's implemented.
Evan Cheng
2006-01-26
added a couple test cases, including the new vaarg breakage
Andrew Lenharth
[next]