Whoops, didn't mean to check this in yet.
[oota-llvm.git] / lib / Target /
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 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 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 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 Evan ChengUse movaps / movapd (instead of movss / movsd) to do...
2006-02-16 Evan ChengA bit more memset / memcpy optimization.
2006-02-15 Evan ChengRemove an entry.
2006-02-15 Chris Lattnernew test
2006-02-15 Chris LattnerSparc actually *DOES* have a directive for emitting...
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 Chengcvtsd2ss / cvtss2sd encoding bug.
2006-02-15 Evan Chengmovaps, movapd encoding bug.
2006-02-14 Chris Lattnernew note
2006-02-14 Chris LattnerIf we have zero initialized data with external linkage...
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 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 ChengEnable SSE (for the right subtargets)
2006-02-13 Chris LattnerAnother hack due to allowing multiple symbols with...
2006-02-13 Andrew Lenharthimproved zap discovery
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-12 Nate BegemanAdd missing patterns for andi. and andis., fixing test...
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 Evan ChengPrevent certain nodes that have already been selected...
2006-02-10 Evan ChengNicer code. :-)
2006-02-10 Evan ChengAdded X86 isel debugging stuff.
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
2006-02-09 Evan ChengMatch tblgen change.
2006-02-09 Chris LattnerDone
2006-02-09 Chris LattnerEnable LSR by default for SPARC: it is a clear win.
2006-02-09 Evan ChengMatch getTargetNode() changes (now return SDNode* inste...
2006-02-09 Chris Lattneradd an option to turn on LSR.
2006-02-09 Chris LattnerAdjust to MachineConstantPool interface change: instead...
2006-02-09 Chris Lattnerrename fields of constant pool entries
2006-02-09 Chris LattnerAlways pass in an alignment.
2006-02-09 Chris Lattnerprovide an explicit alignment for cp entries
2006-02-09 Evan ChengChange Select() from
2006-02-08 Chris LattnerDarwin doesn't support #APP/#NO_APP
2006-02-08 Chris LattnerRename BSel -> PPCBSel for the benefit of doxygen users.
2006-02-08 Chris Lattneradd a simple optimization
2006-02-08 Chris Lattnermore email -> README moving
2006-02-08 Chris LattnerEmit the 'mr' pseudoop for easier reading.
2006-02-08 Chris LattnerAdd some random notes, not high-prio
2006-02-08 Chris LattnerMove emails from nate into public places
2006-02-07 Evan ChengFixed a local common symbol bug.
2006-02-07 Evan ChengFor ELF, .comm takes alignment value as the optional...
2006-02-07 Chris LattnerImplement getConstraintType for PPC.
2006-02-07 Evan ChengDarwin ABI issues: weak, linkonce, etc. dynamic-no...
2006-02-07 Evan ChengRemind myself to add PIC and static asm printer support.
2006-02-07 Chris LattnerAdd the simple PPC integer constraints
2006-02-06 Chris LattnerEliminate the printCallOperand method, using a 'call...
2006-02-06 Chris LattnerChange prototype
2006-02-06 Andrew Lenharthsee what this allignment thing will do
2006-02-06 Jim LaskeyWe seem to have settled to __DWARF for section name.
2006-02-06 Evan Cheng- Update load folding checks to match those auto-genera...
2006-02-05 Evan ChengComplex pattern isel code shouldn't select nodes.
2006-02-05 Chris LattnerFix the Sparc backend with Evan's recent tblgen changes
2006-02-05 Chris LattnerThis xform isn't safe
2006-02-05 Chris Lattnersome stuff is done
2006-02-05 Evan ChengUse SelectRoot() as the entry to any tblgen based isel.
2006-02-05 Evan ChengUse SelectRoot() as entry of any tblgen based isel.
2006-02-05 Chris LattnerRemove the SparcV8 backend. It has been renamed to...
2006-02-05 Chris Lattnerremove V8 reference
2006-02-05 Chris LattnerRename SPARC V8 target to be the LLVM SPARC target.
2006-02-05 Chris Lattneradd a note
2006-02-05 Evan ChengRe-commit the last bit of change that was backed out.
2006-02-05 Chris LattnerUse getPreferredAlignmentLog.
2006-02-05 Chris LattnerUse the asmprinter to find out what the preferred align...
2006-02-04 Andrew Lenharthlinkage fix for weak functions
2006-02-04 Chris LattnerTemporarily revert this patch, which probably breaks...
2006-02-04 Evan ChengComplex pattern's custom matcher should not call Select...
2006-02-04 Chris LattnerCustom lower VAARG for the case when we are doing vaarg...
2006-02-04 Chris LattnerFix a nasty typo that broke functions with big stack...
2006-02-04 Chris Lattnerfix a bug in my last checkin
2006-02-04 Nate BegemanRemove some stuff that now works
2006-02-04 Chris Lattneradd a note
2006-02-04 Chris LattnerTwo changes:
2006-02-04 Evan ChengRemove an unnecessary predicate.
2006-02-04 Evan ChengSeparate FILD and FILD_FLAG, the later is only used...
2006-02-03 Chris Lattneradd a note
next