index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
CodeGen
/
X86
/
fast-isel.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Load from GV stub should be locally CSE'd.
Evan Cheng
2008-09-04
1
-8
/
+0
*
Add X86 target hook to implement load (even from GlobalAddress).
Evan Cheng
2008-09-03
1
-3
/
+11
*
This test crashes on non-x86 host; make SSE explicit.
Dale Johannesen
2008-08-28
1
-1
/
+1
*
Basic FastISel support for floating-point constants.
Dan Gohman
2008-08-27
1
-1
/
+2
*
Add support for fast isel of (integer) immediate materialization pattens, and...
Owen Anderson
2008-08-25
1
-0
/
+5
*
Factor out the predicate check code from DAGISelEmitter.cpp
Dan Gohman
2008-08-22
1
-1
/
+1
*
Add -mattr=sse2 so this test doesn't fail on non-x86 hosts.
Dan Gohman
2008-08-21
1
-1
/
+1
*
getelementptr doesn't work on x86-64 yet, because it
Dan Gohman
2008-08-21
1
-1
/
+0
*
MVT::getMVT uses iPTR for pointer types, while we need the actual
Dan Gohman
2008-08-21
1
-2
/
+5
*
Basic fast-isel support for instructions with constant int operands.
Dan Gohman
2008-08-21
1
-1
/
+2
*
Add a -march line for this test, and run it on x86-64 too for fun.
Dan Gohman
2008-08-20
1
-1
/
+2
*
Add FastISel support for floating-point operations.
Dan Gohman
2008-08-20
1
-1
/
+17
*
Add FastISel support for several more binary operators.
Dan Gohman
2008-08-20
1
-2
/
+8
*
Fast-isel is now *minimally* functional. Add a testcase to
Dan Gohman
2008-08-19
1
-0
/
+17