Reapply things reverted back in 97220, with the fixed test case.
[oota-llvm.git] / lib / Target /
2010-02-26 Sanjiv GuptaReapply things reverted back in 97220, with the fixed...
2010-02-26 Dan Gohmanmovl is a cheaper way to materialize 0 without clobberi...
2010-02-26 Richard OsborneFix XCoreTargetLowering::isLegalAddressingMode() to...
2010-02-26 Chandler CarruthRevert r97211 and r97213 to get the build green again.
2010-02-26 Sanjiv GuptaCurrently in LLVM, names of libcalls are assigned durin...
2010-02-26 Sanjiv GuptaBefore converting an operand to mem, check if it is...
2010-02-26 Dan GohmanDelete a bunch of redundant predicates.
2010-02-25 Johnny ChenAdded the following 32-bit Thumb instructions for disas...
2010-02-25 Johnny ChenAdded the 32-bit Thumb instructions (BXJ) for disassemb...
2010-02-25 Johnny ChenAdded the 32-bit Thumb instructions (MRS and MSR) for...
2010-02-25 Daniel DunbarFix TextAlignFillValue in a few places
2010-02-25 Johnny ChenAdded the following 16-bit Thumb instructions for disas...
2010-02-25 Dan GohmanRevert r97064. Duncan pointed out that bitcasts are...
2010-02-25 Sanjiv GuptaEach field of auxiliary debug entry is only 1 byte...
2010-02-25 Johnny ChenAdded tNOP for disassembly only.
2010-02-25 Dan GohmanTruncate from i64 to i32 is "free" on x86-32, because...
2010-02-25 Scott MichelRevert this patch for the time being. Needs more testing.
2010-02-25 Johnny ChenAdded tSVC and tTRAP for disassembly only.
2010-02-25 Scott MichelLarge stack frame patch for the CellSPU: handle stack...
2010-02-24 Jakob Stoklund OlesenCreate a stack frame on ARM when
2010-02-24 Bob WilsonCheck for comparisons of +/- zero when optimizing less...
2010-02-24 Dan GohmanMake getTypeSizeInBits work correctly for array types...
2010-02-24 Wesley PeckAdding function "lookupGCCName" to MBlazeIntrinsicInfo
2010-02-24 Johnny ChenAdded Vector Swap (VSWPd and VSWPq) instructions for...
2010-02-24 Jakob Stoklund OlesenStay away from str <undef> in ARMLoadStoreOpt. This...
2010-02-24 Johnny ChenFixed typo of opcodestr, should be "vst1", not "vld1".
2010-02-24 Daniel DunbarSpeculatively revert r97011, "Re-apply 96540 and 96556...
2010-02-24 Dan GohmanWhen forming SSE min and max nodes for UGE and ULE...
2010-02-24 Chandler CarruthRemove an unused variable. Was this intentional?
2010-02-24 Johnny ChenAdded for disassembly VST1 (multiple single elements...
2010-02-24 Jim Grosbachhandle very large call frames when require SPAdj !...
2010-02-24 Jim GrosbachLowerCall() should always do getCopyFromReg() to refere...
2010-02-24 Evan ChengRe-apply 96540 and 96556 with fixes.
2010-02-24 Jakob Stoklund OlesenDIV8r must define %AX since X86DAGToDAGISel::Select...
2010-02-23 Evan ChengFix rev 96389 by restricting the xform to mask that...
2010-02-23 Richard OsborneDon't mark call instruction as a barrier.
2010-02-23 Johnny ChenAdded for disassembly VLD1 (multiple single elements...
2010-02-23 Nicolas GeoffrayUse the module's context instead of the global context.
2010-02-23 Chris Lattnerno need to override IsLegalToFold, the base implementation
2010-02-23 Wesley PeckAdding the MicroBlaze backend.
2010-02-23 Richard OsborneECALLF, ECALLT shouldn't be marked as barriers.
2010-02-23 Richard OsborneMark unconditional branches as barriers. Found using...
2010-02-23 Jim GrosbachSpelling. s/suppor /support /
2010-02-23 Richard OsborneRemove unused lowering function LowerJumpTable
2010-02-23 Richard OsborneLower BR_JT on the XCore to a jump into a series of...
2010-02-23 Chris Lattnerdisable two patterns that are using non-sensical result...
2010-02-23 Chris Lattnerremove a confused pattern that is trying to match an...
2010-02-23 Chris Lattnerremove a bunch of dead named arguments in input patterns,
2010-02-23 Chris Lattnerfix a type mismatch in this pattern, where we were...
2010-02-23 Chris Lattnerreapply my cellspu changes with a fix to not break...
2010-02-23 Dan GohmanRevert 96854, 96852, and 96849, unbreaking test/CodeGen...
2010-02-23 Chris LattnerX86InstrInfoSSE.td declares PINSRW as having type v8i16,
2010-02-23 Johnny ChenAdded versions of VCGE, VCGT, VCLE, and VCLT NEON instr...
2010-02-23 Chris Lattnerfix hte last cellspu failure.
2010-02-23 Chris Lattnerhack around more crimes in instruction selection.
2010-02-23 Chris Lattnerthe cell backend is making all sorts of unsafe and...
2010-02-23 Johnny ChenAdded VCEQ (immediate #0) NEON instruction for disassem...
2010-02-22 Jim GrosbachUpdated version of r96634 (which was reverted due to...
2010-02-22 Jim GrosbachClean up a bit and fix for when SPAdj != 0
2010-02-22 Jim GrosbachThe predicate index isn't fixed, so scan for it to...
2010-02-22 Chris Lattnerremove dupes now.
2010-02-22 Chris Lattnermove #includes earlier.
2010-02-22 Johnny ChenAdded SEL, SXTB16, SXTAB16, UXTAB16, SMMULR, SMMLAR...
2010-02-22 Johnny ChenAdded a bunch of instructions for disassembly only:
2010-02-22 Arnold SchwaighoferMark the return address stack slot as mutable when...
2010-02-22 Dan GohmanFix a typo in a comment.
2010-02-22 Dan GohmanRemove the logic for reasoning about NaNs from the...
2010-02-22 Chris Lattnerfix an incorrect VT: eflags is always i32. The bug...
2010-02-21 Daniel DunbarMC/X86: Add stub AsmBackend.
2010-02-21 Anton KorobeynikovIt turned out that we failed to emit proper symbol...
2010-02-21 Duncan SandsRemove a bunch of duplicated code, where there was...
2010-02-21 Anton KorobeynikovIT turns out that during jumpless setcc lowering eq...
2010-02-21 Chris Lattnerfix and un-xfail X86/vec_ss_load_fold.ll
2010-02-21 Johnny ChenUndo r96654. The printing of ARM shift instructions...
2010-02-21 Chris Lattnerrename SelectScalarSSELoad -> SelectScalarSSELoadXXX...
2010-02-21 Chris LattnerEliminate some uses of immAllOnes, just use -1, it...
2010-02-19 Bob WilsonRevert 96634. It causes assertion failures for 126...
2010-02-19 Charles DavisAdd support for the 'alignstack' attribute to the x86...
2010-02-19 Bob WilsonRevert Anton's most recent EH patch (r96637), since...
2010-02-19 Duncan SandsRevert commits 96556 and 96640, because commit 96556...
2010-02-19 Johnny ChenAdded entries for ASR, LSL, LSR, ROR, and RRX so that...
2010-02-19 Anton KorobeynikovUse the same encoding for EH stuff uniformly on all...
2010-02-19 Jim GrosbachRadar 7636153. In the presence of large call frames...
2010-02-18 Johnny ChenAdded LDRD_PRE/POST & STRD_PRE/POST for disassembly...
2010-02-18 Dale JohannesenGenerate DBG_VALUE from dbg.value intrinsics. These...
2010-02-18 Sanjiv GuptaRemap the call sites of a shared function in interrupt...
2010-02-18 Sanjiv GuptaRe-factoring.
2010-02-18 Chris Lattneradd a missing type cast.
2010-02-18 Bob WilsonUse NEON vmin/vmax instructions for floating-point...
2010-02-18 Johnny ChenAdded LDRSBT, LDRHT, LDRSHT for disassembly only. ...
2010-02-18 Evan ChengSome dag combiner goodness:
2010-02-18 Johnny ChenAdded for disassembly only the variants of DMB, DSB...
2010-02-17 Bob WilsonRemove the NEON N2VSInt instruction class: it's only...
2010-02-17 Johnny ChenAdded CLREX (Clear-Exclusive) for disassembly only.
2010-02-17 Bob WilsonMore cleanup for NEON:
2010-02-17 Johnny ChenAdded RFE for disassembly only.
2010-02-17 Jakob Stoklund OlesenRemember to define super registers in mips calls.
2010-02-17 Chris Lattner"Fix and issue in SparcAsmPrinter where multiple identi...
2010-02-17 Chris Lattnermove isOnlyReachableByFallthrough out of MachineBasicBl...
2010-02-17 Chris Lattneradd a note, from PR5100
next