Adjust to changes in getRegForInlineAsmConstraint prototype
[oota-llvm.git] / lib / Target /
2006-02-21 Chris LattnerUpdates to match change of getRegForInlineAsmConstraint...
2006-02-21 Evan ChengOne more round of reorg so sabre doesn't freak out...
2006-02-21 Evan ChengA big more cleaning up.
2006-02-21 Evan ChengMoving things to their proper places.
2006-02-21 Evan ChengSplit instruction info into multiple files, one for...
2006-02-21 Chris Lattnermissed optzn
2006-02-21 Chris LattnerThe HasNoV9 hack isn't needed here, now that tblgen...
2006-02-21 Evan ChengAdded separate alias instructions for SSE logical ops...
2006-02-21 Evan ChengAdded MMX and XMM packed integer move instructions...
2006-02-21 Evan ChengAdded SSE2 128-bit integer packed types: V16I8, V8I16...
2006-02-20 Evan ChengAdded x86 integer vector types: 64-bit packed byte...
2006-02-20 Evan ChengSome updates
2006-02-18 Evan ChengIf SSE3 is available, promote FP_TO_UINT i32 to FP_TO_S...
2006-02-18 Evan ChengAdded fisttp for fp to int conversion.
2006-02-18 Evan ChengDisable PIC for JIT.
2006-02-18 Evan ChengJit does not support PIC yet.
2006-02-18 Evan Chengx86 / Darwin PIC support.
2006-02-18 Evan ChengMoved PICEnabled to include/llvm/Target/TargetOptions.h
2006-02-17 Chris Lattnerunbreak the build
2006-02-17 Evan ChengUnbreak x86 be
2006-02-17 Nate Begemankill ADD_PARTS & SUB_PARTS and replace them with fancy...
2006-02-17 Chris Lattneradd note about div by power of 2
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
next