[AVX512] add PSLLD and PSLLQ Intrinsic
[oota-llvm.git] / test / CodeGen / X86 / abi-isel.ll
2015-03-13 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 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-10-15 Andrew TrickEnable MI Sched for x86.
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-06-25 Andrew TrickRevert "Temporarily enable MI-Sched on X86."
2013-06-24 Andrew TrickTemporarily enable MI-Sched on X86.
2013-06-01 Tim NorthoverX86: change MOV64ri64i32 into MOV32ri64
2013-05-31 Eric ChristopherTemporarily Revert "X86: change MOV64ri64i32 into MOV32...
2013-05-31 Tim NorthoverX86: change MOV64ri64i32 into MOV32ri64
2012-02-01 Andrew TrickInstruction scheduling itinerary for Intel Atom.
2011-05-16 Jakob Stoklund OlesenTeach LiveInterval::isZeroLength about null SlotIndexes.
2011-05-04 Jakob Stoklund OlesenPrepare remaining tests for -join-physreg going away.
2011-04-05 Jakob Stoklund OlesenFix one more batch of X86 tests to be register allocati...
2011-01-13 Eric ChristopherExperiment with changing the default 32-bit linux stack...
2011-01-03 Evan ChengUse pushq / popq instead of subq $8, %rsp / addq $8...
2010-09-22 Chris LattnerFix an inconsistency in the x86 backend that led it...
2010-04-17 Dan GohmanStart function numbering at 0.
2009-12-18 Dan GohmanRemove "tail" keywords. These calls are not intended...
2009-12-18 Sean CallananInstruction fixes, added instructions, and AsmString...
2009-10-18 Evan ChengTurn on post-alloc scheduling for x86.
2009-09-11 Chris Lattnerturn on -experimental-asm-printer for x86 / AT&T by...
2009-09-09 Chris Lattnerdisable the new asmprinter by default. Both the Mangle...
2009-09-09 Chris Lattnerturn the mcinst asmprinter on by default for x86, tweak...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-25 Daniel DunbarSwitch abi-isel.ll to FileCheck; it's not much faster...
2009-08-20 Dan GohmanFix an x86 code size regression: prefer RIP-relative...
2009-07-11 Chris Lattnerfix x86-64 static codegen to materialize the address...
2009-07-11 Chris LattnerFix PR4533, which is about buggy codegen in x86-64...
2009-06-03 Evan ChengFor Darwin / x86_64, override -relocation-model=static...
2009-06-03 Dan GohmanRevert r72734. The Darwin assembler doesn't support...
2009-06-02 Evan ChengOn Darwin x86_64 small code model doesn't guarantee...
2009-04-12 Rafael EspindolaIn X86DAGToDAGISel::MatchWrapper, if base or index...
2009-03-14 Dan GohmanAdd a testcase that covers a wide variety of ABI isel...