Remove working entry from README.
[oota-llvm.git] / test / CodeGen / X86 / select.ll
2011-04-14 Bill WendlingAs Dan pointed out, movzbl, movsbl, and friends are...
2011-04-14 Bill WendlingHave the X86 back-end emit the alias instead of what...
2010-12-22 Benjamin KramerX86: Lower a select directly to a setcc_carry if possible.
2010-12-05 Chris LattnerTeach X86ISelLowering that the second result of X86ISD...
2010-12-05 Chris Lattnerfix the rest of the linux miscompares :)
2010-12-05 Chris Lattnergeneralize the previous check to handle -1 on either...
2010-12-05 Chris Lattnerrelax this to handle linux defaulting to -static.
2010-12-05 Chris LattnerImprove an integer select optimization in two ways:
2010-12-05 Chris Lattnermerge some tests into select.ll and make them more...
2010-12-05 Chris Lattnerrename test
2010-12-05 Chris Lattnerremove two tests that aren't really testing anything.
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-04-14 Dale JohannesenRemove -unwind-tables-optional everywhere, since
2008-04-08 Dale JohannesenRename -disable-required-unwind-tables to -unwind-table...
2008-04-08 Dale JohannesenAdd -disable-required-unwind-tables to tests
2008-03-31 Dale JohannesenMark functions in some tests as 'nounwind'. Generating
2007-10-08 Evan ChengUpdate test.
2007-04-16 Reid SpencerFor PR1319:
2007-01-30 Reid SpencerFor PR411:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-09-05 Chris Lattnermake this harder
2004-04-01 Chris LattnerTests for fp cmov's that I forgot to check in earlier
2004-03-30 Chris LattnerTest folding comparisons into select instructions
2004-03-30 Chris LattnerNew testcase for select instructions