Refactor cmov selection code out to a separate function. No functionality change.
[oota-llvm.git] / lib / Target / ARM /
2009-11-19 Evan ChengRefactor cmov selection code out to a separate function...
2009-11-19 Johnny ChenAdded NLdStLN which is similar to NLdSt with the except...
2009-11-19 Jim Grosbachfix typo
2009-11-19 Evan Cheng80 col violation.
2009-11-19 Evan ChengMore consistent thumb1 asm printing.
2009-11-19 Evan ChengShrink ldr / str [sp, imm0-1024] to 16-bit instructions.
2009-11-19 Evan ChengEliminate more * 4 in Thumb1 asm printing for consisten...
2009-11-18 David GoodwinAdd ARMv6 itineraries.
2009-11-18 Bob WilsonFix a few places that were missed when we converted...
2009-11-18 Bob WilsonAdd a target hook to allow changing the tail duplicatio...
2009-11-17 Jim GrosbachEnable arm jumpt table adjustment.
2009-11-17 Anton KorobeynikovBoth Darwin as and GNU as violate ARM docs wrt printing...
2009-11-17 Johnny ChenSet Inst{15-12} (Rd/Rt) to 0b1111 (PC) for BR_JTadd...
2009-11-17 Jim GrosbachWhen moving a block for table jumps, make sure the...
2009-11-16 Johnny ChenSet Rm bits of BX_RET to 0b1110 (R14); and set conditio...
2009-11-16 Jim GrosbachMake the pass class name more explicit.
2009-11-16 Jim Grosbachmake pass name a bit more clear
2009-11-16 Jim GrosbachSimplify thumb2 jump table adjustments. Remove unnecess...
2009-11-16 Jim Grosbachclarify comment
2009-11-16 Jim Grosbachback off for a bit. tracking down weirdness
2009-11-16 Jim GrosbachAnalyze has to be before checking the condition, obviou...
2009-11-15 Jim GrosbachDetect need for autoalignment of the stack earlier...
2009-11-15 Jim Grosbachset the def of the VLD1q64 properly
2009-11-14 Jim Grosbachcleanup.
2009-11-14 Jim GrosbachCleanup flow, and only update the jump table we're...
2009-11-14 Evan Cheng- Change TargetInstrInfo::reMaterialize to pass in...
2009-11-14 Evan ChengWhen expanding t2STRDi8 r, r to two stores, add kill...
2009-11-13 David GreeneMove DebugInfo checks into EmitComments and remove...
2009-11-13 David GoodwinAllow target to specify regclass for which antideps...
2009-11-13 Jim GrosbachBlock renumbering
2009-11-13 Jim Grosbachuse lower case for readability
2009-11-12 David GreeneMake the MachineFunction argument of getFrameRegister...
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-11-12 Jim GrosbachUpdate TB[BH] layout optimization. Add support for...
2009-11-12 Evan ChengUse table to separate opcode from operands.
2009-11-12 Evan ChengisLegalICmpImmediate should take a signed integer;...
2009-11-12 Jim GrosbachRevert 86857. It's causing consumer-typeset to fail...
2009-11-11 Evan ChengAdd TargetLowering::isLegalICmpImmediate. It tells...
2009-11-11 Jim GrosbachDo jump table adjustment before constant island allocation
2009-11-11 Jim GrosbachThe TBB and TBH instructions for Thumb2 are really...
2009-11-10 Evan ChengChange Thumb1 address mode printing, instead of
2009-11-10 Evan ChengAdd a comment.
2009-11-10 David GoodwinFixed to address code review. No functional changes.
2009-11-10 David GoodwinAllow targets to specify register classes whose member...
2009-11-09 Jim GrosbachNow that the default is 'enabled,' a separate command...
2009-11-09 Jim GrosbachEnable dynamic stack realignment by default.
2009-11-09 Jim GrosbachSet dynamic stack realignment to real values.
2009-11-09 Jim GrosbachWork around assembler not recognizing #0.0 form immedia...
2009-11-09 Jim GrosbachUse Unified Assembly Syntax for the ARM backend.
2009-11-08 Jim GrosbachUse aligned load/store instructions for spilling Q...
2009-11-08 Evan ChengRefactor code.
2009-11-07 Jim Grosbach80-column cleanup of file header comments
2009-11-07 Jim GrosbachSupport alignment specifier for NEON vld/vst instructions
2009-11-07 Evan Chengt2ldrpci_pic can be used for blockaddress as well.
2009-11-07 Chris Lattnerindicate what the native integer types for the target...
2009-11-07 Anton KorobeynikovIt turns out that the testcase in question uncovered...
2009-11-07 Jeffrey YasskinMake the need-stub variables accurate and consistent...
2009-11-07 Evan ChengRefactor code. Fix a potential missing check. Teach...
2009-11-07 Evan Cheng- Add TargetInstrInfo::isIdentical(). It's similar...
2009-11-07 Ted KremenekUpdate CMake file.
2009-11-07 Johnny ChenMy previous patch (r84124) for setting the encoding...
2009-11-07 Jim Grosbach80-columns
2009-11-06 Evan Cheng- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic...
2009-11-06 Anton KorobeynikovHonour subreg machine operands during asmprinting
2009-11-06 Bob WilsonPrint VMOV (immediate) operands as hexadecimal values...
2009-11-06 Evan ChengRemove ARMPCLabelIndex from ARMISelLowering. Use ARMFun...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-06 Dan GohmanFactor out the printing of the leading tab into printIn...
2009-11-05 Dan GohmanRemove uninteresting and confusing debug output.
2009-11-04 Jim GrosbachGrammar.
2009-11-04 Jim GrosbachNow that the memory leak from McCat/08-main has been...
2009-11-04 Jim GrosbachIf a function has no stack frame at all, dynamic realig...
2009-11-04 Jim Grosbachdynamic stack realignment necessitates scanning the...
2009-11-04 Jakob Stoklund OlesenPrint out an informative comment for KILL instructions.
2009-11-04 Evan ChengThe .n suffix must go after the predicate.
2009-11-04 Evan ChengUse ldr.n to workaround a darwin assembler bug.
2009-11-03 Evan ChengFix t2Int_eh_sjlj_setjmp. Immediate form of orr is...
2009-11-03 Evan Chengfconsts / fconstd immediate should be proceeded with #.
2009-11-03 Anton KorobeynikovMove subtarget check upper for NEON reg-reg fixup pass.
2009-11-03 Evan ChengTrim unnecessary include.
2009-11-03 Bob WilsonFor Thumb indirect branches, use "mov pc, reg" which...
2009-11-03 Evan ChengFix PR5367. QPR_8 is the super regclass of DPR_8 and...
2009-11-03 Evan ChengClean up copyRegToReg.
2009-11-03 Evan ChengAdd QPR_8 as a superreg class of SPR_8 and DPR_8.
2009-11-03 Ted KremenekUpdate CMake file.
2009-11-03 Anton KorobeynikovTurn neon reg-reg moves fixup code into separate pass...
2009-11-03 Anton KorobeynikovRevert r85049, it is causing PR5367
2009-11-03 Bob WilsonRevert previous change to a comment. The BlockAddresse...
2009-11-02 Bob WilsonPut BlockAddresses into ARM constant pools.
2009-11-02 Kevin EnderbyFix ARMAsmParser::ParseMemoryOffsetReg() where the...
2009-11-02 David GoodwinFix schedule model for BFC.
2009-11-02 Bob WilsonHyphenate some comments.
2009-11-02 Bob WilsonAdd support for BlockAddress values in ARM constant...
2009-11-02 Bob WilsonPrune unnecessary include.
2009-11-02 Evan ChengThese are done / no longer care.
2009-11-02 Evan ChengAdd an entry.
2009-11-02 Evan ChengUnbreak ARMBaseRegisterInfo::copyRegToReg.
2009-11-02 Anton KorobeynikovHandle splats of undefs properly. This includes the...
2009-11-02 Anton KorobeynikovDo not infer the target type for COPY_TO_REGCLASS from...
2009-11-02 Anton Korobeynikov64-bit FP loads & stores operate on both NEON and VFP...
next