enforce the proper range for the i386 N constraint.
[oota-llvm.git] / lib /
2007-03-25 Chris Lattnerenforce the proper range for the i386 N constraint.
2007-03-25 Chris LattnerFix test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
2007-03-24 Chris Lattnerfix a regression on vector or instructions.
2007-03-24 Chris Lattnerdon't rely on ADL
2007-03-24 Chris Lattneradd a valuetype for v1i64, which is needed by mmx.
2007-03-24 Zhou ShengMake some codes more efficient.
2007-03-24 Chris Lattneradd a bad case evan though of.
2007-03-24 Reid SpencerFor PR1205:
2007-03-24 Evan ChengAdjust offset to compensate for big endian machines.
2007-03-23 Anton KorobeynikovAutodetect MMX & SSE stuff for AMD processors
2007-03-23 Bill WendlingPR1260:
2007-03-23 Evan ChengMake sure SEXTLOAD of the specific type is supported...
2007-03-23 Reid SpencerFor PR1205:
2007-03-23 Evan ChengAlso replace uses of SRL if that's also folded during...
2007-03-23 Reid SpencerFor PR1205:
2007-03-23 Chris Lattnerswitch AddReachableCodeToWorklist from being recursive...
2007-03-23 Reid SpencerFor PR1205:
2007-03-23 Reid SpencerFix constant fold of div by zero and rem by zero to...
2007-03-23 Zhou ShengMake the "KnownZero ^ TypeMask" computation just once.
2007-03-23 Zhou ShengSimplify the code.
2007-03-23 Evan ChengA couple of bug fixes for reducing load width xform:
2007-03-22 Reid SpencerFor PR1205:
2007-03-22 Reid SpencerFor PR1205:
2007-03-22 Reid SpencerFor PR1205:
2007-03-22 Bill WendlingWe generate a shufflevector instruction, so we don...
2007-03-22 Bill WendlingSupport added for shifts and unpacking MMX instructions.
2007-03-22 Dan GohmanChange uses of Function::front to Function::getEntryBlo...
2007-03-22 Reid SpencerAdd the NoUnwind function attribute.
2007-03-22 Reid SpencerRegenerate.
2007-03-22 Reid SpencerAdd support for the noreturn and nounwind function...
2007-03-22 Nick LewyckyFix broken optimization disabled by a logic bug.
2007-03-22 Evan ChengMore opportunities to reduce load size.
2007-03-22 Evan ChengFix for PR1257. Bug in live range shortening as a resul...
2007-03-21 Reid SpencerFor PR1248:
2007-03-21 Dale Johannesenrepair x86 performance, dejagnu problems from previous...
2007-03-21 Anton KorobeynikovAdd TODO list for MSIL backend
2007-03-21 Anton KorobeynikovLet the new backend begin!
2007-03-21 Dale Johannesenadd generation of unnecessary push/pop around calls
2007-03-21 Evan Chengfold (truncate (srl (load x), c)) -> (smaller load...
2007-03-21 Nicolas GeoffrayProtect R31's frame offset from being used by callee...
2007-03-21 Zhou ShengFix a bug in getAllOnesValue() which broke
2007-03-21 Evan ChengMark re-materializable instructions.
2007-03-20 Evan ChengUpdated.
2007-03-20 Evan ChengPotential spiller improvement.
2007-03-20 Dale Johannesendo not share old induction variables when this would...
2007-03-20 Dale Johannesenmaintain LiveIn when splitting blocks (register scaveng...
2007-03-20 Devang PatelDominanceFrontier::calculate().
2007-03-20 Jeff CohenFix some VC++ warnings.
2007-03-20 Jeff CohenFix (and simplify) 48-bit byte swap.
2007-03-20 Devang PatelLoopSimplify::FindPHIToPartitionLoops()
2007-03-20 Lauro Ramos VenancioCode clean up.
2007-03-20 Evan ChengMinor bug.
2007-03-20 Lauro Ramos Venanciobugfix: When the source register of CALL_NOLINK was...
2007-03-20 Reid SpencerRegenerate.
2007-03-20 Reid SpencerDon't delete things before their last use (avoids bad...
2007-03-20 Lauro Ramos VenancioCopyToReg source operand can be a physical register.
2007-03-20 Zhou ShengSimplify isHighOnes().
2007-03-20 Evan ChengFirst cut trivial re-materialization support.
2007-03-20 Evan ChengMake two piece constant generation as a single instruct...
2007-03-20 Evan ChengNew entry.
2007-03-20 Evan ChengAdded MRegisterInfo hook to re-materialize an instruction.
2007-03-20 Chris LattnerTwo changes:
2007-03-20 Chris Lattnerfix indentation
2007-03-20 Reid SpencerRegenerate.
2007-03-20 Reid SpencerPlug some PATypeHolder memory leaks.
2007-03-20 Dale Johannesenuse types of loads and stores, not address, in CheckFor...
2007-03-20 Dale Johannesenfix obvious comment bug
2007-03-20 Chris LattnerFix a nasty memory leak, caused by my revamp of the...
2007-03-20 Reid SpencerMake isOneBitSet faster by using APInt::isPowerOf2...
2007-03-19 Reid SpencerAPIntify the isHighOnes utility function.
2007-03-19 Reid SpencerFix coding standards violation.
2007-03-19 Reid SpencerImplement isMaxValueMinusOne in terms of APInt instead...
2007-03-19 Reid SpencerImplement isMinValuePlusOne using facilities of APInt...
2007-03-19 Reid SpencerImplement isOneBitSet in terms of APInt::countPopulation.
2007-03-19 Reid Spencer1. Use APInt::getSignBit to reduce clutter (patch by...
2007-03-19 Reid SpencerRemove a redundant clause in an if statement.
2007-03-19 Reid SpencerRegenerate.
2007-03-19 Reid SpencerFix test/Assembler/2007-03-19-NegValue.ll by using...
2007-03-19 Reid SpencerAllow ConstantInt::get(Ty, uint64_t) to interpret the...
2007-03-19 Reid SpencerImplement extension of sign bits for negative values...
2007-03-19 Anton KorobeynikovFix mingw32 build
2007-03-19 Reid SpencerRegenerate.
2007-03-19 Reid SpencerFor PR1248:
2007-03-19 Reid SpencerAdd and Operator== method to ValID so equality can...
2007-03-19 Reid SpencerFor PR1258:
2007-03-19 Chris Lattnerfix ScalarRepl/2007-03-19-CanonicalizeMemcpy.ll
2007-03-19 Evan ChengRemove -reduce-joining-phys-regs options. Make it on...
2007-03-19 Evan ChengFix naming inconsistencies.
2007-03-19 Evan ChengSpecial LDR instructions to load from non-pc-relative...
2007-03-19 Evan ChengConstant generation instructions are re-materializable.
2007-03-19 Evan ChengAdded isReMaterializable.
2007-03-19 Evan ChengMinor bug fix.
2007-03-19 Chris Lattnerfix a warning
2007-03-19 Chris Lattnerimplement the next chunk of SROA with memset/memcpy...
2007-03-18 Nick LewyckyClean up this code and fix subtract miscompile.
2007-03-18 Chris LattnerImplement InstCombine/and-xor-merge.ll:test[12].
2007-03-18 Chris Lattnerminor updates
2007-03-18 Nick LewyckyThis is implemented. We now generate:
2007-03-18 Evan Cheng- Merge UsedBlocks info after two virtual registers...
2007-03-18 Evan ChengKeep UsedBlocks info accurate.
next