Let us play simplify the td file (and fix a few missed sub and mul patterns).
[oota-llvm.git] / lib / Target / Alpha / AlphaInstrInfo.td
2005-03-14 Andrew LenharthFP 0.0 setcc optimization, and generate short branch...
2005-03-11 Andrew Lenharthremove a pseudo instruction and improve inline constant...
2005-03-09 Andrew Lenharthminor correction for Register that isn't used
2005-03-04 Andrew Lenharthfix FCMOVxx typo, set rem and div to hardcode target...
2005-03-03 Andrew Lenharthturn on IEEE for compares
2005-02-28 Andrew Lenharthfix integer division and stuff
2005-02-25 Andrew Lenharthmake BB labels be exported for debuging, add fp negatio...
2005-02-12 Andrew Lenharthmake FP conversion more conservative (matches gcc)
2005-02-10 Andrew Lenharthso, if you beat on it, you too can talk emacs into...
2005-02-10 Andrew Lenharthfix fp branch
2005-02-07 Andrew Lenharthfix store issue and an FP conversion (segfault) issue
2005-02-06 Andrew Lenharthfix oopso
2005-02-06 Andrew Lenharthsmarter loads and stores. can now handle base+offset.
2005-02-05 Andrew Lenharthfix f32 setcc, and fp select
2005-02-05 Andrew Lenharthadded ugly support for fp compares
2005-02-04 Misha BrukmanMake file header comment consistent: extend the whole...
2005-02-02 Andrew LenharthStore fix
2005-02-02 Andrew Lenharthtry to make a bug bugpointable, add yet more constant...
2005-02-01 Andrew LenharthMake cmov work right and loads for fp from constant...
2005-02-01 Andrew Lenharthpecimise loads, put indirect call addr in right registe...
2005-01-31 Andrew Lenharthindirect call fix
2005-01-31 Andrew Lenharthfp to int and back conversion sequences
2005-01-30 Andrew Lenharthadded fp extend and removed a forgotten assert in more...
2005-01-29 Andrew Lenharthfirst step towards a correct and complete stack. also...
2005-01-27 Andrew Lenharthint to float conversion and another setcc
2005-01-27 Andrew Lenharthteach isel about comparison with constants and zero...
2005-01-26 Andrew Lenharthadded instructions for fp to int to fp moves
2005-01-26 Andrew Lenharth initial fp support
2005-01-26 Andrew Lenharthadd some operations, fix others. should compile severa...
2005-01-25 Andrew Lenharthmore load choices, better add with imm
2005-01-24 Andrew LenharthClean ups, and taught the instruction selector about...
2005-01-22 Andrew LenharthLet me introduce you to the early stages of the llvm...