oota-llvm.git
2007-03-19 Evan ChengMinor bug fix.
2007-03-19 Chris Lattnerfix a warning
2007-03-19 Chris Lattneradd PR#
2007-03-19 Chris Lattnerimplement the next chunk of SROA with memset/memcpy...
2007-03-19 Chris Lattneradd pr#
2007-03-19 Chris Lattnernew testcase
2007-03-19 Chris Lattnertestcase for SROA with memset etc
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 Lattnernew testcase
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.
2007-03-18 Evan ChengFix comment.
2007-03-18 Nick LewyckyPropagate ValueRanges across equality.
2007-03-17 Anton KorobeynikovSilence warning
2007-03-17 Evan ChengTrack the BB's where each virtual register is used.
2007-03-17 Evan ChengJoining a live interval of a physical register with...
2007-03-17 Evan ChengUse SmallSet instead of std::set.
2007-03-17 Evan ChengIf sdisel has decided to sink GEP index expression...
2007-03-17 Evan ChengGEP index sink test case.
2007-03-17 Devang PatelTest case for X86 inline asm constraint 'I'
2007-03-17 Devang PatelSupport 'I' inline asm constraint.
2007-03-16 Lauro Ramos... Only ARMv6 has BSWAP.
2007-03-16 Evan ChengTurn on GEP index sinking by default.
2007-03-16 Evan ChengStupid bug.
2007-03-16 Bill WendlingAnd now support for MMX logical operations.
2007-03-16 Evan ChengSink a binary expression into its use blocks if it...
2007-03-16 Evan ChengAdded isLegalAddressExpression(). Only allows X +/...
2007-03-16 Evan ChengAdded isLegalAddressExpression hook to test if the...
2007-03-16 Evan ChengThese forward declarations are not needed.
2007-03-16 Nick LewyckyAdd more comments and update to new asm syntax.
2007-03-15 Bill WendlingMultiplication support for MMX.
2007-03-15 Evan ChengDebugging output stuff.
2007-03-15 Reid SpencerRegenerate.
2007-03-15 Reid SpencerRevert last changes as they introduced other problems.
2007-03-14 Evan ChengARM isel should match ldr x +/- x * (2^n) to ldr [x...
2007-03-14 Reid SpencerRegenerate.
2007-03-14 Reid SpencerThe sign information was not propagating into the renam...
2007-03-14 Reid SpencerFor PR1256:
2007-03-14 Reid SpencerTest case for PR1256.
2007-03-14 Evan ChengEstimate a cost using the possible number of scratch...
2007-03-14 Evan ChengUnder X86-64 large code model, do not emit 32-bit pc...
2007-03-14 Evan ChengNotes about codegen issues.
2007-03-14 Duncan SandsTest that the size of a view converted object is determ...
2007-03-14 Evan ChengClean up.
2007-03-14 Evan ChengOops.
2007-03-14 Jim LaskeyChange e-mail address.
2007-03-14 Jim LaskeyAdd link to exception handling.
2007-03-14 Jim LaskeyAdding credit for PPC changes.
2007-03-14 Jim LaskeyFirst draft of exception handling doc.
2007-03-14 Jeff CohenMake older versions of bison happy.
2007-03-14 Jeff CohenFix for VS 2005 problem supplied by Morten Ofstad.
2007-03-14 Evan ChengX86-64 JIT is in large code model. Need stubs for direc...
2007-03-14 Evan Chengx86-64 JIT stub codegen.
2007-03-14 Evan ChengPreliminary support for X86-64 JIT stub codegen.
2007-03-14 Zhou ShengShiftAmt might equal to zero. Handle this situation.
2007-03-14 Zhou ShengEnable KnownZero/One.clear().
2007-03-13 Evan ChengNew test.
2007-03-13 Evan ChengThis got better.
2007-03-13 Evan ChengTry schedule def + use closer whne Sethi-Ullman numbers...
2007-03-13 Evan ChengAM2 can match 2^n +/- 1. e.g. ldr r3, [r2, r2, lsl #2]
2007-03-13 Evan ChengZero is always a legal AM immediate.
2007-03-13 Evan ChengCorrect type info for isLegalAddressImmediate() check.
2007-03-13 Duncan SandsTest support for arrays with non-zero first index.
2007-03-13 Nicolas GeoffrayStack and register alignment of call arguments in the...
2007-03-13 Chris Lattnerifdef out some dead code.
2007-03-13 Chris Lattnertestcase for PR1244
2007-03-13 Zhou ShengFor expression like
2007-03-13 Zhou ShengAdd zextOrCopy() into APInt for convenience.
2007-03-13 Zhou ShengIn APInt version ComputeMaskedBits():
2007-03-13 Evan ChengImplement getTargetLowering() or else LSR won't be...
2007-03-12 Evan ChengMore flexible TargetLowering LSR hooks for testing...
2007-03-12 Evan ChengUpdated TargetLowering LSR addressing mode hooks for...
2007-03-12 Evan ChengMore flexible TargetLowering LSR hooks for testing...
2007-03-12 Evan ChengMore flexible TargetLowering LSR hooks for testing...
2007-03-12 Evan ChengUse new TargetLowering addressing modes hooks.
2007-03-12 Evan ChengMore flexible TargetLowering LSR hooks for testing...
2007-03-12 Evan ChengStupid bug: SSE2 supports v2i64 add / sub.
2007-03-12 Reid SpencerRevert the last patch as it violates the conditions...
2007-03-12 Jeff CohenUnbreak C++ build.
2007-03-12 Jeff CohenUnbreak VC++ build. Do not use identifiers starting...
2007-03-12 Zhou ShengFor APInt::z/sext(width), if width == BitWidth, just...
2007-03-12 Reid SpencerAdd an APInt version of SimplifyDemandedBits.
2007-03-12 Reid SpencerAdd an APInt version of ShrinkDemandedConstant.
2007-03-12 Zhou ShengAvoid to assert on "(KnownZero & KnownOne) == 0".
2007-03-12 Zhou ShengIn function ComputeMaskedBits():
2007-03-11 Zhou ShengAdd getSignBit() and operator<<= into APInt for conveni...
2007-03-10 Nick LewyckyAdd value ranges. Currently inefficient in both executi...
2007-03-10 Anton KorobeynikovUse range tests in LowerSwitch, where possible
2007-03-10 Nick LewyckyAdd getter methods for the extremes of a ConstantRange.
2007-03-10 Bill WendlingAdding more arithmetic operators to MMX. This is an...
2007-03-09 Devang PatelRemove dead comments.
2007-03-09 Devang PatelAvoid recursion. Use iterative algorithm for RenamePass().
2007-03-09 Devang PatelIncrement iterator now because IVUseShouldUsePostIncVal...
2007-03-09 Reid SpencerRegenerate.
2007-03-09 Evan ChengMinor stuff.
2007-03-09 Evan ChengAdd comments about LSR / ARM.
2007-03-09 Evan ChengUnfinished work and ideas related to register scavenger.
next