Regenerate.
[oota-llvm.git] / lib / Target /
2007-03-29 Jeff CohenMS C does have inlining after all, just uses _inline...
2007-03-29 Evan ChengAdd support for hidden visibility to darwin/arm.
2007-03-28 Jeff CohenFix C Backend to generate code that works with Microsof...
2007-03-28 Bill WendlingMade this into a bug report: PR1286
2007-03-28 Anton KorobeynikovOops :)
2007-03-28 Anton KorobeynikovDon't allow MatchAddress recurse too much. This trims...
2007-03-28 Chris Lattneradd a note
2007-03-28 Chris LattnerCompile CodeGen/X86/lea-3.ll:test2 to:
2007-03-28 Chris LattnerDan pointed out that this is done, remove it!
2007-03-28 Scott MichelFirst test check-in.
2007-03-28 Evan ChengRemove isLegalAddressImmediate.
2007-03-28 Bill WendlingRemove cruft I put in there...
2007-03-28 Chris LattnerFix a problem building llvm-gcc on amd64-unknown-freebs...
2007-03-28 Bill WendlingUnbreak mmx arithmetic. It was barfing trying to do...
2007-03-27 Bill WendlingAdd the "unpack low packed data" instructions. This...
2007-03-27 Bill WendlingFix so that pandn is emitted instead of an xor/and...
2007-03-27 Lauro Ramos Venancio"The C standards do say that "char" may either be a...
2007-03-27 Lauro Ramos Venanciobugfix: sometimes the spiller puts a load between the...
2007-03-26 Evan ChengfindRegisterUseOperand() changed.
2007-03-26 Bill WendlingPromote to v1i64 type...
2007-03-26 Bill WendlingUpdated.
2007-03-26 Bill WendlingAdd support for the v1i64 type. This makes better code...
2007-03-25 Anton KorobeynikovFix authorship
2007-03-25 Chris Lattneradd a note
2007-03-25 Chris Lattneradd a note
2007-03-25 Chris LattnerFix CodeGen/PowerPC/2007-03-24-cntlzd.ll
2007-03-25 Chris Lattnerswitch TargetLowering::getConstraintType to take the...
2007-03-25 Chris LattnerAllow the b/h/w/k constraints to be applied to values...
2007-03-25 Chris Lattnerenforce the proper range for the i386 N constraint.
2007-03-25 Chris LattnerFix test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
2007-03-24 Chris Lattneradd a bad case evan though of.
2007-03-23 Anton KorobeynikovAutodetect MMX & SSE stuff for AMD processors
2007-03-23 Bill WendlingPR1260:
2007-03-22 Bill WendlingWe generate a shufflevector instruction, so we don...
2007-03-22 Bill WendlingSupport added for shifts and unpacking MMX instructions.
2007-03-21 Dale Johannesenrepair x86 performance, dejagnu problems from previous...
2007-03-21 Anton KorobeynikovAdd TODO list for MSIL backend
2007-03-21 Anton KorobeynikovLet the new backend begin!
2007-03-21 Dale Johannesenadd generation of unnecessary push/pop around calls
2007-03-21 Nicolas GeoffrayProtect R31's frame offset from being used by callee...
2007-03-21 Evan ChengMark re-materializable instructions.
2007-03-20 Evan ChengUpdated.
2007-03-20 Dale Johannesendo not share old induction variables when this would...
2007-03-20 Lauro Ramos Venanciobugfix: When the source register of CALL_NOLINK was...
2007-03-20 Evan ChengMake two piece constant generation as a single instruct...
2007-03-20 Evan ChengNew entry.
2007-03-20 Evan ChengAdded MRegisterInfo hook to re-materialize an instruction.
2007-03-20 Chris LattnerTwo changes:
2007-03-20 Chris Lattnerfix indentation
2007-03-20 Dale Johannesenfix obvious comment bug
2007-03-19 Evan ChengFix naming inconsistencies.
2007-03-19 Evan ChengSpecial LDR instructions to load from non-pc-relative...
2007-03-19 Evan ChengConstant generation instructions are re-materializable.
2007-03-19 Evan ChengAdded isReMaterializable.
2007-03-19 Chris Lattnerfix a warning
2007-03-18 Chris Lattnerminor updates
2007-03-18 Nick LewyckyThis is implemented. We now generate:
2007-03-17 Devang PatelSupport 'I' inline asm constraint.
2007-03-16 Lauro Ramos VenancioOnly ARMv6 has BSWAP.
2007-03-16 Bill WendlingAnd now support for MMX logical operations.
2007-03-16 Evan ChengAdded isLegalAddressExpression(). Only allows X +/...
2007-03-15 Bill WendlingMultiplication support for MMX.
2007-03-14 Evan ChengUnder X86-64 large code model, do not emit 32-bit pc...
2007-03-14 Evan ChengNotes about codegen issues.
2007-03-14 Evan ChengClean up.
2007-03-14 Evan ChengOops.
2007-03-14 Evan ChengX86-64 JIT is in large code model. Need stubs for direc...
2007-03-14 Evan Chengx86-64 JIT stub codegen.
2007-03-14 Evan ChengPreliminary support for X86-64 JIT stub codegen.
2007-03-13 Evan ChengAM2 can match 2^n +/- 1. e.g. ldr r3, [r2, r2, lsl #2]
2007-03-13 Evan ChengZero is always a legal AM immediate.
2007-03-13 Nicolas GeoffrayStack and register alignment of call arguments in the...
2007-03-13 Evan ChengImplement getTargetLowering() or else LSR won't be...
2007-03-12 Evan ChengUpdated TargetLowering LSR addressing mode hooks for...
2007-03-12 Evan ChengMore flexible TargetLowering LSR hooks for testing...
2007-03-12 Evan ChengMore flexible TargetLowering LSR hooks for testing...
2007-03-12 Evan ChengStupid bug: SSE2 supports v2i64 add / sub.
2007-03-10 Bill WendlingAdding more arithmetic operators to MMX. This is an...
2007-03-09 Evan ChengMinor stuff.
2007-03-09 Evan ChengAdd comments about LSR / ARM.
2007-03-09 Evan ChengUnfinished work and ideas related to register scavenger.
2007-03-09 Dale Johannesenapply comments from review of last patch
2007-03-09 Dale JohannesenAdd some observations from CoreGraphics benchmark....
2007-03-08 Evan ChengImplement inline asm modifier c.
2007-03-08 Bill WendlingAdded "padd*" support for MMX. Added MMX move stuff...
2007-03-08 Evan ChengFix a typo.
2007-03-08 Evan ChengPutting more constants which do not contain relocations...
2007-03-08 Evan ChengChange register allocation order to Dale's suggestion.
2007-03-08 Evan ChengBug fix. Not advancing the register scavenger iterator...
2007-03-08 Evan ChengFor Darwin, put constant data into .const, .const_data...
2007-03-08 Evan ChengPut constant data to .const, .const_data, .literal...
2007-03-08 Evan ChengAdd ReadOnlySection directive.
2007-03-07 Evan ChengOnly safe to use a call-clobbered or spilled callee...
2007-03-07 Bill WendlingRemove useless pattern fragments.
2007-03-07 Anton KorobeynikovRefactoring of formal parameter flags. Enable properly...
2007-03-07 Bill WendlingProperly support v8i8 and v4i16 types. It now converts...
2007-03-07 Anton KorobeynikovFix DWARF debugging information on x86/Linux and (hopef...
2007-03-07 Evan ChengARM always use register scavenger. No longer reserves...
2007-03-07 Evan ChengFix some brittle code. Watch out for cases where regist...
2007-03-07 Evan ChengFix one more Thumb eliminateFrameIndex bug.
next