[AVX512] add PSLLD and PSLLQ Intrinsic
[oota-llvm.git] / test / CodeGen / X86 / fast-isel.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Mehdi AminiChange the fast-isel-abort option from bool to int...
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2012-07-06 Chad Rosier[fast-isel] Tell fast-isel to do nothing with the new...
2012-05-20 Jakob Stoklund OlesenProperly constrain register classes for sub-registers.
2012-02-18 Eric ChristopherTestcase for the previous commit.
2011-05-18 Eli FriedmanForce a triple on a couple of tests; we don't support...
2011-05-18 Eli FriedmanMake some of the fast-isel tests actually test fast...
2011-04-26 Dan GohmanFast-isel support for simple inline asms.
2011-04-22 Chris LattnerRecommit the fix for rdar://9289512 with a couple tweaks to
2010-07-10 Dan GohmanReapply bottom-up fast-isel, with several fixes for...
2010-07-09 Bob Wilson--- Reverse-merging r107947 into '.':
2010-07-09 Dan GohmanRe-apply bottom-up fast-isel, with fixes. Be very caref...
2010-07-08 Dan GohmanRevert 107840 107839 107813 107804 107800 107797 107791.
2010-07-07 Dan GohmanImplement bottom-up fast-isel. This has the advantage...
2010-04-09 Dan GohmanMerge a few fast-isel tests.
2010-01-12 Duncan SandsRevert commit 93204, since it causes the assembler...
2010-01-11 Evan ChengAdd manual ISD::OR fastisel selection routines. TableGe...
2010-01-11 Evan ChengExtend r93152 to work on OR r, r. If the source set...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-27 Dan GohmanX86FastISel support for loading and storing values...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-03-13 Dan GohmanAdd a few more ptrtoint/inttoptr cast tests.
2009-03-13 Dan GohmanImprove FastISel's handling of truncates to i1, and...
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