Set ISD::FPOW to Expand.
[oota-llvm.git] / lib / Target / Sparc / SparcISelDAGToDAG.cpp
2005-12-19 Chris LattnerFix pifft by correcting the case when a i64/f64 straddl...
2005-12-19 Chris LattnerFix calls to functions returning i64
2005-12-19 Chris Lattnermark some unsupported ops as unsupported
2005-12-19 Chris LattnerKeep stack frames 8-byte aligned. This fixes olden...
2005-12-19 Chris LattnerElimiante SP and FP, which weren't members of the IntRe...
2005-12-18 Chris LattnerAdd support for calls to external symbols
2005-12-18 Chris Lattnerwe have no memcpy
2005-12-18 Chris LattnerFix a crash on a call with no arguments
2005-12-18 Chris LattnerChange return lowering so that we can autogen the match...
2005-12-18 Chris LattnerImplement Calls for V8. This would be completely autog...
2005-12-18 Chris LattnerImplement the full V8 ABI for incoming arguments.
2005-12-18 Chris LattnerGive V8 select_cc, in the spirit of the PPC backend
2005-12-18 Chris LattnerV8 doesn't have FP extload
2005-12-18 Chris Lattnersimplifications, fix typo
2005-12-18 Chris LattnerAdd frameindex support
2005-12-18 Chris LattnerAdd constant pool support, including folding into addre...
2005-12-18 Chris LattnerTeach the addressing mode stuff to fold "%lo" into...
2005-12-18 Chris LattnerAdd initial support for global variables, and fix a...
2005-12-18 Chris LattnerAdd initial conditional branch support. This doesn...
2005-12-17 Chris LattnerImplement 64-bit add/sub, make sure to receive and...
2005-12-17 Chris Lattnerimplement div and rem
2005-12-17 Chris Lattnerimplement MULHU/MULHS for 64-bit multiplies
2005-12-17 Chris LattnerMake the addressing modes smarter
2005-12-17 Chris LattnerAdd support for 64-bit arguments
2005-12-17 Chris LattnerSparc doesn't have sext_inreg
2005-12-17 Chris LattnerAdd basic addressing mode support and one load.
2005-12-17 Chris LattnerImplement ret with operand, giving us this:
2005-12-17 Chris LattnerImplement LowerArguments, at least for the first 6...
2005-12-17 Chris LattnerAdd the framework for a dag-dag isel