Give V8ISD nodes symbolic names in dumps
[oota-llvm.git] / lib / Target / SparcV8 / SparcV8ISelDAGToDAG.cpp
2006-01-12 Chris LattnerGive V8ISD nodes symbolic names in dumps
2006-01-11 Nate BegemanAdd bswap, rotl, and rotr nodes
2006-01-11 Chris LattnerThis is no longer needed
2006-01-11 Chris LattnerUse Evan's outflag stuff to implement V8cmpicc. This...
2006-01-11 Chris LattnerFix a bug in i32->f64 conversion lowering
2006-01-06 Chris Lattnersilence a bogus gcc warning
2006-01-05 Jim LaskeyHad expand logic backward.
2006-01-05 Jim LaskeyAdded initial support for DEBUG_LABEL allowing debug...
2006-01-05 Evan ChengRemove some dead code.
2005-12-23 Chris Lattnerfix something-o
2005-12-23 Chris Lattnerimplement vaarg. Varargs now should work.
2005-12-23 Chris Lattnerimplement vastart. The dag isel compiles this:
2005-12-23 Chris Lattnermake sure bit_converts are expanded
2005-12-23 Chris Lattnerfix the int<->fp instructions, which apparently take...
2005-12-23 Chris LattnerUse BIT_CONVERT to simplify this code
2005-12-21 Jim LaskeyDisengage DEBUG_LOC from non-PPC targets.
2005-12-21 Chris Lattnerremove dead code
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