Implement a variety of simplifications for ANY_EXTEND.
[oota-llvm.git] / lib / Target /
2006-05-05 Evan ChengBetter implementation of truncate. ISel matches it...
2006-05-05 Chris LattnerNew note, Nate, please check to see if I'm full of...
2006-05-04 Chris LattnerRemove and simplify some more machineinstr/machineopera...
2006-05-04 Chris LattnerRename MO_VirtualRegister -> MO_Register. Clean up...
2006-05-04 Chris LattnerMove some methods out of MachineInstr into MachineOperand
2006-05-04 Chris LattnerThere shalt be only one "immediate" operand type!
2006-05-04 Chris LattnerRevert Nate's CR patch from last night, which caused...
2006-05-04 Jeff CohenMake external globals public; other minor cleanup.
2006-05-04 Jeff CohenMake Intel syntax the default when LLVM is built with...
2006-05-04 Chris LattnerRemove a bunch more dead V9 specific stuff
2006-05-04 Chris LattnerRemove a bunch more SparcV9 specific stuff
2006-05-04 Chris LattnerRemove some more V9-specific stuff.
2006-05-04 Chris LattnerRemove some more unused stuff from MachineInstr that...
2006-05-04 Chris LattnerSimplify handling of relocations
2006-05-03 Evan ChengUse movsd to shuffle in the lowest two elements of...
2006-05-03 Chris LattnerChange from using MachineRelocation ctors to using...
2006-05-03 Chris Lattnerinline a simple method
2006-05-03 Chris LattnerSuck block address tracking out of targets into the...
2006-05-03 Chris LattnerFix a bug in Owen's checkin that broke the CBE on all...
2006-05-03 Nate BegemanTeach the x86 jit how to handle jump tables not directl...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-05-03 Chris LattnerChange the BasicBlockAddrs map to be a vector, indexed...
2006-05-03 Chris LattnerKeep the alpha JIT similar to the PPC/X86 jits
2006-05-02 Chris LattnerSeveral related changes:
2006-05-02 Nate BegemanRemove some stuff from the README
2006-05-02 Chris LattnerFix a purely hypothetical problem (for now): emitWord...
2006-05-02 Chris LattnerRefactor the machine code emitter interface to pull...
2006-05-02 Nate BegemanSince we don't handle callee-save CRs right yet, don...
2006-05-02 Nate BegemanHooray, everyone now uses the same printBasicBlockLabel...
2006-05-02 Chris LattnerThere is no reason to use a virtual method to store...
2006-05-02 Nate BegemanExtend printBasicBlockLabel a bit so that it can be...
2006-05-02 Nate BegemanUpdate the PPC compilation callback code to not need...
2006-05-02 Jeff CohenDe-virtualize SwitchSection.
2006-05-02 Jeff CohenDe-virtualize EmitZeroes.
2006-05-02 Jeff CohenFinish support for Microsoft ML/MASM. May still be...
2006-05-02 Jeff CohenMake Intel syntax mode friendlier to Microsoft ML assem...
2006-05-01 Chris LattnerPut PHI/INLINEASM into the correct namespace.
2006-05-01 Chris LattnerRemove %'s from register names when in intel mode.
2006-04-29 Jeff CohenMingw32 patches supplied by Anton Korobeynikov.
2006-04-28 Evan ChengI can't spell: Register, not Regsiter.
2006-04-28 Evan ChengImplemented x86 inline asm b, h, w, k modifiers.
2006-04-28 Chris LattnerFix CodeGen/Generic/2006-04-28-Sign-extend-bool.ll
2006-04-28 Evan ChengInitial caller side support (for CCC only, not FastCC...
2006-04-28 Evan ChengBare-bone X86 inline asm printer support.
2006-04-28 Evan ChengImplement four-wide shuffle with 2 shufps if no more...
2006-04-28 Evan ChengTargetLowering::LowerArguments should return a VBIT_CON...
2006-04-28 Evan ChengUse movaps instead of movapd for spill / restore.
2006-04-28 Chris LattnerAdd a note
2006-04-27 Chris LattnerAdd a note
2006-04-27 Evan ChengMake x86 isel lowering produce tailcall nodes. They...
2006-04-27 Evan ChengA couple of new entries.
2006-04-27 Evan ChengSupport for passing 128-bit vector arguments via XMM...
2006-04-27 Evan ChengOops
2006-04-27 Evan ChengBug fix: not updating NumIntRegs.
2006-04-27 Evan Cheng- Clean up formal argument lowering code. Prepare for...
2006-04-26 Evan ChengFix fastcc failures.
2006-04-26 Evan ChengSwitching over FORMAL_ARGUMENTS mechanism to lower...
2006-04-25 Nate BegemanKeep the stack from on darwin 16-byte aligned. This...
2006-04-25 Evan ChengSeparate LowerOperation() into multiple functions,...
2006-04-25 Evan ChengFix a typo.
2006-04-25 Nate BegemanNo functionality changes, but cleaner code with correct...
2006-04-25 Evan ChengExplicitly specify result type for def : Pat<> patterns...
2006-04-24 Evan ChengAdded X86 SSE2 intrinsics which can be represented...
2006-04-24 Evan ChengAdd a new entry.
2006-04-24 Evan ChengSpecial case handling two wide build_vector(0, x).
2006-04-24 Evan ChengSome missing movlps, movhps, movlpd, and movhpd patterns.
2006-04-24 Evan ChengA little bit more build_vector enhancement for v8i16...
2006-04-24 Evan ChengRemove a completed entry.
2006-04-24 Evan ChengMakeMIInst() should handle jump table index operands.
2006-04-23 Chris LattnerAdd a note
2006-04-23 Evan ChengMOVL shuffle (i.e. movd or movss / movsd from memory...
2006-04-22 Nate BegemanOptimized stores to the constant pool, while cool,...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-04-22 Evan ChengDon't do all the lowering stuff for 2-wide build_vector...
2006-04-22 Evan ChengFix a performance regression. Use {p}shuf* when there...
2006-04-22 Chris LattnerTeach the JIT how to relocate LI, this fixes the JIT...
2006-04-21 Evan ChengRevamp build_vector lowering to take advantage of movss...
2006-04-21 Nate BegemanFix the comment
2006-04-21 Nate BegemanChange the PPC JIT to use a Static relocation model
2006-04-21 Chris Lattnerfix thinko
2006-04-21 Chris Lattneradd some low-prio notes
2006-04-21 Evan ChengNow generating perfect (I think) code for "vector set...
2006-04-20 Chris LattnerFix the CodeGen/PowerPC/buildvec_canonicalize.ll regres...
2006-04-20 Chris Lattneradd a note
2006-04-20 Chris Lattnerremove some v9 specific code
2006-04-20 Chris LattnerRemove this obsolete file
2006-04-20 Chris LattnerThis target is no longer built. The ,v files now live...
2006-04-20 Evan Cheng- Added support to turn "vector clear elements", e...
2006-04-20 Chris LattnerMake sure that the new instructions selected have the...
2006-04-20 Evan ChengHandle v2i64 BUILD_VECTOR custom lowering correctly...
2006-04-19 Evan ChengisSplatMask() bug: first element can be an undef.
2006-04-19 Evan Cheng- Added support to do aribitrary 4 wide shuffle with...
2006-04-19 Evan ChengPrefer {p}unpack* and mov*dup over {p}shuf* as well.
2006-04-19 Evan ChengRenamed AddedCost to AddedComplexity.
2006-04-19 Evan Cheng- Renamed AddedCost to AddedComplexity.
2006-04-19 Evan ChengCommute vector_shuffle to match more movlhps, movlp...
2006-04-19 Evan ChengMore mov{h|l}p{d|s} patterns.
2006-04-19 Evan Cheng- More mov{h|l}ps patterns.
2006-04-19 Evan ChengAllow "let AddedCost = n in" to increase pattern comple...
2006-04-19 Chris Lattneradd a note
next