Allow this to compile with gcc 4.0.X
[oota-llvm.git] / lib / Target /
2007-04-13 Chris Lattnerarm has r+r*s and r+i addr modes, but no r+i+r*s addr...
2007-04-12 Reid SpencerImplement review feedback .. don't double search a...
2007-04-12 Reid SpencerProvide support for intrinsics that lower themselves...
2007-04-12 Lauro Ramos VenancioImplement Thread Local Storage (TLS) in CBackend.
2007-04-12 Chris LattnerFix mmx paddq, add support for the 'y' register class...
2007-04-11 Chris LattnerFix CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
2007-04-11 Chris LattnerFix incorrect fall-throughs in addr mode code. This...
2007-04-11 Chris Lattnerdone
2007-04-11 Reid SpencerFor PR1146:
2007-04-10 Bill WendlingAdd support for our first SSSE3 instruction "pmulhrsw".
2007-04-10 Chris Lattnernew micro optzn
2007-04-10 Chris Lattnerrestore support for negative strides
2007-04-09 Chris Lattnerremove dead target hooks
2007-04-09 Chris Lattnerremove some dead hooks
2007-04-09 Chris Lattnerremove some dead target hooks, subsumed by isLegalAddre...
2007-04-09 Chris LattnerFix a bug in PPCTargetLowering::isLegalAddressingMode...
2007-04-09 Jeff CohenWhen the number of elements is zero, don't malloc 32GB...
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Chris Lattnermove a bunch of register constraints from being handled by
2007-04-09 Chris Lattnerimplement support for CodeGen/X86/inline-asm-x-scalar...
2007-04-09 Chris Lattnerimplement CodeGen/X86/inline-asm-x-scalar.ll
2007-04-04 Reid SpencerSquelch a warning about mismatch between sign of consta...
2007-04-04 Evan ChengImplement inline asm modifier P.
2007-04-04 Evan ChengTypo.
2007-04-03 Bill WendlingAdding more MMX instructions.
2007-04-03 Chris Lattnermake a new missing features section
2007-04-03 Evan ChengRemove unused constant pool entries.
2007-04-03 Bill WendlingUpdated
2007-04-03 Evan ChengFixed a bug that causes codegen of noop like add r0...
2007-04-03 Nicolas GeoffrayStarting implementation of the ELF32 ABI specification...
2007-04-03 Nicolas GeoffrayThe PPC64 ELF ABI is "intended to use the same structur...
2007-04-03 Nicolas GeoffrayAddition to the previous commit for getCalleeSavedRegCl...
2007-04-03 Nicolas GeoffrayThe ELF ABI specifies F1-F8 registers as argument regis...
2007-04-03 Evan ChengInverted logic.
2007-04-03 Bill WendlingChanged to new MMX_ recipes.
2007-04-03 Bill WendlingAdd FEMMS and ADDQ. Renamed MMX recipes to prepend...
2007-04-03 Chris LattnerArm supports negative strides as well, add them. This...
2007-04-02 Dale Johannesenfix off by 1 error in displacement computation
2007-04-02 Chris Lattnerfix the CodeGen/ARM/2007-03-13-InstrSched.ll regression...
2007-04-02 Chris Lattneradd support for the 'w' inline asm register class.
2007-04-02 Chris LattnerFix a bug which caused us to never be able to use signe...
2007-04-02 Lauro Ramos Venancio- Divides the comparisons in two types: comparisons...
2007-04-01 Chris Lattnerfix breakage from last night, simplify code.
2007-04-01 Evan ChengAdd i16 address mode.
2007-03-31 Andrew LenharthReadme
2007-03-31 Anton KorobeynikovConsistency with native compilers
2007-03-31 Bill WendlingFix comment.
2007-03-31 Chris Lattneradd a note
2007-03-31 Bill WendlingMatch GCC's MMX calling convention.
2007-03-30 Chris Lattnerimplement the new addressing mode description hook.
2007-03-30 Bill WendlingAdd MMX calling conventions.
2007-03-29 Evan ChengNew entry.
2007-03-29 Evan ChengCan't re-materialize mov r, imm in thumb since mov...
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.
next