Re-orging file.
[oota-llvm.git] / lib /
2006-02-17 Chris Lattneradd note about div by power of 2
2006-02-17 Jeff CohenFix bug noticed by VC++.
2006-02-17 Nate BegemanWhoops, didn't mean to check this in yet.
2006-02-17 Nate BegemanAdd a missing and useful pat frag
2006-02-17 Chris Lattnerstart of some new simplification code, not thoroughly...
2006-02-17 Evan ChengRemind ourselves to revisit the "pxor vs. xorps/xorpd...
2006-02-17 Nate BegemanKill the x86 pattern isel. boom.
2006-02-17 Evan ChengRemove the entry about using movapd for SSE reg-reg...
2006-02-16 Evan Chengpxor (for FLD0SS) encoding was missing the OpSize prefix.
2006-02-16 Chris LattnerRemove the skeleton target, it doesn't produce useful...
2006-02-16 Evan ChengDumb bug. Code sees a memcpy from X+c so it increments...
2006-02-16 Evan Cheng1. Use pxor instead of xoraps / xorapd to clear FR32...
2006-02-16 Evan ChengUse movaps / movapd to spill / restore V4F4 / V2F8...
2006-02-16 Nate BegemanRework the SelectionDAG-based implementations of Simpli...
2006-02-16 Chris LattnerChange SplitBlock to increment a BasicBlock::iterator...
2006-02-16 Evan ChengMOVAPSrr and MOVAPDrr instruction format should be...
2006-02-16 Duraid Madinadistinguish between objects and register names, now...
2006-02-16 Evan ChengIf the false case is the current basic block, then...
2006-02-16 Chris LattnerLowering of sdiv X, pow2 was broken, this fixes it...
2006-02-16 Jeff CohenFix VC++ warning.
2006-02-16 Evan ChengUse movaps / movapd (instead of movss / movsd) to do...
2006-02-16 Chris Lattnerfix a bug where we unswitched the wrong way
2006-02-16 Evan ChengA bit more memset / memcpy optimization.
2006-02-15 Chris LattnerImplement trivial unswitching for switch stmts. This...
2006-02-15 Evan ChengRemove an entry.
2006-02-15 Evan ChengRemove an unused function parameter.
2006-02-15 Chris Lattnermake "trivial" unswitching significantly more general...
2006-02-15 Evan ChengTurn a memcpy from string constant into a series of...
2006-02-15 Andrew Lenharthfix a bunch of alpha regressions. see bug 709
2006-02-15 Chris Lattnernew test
2006-02-15 Jim LaskeyShould not combine ISD::LOCATIONs until we have scheme...
2006-02-15 Chris LattnerChecking the wrong value. This caused us to emit silly...
2006-02-15 Chris LattnerConvert this over to work with the new makefiles
2006-02-15 Chris LattnerSparc actually *DOES* have a directive for emitting...
2006-02-15 Chris Lattnerrandom lexer change to test the makefile updating stuff
2006-02-15 Chris LattnerFix SingleSource/Regression/C/2004-08-12-InlinerAndAllo...
2006-02-15 Evan ChengRemove an entry.
2006-02-15 Evan ChengUse .zerofill on x86/darwin.
2006-02-15 Evan ChengLower memcpy with small constant size operand into...
2006-02-15 Chris Lattnermore refactoring, no functionality change.
2006-02-15 Evan Chengcvtsd2ss / cvtss2sd encoding bug.
2006-02-15 Evan Chengmovaps, movapd encoding bug.
2006-02-15 Chris Lattnerpull some code out into a function
2006-02-14 Chris LattnerCanonicalize inner loops before outer loops. Inner...
2006-02-14 Evan ChengDoh again!
2006-02-14 Chris LattnerWhen splitting exit edges to canonicalize loops, make...
2006-02-14 Chris Lattnernew note
2006-02-14 Chris LattnerIf we have zero initialized data with external linkage...
2006-02-14 Jim LaskeyUsing wrong DW_FORM.
2006-02-14 Evan ChengDon't special case XS, XD prefixes.
2006-02-14 Evan ChengBug fix: XS, XD prefixes were being emitted twice.
2006-02-14 Chris LattnerMake sure that weak functions are aligned properly
2006-02-14 Evan ChengDuh
2006-02-14 Evan ChengRemove -disable-x86-sse
2006-02-14 Chris Lattneradd an assert
2006-02-14 Evan ChengKeep to < 80 cols
2006-02-14 Evan ChengMissed a break so memcpy cases fell through to memset...
2006-02-14 Evan ChengFixed a build breakage.
2006-02-14 Evan ChengRename maxStoresPerMemSet to maxStoresPerMemset, etc.
2006-02-14 Evan ChengAdd a entry.
2006-02-14 Evan ChengSet maxStoresPerMemSet to 16. Ditto for maxStoresPerMem...
2006-02-14 Evan ChengExpand memset dst, c, size to a series of stores if...
2006-02-14 Evan ChengEnable SSE (for the right subtargets)
2006-02-14 Chris Lattnernow that libcalls don't suck, we can remove this hack
2006-02-14 Chris Lattneradjust to new style of handling lexer changes
2006-02-14 Chris LattnerUse statistics to keep track of what flavors of loops...
2006-02-14 Chris LattnerFix a latent bug in the call sequence handling stuff...
2006-02-13 Chris LattnerImplement Instcombine/and.ll:test34
2006-02-13 Chris LattnerIf any of the sign extended bits are demanded, the...
2006-02-13 Chris LattnerAnother hack due to allowing multiple symbols with...
2006-02-13 Chris LattnerAnother work around for the 'symbols with different...
2006-02-13 Andrew Lenharthimproved zap discovery
2006-02-13 Jim LaskeyRename to better reflect usage (current and planned.)
2006-02-13 Chris LattnerCompletely rewrite libcall insertion by the legalizer...
2006-02-13 Chris LattnerSwitch targets over to using SelectionDAG::getCALLSEQ_S...
2006-02-13 Chris LattnerSwitch to using getCALLSEQ_START instead of using our...
2006-02-13 Chris LattnerBe careful not to request or look at bits shifted in...
2006-02-12 Nate BegemanAdd missing patterns for andi. and andis., fixing test...
2006-02-12 Chris Lattnerremove some more dead special case code
2006-02-12 Chris LattnerEliminate special case hacks that are superceded by...
2006-02-12 Chris LattnerThree changes:
2006-02-12 Chris LattnerRevert my last patch. It too breaks stuff
2006-02-11 Chris LattnerFix for my previously reverted patch
2006-02-11 Chris LattnerPort the recent innovations in ComputeMaskedBits to...
2006-02-11 Chris Lattnerrevert my previous change, it exposed other problems.
2006-02-11 Duraid Madinafix storing booleans (grawp missed this one)
2006-02-11 Duraid Madinanow short immediates will get matched (previously const...
2006-02-11 Chris LattnerMake this check stricter. Disallow loop exit blocks...
2006-02-11 Evan ChengPrevent certain nodes that have already been selected...
2006-02-11 Chris Lattnerremove dead expr
2006-02-11 Jim LaskeyReorg for integration with gcc4. Old style debug info...
2006-02-11 Chris Lattnerimplement unswitching of loops with switch stmts and...
2006-02-10 Chris LattnerUpdate PHI nodes in successors of exit blocks.
2006-02-10 Chris LattnerReform the unswitching code in terms of edge splitting...
2006-02-10 Evan ChengNicer code. :-)
2006-02-10 Evan ChengAdded X86 isel debugging stuff.
2006-02-10 Chris LattnerFix a case where UnswitchTrivialCondition broke critica...
2006-02-10 Chris LattnerUse the auto-generated call matcher. Remove a broken...
2006-02-10 Chris LattnerUpdate to new-style flags usage, simplifying the .td...
2006-02-10 Evan ChengRemove a completed entry; add a new entry about fisttp op
next