When checking if something's killed, don't rely simply on whether it's marked as
[oota-llvm.git] / lib / Target /
2010-03-10 Richard OsborneFix thinko.
2010-03-10 Richard OsborneFold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the...
2010-03-10 Richard OsbornePrefer LMUL to MACCU as LMUL has no tied operands.
2010-03-10 Richard OsborneCustom lower (S|U)MUL_LOHI -> MACC(S|U)
2010-03-10 Richard OsborneFix indentation
2010-03-10 Richard OsborneLower add (mul a, b), c into MACCU / MACCS nodes which...
2010-03-10 Chris Lattnermove three lowering hooks from MAI to TLOF and make...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-03-10 Jim GrosbachClear up the last (famous last words) frame index value...
2010-03-09 Daniel DunbarMC/X86: Rename alternate spellings of ADD{8,16,32}...
2010-03-09 Daniel DunbarMC/X86: Rename alternate spellings of CMP{8,16,32}...
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2010-03-09 Johnny ChenMSR (Move to Special Register from ARM core register...
2010-03-09 Dale JohannesenThe address of an indirect call must be in R12 on Darwin.
2010-03-09 Jim Grosbachscavenged frame index value re-use gets confused when...
2010-03-09 Bill WendlingThe ARM EH experiment worked!
2010-03-09 Richard OsborneIn cases where the carry / borrow unused converted...
2010-03-09 Richard OsborneCanonicalize ladd constant to RHS.
2010-03-09 Richard OsborneAdd DAG combine for ladd / lsub.
2010-03-09 Dan GohmanDon't try to fold V_SET0 and V_SETALLONES to loads...
2010-03-09 Bill WendlingThis is part of an LLC-beta test used to test <rdar...
2010-03-09 Bill WendlingPrint blank line and clear stubs vector.
2010-03-09 Bill WendlingMC-ize the stub printing in ARM.
2010-03-08 Chris Lattnerdon't reset defaults.
2010-03-08 Bob WilsonFix a crash compiling 254.gap for Thumb2. The Thumb2...
2010-03-08 Kevin EnderbyFix the vmxon entry in the X86InstrInfo.td so it has...
2010-03-08 Daniel DunbarX86: Fix encoding for TEST{8,16,32}rr.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Devang PatelRevert r97947.
2010-03-08 Chris Lattnerdisambiguate some types, add a fixme about some
2010-03-08 Chris Lattnerfix some more ambiguous patterns, remove another nontem...
2010-03-08 Chris LattnerCorrect immediate sizes.
2010-03-08 Chris Lattnerfix a type compatibility bug. imm is i32 in the input
2010-03-08 Chris Lattnerfix a bunch of partially ambiguous patterns on ARM...
2010-03-08 Chris LattnerFix a bunch of ambiguous patterns which tblgen happens...
2010-03-08 Chris Lattnertidy up
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Chris Lattnerremove a non-temporal store pattern which is not tested and
2010-03-06 Wesley PeckRe-committing the failed r97807 commit with changes...
2010-03-06 Anton KorobeynikovDescribe what's going on with mingw alloca and why...
2010-03-06 Anton KorobeynikovInitial bits of ARMv4-only support.
2010-03-06 Anton KorobeynikovLower dynamic stack allocation on mingw32 to separate...
2010-03-06 Anton KorobeynikovDo not use '&' prefix for globals when register base...
2010-03-06 Chris Lattnerclean this up.
2010-03-06 Chris Lattnerrevert r97807, it introduced build warnings.
2010-03-06 Jim GrosbachThumb1 epilogue code generation needs to take into...
2010-03-05 Evan ChengFix typo.
2010-03-05 Chris Lattnerfix bss section printing for cell, patch by Kalle Raiskila!
2010-03-05 Wesley PeckReworking the stack layout that the MicroBlaze backend...
2010-03-05 Evan ChengFix an oops in x86 sibcall optimization. If the ByVal...
2010-03-05 Evan ChengRever 96389 and 96990. They are causing some miscompila...
2010-03-05 Johnny ChenTrivial comment change.
2010-03-05 Bill WendlingRevert r97766. It's deleting a tag.
2010-03-05 Bill WendlingMicro-optimization:
2010-03-04 Johnny ChenDrop the ".w" qualifier for t2UXTB16* instructions...
2010-03-04 Bob Wilsonpr6478: The frame pointer spill frame index is only...
2010-03-04 Bob Wilsonpr6480: Don't try producing ld/st-multiple instructions...
2010-03-04 Jakob Stoklund OlesenFix the remaining MUL8 and DIV8 to define AX instead...
2010-03-04 Dan GohmanFix recognition of 16-bit bswap for C front-ends which...
2010-03-04 Chris Lattnernot committing what you test = bad.
2010-03-04 Chris Lattnermake gep matching in fastisel match the base of the...
2010-03-04 Johnny ChenAdded 32-bit Thumb instructions for Preload Data (PLD...
2010-03-04 Chris Lattneradd a comment.
2010-03-04 John McCallTeach the pic16 target to recognize pic16-*-* triples.
2010-03-03 Johnny ChenModified the asm string of 16-bit Thumb MUL instruction...
2010-03-03 Andrew LenharthFix PR6444, note still doesn't compile libgcc2 all...
2010-03-03 Johnny ChenAdded 32-bit Thumb instructions LDRT, LDRBT, LDRHT...
2010-03-03 Chris Lattnerremove nvload and two patterns that use it which are
2010-03-03 Johnny ChenAdded 32-bit Thumb instructions t2NOP, t2YIELD, t2WFE...
2010-03-03 Chris Lattnerfactor the 'in the default address space' check out...
2010-03-03 Chris Lattnerfactor the 'sign extended from 8 bit' patterns better so
2010-03-03 Evan Cheng- Change MachineInstr::isIdenticalTo to take a new...
2010-03-03 Evan ChengEliminate unused instruction classes.
2010-03-03 Johnny ChenAdded 32-bit Thumb instructions t2DMB variants, t2DSB...
2010-03-02 Chris Lattnermerge two loops over all nodes in the graph into one.
2010-03-02 Chris Lattnereliminate PreprocessForRMW now that isel handles it.
2010-03-02 Chris Lattnerremove 300 lines of code that is now dead in the MSP430...
2010-03-02 Chris LattnerFix some issues in WalkChainUsers dealing with
2010-03-02 Johnny ChenAdded 32-bit Thumb instruction CLREX (Clear-Exclusive...
2010-03-02 Johnny ChenRemoved the extra S from the multiclass def T2I_adde_su...
2010-03-02 Johnny ChenAdded 32-bit Thumb instructions: CPS, SDIV, UDIV, SXTB1...
2010-03-02 Johnny ChenAL is an optional mnemonic extension for always, except...
2010-03-02 Johnny ChenChange some asm shift opcode strings to lowercase.
2010-03-02 Xerxes Ranbyfix typo add missing (
2010-03-02 Xerxes RanbyUnbreak llvm-arm-linux buildbot and fix PR5309.
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-03-02 Eric ChristopherOnly save vector registers if we've defined for the...
2010-03-02 Bill WendlingRemove dead parameter passing.
2010-03-02 Dan GohmanFloating-point add, sub, and mul are now spelled fadd...
2010-03-01 Chris Lattnerremove a little hack I did for the old isel, not needed
2010-03-01 Evan ChengRemove the optimize for code size limitation on r67917...
2010-03-01 Chris Lattnerremove a terrible hack that disabled assertions from...
2010-03-01 Chris Lattnerstop using generated sdnodexforms.
2010-03-01 Johnny ChenAdded STRHT for disassembly only and fixed a bug in...
2010-03-01 Dan GohmanAdd explicit keywords.
2010-03-01 Dan GohmanThis is now done.
2010-03-01 Nathan KeynesAdd JIT support to the TODO list (test commit)
2010-02-28 Mikhail Glushenkov80-col violations/trailing whitespace.
2010-02-28 Chris Lattnerremove redundant instruction.
2010-02-28 Dan GohmanAdd a flag to addPassesToEmit* to disable the Verifier...
next