Add explicit #includes of <iostream>
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.cpp
2006-01-20 Chris LattnerLowerReturn now doesn't have to handle f32 returns.
2006-01-19 Evan ChengAvoid generating a redundant setcc.
2006-01-19 Evan ChengA obvious typo
2006-01-18 Evan ChengSRA shift amount must be in i8
2006-01-18 Evan ChengIf a call return type is i1, insert a truncate from...
2006-01-17 Evan ChengFix lowering of calls which return f32 values.
2006-01-17 Evan ChengSSE does not support i64 SINT_TO_FP (FP stack doesn...
2006-01-17 Evan ChengAdded a FIXME comment about why FST is currently flagge...
2006-01-17 Evan ChengBug fixes: fpGETRESULT should produces a flag result...
2006-01-16 Evan ChengFix FP_TO_INT**_IN_MEM lowering.
2006-01-15 Chris LattnerUse the default lowering of ISD::DYNAMIC_STACKALLOC...
2006-01-14 Nate Begemanbswap implementation
2006-01-13 Evan ChengLHS = X86ISD::CMOVcc LHS, RHS means LHS = RHS if cc...
2006-01-13 Chris LattnerEnable X86 support for savestack/restorestack
2006-01-13 Chris Lattnerexpand unsupported stacksave/stackrestore nodes
2006-01-13 Evan ChengMore typo's. I need new eye glasses...
2006-01-13 Evan ChengOops. Typo.
2006-01-13 Evan ChengFix a SETCC / BRCOND folding bug.
2006-01-12 Evan ChengFix sint_to_fp (fild*) support.
2006-01-12 Evan ChengX86ISD::SETCC (e.g. SETEr) produces a flag (so multiple...
2006-01-12 Evan Cheng* Materialize GlobalAddress and ExternalSym with MOV32r...
2006-01-11 Evan ChengAdded ROTL and ROTR.
2006-01-11 Evan ChengSupport for MEMCPY and MEMSET.
2006-01-11 Nate BegemanAdd bswap, rotl, and rotr nodes
2006-01-11 Evan Cheng* Add special entry code main() (to set x87 to 64-bit...
2006-01-11 Evan ChengSSE cmov support.
2006-01-10 Evan ChengFP_TO_INT*_IN_MEM and x87 FP Select support.
2006-01-09 Evan ChengMore typos
2006-01-09 Evan Chengtypo
2006-01-09 Evan ChengSupport for ADD_PARTS, SUB_PARTS, SHL_PARTS, SHR_PARTS...
2006-01-06 Evan Cheng* Fast call support.
2006-01-05 Jim LaskeyHad expand logic backward.
2006-01-05 Jim LaskeyAdded initial support for DEBUG_LABEL allowing debug...
2006-01-05 Evan ChengDAG based isel call support.
2005-12-27 Chris LattnerFix a problem duraid pointed out to me compiling kc...
2005-12-23 Evan ChengMore X86 floating point patterns.
2005-12-23 Chris Lattnermake sure bit_convert's are expanded
2005-12-21 Evan Cheng* Fix a GlobalAddress lowering bug.
2005-12-21 Jim LaskeyDisengage DEBUG_LOC from non-PPC targets.
2005-12-21 Evan Cheng* Added support for X86 RET with an additional operand...
2005-12-21 Evan Cheng* Added lowering hook for external weak global address...
2005-12-20 Evan ChengAdded a hook to print out names of target specific...
2005-12-19 Evan ChengX86 conditional branch support.
2005-12-17 Evan ChengRemove a few lines of dead code.
2005-12-17 Evan ChengX86 lowers SELECT to a cmp / test followed by a conditi...
2005-12-15 Evan Cheng* Promote all 1 bit entities to 8 bit.
2005-12-07 Chris LattnerX86 doesn't support sextinreg for 8-bit things either.
2005-11-29 Chris LattnerNo targets support line number info yet.
2005-11-20 Chris LattnerLower READCYCLECOUNTER correctly, preserving the chain...
2005-11-20 Chris Lattneruse chain operands to ensure the copies don't wander...
2005-11-20 Andrew LenharthThe second patch of X86 support for read cycle counter.
2005-11-15 Chris LattnerSeparate X86ISelLowering stuff out from the X86ISelPatt...