Move MachineInstrExpressionTrait::getHashValue() out of line so it can skip over...
[oota-llvm.git] / lib / Target /
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...
2010-02-28 Dan GohmanImplement XMM subregs.
2010-02-27 Dan GohmanThe mayHaveSideEffects flag is no longer used.
2010-02-27 Chris Lattnerremove a bogus pattern, which had the same pattern...
2010-02-27 Chris Lattnerfix an incorrect (overly conservative) predicate.
2010-02-27 Evan ChengRe-apply 97040 with fix. This survives a ppc self-host...
2010-02-26 Johnny ChenAdded the follwoing 32-bit Thumb instructions for disas...
2010-02-26 Jakob Stoklund OlesenMerge PPC instructions FMRS and FMRD into a single...
2010-02-26 Jakob Stoklund OlesenUse the right floating point load/store instructions...
2010-02-26 Dale JohannesenMove dbg_value generation to target-independent FastISel,
2010-02-26 Sanjiv GuptaThe cloner has nothing to do if any of the main or...
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.
next