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
path:
root
/
test
/
CodeGen
/
X86
/
fast-isel.ll
Age
Commit message (
Expand
)
Author
2008-09-04
Load from GV stub should be locally CSE'd.
Evan Cheng
2008-09-03
Add X86 target hook to implement load (even from GlobalAddress).
Evan Cheng
2008-08-28
This test crashes on non-x86 host; make SSE explicit.
Dale Johannesen
2008-08-27
Basic FastISel support for floating-point constants.
Dan Gohman
2008-08-25
Add support for fast isel of (integer) immediate materialization pattens, and...
Owen Anderson
2008-08-22
Factor out the predicate check code from DAGISelEmitter.cpp
Dan Gohman
2008-08-21
Add -mattr=sse2 so this test doesn't fail on non-x86 hosts.
Dan Gohman
2008-08-21
getelementptr doesn't work on x86-64 yet, because it
Dan Gohman
2008-08-21
MVT::getMVT uses iPTR for pointer types, while we need the actual
Dan Gohman
2008-08-21
Basic fast-isel support for instructions with constant int operands.
Dan Gohman
2008-08-20
Add a -march line for this test, and run it on x86-64 too for fun.
Dan Gohman
2008-08-20
Add FastISel support for floating-point operations.
Dan Gohman
2008-08-20
Add FastISel support for several more binary operators.
Dan Gohman
2008-08-19
Fast-isel is now *minimally* functional. Add a testcase to
Dan Gohman