oota-llvm.git
2006-05-12 Owen AndersonAdd a new constructor to TargetData that builds a Targe...
2006-05-12 Chris LattnerTwo simplifications for token factor nodes: simplify...
2006-05-12 Evan ChengNew scheduling test case.
2006-05-12 Evan ChengAdd capability to scheduler to commute nodes for profit.
2006-05-12 Evan ChengTypo! How did we commute nodes before?!
2006-05-12 Chris LattnerFor extra sanity checking, fill free'd memory with...
2006-05-11 Chris LattnerFix some bugs in the freelist manipulation code.
2006-05-11 Evan ChengRefactor scheduler code. Move register-reduction list...
2006-05-11 Chris LattnerSignificantly revamp allocation of machine code to...
2006-05-11 Chris LattnerRefactor some code, making it simpler.
2006-05-11 Evan ChengAdd MOV16_rm / MOV32_rm and MOV16_mr / MOV32_mr to...
2006-05-11 Evan ChengAlso add super- register class info.
2006-05-11 Evan ChengAlso add super- register classes info.
2006-05-11 Evan ChengSet weight of zero length intervals to infinite to...
2006-05-11 Evan ChengBacking out previous check-in.
2006-05-11 Owen AndersonFix some problems linking stuff in libTarget.
2006-05-10 Evan ChengIf the live interval legnth is essentially zero, i...
2006-05-10 Evan ChengUpdate test case
2006-05-10 Chris LattnerTwo changes:
2006-05-10 Chris LattnerNew testcase, check that dead code doesn't pessimize...
2006-05-10 Chris LattnerFix the PowerPC JIT-only failure on UnitTests/Vector...
2006-05-10 Evan ChengTemplatify RegReductionPriorityQueue
2006-05-10 Chris LattnerAdd alloca/malloc ctors that don't take array sizes.
2006-05-10 Chris LattnerAdd an assertion for a common error
2006-05-10 Evan ChengWatch out for the following case:
2006-05-10 Evan ChengFix a load folding bug. It is exposed by a multi- resul...
2006-05-09 Nate BegemanFix PR773
2006-05-09 Chris LattnerThis method doesn't need to be virtual, thanks to Reid...
2006-05-09 Chris LattnerFix a regression in my patch from last night that broke...
2006-05-09 Chris LattnerIndent .data/.text in the .s file
2006-05-09 Evan ChengAnother instruction scheduling test case
2006-05-09 Evan ChengAdd pseudo dependency to force a def&use operand to...
2006-05-09 Evan ChengDebugging info
2006-05-09 Evan ChengRemove a completed entry.
2006-05-09 Evan ChengTest case for PR770
2006-05-09 Evan ChengPR 770 - permit coallescing of registers in subset...
2006-05-09 Evan ChengAdded sub- register classes information.
2006-05-09 Evan ChengAdd sub-register class information.
2006-05-09 Chris LattnerImplement MASM sections correctly, without a "has masm...
2006-05-09 Chris LattnerImplement MASM sections correctly, without a "has masm...
2006-05-09 Chris LattnerOh yeah, there are two of these now, unify both.
2006-05-09 Chris LattnerSetting SwitchToSectionDirective properly in the MASM...
2006-05-09 Chris LattnerMASM doesn't have one of these.
2006-05-09 Chris LattnerDon't prefix section directives with a tab. Doing...
2006-05-09 Chris LattnerMake the masm codepath work like the normal code path.
2006-05-09 Chris LattnerPreserve prior behavior
2006-05-09 Chris LattnerThe MASM asmprinter has been fixed, these hacks are...
2006-05-09 Chris LattnerFix the MASM asmprinter's lies. It does not want to...
2006-05-09 Chris LattnerSplit SwitchSection into SwitchTo{Text|Data}Section...
2006-05-09 Chris LattnerSplit SwitchSection into the SwitchTo{Text|Data}Section...
2006-05-09 Chris LattnerSome notes and thoughts to myself
2006-05-09 Chris LattnerPatch to make some xforms preserve each other. Patch...
2006-05-09 Reid SpencerUse the -dumpversion option to llvm-gcc which gives...
2006-05-08 Chris LattnerMove some methods out of line so that MutexGuard.h...
2006-05-08 Chris LattnerMove methods out of line so that MutexGuard.h isn't...
2006-05-08 Chris LattnerAnother bad case I noticed
2006-05-08 Chris Lattneradd a note
2006-05-08 Chris LattnerMake the case I just checked in stronger. Now we compi...
2006-05-08 Chris LattnerImplement and_sext.ll:test3, generating:
2006-05-08 Chris Lattnernew testcase
2006-05-08 Nate BegemanYet more readme updating
2006-05-08 Chris LattnerCompile this:
2006-05-08 Nate BegemanNew note about something bad happening in target indepe...
2006-05-08 Nate BegemanProving once again that I am not as smart as the compiler
2006-05-08 Nate BegemanFold more shifts into inserts, and update the README
2006-05-08 Chris LattnerFold shifts with undef operands.
2006-05-08 Chris LattnerWhen tracking demanded bits, if any bits from the sext...
2006-05-08 Nate BegemanMake emission of jump tables a bit less conservative...
2006-05-08 Evan ChengFixing truncate. Previously we were emitting truncate...
2006-05-08 Chris LattnerMove the definition of value_use_iterator::getOperandNo...
2006-05-08 Nate BegemanUpdate some stuff now that the new rlwimi code has...
2006-05-08 Nate BegemanFix PR772
2006-05-08 Nate BegemanRemove unncessary include
2006-05-07 Chris LattnerThis test passes now, remove xfail marker
2006-05-07 Evan ChengTypo's
2006-05-07 Jeff CohenUnlike Unix, Windows won't let a file be implicitly...
2006-05-07 Nate BegemanNew rlwimi implementation, which is superior to the...
2006-05-06 Chris LattnerUse ComputeMaskedBits to determine # sign bits as a...
2006-05-06 Chris LattnerAdd some more sign propagation cases
2006-05-06 Jeff CohenApply bug fix supplied by Greg Pettyjohn for a bug...
2006-05-06 Chris LattnerSimplify some code, add a couple minor missed folds
2006-05-06 Chris Lattnerconstant fold sign_extend_inreg
2006-05-06 Chris Lattnerremove cases handled elsewhere
2006-05-06 Chris LattnerAdd some more simple sign bit propagation cases.
2006-05-06 Jeff CohenFix some loose ends in MASM support.
2006-05-06 Chris Lattnernew testcase we handle right now.
2006-05-06 Chris LattnerUse the new TargetLowering::ComputeNumSignBits method...
2006-05-06 Chris LattnerAdd some really really simple code for computing sign...
2006-05-06 Chris LattnerAdd some new methods for computing sign bit information.
2006-05-06 Chris LattnerWhen inserting casts, be careful of where we put them...
2006-05-06 Chris Lattnernew testcase
2006-05-06 Chris LattnerMove some code around.
2006-05-06 Chris Lattnernew testcase from ghostscript that inf looped instcombine
2006-05-06 Chris LattnerTeach the X86 backend about non-i32 inline asm register...
2006-05-06 Chris LattnerFold (trunc (srl x, c)) -> (srl (trunc x), c)
2006-05-05 Chris LattnerFold trunc(any_ext). This gives stuff like:
2006-05-05 Chris LattnerShrink shifts when possible.
2006-05-05 Chris LattnerImplement ComputeMaskedBits/SimplifyDemandedBits for...
2006-05-05 Chris LattnerPrint a grouping around inline asm blocks so that we...
2006-05-05 Chris LattnerPrint *some* grouping around inline asm blocks so we...
next