Remove some redundant checks, add a couple of new ones. This allows us to
[oota-llvm.git] / lib / Target / Alpha /
2005-01-30 Chris LattnerThis code is really unreachable.
2005-01-30 Chris LattnerFix warnings.
2005-01-30 Andrew Lenharthsupport for larger calls
2005-01-29 Chris LattnerUnbreak the build :(
2005-01-29 Andrew Lenharthfirst step towards a correct and complete stack. also...
2005-01-28 Andrew Lenharthfix ExprMap, partially teach about add long
2005-01-28 Andrew Lenharthfix ExprMap and constant check in setcc
2005-01-28 Andrew Lenharthmove FP into it's own select
2005-01-27 Andrew Lenharthstack frame fix and zero FP reg fix
2005-01-27 Andrew LenharthFloating point instructions like Floating point registers
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-27 Andrew Lenharthperhaps this will let me have calls again
2005-01-27 Andrew Lenharthminor bug fix
2005-01-27 Andrew Lenharthminor bug fix
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 Lenharthhum, writing on one machine, testing on another...
2005-01-26 Andrew Lenharthadd some operations, fix others. should compile severa...
2005-01-25 Andrew Lenharthproblems with bools, and their work arounds
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-24 Andrew LenharthAlpha JIT prune
2005-01-24 Andrew Lenharthinclude prune and JIT prune
2005-01-24 Andrew LenharthPruned includes
2005-01-22 Andrew LenharthLet me introduce you to the early stages of the llvm...