Use the -stack-alignment option instead of using a target triple
[oota-llvm.git] / test / CodeGen / X86 / fast-isel.ll
2008-09-04 Evan ChengLoad from GV stub should be locally CSE'd.
2008-09-03 Evan ChengAdd X86 target hook to implement load (even from Global...
2008-08-28 Dale JohannesenThis test crashes on non-x86 host; make SSE explicit.
2008-08-27 Dan GohmanBasic FastISel support for floating-point constants.
2008-08-25 Owen AndersonAdd support for fast isel of (integer) immediate materi...
2008-08-22 Dan GohmanFactor out the predicate check code from DAGISelEmitter.cpp
2008-08-21 Dan GohmanAdd -mattr=sse2 so this test doesn't fail on non-x86...
2008-08-21 Dan Gohmangetelementptr doesn't work on x86-64 yet, because it
2008-08-21 Dan GohmanMVT::getMVT uses iPTR for pointer types, while we need...
2008-08-21 Dan GohmanBasic fast-isel support for instructions with constant...
2008-08-20 Dan GohmanAdd a -march line for this test, and run it on x86...
2008-08-20 Dan GohmanAdd FastISel support for floating-point operations.
2008-08-20 Dan GohmanAdd FastISel support for several more binary operators.
2008-08-19 Dan GohmanFast-isel is now *minimally* functional. Add a testcase to